Skip to content
This repository was archived by the owner on Apr 11, 2022. It is now read-only.

Commit

Permalink
Fix uninstallation process
Browse files Browse the repository at this point in the history
  • Loading branch information
Caleb Ely committed Jan 30, 2016
1 parent 04e593d commit ff3865e
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions SR-Alternate-Installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,12 @@ Filename: "{app}\{#MySecondAppExeName}"; Parameters: "/NOINTROVIDEO"; Flags: now
; this section needed to uninstall them.
Type: files; Name: "{app}\{#MyAppExeName}"
Type: files; Name: "{app}\{#MySecondAppExeName}"
Type: filesandordirs; Name: "{app}\_avi_"
Type: files; Name: "{app}\*.avi"
; Type: filesandordirs; Name: "{app}\Uninstall"
Type: files; Name: "{app}\ReadMeUS.txt"
Type: files; Name: "{app}\QMDX.dll"
Type: filesandordirs; Name: "{app}\art"
Type: filesandordirs; Name: "{app}\CampaignTracks"
Type: filesandordirs; Name: "{app}\GameTracks"
Type: filesandordirs; Name: "{app}\res"

[Dirs]
; Created to ensure the save games are not removed
Expand Down

0 comments on commit ff3865e

Please sign in to comment.