Remove problematic pyd files upon installation

This commit is contained in:
blitzmann
2015-02-22 21:17:20 -05:00
parent b16d2eae15
commit a31769bde3

View File

@@ -73,6 +73,10 @@ Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\{#MyAppName}"; Fil
[Run]
Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent
[InstallDelete]
Type: files; Name: "{app}\sqlalchemy.cprocessors.pyd"
Type: files; Name: "{app}\sqlalchemy.cresultproxy.pyd"
[Code]
function IsAppRunning(const FileName : string): Boolean;