diff options
author | Mike DePaulo <mikedep333@gmail.com> | 2014-04-06 08:19:14 -0400 |
---|---|---|
committer | Mike DePaulo <mikedep333@gmail.com> | 2014-09-01 15:44:31 -0400 |
commit | 8a8f50cdcfaf2c0f3c7a86e9156e92055a5e453a (patch) | |
tree | d5b620caed6b4cbacc2960a742acdffebfa7f9ef | |
parent | 873f76432c8f24686af36e2d75a0dcf87950841f (diff) | |
download | vcxsrv-8a8f50cdcfaf2c0f3c7a86e9156e92055a5e453a.tar.gz vcxsrv-8a8f50cdcfaf2c0f3c7a86e9156e92055a5e453a.tar.bz2 vcxsrv-8a8f50cdcfaf2c0f3c7a86e9156e92055a5e453a.zip |
Update NSIS scripts to specify that we are "XP Compatible"
Conflicts:
xorg-server/installer/vcxsrv-64-debug.nsi
xorg-server/installer/vcxsrv-64.nsi
xorg-server/installer/vcxsrv-debug.nsi
xorg-server/installer/vcxsrv.nsi
-rw-r--r-- | xorg-server/installer/vcxsrv-64-debug.nsi | 4 | ||||
-rw-r--r-- | xorg-server/installer/vcxsrv-64.nsi | 4 | ||||
-rw-r--r-- | xorg-server/installer/vcxsrv-debug.nsi | 4 | ||||
-rw-r--r-- | xorg-server/installer/vcxsrv.nsi | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/xorg-server/installer/vcxsrv-64-debug.nsi b/xorg-server/installer/vcxsrv-64-debug.nsi index ce24a7e18..26c41b43e 100644 --- a/xorg-server/installer/vcxsrv-64-debug.nsi +++ b/xorg-server/installer/vcxsrv-64-debug.nsi @@ -18,10 +18,10 @@ ;--------------------------------
; The name of the installer
-Name "VcXsrv"
+Name "VcXsrv - XP Compatible"
; The file to write
-OutFile "vcxsrv-64-debug.1.15.2.0.installer.exe"
+OutFile "vcxsrv-xp-64-debug.1.15.2.0.installer.exe"
; The default installation directory
InstallDir $PROGRAMFILES64\VcXsrv
diff --git a/xorg-server/installer/vcxsrv-64.nsi b/xorg-server/installer/vcxsrv-64.nsi index 1b11e1677..d89f4af87 100644 --- a/xorg-server/installer/vcxsrv-64.nsi +++ b/xorg-server/installer/vcxsrv-64.nsi @@ -18,10 +18,10 @@ ;--------------------------------
; The name of the installer
-Name "VcXsrv"
+Name "VcXsrv - XP Compatible"
; The file to write
-OutFile "vcxsrv-64.1.15.2.0.installer.exe"
+OutFile "vcxsrv-xp-64.1.15.2.0.installer.exe"
; The default installation directory
InstallDir $programfiles64\VcXsrv
diff --git a/xorg-server/installer/vcxsrv-debug.nsi b/xorg-server/installer/vcxsrv-debug.nsi index 00319b949..7db6308de 100644 --- a/xorg-server/installer/vcxsrv-debug.nsi +++ b/xorg-server/installer/vcxsrv-debug.nsi @@ -18,10 +18,10 @@ ;--------------------------------
; The name of the installer
-Name "VcXsrv"
+Name "VcXsrv - XP Compatible"
; The file to write
-OutFile "vcxsrv-debug.1.15.2.0.installer.exe"
+OutFile "vcxsrv-xp-debug.1.15.2.0.installer.exe"
; The default installation directory
InstallDir $PROGRAMFILES32\VcXsrv
diff --git a/xorg-server/installer/vcxsrv.nsi b/xorg-server/installer/vcxsrv.nsi index 174916694..7cd2e93a9 100644 --- a/xorg-server/installer/vcxsrv.nsi +++ b/xorg-server/installer/vcxsrv.nsi @@ -18,10 +18,10 @@ ;--------------------------------
; The name of the installer
-Name "VcXsrv"
+Name "VcXsrv - XP Compatible"
; The file to write
-OutFile "vcxsrv.1.15.2.0.installer.exe"
+OutFile "vcxsrv-xp.1.15.2.0.installer.exe"
; The default installation directory
InstallDir $PROGRAMFILES32\VcXsrv
|