We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e7f752 commit 39c72a2Copy full SHA for 39c72a2
scripts/installer.iss
@@ -32,7 +32,8 @@ PrivilegesRequiredOverridesAllowed=dialog
32
OutputBaseFilename={#MyAppName}_{#MyAppVersion}_{#MyAppPlatform}_Setup
33
Compression=lzma
34
SolidCompression=yes
35
-WizardStyle=modern dynamic
+WizardStyle=modern
36
+; WizardStyle=modern dynamic
37
CloseApplications=force
38
LicenseFile=..\LICENSE
39
OutputDir=..\dist
0 commit comments