Looks like you're doing a perMachine install but using perUser directories. Usually, such an install is done perUser. ICE is a validation process. It's warning you that you have an installer that violates the perMachine/perUser expectations. It's not related to run time errors.
-- John Merryweather Cooper Build & Install Engineer - ESA Jack Henry & Associates, Inc.(r) Shawnee Mission, KS 66227 Office: 913-341-3434 x791011 jocoo...@jackhenry.com www.jackhenry.com -----Original Message----- From: Daniel Sniderman [mailto:dani...@magenic.com] Sent: Wednesday, March 14, 2012 10:12 AM To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] ICE64 Validation - Bug? If I don't check "Supress ICE Validation" - I get an ICE64 as shown below. I can't seem to get rid of it no matter what I try. I don't get the ICE64 error when I run the installer. Error 310 ICE64: The directory AppData_Microsoft is in the user profile but is not listed in the RemoveFile table. C:\TFS2010\CMSNext\CMS Next\Branches\BuildAutomation\SetupCMSNextWIX\Product.wxs 57 1 SetupCMSNextWIX Error 309 ICE64: The directory AppData_Microsoft_IE is in the user profile but is not listed in the RemoveFile table. C:\TFS2010\CMSNext\CMS Next\Branches\BuildAutomation\SetupCMSNextWIX\Product.wxs 58 1 SetupCMSNextWIX <Directory Id="AppDataFolder" SourceName="User's Application Data Folder"> <Directory Id="AppData_Microsoft" Name="Microsoft"> <Directory Id="AppData_Microsoft_IE" Name="Internet Explorer"> <Directory Id="QuickLaunchFolder" Name="Quick Launch"/> </Directory> </Directory> <DirectoryRef Id="QuickLaunchFolder"> <Component Id="QuickLaunchShortcut" Guid="{C87F7A3A-75E9-4DAC-AAAE-5E3C3F00863C}"> <Shortcut Id="QuickLaunchShortcut" Name="$(var.Name)" Target="[CMSNext]CMSNext.exe" Arguments="/Single" Icon="abbott.ico" WorkingDirectory="CMSNext"/> <RemoveFolder Id="QuickLaunchFolder" Directory="QuickLaunchFolder" On="uninstall"/> <RegistryValue Root="HKCU" Key="Software\Abbott Laboratories\($var.Name)_QuickLaunchShortcut" Name="installed" Type="integer" Value="1" KeyPath="yes"/> </Component> </DirectoryRef> <ComponentRef Id="QuickLaunchShortcut"/> ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users NOTICE: This electronic mail message and any files transmitted with it are intended exclusively for the individual or entity to which it is addressed. The message, together with any attachment, may contain confidential and/or privileged information. Any unauthorized review, use, printing, saving, copying, disclosure or distribution is strictly prohibited. If you have received this message in error, please immediately advise the sender by reply email and delete all copies. ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users