Page 1 of 1

Need Help

Posted: Fri Mar 07, 2014 5:16 am
by Kamal
Hi,

My Setup failed due to a missing run time. We found out that the problem was due to missing Microsoft Visual C++ 2005 Redistributable SP1. After manually installing the package, the Setup was successful. How can I include this runtime during the setup in the Installaware so that i dont have to manually install this everytime. Please help.

Kamal

Re: Need Help

Posted: Fri Mar 07, 2014 10:59 am
by FrancescoT
Dear Kamal,

you could add that Visual C++ 2005 Redist. Installer to the SUPPORTDIR and then to call it using "RUN PROGRAM" from your main script.

Regards