|
-
May 16th, 2010, 10:58 PM
#1
Thread Starter
Fanatic Member
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?
-
May 16th, 2010, 11:00 PM
#2
Frenzied Member
Re: Combined programs + Clickonce question.
 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
-
May 16th, 2010, 11:15 PM
#3
Thread Starter
Fanatic Member
Re: Combined programs + Clickonce question.
-
May 17th, 2010, 12:06 AM
#4
Re: Combined programs + Clickonce question.
 Originally Posted by TCarter
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.
-
May 18th, 2010, 05:13 PM
#5
Thread Starter
Fanatic Member
Re: Combined programs + Clickonce question.
 Originally Posted by jmcilhinney
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|