Click here to Skip to main content
15,884,472 members
Please Sign up or sign in to vote.
3.00/5 (2 votes)
See more:
Hi,
I want to create a setup.exe that contain another exe (eg.test.exe) inside it and launch that test.exe at from setup.exe. I mean installing sub exe while installing main exe. If any one knows please help me in this.
Posted

1 solution

add a batch job. in which you provoke/call the other application. it will ask you when you want the application to execute (after/before installation) etc, set those parameters as you require.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900