I have 2 32 bit installs and 2 64 bit installs (same but different OS bit)
the 32 bit installers are fine...

However the 64 bit installers were giving the the LGHT0204: ICE80 errors,
and it took me a while to figure out what I had changed to cause this... So
use this as a FYI

I have Merge modules and WixLibs that are referenced in the merge modules...

Originally had:
<Directory Id="DIRECTORY_PATH_CLIENT" DiskId="1">
        <Directory Id="INSTALLFOLDER" Name="TITUS" DiskId="1">
          <Directory Id="MYPRODUCTNAME" Name="MYCORP MyProduct Name"
DiskId="1">

changed to this:
<Directory Id="ProgramFiles64Folder" DiskId="1">
        <Directory Id="INSTALLFOLDER" Name="TITUS" DiskId="1">
          <Directory Id="MYPRODUCTNAME" Name="MYCORP MyProduct Name"
DiskId="1">

this caused an issue with my WixLibRedirectFolder directory element in the
wixlibs

Just be careful

STeve



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/FYI-Building-64-bit-MSI-and-getting-LGHT0204-ICE80-This-32BitComponent-component-uses-64BitDirectoryr-tp7583342.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_jan
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to