Skip to main content
Sign in
Snippets Groups Projects
Verified Commit fffda1fd authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame :jack_o_lantern:
Browse files

Bug 40801: Correct the ExecShell open path on the Windows system-wide installer

parent 76054058
Branches
Tags
1 merge request!673Bug 40801: Correct the ExecShell open path on the Windows system-wide installer
......@@ -240,6 +240,9 @@ ${EndIf}
FunctionEnd
Function StartBrowser
[% IF !system_install_mode -%]
ExecShell "open" "$INSTDIR/Start [% c('var/Project_Name') %].lnk"
[% ELSE -%]
ExecShell "open" "$INSTDIR/[% c('var/exe_name') %].exe"
[% END -%]
FunctionEnd
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment