Click here to Skip to main content
15,891,431 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

I want to deploy multiple applications by using single setup.
i have 2 windows service,1 web service,2 windows application.
and i want to install these all applications by single setup [.msi]
The web service should be hosted on IIS,
windows service should be installed on machine as service.
windows applications should be installed.


Is there any way to do it.

Please Help me......
Posted
Comments
[no name] 17-Mar-12 12:19pm    
Yes of course there is a way to do it. The method is going to depend greatly on the setup builder you are using and most of all what you have tried.
shashikantGuptaMCA 19-Mar-12 7:09am    
Hii Wes Aday..

I have created a setup project and in the file system option i have created the folders and add files[.exe etc] accouding to requirement.

now the task is i have also 5 check box for these folders[applications].
i want to check on that checkbox and only that folder should be created.

but in my case all folders have created on default location of setup.

Thanks in advance..
shashikantGuptaMCA 19-Mar-12 7:18am    
i have craeted a checkbox file in userinterface also.

1 solution

You can use microsoft's very own click once publishing for simple deployment.

http://msdn.microsoft.com/en-us/library/t71a733d%28v=vs.80%29.aspx[^]

Personally I like to use Inno setup. the nice thing is it's free too.
http://www.jrsoftware.org/isinfo.php[^]
 
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