[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

bob

3/6/2009 7:39:00 PM

What is the best way to distribute a .NET application? Should you
include a version of the .NET

framework? Is there a way to silently install it?
2 Answers

Phil Wilson

3/10/2009 5:05:00 PM

0

You could look at setup&deploymemt projects in Visual Studio if you have a
fairly basic app and install. This will install the framework silently (the
setup.exe bootstrapper). Also, any reasonable setup tool from 3rd parties
like Wise, InstallShield, Advanced Installer, WiX has a way of installing
many kinds of prerequisites, Visual Studio setups do too.

If you are a web-based app ClickOnce might be a useful alternative.

--
Phil Wilson
Definitive Guide to Windows Installer
http://www.apress.com/book/view/...


<bob@coolgroups.com> wrote in message
news:31e470c4-9f50-48bc-b90b-c56b6fbfbb7a@r3g2000vbp.googlegroups.com...
> What is the best way to distribute a .NET application? Should you
> include a version of the .NET
>
> framework? Is there a way to silently install it?


RobinDotNet

5/9/2009 1:20:00 AM

0

ClickOnce is for desktop apps, not for web-based apps.

RobinDotNet
==================
"Phil Wilson" <phil.wilson@wonderware.something.com> wrote in message
news:e9oSiJaoJHA.1172@TK2MSFTNGP05.phx.gbl...
> You could look at setup&deploymemt projects in Visual Studio if you have a
> fairly basic app and install. This will install the framework silently
> (the setup.exe bootstrapper). Also, any reasonable setup tool from 3rd
> parties like Wise, InstallShield, Advanced Installer, WiX has a way of
> installing many kinds of prerequisites, Visual Studio setups do too.
>
> If you are a web-based app ClickOnce might be a useful alternative.
>
> --
> Phil Wilson
> Definitive Guide to Windows Installer
> http://www.apress.com/book/view/...
>
>
> <bob@coolgroups.com> wrote in message
> news:31e470c4-9f50-48bc-b90b-c56b6fbfbb7a@r3g2000vbp.googlegroups.com...
>> What is the best way to distribute a .NET application? Should you
>> include a version of the .NET
>>
>> framework? Is there a way to silently install it?
>
>