Results 1 to 5 of 5

Thread: Combined programs + Clickonce question.

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Nov 2007
    Posts
    520

    Combined programs + Clickonce question.

    So heres the scenario,

    I have my main project file.

    I added another solution within it. So BOTH solutions are under the MAIN project file.

    I can use a custom setup file, and all that other fun stuff, coupled with the 'Check for updates' via Clickonce.

    IF i were to use the clickonce setup file..is there a way to have both programs be in the SAME programs folder on the start menu?

  2. #2
    Frenzied Member
    Join Date
    Dec 2007
    Posts
    1,072

    Re: Combined programs + Clickonce question.

    Quote Originally Posted by Jx_Man
    The default installing path is [program files folder]\[product name] if you create a setup with Net Deployment and package without change the default path.
    You can see the path in DefaultLocation properties of Application Folder. you can set application installing path there.
    From: http://www.daniweb.com/forums/thread127462.html

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Nov 2007
    Posts
    520

    Re: Combined programs + Clickonce question.

    Thanks

  4. #4
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,222

    Re: Combined programs + Clickonce question.

    Quote Originally Posted by TCarter View Post
    I added another solution within it. So BOTH solutions are under the MAIN project file.
    That's not possible. Solutions contain projects, not the other way around. You can only open one solution at a time in each VS instance. That solution can contain as many projects as you like.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  5. #5

    Thread Starter
    Fanatic Member
    Join Date
    Nov 2007
    Posts
    520

    Re: Combined programs + Clickonce question.

    Quote Originally Posted by jmcilhinney View Post
    That's not possible. Solutions contain projects, not the other way around. You can only open one solution at a time in each VS instance. That solution can contain as many projects as you like.
    I apologize. That is what I meant.

    1 Solution. Multiple Projects within the 1 solution.

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