Skip to content

Commit c0db63a

Browse files
committed
Remove per user install and update product naming to not include version
Signed-off-by: paulober <[email protected]>
1 parent 8eb4f05 commit c0db63a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

windows/setup.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
AppId={{F6A0C3F8-5F5E-4B86-9C15-8E7E6E6D5C9A}
1616
AppName={#MyAppName}
1717
AppVersion={#MyAppVersion}
18+
AppVerName={#MyAppName}
1819
AppPublisher={#MyAppPublisher}
1920
AppPublisherURL={#MyAppURL}
2021
DefaultDirName={autopf}\{#MyAppPublisher}\USB RNDIS Driver
@@ -30,7 +31,6 @@ DisableProgramGroupPage=yes
3031
ArchitecturesAllowed=x64 arm64
3132
ArchitecturesInstallIn64BitMode=x64 arm64
3233
PrivilegesRequired=admin
33-
PrivilegesRequiredOverridesAllowed=dialog
3434
SetupLogging=yes
3535
; Prevent install on too-old Windows
3636
MinVersion=10.0.0

0 commit comments

Comments
 (0)