Another place to look is in the .Net 2.0 Bootstrapper and the MSBuild
GenerateBootstrapper task. With a little help from Google, it is
possible to find information on using the 2.0 bootstrapper with any old
generic MSI. By referencing the correct "package", one can create a boot
strapper that will install prerequisites such as .Net and install the
product.

I used to use dotNetInstaller, but have found that the 2.0 bootstrapper
generates a more professional looking installer.

-Tony

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Rob
Hamflett
Sent: Monday, July 10, 2006 3:42 AM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] .NET Installation - request for example

Try looking at
http://www.codeproject.com/dotnet/dotNetInstaller.asp

Rob

X Y wrote:
> Hi All,
> I am new to Wix and was wondering if there was an example floating out

> there that does the following:
> 
> 1. Detect whether .NET is installed in the machine (an example has 
> already been done via the tutorial) 2. If it hasnt been, obtain 
> dotnetfx from a website or somewhere and launch it.
> 
> Thanks,
> -- harold
> 
> 
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around 
> http://mail.yahoo.com
> 
> 
> ----------------------------------------------------------------------
> --- Using Tomcat but need to do more? Need to support web services, 
> security?
> Get stuff done quickly with pre-integrated technology to make your job

> easier Download IBM WebSphere Application Server v.1.0.1 based on 
> Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=1216
> 42



------------------------------------------------------------------------
-
Using Tomcat but need to do more? Need to support web services,
security?
Get stuff done quickly with pre-integrated technology to make your job
easier Download IBM WebSphere Application Server v.1.0.1 based on Apache
Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to