We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad244d9 commit 055994cCopy full SHA for 055994c
intiface-central-installer.iss
@@ -23,7 +23,11 @@ Compression=lzma2
23
SolidCompression=yes
24
OutputBaseFilename=intiface-central-installer
25
OutputDir=.\installer
26
-PrivilegesRequiredOverridesAllowed=dialog
+// Force local install
27
+PrivilegesRequired=lowest
28
+// Uncomment to allow users to install globally.
29
+// PrivilegesRequiredOverridesAllowed=dialog
30
+// Uncomment to show License during install.
31
// LicenseFile=LICENSE
32
33
0 commit comments