Skip to content

Commit

Permalink
remove PerUserOrMachine-Example
Browse files Browse the repository at this point in the history
  • Loading branch information
gdams committed Apr 30, 2024
1 parent 6f6a569 commit 5afc090
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/wix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
include:
- jdk: 8
ICEDTEA_WEB_VERSION: "icedtea-web-1.8.6"
- jdk: 11
arch: x86

name: wix
runs-on: windows-latest
Expand Down
5 changes: 0 additions & 5 deletions wix/Main.wxs.template
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,10 @@
</InstallUISequence>
-->

<Property Id="ApplicationFolderName" Value="PerUserOrMachine-Example" />
<Property Id="WixAppFolder" Value="WixPerMachineFolder" />
<WixVariable Id="WixUISupportPerUser" Value="1" />
<WixVariable Id="WixUISupportPerMachine" Value="1" />

<CustomAction Id="CustomSetDefaultPerUserFolder" Property="CustomWixPerUserFolder"
Value="[LocalAppDataFolder]Programs\[ApplicationFolderName]" Execute="immediate" />
<CustomAction Id="CustomSetDefaultPerMachineFolder" Property="CustomWixPerMachineFolder"
Value="[ProgramFiles64Folder][ApplicationFolderName]" Execute="immediate" />
<CustomAction Id="CustomSetPerUserFolder" Property="APPLICATIONFOLDER"
Value="[CustomWixPerUserFolder]" Execute="immediate" />
<CustomAction Id="CustomSetPerMachineFolder" Property="APPLICATIONFOLDER"
Expand Down

0 comments on commit 5afc090

Please sign in to comment.