i have created a windows application
and i have created a windows service
i have created two separate setup files .
but i want to create a single setup file which will install the two applications (first the windows form and next windows service)
how can i do it
plzz reply me
Thanks in advance
Loading
vivek kulkarniPosted Mar 17, 2009, 12:33 PM
Hi Sri,
You can add multiple projects to the setups project out by adding and selecting the project that needs to be included in the setup.
Thank you,