Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Inno Installation package

Status
Not open for further replies.

ChewDoggie

Programmer
Joined
Mar 14, 2005
Messages
604
Location
US
Hello All!

I'm attempting to create an installation package using Inno Setup. I was able to successfully create/compile an installation package and when I executed it, it worked as expected. However, there are a couple of questions/issues I have for anyone who knows the Inno Setup routine:

After installing, I looked in "Add/Remove Programs" and found a NEW application had been added when, in fact, I only wanted to install an update. So, obviously I need to FIRST run an "uninstall" command, but can't find any examples of this. Can someone give me some sample code that'll appear in the compiler?

Also, the installation prompts the user for "Additional Tasks" and has checkboxes for "Visual Basic Runtime 5.0" and "Visual Basic Runtime 6.0". I'd like to be able to eliminate this prompt and have these items installed automatically. Does anyone know how to do this ?

Thanks!



AMACycle

American Motorcyclist Association
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top