Skip to content

Commit

Permalink
Disable install dir deletion [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
dkratzert committed Apr 20, 2024
1 parent 56c4b97 commit 38170ec
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions scripts/strf-install_win64.iss
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ SetupIconFile="..\icons\strf.ico"
UninstallDisplayIcon={app}\{#MyAppName}.exe
SignTool=sign_sha256

[UninstallRun]



[Languages]
Expand All @@ -62,17 +62,20 @@ Name: "english"; MessagesFile: "compiler:Default.isl"
[Run]
Filename: "{app}\vc_redist.x64.exe"; WorkingDir: "{app}"; Parameters: "/passive /norestart"

[UninstallRun]

[Icons]
Name: "{group}\{#MyAppName}"; Filename: "{app}\structurefinder.exe"; WorkingDir: "{app}"; IconFilename: "{app}\icons\strf.ico"; Check: IsWin64
Name: "{group}\{cm:UninstallProgram,{#MyAppName}}"; Filename: "{uninstallexe}"; IconFilename: "{app}\icons\strf.ico"

[UninstallDelete]
Type: files; Name: "{app}\*.pyc"
Type: files; Name: "{app}\*.*"
Type: filesandordirs; Name: "{app}\*"
; too dangerous:
;Type: files; Name: "{app}\*.*"
;Type: filesandordirs; Name: "{app}\*"

[InstallDelete]
Type: filesandordirs; Name: "{app}\*"
;Type: filesandordirs; Name: "{app}\*"

[Tasks]

Expand Down

0 comments on commit 38170ec

Please sign in to comment.