mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-08-25 08:25:07 +03:00
cscript path fix
This commit is contained in:
parent
509ef8afc5
commit
7f25081657
1 changed files with 3 additions and 2 deletions
|
@ -155,7 +155,7 @@ cat > wix.xml << EOF
|
||||||
|
|
||||||
<Icon Id="icon.ico" SourceFile="riv.ico"/>
|
<Icon Id="icon.ico" SourceFile="riv.ico"/>
|
||||||
<Property Id="ARPPRODUCTICON" Value="icon.ico" />
|
<Property Id="ARPPRODUCTICON" Value="icon.ico" />
|
||||||
<Property Id="Script" Value="[SystemFolder]\\cscript.exe" />
|
<Property Id="Script" Value="%WINDIR%\\System32\\cscript.exe" />
|
||||||
|
|
||||||
<Directory Id="TARGETDIR" Name="SourceDir">
|
<Directory Id="TARGETDIR" Name="SourceDir">
|
||||||
<Directory Id="DesktopFolder" SourceName="Desktop"/>
|
<Directory Id="DesktopFolder" SourceName="Desktop"/>
|
||||||
|
@ -260,8 +260,9 @@ cat > wix.xml << EOF
|
||||||
<WixVariable Id="WixUILicenseRtf" Value="${PKGLICENSEFILE}" />
|
<WixVariable Id="WixUILicenseRtf" Value="${PKGLICENSEFILE}" />
|
||||||
<Property Id="WIXUI_EXITDIALOGOPTIONALCHECKBOXTEXT" Value="Launch RiV-mesh" />
|
<Property Id="WIXUI_EXITDIALOGOPTIONALCHECKBOXTEXT" Value="Launch RiV-mesh" />
|
||||||
<CustomAction Id="LaunchApplication"
|
<CustomAction Id="LaunchApplication"
|
||||||
|
FileKey="[Script]"
|
||||||
Impersonate="yes"
|
Impersonate="yes"
|
||||||
ExeCommand='"[Script]" "[MeshInstallFolder]mesh-ui-ie.js"'
|
ExeCommand='"[MeshInstallFolder]mesh-ui-ie.js"'
|
||||||
Return="asyncNoWait" />
|
Return="asyncNoWait" />
|
||||||
|
|
||||||
<!-- Step 3: Include the custom action -->
|
<!-- Step 3: Include the custom action -->
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue