Enable UAC prompt when installing for all users

This commit is contained in:
hustcer 2025-05-06 07:44:44 +08:00
parent 5eef30ffca
commit fcab8c20df

View File

@ -34,6 +34,9 @@
<!-- If set to WixPerMachineFolder will install for PerMachine by default -->
<Property Id="WixAppFolder" Value="WixPerUserFolder" />
<!-- Enable UAC prompt when installing for all users -->
<Property Id="MSIUSEREALADMINDETECTION" Value="1" />
<Property Id="ApplicationFolderName" Value="$(var.ApplicationFolderName)" />
<!-- Per Machine Install -->