473,770 Members | 4,558 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Where is the "Setup"type of project in VisualC# 2005?

Like the title says, my installation of VC# 2005 Beta 2 doesn't seem to have
a Setup kind of project available. Actually, except for the Screensaver
Starter Kit, it has only four types: Windows app., Console app., Library and
Empty project. I have the .Net Framework SDK 2.0 installed (of course, also
the Framework) but no use.
I was used to this handy kind of project since VS 2003 but now I have to
resort to 3rd party software to deploy my applications.
There is indeed the Publish feature, but for unknown reasons to me, it
always fails to complete saying that "a project failed to build". Otherwise,
the main application compiles and runs perfectly.

So, what's the answer?

Thanks in advance.
Jul 21 '05 #1
5 1639
If you did everything right when install the VS2005 Beta2, then the most
possible answer is to wait for VS2005 release. It is beta and it is expected
something would ot be there and something would not work as expected and
deploying app made by beta is not good idea, t say the least, not to mention
possible violation of lisence.

"A. L." <A. L.@discussions. microsoft.com> wrote in message
news:8C******** *************** ***********@mic rosoft.com...
Like the title says, my installation of VC# 2005 Beta 2 doesn't seem to have a Setup kind of project available. Actually, except for the Screensaver
Starter Kit, it has only four types: Windows app., Console app., Library and Empty project. I have the .Net Framework SDK 2.0 installed (of course, also the Framework) but no use.
I was used to this handy kind of project since VS 2003 but now I have to
resort to 3rd party software to deploy my applications.
There is indeed the Publish feature, but for unknown reasons to me, it
always fails to complete saying that "a project failed to build". Otherwise, the main application compiles and runs perfectly.

So, what's the answer?

Thanks in advance.

Jul 21 '05 #2


"Norman Yuan" wrote:
If you did everything right when install the VS2005 Beta2, then the most
possible answer is to wait for VS2005 release. It is beta and it is expected
something would ot be there and something would not work as expected and
deploying app made by beta is not good idea, t say the least, not to mention
possible violation of lisence.


Thanks for answering to my question. Anyways, I tried for the past few days
to reach some kind of reference on deploying applications with VC#2005, but
it seems like I can't find any. Everything I came across is written for
VS2003, except for some blog article saying something about the ClickOnce
technology but it wasn't too useful.
Would it make any difference if I'd mentioned that I have Visual C# Express
Beta2, not VisualStudio 2005?
As for licensing issues, I don't think it would be such a matter since I
only needed to deploy an (non-commercial) app. to a few computers on my LAN.
And, BTW, when is the VS2005 release supposed to come out?

Thanks once again.
Jul 21 '05 #3
I really do not know if VS2005 Express has the "Setup" project template or
not (I doubt it will has one). I think the "Publish" on the menu is the one
you want (if it works on your beta). Althougt the VS2K5Express Beta is free
download, when formal realsed, you have to pay for it, I think. It is only
known that VS2005 (probably and VS2005 Express) WILL be release second half
of this year (from July 1st to Dec.31st), if it is somehow postpones to next
year, I would not be supprised.

"A. L." <AL@discussions .microsoft.com> wrote in message
news:E6******** *************** ***********@mic rosoft.com...


"Norman Yuan" wrote:
If you did everything right when install the VS2005 Beta2, then the most
possible answer is to wait for VS2005 release. It is beta and it is expected something would ot be there and something would not work as expected and
deploying app made by beta is not good idea, t say the least, not to mention possible violation of lisence.
Thanks for answering to my question. Anyways, I tried for the past few

days to reach some kind of reference on deploying applications with VC#2005, but it seems like I can't find any. Everything I came across is written for
VS2003, except for some blog article saying something about the ClickOnce
technology but it wasn't too useful.
Would it make any difference if I'd mentioned that I have Visual C# Express Beta2, not VisualStudio 2005?
As for licensing issues, I don't think it would be such a matter since I
only needed to deploy an (non-commercial) app. to a few computers on my LAN. And, BTW, when is the VS2005 release supposed to come out?

Thanks once again.

Jul 21 '05 #4


"Norman Yuan" wrote:
I really do not know if VS2005 Express has the "Setup" project template or
not (I doubt it will has one). I think the "Publish" on the menu is the one
you want (if it works on your beta). Althougt the VS2K5Express Beta is free
download, when formal realsed, you have to pay for it, I think. It is only
known that VS2005 (probably and VS2005 Express) WILL be release second half
of this year (from July 1st to Dec.31st), if it is somehow postpones to next
year, I would not be supprised.


I appreciate answering again to my question. Indeed, it seems natural to
have to pay for the official release (although it would be nice to be free ;)
).
Looks like I'll have to either wait for the release or switch back to
VS2003. Until then, if you have any links that could point me in the right
direction on using the Publish feature in Express I'd be grateful.

Regards, A. L.
Jul 21 '05 #5
A. L. wrote:

"Norman Yuan" wrote:

I really do not know if VS2005 Express has the "Setup" project template or
not (I doubt it will has one). I think the "Publish" on the menu is the one
you want (if it works on your beta). Althougt the VS2K5Express Beta is free
download, when formal realsed, you have to pay for it, I think. It is only
known that VS2005 (probably and VS2005 Express) WILL be release second half
of this year (from July 1st to Dec.31st), if it is somehow postpones to next
year, I would not be supprised.

I appreciate answering again to my question. Indeed, it seems natural to
have to pay for the official release (although it would be nice to be free ;)
).
Looks like I'll have to either wait for the release or switch back to
VS2003. Until then, if you have any links that could point me in the right
direction on using the Publish feature in Express I'd be grateful.

Regards, A. L.


AFAIK, the Express editions don't support standard setup projects. For
information about diferent versions and pricing, see

http://msdn.microsoft.com/howtobuy/vs2005/

HTH,
Stefan

Jul 21 '05 #6

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

Similar topics

1
3392
by: news | last post by:
Hi, Im using the "setup project" in Visual Studio 2003 (v7.1) to create an MSI install package. The problem is that I need to run a .INF file on the target machine at the end of the installation but can't find how to... I don't really want to leave instructions for the person installing the software to do it manually. Is it possible ?
5
234
by: A. L. | last post by:
Like the title says, my installation of VC# 2005 Beta 2 doesn't seem to have a Setup kind of project available. Actually, except for the Screensaver Starter Kit, it has only four types: Windows app., Console app., Library and Empty project. I have the .Net Framework SDK 2.0 installed (of course, also the Framework) but no use. I was used to this handy kind of project since VS 2003 but now I have to resort to 3rd party software to deploy...
12
13916
by: Emi Lu | last post by:
Hello all, I have a question about "date" & "timestamp" types in PostgreSQL. I want to setup the default value '0000-00-00' and "0000-00-00 00:00:00" for them. However, it seems that PostgreSQL does not support it. Could someone helps me please? The example table: T1 (col1 varchar(7) not null,
1
1347
by: mtshenhua | last post by:
which tool can help me to realize it?
0
1374
by: kplkumar | last post by:
Hi I am new to this. I am trying to create a setup project to package our stuff and create an installer. This is what I want to do, I have a directory sructure in which we have our RootSource\Web (which has web stuff) RootSource\Business (which has class libraries)
6
2638
by: TS | last post by:
This method has a return type of a CrystalDecisions.ReportAppServer.ClientDoc.ReportClientDocument. I have gotten this error before with a crystal object but i would think that it would come complient from Crystal. Does anyone know why i get this error? thanks
0
2128
by: JM | last post by:
I have created simple windows service which just write message to event log when it starts and stops. I am able to install it succesfully using: installutil <service_file.exe>, where <service_file.exeis the executable of the service. (Thanks to Rohan). But I want to install it using VS 2005 Setup project and I am unable to do that. I have created a Solution in VS 2005 with 2 simple projects.
3
1927
by: Gina_Marano | last post by:
Hey All, I have created an application and an installer for it using Visual Studios "Setup and Deployment" project template. It works great (for the simplicity that I require) except that it doesn't allow multiple instances. The user needs to be able to install 1 or more copies of the program on to their computer (in different directories).
1
12196
by: Rob | last post by:
I am doing a simple setup deployment.... everything is fine but the program installs to the Program Files\Default Company Name.... I hear that is derived from the "Manufacturer".... Where do you change this ? How do you get there ? Thanks !
0
9602
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10071
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9882
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7431
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6690
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5326
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5467
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3987
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3589
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.