Glen,

 

Some of the prerequisites you mention (specifically the .NET runtime)
are packaged using Microsoft Installer technology themselves. As a
result, you cannot automatically install them from within your MSI - all
you can do is make your MSI verify that they have been installed.

 

The archives of this mailing list should provide some samples of the
syntax you need to use for your tests. As far as actually downloading
and installing the prerequisites, you need something known as a
"bootstrapper" or "chainer". Searching on those terms will probably give
you the information you need. Personally, I have uses NSIS as a
bootstrapper with some success.

 

Regards,

Richard

 

________________________________

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Glen Harvy
Sent: Thursday, September 13, 2007 9:14 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] prerequisites .net , sqlce etc

 

Hi,

Where can I find some information of having a WiX project check for
prerequisites like .Net2 and SQL Compact Edition and download them from
MS and install them if not already on on a users machine.

Thanks,

Glen.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to