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:
parent
219d45299f
commit
331db09aa4
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue