targer attribute fix

This commit is contained in:
vadym 2022-12-20 10:33:26 +02:00
parent 9d8d38d2a8
commit 53e53b7da7

View file

@ -275,14 +275,14 @@ cat > wix.xml << EOF
<Shortcut Id="ApplicationStartMenuShortcut" <Shortcut Id="ApplicationStartMenuShortcut"
Name="RiV-mesh" Name="RiV-mesh"
Description="RiV-mesh is IoT E2E encrypted network" Description="RiV-mesh is IoT E2E encrypted network"
Target="cscript.exe" Target="[%WINDIR]\System32\cscript.exe"
Arguments="[MeshInstallFolder]mesh-ui-ie.js" Arguments="[MeshInstallFolder]mesh-ui-ie.js"
WorkingDirectory="MeshInstallFolder"/> WorkingDirectory="MeshInstallFolder"/>
<Shortcut Id="DesktopShortcut" <Shortcut Id="DesktopShortcut"
Name="RiV-mesh" Name="RiV-mesh"
Description="RiV-mesh is IoT E2E encrypted network" Description="RiV-mesh is IoT E2E encrypted network"
Directory="DesktopFolder" Directory="DesktopFolder"
Target="cscript.exe" Target="[%WINDIR]\System32\cscript.exe"
Arguments="[MeshInstallFolder]mesh-ui-ie.js" Arguments="[MeshInstallFolder]mesh-ui-ie.js"
WorkingDirectory="MeshInstallFolder"/> WorkingDirectory="MeshInstallFolder"/>
<RemoveFolder Id="MeshInstallFolder" On="uninstall"/> <RemoveFolder Id="MeshInstallFolder" On="uninstall"/>