Results 1 to 3 of 3

Thread: vb.net setup file

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2009
    Posts
    6

    Arrow 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

  2. #2
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    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

  3. #3
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    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
  •  



Click Here to Expand Forum to Full Width