Skip to content

Commit b7ecd2c

Browse files
Revert "Enable install without admin"
This reverts commit 933e3ea.
1 parent 933e3ea commit b7ecd2c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Installer/installer_arm64.iss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ ChangesAssociations=no
2424
DisableProgramGroupPage=yes
2525
LicenseFile=C:\Users\Ahnaf\source\repos\WSA-SystemControl\LICENSE.txt
2626
; Remove the following line to run in administrative install mode (install for all users.)
27-
PrivilegesRequired=lowest
28-
PrivilegesRequiredOverridesAllowed=dialog
27+
;PrivilegesRequired=lowest
28+
;PrivilegesRequiredOverridesAllowed=dialog
2929
OutputDir=C:\Users\Ahnaf\Desktop\Installer
3030
OutputBaseFilename=WSASystemControl_{#MyAppVersion}_arm64
3131
SetupIconFile=C:\Users\Ahnaf\source\repos\WSA-SystemControl\WSA System Control\app.ico

Installer/installer_x64.iss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ ChangesAssociations=no
2424
DisableProgramGroupPage=yes
2525
LicenseFile=C:\Users\Ahnaf\source\repos\WSA-SystemControl\LICENSE.txt
2626
; Remove the following line to run in administrative install mode (install for all users.)
27-
PrivilegesRequired=lowest
28-
PrivilegesRequiredOverridesAllowed=dialog
27+
;PrivilegesRequired=lowest
28+
;PrivilegesRequiredOverridesAllowed=dialog
2929
OutputDir=C:\Users\Ahnaf\Desktop\Installer
3030
OutputBaseFilename=WSASystemControl_{#MyAppVersion}_x64
3131
SetupIconFile=C:\Users\Ahnaf\source\repos\WSA-SystemControl\WSA System Control\app.ico

0 commit comments

Comments
 (0)