mirror of
https://github.com/nushell/nushell.git
synced 2025-08-12 14:08:11 +02:00
Enable UAC prompt when installing for all users
This commit is contained in:
@ -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 -->
|
||||
|
Reference in New Issue
Block a user