|
From: Daniel S. <Da...@ma...> - 2012-03-14 15:24:20
|
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"/>
|