I've created a custom managed bootstrapper using .Net Framework 3.5 SP1. I've
added dotnetfx35.exe as prerequisite. All is working great when Net
Framework 3.5.1 is installed or when it is not installed at all. But all is
going wrong when installed Net Framework 3.5 /without SP1/.


More details:

When 3.5.1 framework installed: burn engine is running my custom
bootstrapper and all is OK.

When framework is missing: burn engine is running nonmanaged bootstrapper,
which installs .net framework and then run my custom bootstrapper and then
all is still OK.

When framework 3.5 (without SP1) present: burn engine is running my custom
bootstrapper and it can't show the UI because it is require net framework
3.5 SP1.


What should I do in this case? Can I (how?) in my custom bootstrapper
install one msi (dotnetfx35.exe) before showing UI and then re-run my
bootstrapper? Or any other ideas?


Any help will be very much appreciated!


P.S. I use Wix version 3.7, if it is important.

P.P.S. Sorry for my poor english.



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/How-to-install-net-framework-3-5-sp1-before-running-bootstrapper-tp7589847.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to