Link to home
Create AccountLog in
Avatar of wspjones99
wspjones99Flag for United States of America

asked on

Create simple install program

Hi,
I am trying to create a simple install program.  It will be used to distribute drawings (probably PDFs or engineering type) to clients.  I need to have the end user accept a EULA before the program will let them have access to the drawings.  In the past (9 years ago) I used install shield for this type of program.  They tried to pitch a "Flexnet InstallShield Express" package that is kind of pricey IMHO.  I did some searching and found a "InstallShield Express" - without the flexnet, that was more im our price range.  What other products are there that can be used for this?  Is there a MSI compiler?
Thanks - Wayne
ASKER CERTIFIED SOLUTION
Avatar of CarlWarner
CarlWarner
Flag of United States of America image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
Also, see:

Wise for Windows Installer
http://www.wise.com/wfwi.asp?bhcp=1
Avatar of wnross
wnross

We've used both Installshield express and Inno setup with great success.

You will want istool to work with Innosetup.  It can be downloaded from the same site.

Cheers,
-Bill
Another installer application you could try is NSIS
http://nsis.sourceforge.net/Main_Page

It only creates EXE files but it is free to use
I recommend Innosetup as well, very good and easy to use
Avatar of wspjones99

ASKER

Innosetup was just the product I needed.
Thanks - Wayne
You're certainly welcome.  Good luck with it.