dolphin/Installer/Installer_win32.nsi
Tony Wasserka d8fd449745 Installer: Revert the change from the previous commit which changed the 32 Bit Program Files folder to be called "Dolphin" instead of "Dolphin x86".
Apparently it's not easily possible to install 32 and 64 bit in parallel when the Program Files folder has the same name. Still, we go without the version number in the folder name though.
2013-10-20 15:07:56 +02:00

5 lines
128 B
Plaintext

!define DOLPHIN_ARCH Win32
!define BASE_INSTALL_DIR "$PROGRAMFILES32"
!define PRODUCT_NAME "Dolphin x86"
!include Installer.nsi