Skip to content

Commit

Permalink
Update build.wxs
Browse files Browse the repository at this point in the history
  • Loading branch information
Romanitho committed Oct 18, 2024
1 parent cfc94f7 commit 151de05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/Wix/build.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -360,12 +360,12 @@
</Component>
</Directory>
</StandardDirectory>
<StandardDirectory Id="AppInstallerFolder">
<StandardDirectory Id="DesktopFolder">
<Component Id="AppInstallerShortcut" Condition="APPINSTALLERSHORTCUT = 1">
<RegistryKey Root="HKCU" Key="SOFTWARE\[Manufacturer]\[ProductName]">
<RegistryValue Name="WAU_AppInstallerShortcut" Type="integer" Value="[APPINSTALLERSHORTCUT]" KeyPath="yes" />
</RegistryKey>
<Shortcut Id="AppInstallerShortcut" Name="Run WAU" Target="[System64Folder]conhost.exe" Arguments="--headless powershell.exe -NoProfile -ExecutionPolicy Bypass -File &quot;[INSTALLDIR]WAU-Installer-GUI.ps1&quot;" Icon="icon.ico" />
<Shortcut Id="AppInstallerShortcut" Name="WAU App Installer" Target="[System64Folder]conhost.exe" Arguments="--headless powershell.exe -NoProfile -ExecutionPolicy Bypass -File &quot;[INSTALLDIR]WAU-Installer-GUI.ps1&quot;" Icon="icon.ico" />
</Component>
</StandardDirectory>
<StandardDirectory Id="DesktopFolder">
Expand Down

0 comments on commit 151de05

Please sign in to comment.