Skip to content

Commit

Permalink
Changed default for consistency across apps.
Browse files Browse the repository at this point in the history
  • Loading branch information
Timthreetwelve committed Nov 7, 2024
1 parent 0fc5ea5 commit 7d30ab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GetMyIP/Inno_Setup/GetMyIPEx.iss
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ Root: HKCU; Subkey: "Software\{#MyCompanyName}\{#MyAppName}"; ValueType: String;
Root: HKCU; Subkey: "Software\{#MyCompanyName}\{#MyAppName}"; ValueType: none; ValueName: "Edition"; Flags: uninsdeletekey deletevalue

[Run]
Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent unchecked shellexec
Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent shellexec
Filename: "{app}\ReadMe.txt"; Description: "{cm:ViewReadme}"; Flags: nowait postinstall skipifsilent unchecked shellexec

[UninstallDelete]
Expand Down

0 comments on commit 7d30ab8

Please sign in to comment.