I have the ComponentsLocation and CopyComponents set to 'Relative' and 'True' respectively. I'm also seeing two new folders, DotNetFX40 and WindowsInstaller4_5, under my project directory and they seem to have the related executables. So does it mean I should be copying these two folders to the root of my installer media along with the setup.exe file created in my project directory and the MSI file in the bin/Debug directory? Installation using that media won't need to connect to the internet and download the pre-requisite files right?
------------------------------ Message: 4 Date: Wed, 29 Jun 2011 21:54:47 +0000 From: Dan Puza <dp...@ultra-scan.com> Subject: Re: [WiX-users] Bootstrapping .NET Framework 4.0 To: General discussion for Windows Installer XML toolset. <wix-users@lists.sourceforge.net> Message-ID: <e53d4e8f7a758746b7673b953e5eae0f4ba...@exchange4.ultra-scan.com> Content-Type: text/plain; charset="us-ascii" That depends on the value of the ComponentsLocation attribute of the GenerateBootstrapper Task in your wixproj file, as well as the CopyComponents attribute. See: http://msdn.microsoft.com/en-us/library/ms164294.aspx For example, if ComponentsLocation="Relative", and CopyComponents="true", then they would get copied alongside your bootstrapper EXE in a separate directory. I'm not sure about embedding them in the MSI; I know Burn can do it, but the GenerateBootstrapper task is part of MSBUILD, not Burn. ------------------------------ ------------------------------------------------------------------------------ All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2d-c2 _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users