Installation program

Started by
6 comments, last by evolutional 19 years, 8 months ago
I have been given the great task at work ( because I am the new guy ), of writing installation code for some applications that are finished. I am aslo writing documentation on them. Manuals for the users, not code documentation. These programs are older, and written in Win32 or MFC with VC++ 6.0. I looked at InstallShield, and although it looks good... $$$ It is very expensive. I was wondering two things... 1. Is there an alternative to InstallShield. It does not have to be free, just cheaper. 2. Are the any programs for writting manuals? Thanks in advance. There is no reason paying my dues should be painful :)

I think, therefore I am. I think? - "George Carlin"
My Website: Indie Game Programming

My Twitter: https://twitter.com/indieprogram

My Book: http://amzn.com/1305076532

Advertisement
NSIS Nullsoft Script Installation System, youll have to learn nullsoft script, but it is soo simple, and it comes with many examples of about 30 different types of installers.
Yeh, I've always liked the Nullsoft installer. Get it here.
Any others???

I think, therefore I am. I think? - "George Carlin"
My Website: Indie Game Programming

My Twitter: https://twitter.com/indieprogram

My Book: http://amzn.com/1305076532

The really used ones are NSIS(easy free) Wise(expensive) InstallShield(expensive) and Clickteam(VERY EASY, Used often, but the free version is loaded with nag screens.
InnoSetup is good, and it's free:

http://www.jrsoftware.org/isinfo.php
daerid@gmail.com
Tried MSI? (Microsoft Installer)
It's free.

Quote:Original post by Coder
Tried MSI? (Microsoft Installer)
It's free.


If you go that way, take a look at WiX

This topic is closed to new replies.

Advertisement