|
-
Mar 7th, 2009, 01:21 AM
#1
Thread Starter
New Member
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
-
Mar 7th, 2009, 04:48 AM
#2
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
-
Mar 7th, 2009, 05:06 AM
#3
Re: vb.net setup file
Moved To Application Deployment
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|