Page 1 of 1
A good free/inexpensive installer creator

Posted:
Jun 22, 2002 @ 5:29pm
by R0B

Posted:
Jun 22, 2002 @ 6:45pm
by esw
I have used , which is nice, but it adds lots of space (something like 600kb) to your program. Another free one is the Winamp installer, . It is tiny, like 64kb, but I have never actually used it.

Posted:
Jun 22, 2002 @ 8:25pm
by James S
EZSetup, or something like that, seems to be popular.

Posted:
Jun 23, 2002 @ 1:17am
by jadam1
doesnt he mean for PocketPC's though?

Posted:
Jun 23, 2002 @ 1:39am
by fused
dontcha just make a .cab file and feed it to activesync, or something simple like that?

Posted:
Jun 23, 2002 @ 3:10am
by Dan East
Right, you basically just launch the Application Manager on the PC and pass it a CAB file. The purpose of an installer like EZSetup is to:
Compress the CAB file(s).
Enforce Readme file and EULA.
Automatically launch Application Manager with the appropriate command line params.
I use EZSetup to install DEXplor. The DEXplor installer contains 3 CAB files which total 1.5 MB, while the EXE installer is only 500k.
Dan East

Posted:
Jun 23, 2002 @ 4:39am
by esw
Oh, ok, I thought you were talking about regular PC applications. Of course, you can probably use the ones I suggested, but ez-setup seems to be the standard and easiest route.
Using EZSetup

Posted:
Jun 23, 2002 @ 7:07am
by Conan
EZSetup takes the CAB file and your text information for the user & builds a proper setup.exe. You can't add in your own screens/logos to the installer.
It's a current product recently updated.
My article covers the basics. You need to see some sample .INF files for the CAB wizard program. With CE you have to deal with different CPU types if you are targeting the older hardware unless you want to make separate installers. I suggest you go the separate installer route if your game is huge

Posted:
Jun 23, 2002 @ 9:16am
by Dan East
The source code to EZSetup is available. If you have VC++ 6.0 you can create your own version of the installer to do / show whatever you want.
Dan East
EZSetup source editing

Posted:
Jun 23, 2002 @ 10:11am
by Conan
Yea, I looked at the source but could not see how to 'interface with the process. I will have another look before I need a new installer.