Skip to content

Commit

Permalink
[innosetup] Fix #146, I think I finally spotted the problem. Thanks t…
Browse files Browse the repository at this point in the history
…o chatGPT
  • Loading branch information
christofmuc committed Jul 13, 2023
1 parent c453197 commit da91272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion The-Orm/setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Name: "{autoprograms}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"
Name: "{autodesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: desktopicon

[Run]
Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent
Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall
Filename: "{tmp}\{#VCRedistFileName}"; StatusMsg: "Installing required VS2017 C++ Runtime Libraries"; Parameters: "/quiet"; Check: VC2017RedistNeedsInstall ; Flags: waituntilterminated

[Code]
Expand Down

0 comments on commit da91272

Please sign in to comment.