Skip to content

Commit 2067b33

Browse files
committed
Installer: Fix start menu group
1 parent fa1e371 commit 2067b33

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

NetRemote/Setup/setup.iss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ AppPublisher={#MyAppPublisher}
3434
AppPublisherURL={#MyAppURL}
3535
AppSupportURL={#MyAppURL}
3636
AppUpdatesURL={#MyAppURL}
37+
DefaultGroupName={#MyAppName}
3738
DefaultDirName={pf}\SDRSharp
3839
LicenseFile=license.txt
3940
InfoBeforeFile=help.txt
@@ -42,7 +43,7 @@ Compression=lzma
4243
SolidCompression=yes
4344
EnableDirDoesntExistWarning=True
4445
DirExistsWarning=no
45-
DisableProgramGroupPage=yes
46+
DisableProgramGroupPage=auto
4647
MinVersion=0,5.01sp3
4748

4849
[Languages]

0 commit comments

Comments
 (0)