VOGONS

Common searches


First post, by pseudo3d

User metadata
Rank Newbie
Rank
Newbie

Tried asking this somewhere else but it was removed because it didn't fit the subject. Anyway, here goes. I have several older Maxis games (SimTower, SimFarm, SimAnt) with CD-ROMs.

In particular, I want to install SimTower (from 1995) on my Windows 7 computer; unfortunately, it and other games from that era come with a SETUP.EXE file, which Windows refuses to run on basis of being too old. Luckily, I found a cryptic text (SETUP.INF) that describes how the process would go.

https://pastebin.com/A1ddBQ3h

So for instance, the main EXE is "SIMTOWER.EX_" and compressed (about 2.4MB, which is about the half the size of the Mac version, which is 4MB, though that may arguably come pre-packed with the separate DLL files the PC version uses). Renaming this file to .EXE and running it in compatibility mode does nothing, but it may be compressed.

If I can't get the SETUP.EXE file to run under any circumstances, I at least want to try to extract the files manually to run them. I don't really have access to an older machine, unless there's a particularly easy way to set up a virtual machine that I can extract them from.

Reply 1 of 7, by teleguy

User metadata
Rank Member
Rank
Member

Try one of these:

https://community.pcgamingwiki.com/files/file … eric-installer/
https://community.pcgamingwiki.com/files/file … eric-installer/

Alternatively InstallShield Wrapper

If that doesn't work Universal Extractor might help.

Reply 3 of 7, by XTac

User metadata
Rank Newbie
Rank
Newbie

These look like an old Microsoft compression format.

Try this link: http://gnuwin32.sourceforge.net/packages/mscompress.htm

However, even after decompression, I suspect that the installation executable files are 16bit. You will need to find a 32bit installer or work around it.

Reply 4 of 7, by Osprey

User metadata
Rank Member
Rank
Member

If you're running 32-bit Windows, you can try installing NTVDM or use Windows XP Mode (if you have at least the Pro edition of 7).

If you're running 64-bit Windows, you're likely wasting your time, because you can't run 16-bit applications in it. Even if you were to manage to install it, it wouldn't run. You'll need to use Windows 3.x to run SimTower, and, since you'll need it to play the game, you might as well just install it from within Windows 3.x, as well.

Last edited by Osprey on 2017-09-04, 05:12. Edited 1 time in total.

Reply 5 of 7, by Jo22

User metadata
Rank l33t++
Rank
l33t++
pseudo3d wrote:

So for instance, the main EXE is "SIMTOWER.EX_" and compressed

Try expand.exe from Windows 3.11. Windows NT also has expand, but uses a different compression.

"Time, it seems, doesn't flow. For some it's fast, for some it's slow.
In what to one race is no time at all, another race can rise and fall..." - The Minstrel

//My video channel//

Reply 7 of 7, by hwh

User metadata
Rank Member
Rank
Member
XTac wrote:

However, even after decompression, I suspect that the installation executable files are 16bit. You will need to find a 32bit installer or work around it.

All the installer does is decompress the files and put them in a folder.

So it will run if it's decompressed, because the game itself is 32 bit. I think.