Installer: Always call the Program Files folder "Dolphin".

This drops support for installing multiple Dolphin versions to Program Files. 32 Bit and 64 Bit versions can still be installed in parallel.
This commit is contained in:
Tony Wasserka 2013-10-20 14:30:54 +02:00
parent 219d45299f
commit 331db09aa4
2 changed files with 5 additions and 3 deletions

View File

@ -1,5 +1,6 @@
!define DOLPHIN_ARCH Win32
!define BASE_INSTALL_DIR "$PROGRAMFILES32"
!define PRODUCT_NAME "Dolphin x86"
!define PRODUCT_NAME "Dolphin"
!define PRODUCT_PLATFORM "32 Bit"
!include Installer.nsi
!include Installer.nsi

View File

@ -1,5 +1,6 @@
!define DOLPHIN_ARCH x64
!define BASE_INSTALL_DIR "$PROGRAMFILES64"
!define PRODUCT_NAME "Dolphin"
!define PRODUCT_PLATFORM "64 Bit"
!include Installer.nsi
!include Installer.nsi