Home  |  Index  |  Dotnet4all Snippets  |  Submit resources
About  |  Mail us  
Dotnet4all Logo
How to: Single file setup (Tuesday, September 21, 2004)
 

Found the following interesting discussion in the Newsgroups:

Single file setup
by:John

Hi

My setup project creates three files. This is a slight problem as when
sending link to clients I need to send three links and they have to download
all three files in the same folder before installing app. Is it not possible
to have a single file setup?

Thanks

Regards


 Reply:
by:hirf-spam-me-here@gmx.at (Herfried K. Wagner [MVP])

 
Distribute the MSI file only (and add optional downloads for the other
files).

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>


 Reply:
by:Sven Groot

 
Alternatively, you could just zip all files into single archive for
download.

--
Sven Groot


 Reply:
by:hirf-spam-me-here@gmx.at (Herfried K. Wagner [MVP])

 Sven,

This will work too but it will require the user to have a ZIP
application installed (there is native ZIP support available in Windows
XP, I know). In many cases, the user won't need the updates for the
Windows Installer, so creating separate packages is IMO the best
approach (and providing an additional complete download package would be
a good idea too).

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>


 Reply:
by:Sven Groot

 
There's also self-extracting archives.

I'm not trying to compete with you, just offering alternatives. ^_^

> In many cases, the user won't need the updates
> for the Windows Installer.

Doesn't the .Net Framework installation use the same version of MSI as the
deployment project created setup files? In that case, anyone who has the
Framework has the right MSI version, and anyone who doesn't have the
framework can't run your app anyway.

--
Sven Groot



Posted by Xander Zelders



 
Previous Posts
    - BizTalk Server 2002 Bible
    - Programmation XML et SOAP pour serveur BizTalk (av...
    - Microsoft BizTalk Server Resource Kit
    - Microsoft Biztalk Server 2000 Administration (Sams...
    - Microsoft Biztalk Server 2000 Administration (Sams...
    - BizTalk: Implementing Business-to-Business E-comme...
    - Implementing Biztalk for E-Commerce
    - BizTalk Server 2000 Developer's Guide for .NET
    - BizTalk Server 2000 Developer's Guide for .NET
    - Microsoft BizTalk Server 2000 Administrator's Guid...

Archives
    - 08/01/2004 - 08/08/2004
    - 08/08/2004 - 08/15/2004
    - 08/15/2004 - 08/22/2004
    - 08/22/2004 - 08/29/2004
    - 08/29/2004 - 09/05/2004
    - 09/05/2004 - 09/12/2004
    - 09/12/2004 - 09/19/2004
    - 09/19/2004 - 09/26/2004
    - 09/26/2004 - 10/03/2004
    - 10/03/2004 - 10/10/2004
    - 01/02/2005 - 01/09/2005
    - 01/09/2005 - 01/16/2005
    - 01/30/2005 - 02/06/2005
    - 01/01/2006 - 01/08/2006


Disclaimer & Terms of Use  | DotNet4All.Com concept & © 2004 - 2007 by  Zelders²  - Holland