Hi. I'm using SUF5.
I need to include a setup application from another company (WinZIP Command Line Utilities. This is just one exe file, which, when executed, expands and sets up numerous files on the user's PC.) along with my custom application.
I do not want to install the second package, just include it in *my* setup program and run it after *my* application has finished installing. I need the WinZip utilities to be installed so my app will work.
How do I:
* Not install the WinZip setup file but just run it after the installation of my custom files?
* If it _has_ to be installed, how do I delete it from the user's PC drive, considering that the files could have been installed in any folder.
-Regards
Prince
------------------
-Prince Of Thieves
I need to include a setup application from another company (WinZIP Command Line Utilities. This is just one exe file, which, when executed, expands and sets up numerous files on the user's PC.) along with my custom application.
I do not want to install the second package, just include it in *my* setup program and run it after *my* application has finished installing. I need the WinZip utilities to be installed so my app will work.
How do I:
* Not install the WinZip setup file but just run it after the installation of my custom files?
* If it _has_ to be installed, how do I delete it from the user's PC drive, considering that the files could have been installed in any folder.
-Regards
Prince
------------------
-Prince Of Thieves
Comment