473,587 Members | 2,580 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

What happened to the Setup and Deployment Wizard?

dp
I just started using VB.NET and am trying to go through a complete
test project. I did some db stuff, added a crystal reports form for
output and the program runs as it should. Now how do I create a setup
package to run on other computers?

Does .NET use only the Windows Installer process? VB6 had a Setup and
Deployment Wizard that collected all dependants and you could add
extra things like readme files and the like. Then it packaged the
whole thing into cab files and a setup.exe file. Is there such a thing
for .NET?

If I need to use the WI process, how does that work on older systems?

Thanks,
Dan P.
Jul 17 '05 #1
3 4606
Almost everybody here is using VB6 or lower. While you may get a stray
answer to VB.NET questions here, you should ask them in newsgroups devoted
exclusively to .NET programming. Look for newsgroups with the word "dotnet"
in their name.

For the news.devx.com news server, try these

vb.dotnet.discu ssion
vb.dotnet.techn ical

For the microsoft news server, try these newsgroups...

microsoft.publi c.dotnet.genera l
microsoft.publi c.dotnet.langua ges.vb

There are some others, but these should get you started.

Rick - MVP


"dp" <da**@solidserv ices.net> wrote in message
news:d1******** *************** ***@posting.goo gle.com...
I just started using VB.NET and am trying to go through a complete
test project. I did some db stuff, added a crystal reports form for
output and the program runs as it should. Now how do I create a setup
package to run on other computers?

Does .NET use only the Windows Installer process? VB6 had a Setup and
Deployment Wizard that collected all dependants and you could add
extra things like readme files and the like. Then it packaged the
whole thing into cab files and a setup.exe file. Is there such a thing
for .NET?

If I need to use the WI process, how does that work on older systems?

Thanks,
Dan P.

Jul 17 '05 #2
I don't know how .Net does it. You'll need to ask in
a .Net newsgroup.

WI works on older systems but requires the WI runtime
(about 1.5 MB I think). Unfortunately, it's also designed
not to work unless the equivalent runtime is installed. Many
older systems have some version of WI but far fewer will have
the latest version.
You might want to use an older version of WI if you want to
avoid forcing most of your users to download the WI runtime.
On the other hand, if you're using .Net then I guess you're
going to be sending the .Net runtime to most machines, anyway.
In that context the WI runtime would be a drop in the bucket.

Microsoft seems to be switching over to WI and some
of the third-party installer programs now are actually WI editors.
I would guess that the fabled Longhorn will require WI installs
because it allows for a standardized system to control DLL
versioning, Registry installation records, etc. It also gives MS
a way to exert control over everything installed on a system.

WI uses a database file (.MSI) to package your program along
with all of the necessary details. The database setup is so complex
that most people use a third-party program to deal with it, although
you can do it yourself. There's an automation interface for it and
there's a free, script-based MSI editor around called "iszfree".
MS also has a WI SDK.

Personally, I would look for a way to avoid the whole WI mess.
In my opinion, WI is so overproduced that it goes beyond silly to the
point of irritating....b ut it IS the new standard.
--
--
dp <da**@solidserv ices.net> wrote in message
news:d1******** *************** ***@posting.goo gle.com...
I just started using VB.NET and am trying to go through a complete
test project. I did some db stuff, added a crystal reports form for
output and the program runs as it should. Now how do I create a setup
package to run on other computers?

Does .NET use only the Windows Installer process? VB6 had a Setup and
Deployment Wizard that collected all dependants and you could add
extra things like readme files and the like. Then it packaged the
whole thing into cab files and a setup.exe file. Is there such a thing
for .NET?

If I need to use the WI process, how does that work on older systems?

Thanks,
Dan P.

Jul 17 '05 #3
Once you are finished, go to the File menu and add a new project. The
Dialog box will come up, and from there, pick Setup Wizard project.
Follow the prompts. The new setup package is one of the only things I
like about .net.

"dp" <da**@solidserv ices.net> wrote in message
news:d1******** *************** ***@posting.goo gle.com...
I just started using VB.NET and am trying to go through a complete
test project. I did some db stuff, added a crystal reports form for
output and the program runs as it should. Now how do I create a setup
package to run on other computers?

Does .NET use only the Windows Installer process? VB6 had a Setup and
Deployment Wizard that collected all dependants and you could add
extra things like readme files and the like. Then it packaged the
whole thing into cab files and a setup.exe file. Is there such a thing
for .NET?

If I need to use the WI process, how does that work on older systems?

Thanks,
Dan P.

Jul 17 '05 #4

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

Similar topics

5
5634
by: D & J G | last post by:
Hi all I appear to have lost my setup wizard. Is there anywhere that I can download this function (upgrade?) or will I have to re-install the whole of VB6? TIA Don
4
2455
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 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...
1
1925
by: Dik van der Zwan | last post by:
I have made a Setup for a ms-access program with the package and deployment wizard of ms-office 2000. When installing my program with the Setup, it will make a shortcut to start the program. Question: Is it possible to make a Setup that also arrages my own icon in the shortcut, and how??
3
8359
by: Joachim | last post by:
In the Install-Start-Welcome dialog - how can I change the text "Welcome to the MyApp Setup Wizard"? For instance, if I would like it to be in another language.
1
1086
by: google_groups3 | last post by:
OK, yes, i know this is a silly question! I have been writing apps in VB.Net for a while now, but I have never had to create a setup program for them as I just ran them in debug! In VB6, to create the setup program you just ran the package and deployment wizard. This does not seem to exist in .NET. So how do i do it????? Thanks (I am...
2
1925
by: | last post by:
I am new to Visual Basic.Net using the Standard Edition, which does not come with a Deployment wizard, so I use the template on the File Systems Tab. Everything works fine, and I have enabled the following (Where "MyProgram.exe" is my new VB,net creation) When the user runs Setup.exe, he is presented with the choice of installing to...
0
9029
by: adeebraza | last post by:
My Dear, Salman1karim As you have finished your first project in vb6, MS Access 2003 and crystal reports 11 and you want to create setup file. You need Pdcmdln.EXE file to create setup program of VB6 for your project. First of all compile your VB6 Project & Make project EXE file then run the project EXE independently from the Icon. If your...
0
1384
by: Anish G | last post by:
Hi, I have created a setup file(vb.net project) using .net Setup and Deployment Wizard. Now, I am trying to change the default icon present in the .net setup wizard(top right corner). I tried in different ways, but no luck. Can any one guide me how do I change the default icon? Thanks in advance. Ravi
3
3933
by: sanghavi | last post by:
how to create a set up project in vb.net..how to run an application on a different machine
0
7918
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...
0
7843
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
8206
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
1
7967
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
8220
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...
1
5713
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...
0
5392
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...
0
3840
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...
0
3875
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

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.