Katelyn,
I had the same issue myself. In my case (on a 64-bit OS), the .bin files
were installed in the "Program Files (x86)" folder rather than "Program
Files". I didn't copy any files around that I can recall. I used the
following "Path" statement:
Path="C:\Program Files (x86)\Microsoft
SDKs\Windows\v7.0A\Bootstrapper\" />
Everything else is identical to what you have.
Hopefully this might be helpful.
Daniel Moody | QA Engineer | Gibbs and Associates
Phone: 805-523-0004
Email: [email protected]
www.GibbsCAM.com
-----Original Message-----
Message: 6
Date: Tue, 20 Jul 2010 13:48:56 -0400
From: "Thode, Katelyn" <[email protected]>
Subject: [WiX-users] .NET Framework 2.0 Bootstrapper
To: "[email protected]"
<[email protected]>
Message-ID:
<0fb074876ea3344bacf850c6c47681df0bd18...@postva.guidancesoftware.com>
Content-Type: text/plain; charset="us-ascii"
I am trying to use Microsoft Visual Studio 2005's bootstrapper to install
the .NET Framework 2.0 if necessary. Based on documentation I have found, I
have the following in my .wixproj file:
<ItemGroup>
<BootstrapperFile Include="Microsoft.Net.Framework.2.0">
<ProductName>.NET Framework 2.0</ProductName>
</BootstrapperFile>
</ItemGroup>
<!--<Target Name="BeforeBuild">
</Target>-->
<Target Name="AfterBuild">
<GenerateBootstrapper ApplicationFile="$(TargetFileName)"
ApplicationName="Tableau Disk Manager"
BootstrapperItems="@(BootstrapperFile)"
ComponentsLocation="Relative"
CopyComponents="True"
OutputPath="$(OutputPath)"
Path="C:\Program Files\Microsoft
SDKs\Windows\v7.0A\Bootstrapper\Packages\dotnetfx"/>
When I try to build the project, I get the following error messages:
warning MSB3155: Item 'Microsoft.Net.Framework.2.0' could not be located in
'C:\Program Files\Microsoft
SDKs\Windows\v7.0A\Bootstrapper\Packages\dotnetfx'.
error MSB3147: Could not find required file 'setup.bin' in 'C:\Program
Files\Microsoft SDKs\Windows\v7.0A\Bootstrapper\Packages\dotnetfx\Engine'.
I copied the dotnetfx folder into the Packages folder per documentation I
found online. I am struggling to find any information as to what I am doing
wrong and any help would be appreciated.
Thanks,
Katelyn
------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
WiX-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users