Page 1 of 1
Options
Posted: Wed Jun 20, 2007 7:23 am
by ddebono
Hi,
How do I:
- Prevent the installation to be included in Add/Remove programs ?
- Get rid of the Run program option at
the end of the installtion ?
-
- Run other MSI/Exe programs during installation ?
Using IA 6.6 Studio
David
Posted: Wed Jun 20, 2007 9:51 am
by Edhy
Hi David,
I'll try to answer your questions.
1- Prevent the installation to be included in Add/Remove programs ?
I really don't know, but maybe if you don't fill the info for the Add-Remove it iwll not be shown there.
2- Get rid of the Run program option at the end of the installtion ?
I solve this by creating a copy of the Finish dialog and in my copy delete the object named RunNow, then in the script use your new dialog instead of the Finish one.
3- Run other MSI/Exe programs during installation ?
Use the Run Program command from the "Direct Execute" options and fill in the parameters to run your program.
Good luck!
Posted: Wed Jun 20, 2007 2:20 pm
by ddebono
Hi Edhy,
1. This does not work. Have already tried that. Very strange that there is no option not to include in Add/Remove programs
2. That works
3. Will try that
Thanks,
David