Skip to content

Commit

Permalink
Updated installer script:
Browse files Browse the repository at this point in the history
Changed deprecated placeholders ({pf} -> {commonpf})
Removed 'Quick Launch'-icon, this doesn't work anymore since Windows Vista
  • Loading branch information
DoogeJ committed Mar 23, 2020
1 parent 2eade71 commit 764122d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Installer/setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ AppPublisher={#MyAppPublisher}
AppPublisherURL={#MyAppURL}
AppSupportURL={#MyAppURL}
AppUpdatesURL={#MyAppURL}
DefaultDirName={pf}\{#MyAppName}
DefaultDirName={commonpf}\{#MyAppName}
DefaultGroupName={#MyAppName}
DisableProgramGroupPage=yes
OutputDir=bin
Expand Down Expand Up @@ -48,7 +48,6 @@ Source: "..\NetPing\bin\Release\NetPing.exe"; DestDir: "{app}"; Flags: ignorever
Name: "{group}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"
Name: "{group}\{cm:ProgramOnTheWeb,{#MyAppName}}"; Filename: "{#MyAppURL}"
Name: "{commondesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: desktopicon
Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: quicklaunchicon

[Run]
Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent
Expand Down

0 comments on commit 764122d

Please sign in to comment.