472,984 Members | 2,004 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

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

Compiling for setup

OK, sorry for the silly question but.....

I have been writing apps for a while now in VB.Net but I have always just
run them from the IDE. This time though I have written an app that I want
to install on many computers. So, I went to the program group looking for
"Package & Deployment Wizard" as in VB6 but it isn't there! So, how do I
create a setup program??

Thanks
Nov 21 '05 #1
5 1233
Hello,

You need to create a new project and under the Setup and Deployment
projects, you'll find "Setup Wizard" or "Setup Project" which will help
create what your after.

Hope this helps,

Regards
Simon Jefferies
mailto:simon[nospam]@cooltoolsonline.co.uk
-- remove [nospam] to email me --
"Bob Hollness" <bo*@blockbuster.com> wrote in message
news:uW**************@tk2msftngp13.phx.gbl...
OK, sorry for the silly question but.....

I have been writing apps for a while now in VB.Net but I have always just
run them from the IDE. This time though I have written an app that I want
to install on many computers. So, I went to the program group looking for
"Package & Deployment Wizard" as in VB6 but it isn't there! So, how do I
create a setup program??

Thanks

Nov 21 '05 #2
You have to use Setup Project or Setup Wizard in Setup and Deployment
Project types.

"Simon Jefferies" <si***@cooltoolsonline.co.uk> wrote in message
news:Ow**************@TK2MSFTNGP11.phx.gbl...
Hello,

You need to create a new project and under the Setup and Deployment
projects, you'll find "Setup Wizard" or "Setup Project" which will help
create what your after.

Hope this helps,

Regards
Simon Jefferies
mailto:simon[nospam]@cooltoolsonline.co.uk
-- remove [nospam] to email me --
"Bob Hollness" <bo*@blockbuster.com> wrote in message
news:uW**************@tk2msftngp13.phx.gbl...
OK, sorry for the silly question but.....

I have been writing apps for a while now in VB.Net but I have always just
run them from the IDE. This time though I have written an app that I want
to install on many computers. So, I went to the program group looking for
"Package & Deployment Wizard" as in VB6 but it isn't there! So, how do I
create a setup program??

Thanks


Nov 21 '05 #3
Thanks,

Do I add this to my existing project or is this a NEW project? If it is a
new one, will I then have to tell it the location of the project I want to
package?

Bob
"Simon Jefferies" <si***@cooltoolsonline.co.uk> wrote in message
news:Ow**************@TK2MSFTNGP11.phx.gbl...
Hello,

You need to create a new project and under the Setup and Deployment
projects, you'll find "Setup Wizard" or "Setup Project" which will help
create what your after.

Hope this helps,

Regards
Simon Jefferies
mailto:simon[nospam]@cooltoolsonline.co.uk
-- remove [nospam] to email me --
"Bob Hollness" <bo*@blockbuster.com> wrote in message
news:uW**************@tk2msftngp13.phx.gbl...
OK, sorry for the silly question but.....

I have been writing apps for a while now in VB.Net but I have always just
run them from the IDE. This time though I have written an app that I
want to install on many computers. So, I went to the program group
looking for "Package & Deployment Wizard" as in VB6 but it isn't there!
So, how do I create a setup program??

Thanks


Nov 21 '05 #4
Yes, its a new project that you can add to your solution.

If you go through the wizard, it will ask you which of the other projects
contains your executables or additional files that you want to distribute.

Regards
Simon Jefferies
mailto:simon[nospam]@cooltoolsonline.co.uk
-- remove [nospam] to email me --
"Bob Hollness" <bo*@blockbuster.com> wrote in message
news:%2***************@tk2msftngp13.phx.gbl...
Thanks,

Do I add this to my existing project or is this a NEW project? If it is a
new one, will I then have to tell it the location of the project I want to
package?

Bob
"Simon Jefferies" <si***@cooltoolsonline.co.uk> wrote in message
news:Ow**************@TK2MSFTNGP11.phx.gbl...
Hello,

You need to create a new project and under the Setup and Deployment
projects, you'll find "Setup Wizard" or "Setup Project" which will help
create what your after.

Hope this helps,

Regards
Simon Jefferies
mailto:simon[nospam]@cooltoolsonline.co.uk
-- remove [nospam] to email me --
"Bob Hollness" <bo*@blockbuster.com> wrote in message
news:uW**************@tk2msftngp13.phx.gbl...
OK, sorry for the silly question but.....

I have been writing apps for a while now in VB.Net but I have always
just run them from the IDE. This time though I have written an app that
I want to install on many computers. So, I went to the program group
looking for "Package & Deployment Wizard" as in VB6 but it isn't there!
So, how do I create a setup program??

Thanks



Nov 21 '05 #5
Bob,

Have a look at these walkthroughs, they should answer all your question (in
this messages not about deployment because it is just a start).

http://msdn.microsoft.com/library/de...dsolutions.asp

I hope this helps?

Cor
Nov 21 '05 #6

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

Similar topics

0
by: Joonas Paalasmaa | last post by:
Hi, When compiling Sketch's streamfilter C extension the errors below are raised during linking. What could cause the errors? (Python 2.3, MinGw 1.1 with GCC 2.95.3-6, Windows 98) Here are...
5
by: Mike S. | last post by:
Hello, Has anyone had success compiling the informixdb-1.3 module under python 2.2? It seems the absense of makefile.pre.in in python 2.2 causes the break under py2.2. Is there an easy way...
6
by: Fuzzyman | last post by:
I'll post this to the image-sig as well, but the audience is a bit wider here. I've just upgraded to Python 2.4. I've installed the free microsoft optimising compiler and hacked distutils to use...
6
by: Martin Bless | last post by:
The good news: Along with Python-2.4 comes really good news to Windows users. Yes, you now CAN build extension modules yourself using the SAME C++ compiler and linker Python is built with...
9
by: Paul Watson | last post by:
Any ideas why ./Modules/cjkcodecs/_codecs_cn.c fails to compile? It appears that the CODEC_STATELESS macro is concatenating 'hz' with a number and text. building '_codecs_cn' extension cc...
7
by: Sverker Nilsson | last post by:
I have been informed that Guppy-PE (http://guppy-pe.sourceforge.net) has failed to compile its extension modules with a Microsoft .NET 2003 compiler under Windows 2000. One of the problems,...
11
by: ZMY | last post by:
Dear all, I am a real newbie for both python and QNX, but I am still trying to compile Numeric-24.2 under QNX4.25 with python 2.2. I got following error message: $ sudo python setup.py...
6
by: alf | last post by:
Hi, I want to add some library but it can not be comipled? Here is an output: D:\>cl Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42 for 80x86 Copyright (C) Microsoft...
9
by: Andreas Schmitt | last post by:
I am workin on a 2 part project right now. The first part is a DLL, the second part a normal exe using that DLL. When I use the VS2005 standard setting for compiling with the Multithreaded-DLL...
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 4 Oct 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
tracyyun
by: tracyyun | last post by:
Hello everyone, I have a question and would like some advice on network connectivity. I have one computer connected to my router via WiFi, but I have two other computers that I want to be able to...
2
by: giovanniandrean | last post by:
The energy model is structured as follows and uses excel sheets to give input data: 1-Utility.py contains all the functions needed to calculate the variables and other minor things (mentions...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 1 Nov 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM) Please note that the UK and Europe revert to winter time on...
3
by: nia12 | last post by:
Hi there, I am very new to Access so apologies if any of this is obvious/not clear. I am creating a data collection tool for health care employees to complete. It consists of a number of...
0
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be focusing on the Report (clsReport) class. This simply handles making the calling Form invisible until all of the Reports opened by it have been closed, when it...
0
isladogs
by: isladogs | last post by:
The next online meeting of the Access Europe User Group will be on Wednesday 6 Dec 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, Mike...
4
by: GKJR | last post by:
Does anyone have a recommendation to build a standalone application to replace an Access database? I have my bookkeeping software I developed in Access that I would like to make available to other...

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.