Install6Me
04-19-2004, 09:30 AM
hi,
I need to make a call from within my parent setup to a child setup. The child setup should however run silently. How can i do this.
I am using LaunchAppWait () to launch the child setup.
Besides i should also be able to run the child setup seperately in interactive mode.
The parent setup is a installer which requires a application to be installed on user's machine. Eg: Some upgrader.
If the application is not loaded on user's machine the child setup should be called and it shoudl install the application silently. Eg: Some exe.
But there might be cases when user may just run the child setup to install the exe on his machine. At such a time the installation should be interactive.
How can i do this?? :confused:
I need to make a call from within my parent setup to a child setup. The child setup should however run silently. How can i do this.
I am using LaunchAppWait () to launch the child setup.
Besides i should also be able to run the child setup seperately in interactive mode.
The parent setup is a installer which requires a application to be installed on user's machine. Eg: Some upgrader.
If the application is not loaded on user's machine the child setup should be called and it shoudl install the application silently. Eg: Some exe.
But there might be cases when user may just run the child setup to install the exe on his machine. At such a time the installation should be interactive.
How can i do this?? :confused: