473,405 Members | 2,171 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,405 software developers and data experts.

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 4598
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.discussion
vb.dotnet.technical

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

microsoft.public.dotnet.general
microsoft.public.dotnet.languages.vb

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

Rick - MVP


"dp" <da**@solidservices.net> wrote in message
news:d1**************************@posting.google.c om...
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....but it IS the new standard.
--
--
dp <da**@solidservices.net> wrote in message
news:d1**************************@posting.google.c om...
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**@solidservices.net> wrote in message
news:d1**************************@posting.google.c om...
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
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
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...
1
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....
3
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
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...
2
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...
0
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...
0
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...
3
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
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?
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
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,...
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
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...
0
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...
0
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...
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...

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.