Skip to content

Commit 055994c

Browse files
committed
build: For installer to use per-user locations
Makes dev life way easier.
1 parent ad244d9 commit 055994c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

intiface-central-installer.iss

+5-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,11 @@ Compression=lzma2
2323
SolidCompression=yes
2424
OutputBaseFilename=intiface-central-installer
2525
OutputDir=.\installer
26-
PrivilegesRequiredOverridesAllowed=dialog
26+
// Force local install
27+
PrivilegesRequired=lowest
28+
// Uncomment to allow users to install globally.
29+
// PrivilegesRequiredOverridesAllowed=dialog
30+
// Uncomment to show License during install.
2731
// LicenseFile=LICENSE
2832

2933

0 commit comments

Comments
 (0)