os/win32/installer/version_win9x.txt
author Tero Marttila <terom@fixme.fi>
Fri, 19 Dec 2008 02:25:44 +0200
branchterom-mini
changeset 10442 7089fa402bfd
parent 9926 5b6693363ae1
permissions -rw-r--r--
mini-branch
9920
21ce1e2f0e43 (svn r14075) -Codechange: make the windows installer more platform aware and warn when the to-be-installed binary isn't the recommended one (or won't work at all).
rubidium
parents:
diff changeset
     1
!define APPBITS 32          ; Define number of bits for the architecture
21ce1e2f0e43 (svn r14075) -Codechange: make the windows installer more platform aware and warn when the to-be-installed binary isn't the recommended one (or won't work at all).
rubidium
parents:
diff changeset
     2
!define EXTRA_VERSION "for Windows 95, 98 and ME"
21ce1e2f0e43 (svn r14075) -Codechange: make the windows installer more platform aware and warn when the to-be-installed binary isn't the recommended one (or won't work at all).
rubidium
parents:
diff changeset
     3
!define APPARCH "win9x"     ; Define the application architecture
21ce1e2f0e43 (svn r14075) -Codechange: make the windows installer more platform aware and warn when the to-be-installed binary isn't the recommended one (or won't work at all).
rubidium
parents:
diff changeset
     4
!define BINARY_DIR "${PATH_ROOT}bin"
9926
5b6693363ae1 (svn r14081) -Fix (r14075): WoW64 spoiled the 64 bits Windows detection and the installer for the 64 bits binary installed in the wrong directory. Thanks to michi_cc and glx for testing.
rubidium
parents: 9920
diff changeset
     5
InstallDir "$PROGRAMFILES32\OpenTTD\"