Skip to content

Commit

Permalink
Updated iss file to include the uninstaller in the start menu folder
Browse files Browse the repository at this point in the history
  • Loading branch information
omgftw committed May 27, 2018
1 parent 79be4cb commit 280e74b
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,12 @@ AppVersion=1.0.4
DefaultDirName={localappdata}\DarkSoulsSaveManager
DefaultGroupName=Dark Souls Save Manager
UninstallDisplayIcon={app}\DarkSoulsSaveManager.exe
; Compression=lzma2
SolidCompression=yes
OutputBaseFilename=DarkSoulsSaveManagerInstaller
; OutputDir=userdocs:Inno Setup Examples Output

[Files]
Source: "dist\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs
; Source: "MyProg.chm"; DestDir: "{app}"
; Source: "Readme.txt"; DestDir: "{app}"; Flags: isreadme

[Icons]
Name: "{group}\Dark Souls Save Manager"; Filename: "{app}\DarkSoulsSaveManager.exe"; AppUserModelID: "com.omgftw.dssm"

; [Icons]
; Name: {commonprograms}\{AppName}; Filename: {app}\{AppName}; AppUserModelID: "com.omgftw.dssm"
Name: "{group}\Uninstall Dark Souls Save Manager"; Filename: "{uninstallexe}";

0 comments on commit 280e74b

Please sign in to comment.