jatinkulkarni
28th September 2007 09:10 UTC
problems with ExecWait.
Hi,
I am using ExecWait to install third party software. However I encounter the following two problems.
1. ExecWait does not wait for the third party software installation to complete.
2. I want to embedd the third party install software in my SetUp.exe file so that the it(third party software) cannot be installed seperately by anyone.
How do I achieve these ?
regards,
Jatin.
kichik
28th September 2007 09:34 UTC
The executed installer probably extracts another installer and executes it without waiting for it. You can use Unattended resources to find out how to make it wait for the other installer. For example, InstallShield waits if you pass /SMS on the command line.
jatinkulkarni
28th September 2007 10:03 UTC
Thanks very much for the reply. I was also expecting some help regarding my second problem. How do I embed the third party software installer in my generated SetUp.exe ?
kichik
28th September 2007 10:05 UTC
With File.
jatinkulkarni
28th September 2007 14:13 UTC
I still can't figure out how to make installer wait until ExecWait finishes its installation. I am trying to install following three software from my installer.
1. MYSQL Database (Setup.exe)
2. MYSQL GUI TOOLS (mysql-gui-tools-5.0-r9a-win32.msi)
3. MYSQL ODBC Connector (SetUp.exe)
regards,
Jatin.
jatinkulkarni
29th September 2007 03:55 UTC
Can anyone please help me with the above probem. I am stuck at it.
regards,
Jatin.
kichik
29th September 2007 10:06 UTC
All the information you need is in Unattended. Follow their instruction of installer identification and then the flags specification to figure out how to make installers wait.