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 fa1e371 commit 2067b33Copy full SHA for 2067b33
NetRemote/Setup/setup.iss
@@ -34,6 +34,7 @@ AppPublisher={#MyAppPublisher}
34
AppPublisherURL={#MyAppURL}
35
AppSupportURL={#MyAppURL}
36
AppUpdatesURL={#MyAppURL}
37
+DefaultGroupName={#MyAppName}
38
DefaultDirName={pf}\SDRSharp
39
LicenseFile=license.txt
40
InfoBeforeFile=help.txt
@@ -42,7 +43,7 @@ Compression=lzma
42
43
SolidCompression=yes
44
EnableDirDoesntExistWarning=True
45
DirExistsWarning=no
-DisableProgramGroupPage=yes
46
+DisableProgramGroupPage=auto
47
MinVersion=0,5.01sp3
48
49
[Languages]
0 commit comments