You can download donetfx.exe (which is Framework 2.0 redistributable) and run
it from your MSI via CustomAction's ExeCommand attirbute. <CustomAction
ExeCommand="[INSTALLDIR]dotnetfx.exe" .. />
This is exactly what I have to do too.


Bob Arnson-3 wrote:
> 
> [EMAIL PROTECTED] wrote:
>> However I want my setup to launch Microsoft Component installer SDK or 
>> .Net framewrok installer to automatically install the .Net framework 
>> if needed. 
> 
> You can't do that from your .msi because .NET is installed via MSI and 
> you can't have two MSIs running simultaneously. The current Visual 
> Studio bootstrapper has been discussed on this list recently and seems 
> to be the leading favorite for bootstrappers ready to use.
> 
> -- 
> sig://boB
> http://bobs.org
> 
> 
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share
> your
> opinions on IT & business topics through brief surveys - and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> 

-- 
View this message in context: 
http://www.nabble.com/automatically-launching-.Net-framework-install-if-it-%28.Net-framework%29-is-not-present-tf3023754.html#a8418680
Sent from the wix-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to