473,414 Members | 1,622 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,414 software developers and data experts.

Problem Creating Setup Project

Hi,

I have a windows application, wherein the solution consists of 5 projects.
When I try to create a setup and deployment project for this solution, I'm
somehow unable to add anything in project output group. I tried creating with
a setup wizard, but it just doesn't give me an option to add projects,
although I was able to add files into the setup. Moreover, creating a normal
setup project also did not help.
I tried to add a new project group after creating the project, but it does
not list any projects at all in the drop down list.
Am I missing some step here?

Have tried searching the net, and it shows at various places that I would
get an option to add project outputs within the setup wizard, which I somehow
am not getting.

Any clues?
Nick
Jul 21 '05 #1
4 2436
Cheers!
Problem solved.

"Nick" wrote:
Hi,

I have a windows application, wherein the solution consists of 5 projects.
When I try to create a setup and deployment project for this solution, I'm
somehow unable to add anything in project output group. I tried creating with
a setup wizard, but it just doesn't give me an option to add projects,
although I was able to add files into the setup. Moreover, creating a normal
setup project also did not help.
I tried to add a new project group after creating the project, but it does
not list any projects at all in the drop down list.
Am I missing some step here?

Have tried searching the net, and it shows at various places that I would
get an option to add project outputs within the setup wizard, which I somehow
am not getting.

Any clues?
Nick

Jul 21 '05 #2
What was the solution?

"Nick" <Ni**@discussions.microsoft.com> wrote in message
news:E4**********************************@microsof t.com...
Cheers!
Problem solved.

"Nick" wrote:
Hi,

I have a windows application, wherein the solution consists of 5
projects.
When I try to create a setup and deployment project for this solution,
I'm
somehow unable to add anything in project output group. I tried creating
with
a setup wizard, but it just doesn't give me an option to add projects,
although I was able to add files into the setup. Moreover, creating a
normal
setup project also did not help.
I tried to add a new project group after creating the project, but it
does
not list any projects at all in the drop down list.
Am I missing some step here?

Have tried searching the net, and it shows at various places that I would
get an option to add project outputs within the setup wizard, which I
somehow
am not getting.

Any clues?
Nick

Jul 21 '05 #3
I was inadvertently trying to create the setup project in a new solution.
Realised in time that a setup for any solution has to be created within the
same solution. Once I did that, I got pretty much all the stuff including the
option for adding project outputs et al.

However, I was just wondering if there is a way by which you can segragate
the exe and exe.config files from getting into the package together. I have
come across just one case where I can add the primary project output to the
setup. And this option adds both the exe as well as the config file.
Any pointers on this one?

Nick

"JohnFol" wrote:
What was the solution?

"Nick" <Ni**@discussions.microsoft.com> wrote in message
news:E4**********************************@microsof t.com...
Cheers!
Problem solved.

"Nick" wrote:
Hi,

I have a windows application, wherein the solution consists of 5
projects.
When I try to create a setup and deployment project for this solution,
I'm
somehow unable to add anything in project output group. I tried creating
with
a setup wizard, but it just doesn't give me an option to add projects,
although I was able to add files into the setup. Moreover, creating a
normal
setup project also did not help.
I tried to add a new project group after creating the project, but it
does
not list any projects at all in the drop down list.
Am I missing some step here?

Have tried searching the net, and it shows at various places that I would
get an option to add project outputs within the setup wizard, which I
somehow
am not getting.

Any clues?
Nick


Jul 21 '05 #4
Changing the BuildAction?

Sorry, only a guess.
"Nick" <Ni**@discussions.microsoft.com> wrote in message
news:1B**********************************@microsof t.com...
I was inadvertently trying to create the setup project in a new solution.
Realised in time that a setup for any solution has to be created within
the
same solution. Once I did that, I got pretty much all the stuff including
the
option for adding project outputs et al.

However, I was just wondering if there is a way by which you can segragate
the exe and exe.config files from getting into the package together. I
have
come across just one case where I can add the primary project output to
the
setup. And this option adds both the exe as well as the config file.
Any pointers on this one?

Nick

"JohnFol" wrote:
What was the solution?

"Nick" <Ni**@discussions.microsoft.com> wrote in message
news:E4**********************************@microsof t.com...
> Cheers!
> Problem solved.
>
> "Nick" wrote:
>
>> Hi,
>>
>> I have a windows application, wherein the solution consists of 5
>> projects.
>> When I try to create a setup and deployment project for this solution,
>> I'm
>> somehow unable to add anything in project output group. I tried
>> creating
>> with
>> a setup wizard, but it just doesn't give me an option to add projects,
>> although I was able to add files into the setup. Moreover, creating a
>> normal
>> setup project also did not help.
>> I tried to add a new project group after creating the project, but it
>> does
>> not list any projects at all in the drop down list.
>> Am I missing some step here?
>>
>> Have tried searching the net, and it shows at various places that I
>> would
>> get an option to add project outputs within the setup wizard, which I
>> somehow
>> am not getting.
>>
>> Any clues?
>> Nick


Jul 21 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: timothy.williams | last post by:
I'm trying to install wxPython 2.5.3.1 using Python 2.3.2 on a Fedora 2 machine. I have python in a non-standard place, but I'm using --prefix with the configure script to point to where I have...
1
by: santhosh_176 | last post by:
:I Created a Pocket PC application for iPAQ 5450. Every thing went fine even installer creation. I could run the setup and install it into the actual device and worked fine. The application enables...
0
by: Adam Clauss | last post by:
I have a C++ COM Addin I wrote for Outlook (2002) using VS.Net 2002. Having completed it, I am now looking to create a setup project and install it on another machine. I created a setup project...
4
by: Bob | last post by:
Could anyone suggest me some examples/articles on creating a setup program in VS.NET that can install the assembly into the GAC? I have done some search and research myself and have some basic...
1
by: BG | last post by:
Hey All, Using VB.Net Standard 2003. WIN 2000/Pro & WIN XP Pro 2002. Trying to create an ASP.Net web app out on the server that I lease from. Steps that I'm using... ...
13
by: Lee Newson | last post by:
Hi, I have just written my first application using VB.NET. The app works fine when i am running it within .NET for debugging purposes, however when i try to run the app from the .exe file that...
4
by: Nick | last post by:
Hi, I have a windows application, wherein the solution consists of 5 projects. When I try to create a setup and deployment project for this solution, I'm somehow unable to add anything in...
2
by: vebuda | last post by:
Hi all, we are creating a windows application using vb.net as front end and access as back end. we are not able to understand when we are creating a setup and deployment project for our...
0
by: Stephan Steiner | last post by:
Hi I recently switched over to VS2008 and had to create my first setup project (in VS2008) for an already existing project. So I had Visual Studio convert the existing solution, then added a...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.