ChewDoggie
Programmer
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
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