Ok, just solved this. On Windows 7 without SP1, there is Net FW 3.5. In my
BootstrapperCore.Config file, it was:
<startup useLegacyV2RuntimeActivationPolicy="true">
        <supportedRuntime version="v4.0" />
        <supportedFramework version="v4\Client" />
         *<supportedRuntime version="v2.0.50727" />*
</startup>

*I removed <supportedRuntime version="v2.0.50727" />.* This causes
bootstrapper to launch .Net FW 4.0 installation (Packed with as payload). It
updated the machine with .Net FW 4 and then launched my bootstrapper, and
now working like charm.. :)

Hope, it would help you as well.



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Managed-bootstrapper-on-a-PC-without-NET-framework-4-0-tp7592017p7594767.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to