I'm not sure the best way to contact the Windows Installer team now but you might try the contact link on their blog: http://blogs.msdn.com/windows_installer_team/
On Wed, Dec 16, 2009 at 1:20 PM, Sascha Beaumont <sascha.beaum...@gmail.com>wrote: > Looks like it's more of a bug with the .cub files that contain the ICE > tests to run - so you'd want to report it to the Windows Installer > team, rather than the WiX team. Someone else on this list might be > able to point you in the right direction to contact them... > > > On Thu, Dec 17, 2009 at 1:52 AM, John Aldridge <j...@jjdash.demon.co.uk> > wrote: > > Genius! Thank you :) > > > > Now, is this behaviour a bug in WiX which I ought to report? It seems > > really odd that it doesn't "know" that CommonFilesFolder is > > intrinsically 32 bit. > > > > -- > > Cheers, > > John > > > > On 16/12/2009 00:59, Sascha Beaumont wrote: > >> I think I've found a solution... wrapping the 32-bit CommonFilesFolder > >> inside ProgramFilesFolder seems to work. > >> > >> The 64-bit components are then installed in APPLICATIONFOLDER or > >> wherever the user consuming the merge module decides, while the 32-bit > >> components are forced into the 32-bit CommonFilesFolder. > >> > >> <Directory Id="TARGETDIR" Name="SourceDir"> > >> <Directory Id="ProgramFiles64Folder"> > >> <Directory Id="APPLICATIONFOLDER" Name="WixProject1"> > >> <Merge Id="MyModule" Language="0" DiskId="1" > SourceFile="Module.msm" /> > >> </Directory> > >> </Directory> > >> </Directory> > >> > >> > >> <Directory Id="TARGETDIR" Name="SourceDir"> > >> <Directory Id="MergeRedirectFolder" Name="."> > >> <Component Id="cmp1" > Guid="D23E4C6A-E9DC-11DE-88E3-4B5155D89593" Win64="yes"> > >> <File Source="1.txt"/> > >> </Component> > >> </Directory> > >> > >> <Directory Id="ProgramFilesFolder"> > >> <Directory Id="CommonFilesFolder"> > >> <Component Id="cmp2" Guid="*" Win64="no"> > >> <File Source="2.txt"/> > >> </Component> > >> </Directory> > >> </Directory> > >> </Directory> > > > > (snip) > > > > > ------------------------------------------------------------------------------ > > This SF.Net email is sponsored by the Verizon Developer Community > > Take advantage of Verizon's best-in-class app development support > > A streamlined, 14 day to market process makes app distribution fast and > easy > > Join now and get one step closer to millions of Verizon customers > > http://p.sf.net/sfu/verizon-dev2dev > > _______________________________________________ > > WiX-users mailing list > > WiX-users@lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/wix-users > > > > > ------------------------------------------------------------------------------ > This SF.Net email is sponsored by the Verizon Developer Community > Take advantage of Verizon's best-in-class app development support > A streamlined, 14 day to market process makes app distribution fast and > easy > Join now and get one step closer to millions of Verizon customers > http://p.sf.net/sfu/verizon-dev2dev > _______________________________________________ > WiX-users mailing list > WiX-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/wix-users > > -- virtually, Rob Mensching - http://RobMensching.com LLC ------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users