dolphin/Installer/Installer_win32.nsi
Tony Wasserka 331db09aa4 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.
2013-10-20 14:30:54 +02:00

7 lines
159 B
Plaintext

!define DOLPHIN_ARCH Win32
!define BASE_INSTALL_DIR "$PROGRAMFILES32"
!define PRODUCT_NAME "Dolphin"
!define PRODUCT_PLATFORM "32 Bit"
!include Installer.nsi