mirror of https://github.com/stella-emu/stella.git
Automatically remove old DLL's for Windows install.
This fixes exe not starting with latest release.
This commit is contained in:
parent
d69e47421c
commit
0f9cd119ab
|
@ -34,3 +34,7 @@ Name: "{group}\Stella"; Filename: "{app}\Stella.exe"; WorkingDir: "{app}"
|
|||
Name: "{userdesktop}\Stella"; Filename: "{app}\Stella.exe"; WorkingDir: "{app}"; Tasks: desktopicon
|
||||
Name: "{group}\Documentation"; Filename: "{app}\docs\index.html"
|
||||
Name: "{group}\Uninstall Stella"; Filename: "{uninstallexe}"
|
||||
|
||||
[InstallDelete]
|
||||
Type: files; Name: "{app}\msvcp140.dll"
|
||||
Type: files; Name: "{app}\vcruntime140.dll"
|
||||
|
|
Loading…
Reference in New Issue