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 8eb4f05 commit c0db63aCopy full SHA for c0db63a
windows/setup.iss
@@ -15,6 +15,7 @@
15
AppId={{F6A0C3F8-5F5E-4B86-9C15-8E7E6E6D5C9A}
16
AppName={#MyAppName}
17
AppVersion={#MyAppVersion}
18
+AppVerName={#MyAppName}
19
AppPublisher={#MyAppPublisher}
20
AppPublisherURL={#MyAppURL}
21
DefaultDirName={autopf}\{#MyAppPublisher}\USB RNDIS Driver
@@ -30,7 +31,6 @@ DisableProgramGroupPage=yes
30
31
ArchitecturesAllowed=x64 arm64
32
ArchitecturesInstallIn64BitMode=x64 arm64
33
PrivilegesRequired=admin
-PrivilegesRequiredOverridesAllowed=dialog
34
SetupLogging=yes
35
; Prevent install on too-old Windows
36
MinVersion=10.0.0
0 commit comments