Setup and Deployment

B

BobAchgill

Can you recommend a tool that can help me with setup and
deployment of my VB.Net Windows form application?

I have read through the stuff and also tried the setup
wizard with Visual Studio but am still left with how to
questions.

It would be nice to have a developer user interface that
will help lead me through adding the bells and
whistles... licence agreement, repair in place,
uninstall, loading prerequisite tools like Net1.1, MDAC,
from online sources (if that is possible), merge in
updates, etc. etc.

I need something simple to use but robust.

Thanks!

Bob Achgill
 
K

Ken Tucker [MVP]

Hi,

Not sure what you mean by repair in place. However you can do most
every thing with the windows installer. Here are some links.

MDAC
http://support.microsoft.com/default.aspx?scid=kb;en-us;320788

MSDE
http://www.microsoft.com/downloads/...03-c4ba-4d98-bb0b-2c9d6414071f&DisplayLang=en

Framework boot strap
http://www.gotdotnet.com/workspaces/workspace.aspx?ID=2F8F0A23-F529-4158-8E0A-D187D16F41F1

Redist Framework
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetdep/html/redistdeploy1_1.asp

Msi command line options for repair and uninstall
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/command_line_options.asp

To add a license agreement to a setup project. Right click on the setup
project in the solution explorer. Select view -> user interface. In the
user interface window right click on start and select add dialog select
license agreement.

Ken
----------------

Can you recommend a tool that can help me with setup and
deployment of my VB.Net Windows form application?

I have read through the stuff and also tried the setup
wizard with Visual Studio but am still left with how to
questions.

It would be nice to have a developer user interface that
will help lead me through adding the bells and
whistles... licence agreement, repair in place,
uninstall, loading prerequisite tools like Net1.1, MDAC,
from online sources (if that is possible), merge in
updates, etc. etc.

I need something simple to use but robust.

Thanks!

Bob Achgill
 
H

Herfried K. Wagner [MVP]

BobAchgill said:
Can you recommend a tool that can help me with setup and
deployment of my VB.Net Windows form application?
[...]
It would be nice to have a developer user interface that
will help lead me through adding the bells and
whistles... licence agreement, repair in place,
uninstall, loading prerequisite tools like Net1.1, MDAC,
from online sources (if that is possible), merge in
updates, etc. etc.

In addition to Ken's reply:

Deploying the .NET Framework in a setup package
<URL:http://dotnet.mvps.org/dotnet/faqs/?id=deployframework&lang=en>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top