Here's a link for XP 64-bit and Windows 2003 x64 .NET 2.0 Redistributable Package
http://www.microsoft.com/downloads/details.aspx?familyid=B44A0000-ACF8-4 FA1-AFFB-40E78D788B00&displaylang=en -----Original Message----- From: Thode, Katelyn [mailto:katelyn.th...@guidancesoftware.com] Sent: Tuesday, July 20, 2010 12:57 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] .NET Framework 2.0 Bootstrapper A quick follow up question - Dotnetfx is for 32-bit os. What is for 64-bit os and where can I download it? Thanks, Katelyn -----Original Message----- From: Daniel Moody [mailto:dani...@gibbscam.com] Sent: Tuesday, July 20, 2010 1:53 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] .NET Framework 2.0 Bootstrapper 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: dani...@gibbscam.com www.GibbsCAM.com -----Original Message----- Message: 6 Date: Tue, 20 Jul 2010 13:48:56 -0400 From: "Thode, Katelyn" <katelyn.th...@guidancesoftware.com> Subject: [WiX-users] .NET Framework 2.0 Bootstrapper To: "wix-users@lists.sourceforge.net" <wix-users@lists.sourceforge.net> 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 WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users Note: The information contained in this message may be privileged and confidential and thus protected from disclosure. If the reader of this message is not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify us immediately by replying to the message and deleting it from your computer. Thank you. ------------------------------------------------------------------------ ------ 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 WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ 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 WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users