We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8851d40 commit 0cf7492Copy full SHA for 0cf7492
1 file changed
bizhawk_prereqs.nsi
@@ -1,5 +1,3 @@
1
-!include x64.nsh
2
-
3
; The name of the installer
4
Name "Bizhawk Prerequisites"
5
@@ -12,7 +10,7 @@ InstallDir $DESKTOP\Example1
12
10
; Request application privileges for Windows Vista+
13
11
RequestExecutionLevel admin
14
15
-LicenseText "The following prerequisites will be checked and installed:\n(Don't worry, the x64 installers are benign on 32bit systems)" "OK"
+LicenseText "The following prerequisites will be checked and installed:" "OK"
16
LicenseData "dist\info.txt"
17
Page license
18
Page instfiles
0 commit comments