-
vb.net setup file
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
-
Re: vb.net setup file
Hey,
What version of Visual Studio are you using?
In the setup project, you should be able to add the output of multiple projects, and within the File System view for the Setup Project you should be able to specify which folder you want the output to go to. The difficulty that you might run into is if you are using a Web Setup Project for the Web Service, i.e. creating a virtual directory for the service. If this is the case, you could have this as an additional manual step after the installation, or you could add a custom installer to the setup application to create the virtual directory.
Hope that helps!!
Gary
-
Re: vb.net setup file
Moved To Application Deployment