Ok, just solved this. On Windows 7 without SP1, there is Net FW 3.5. In my
BootstrapperCore.Config file, it was:
**
*I removed .* This causes
bootstrapper to launch .Net FW 4.0 installation (Packed with as payload). It
updated the machine with .Net FW 4 and then launch
Sky, I faced same problem. At the end, we discovered that on Win 7 with no
SP, we are getting this error. When we installed Net Framework 4
(dotNetFx40_Full_x86_x64.exe) on same windows, it started working fine.
So finally we got to know that on Windows 7 + Service Pack 1, it may work
fine.
How
Thanks. I edited BootstrapperCore.config file and it works.
Just commented out .
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Re-Managed-bootstrapper-on-a-PC-without-NET-framework-4-0-tp7592029p7592031.html
Sent from the wix-users mailing list
Share the contents of your config file for your BA
It is probably telling the stdba that you work with 3.5 so it doesn’t run the
prereq on win7 (since 3.5 is included in win7), then the load fails because you
require 4.x.
Blair
From: sky
Sent: Thursday, January 23, 2014 10:
Thanks for the reply. I set the value of WixMbaPrereqPackageId variable to
the id of dotnet 4.0 package included in my bundle. So it now runs well on a
Windows Xp PC where dotnet 4.0 is not installed. But it still doesn't run on
the Windows 7 PC where dotnet 4.0 is not installed. Log files of
insta
Are you including the .NET 4.0 framework package in your bundle and setting the
WixMbaPrereqPackageId like here?
http://blogs.msdn.com/b/heaths/archive/2011/10/28/introducing-managed-bootstrapper-applications.aspx
WixMbaPrereqPackageId lets the core managed bootstrapper know which package is
th
6 matches
Mail list logo