Skip to content
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
No related branches found
No related tags found
1 merge request!673Bug 40801: Correct the ExecShell open path on the Windows system-wide installer
...@@ -240,6 +240,9 @@ ${EndIf} ...@@ -240,6 +240,9 @@ ${EndIf}
FunctionEnd FunctionEnd
Function StartBrowser Function StartBrowser
ExecShell "open" "$INSTDIR/Start [% c('var/Project_Name') %].lnk" [% IF !system_install_mode -%]
ExecShell "open" "$INSTDIR/Start [% c('var/Project_Name') %].lnk"
[% ELSE -%]
ExecShell "open" "$INSTDIR/[% c('var/exe_name') %].exe"
[% END -%]
FunctionEnd FunctionEnd
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment