diff options
Diffstat (limited to 'xorg-server/installer/vcxsrv.nsi')
-rw-r--r-- | xorg-server/installer/vcxsrv.nsi | 4 |
1 files changed, 2 insertions, 2 deletions
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
|