[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [HTCondor-users] Failed to build 8.0.0 using WiX with win7, MSVS2010, WiX 3.7



On 22 August 2013 16:50, Ziliang Guo <ziliang@xxxxxxxxxxx> wrote:

> You can go into the xml files used to generate the installer and manually
> modify the paths as a workaround. As for exactly why the problem occurred,
> I'm not sure we actually extensively tested building on 32bit platforms.
> Also, are you using Visual Studio Express or Pro?

Now that John (TJ) Knoeller's pointed out the VS mismatch, I can report that
I am using VS2008pro.

As you point out, I was able to edit just two lines in the one XSL
file in the  etc/WiX\xml directory as follows

$diff  condor.xsl.dist condor.xsl
21,22c21,22
<             <Merge Id="VCCRT" Language="1033" DiskId="1"
SourceFile="C:/Program Files (x86)/Common Files/Merge
Modules/Microsoft_VC90_CRT_x86.msm"/>
< <Merge Id="VCPolicy" Language="1033" DiskId="1"
SourceFile="C:/Program Files (x86)/Common Files/Merge
Modules/policy_9_0_Microsoft_VC90_CRT_x86.msm"/>
---
>             <Merge Id="VCCRT" Language="1033" DiskId="1" SourceFile="C:/Program Files/Common Files/Merge Modules/Microsoft_VC90_CRT_x86.msm"/>
> <Merge Id="VCPolicy" Language="1033" DiskId="1" SourceFile="C:/Program Files/Common Files/Merge Modules/policy_9_0_Microsoft_VC90_CRT_x86.msm"/>

and have seen an MSI created.

I do however get a large amount of warnings in the output that I
attach in case it is of use.
Setting environment for using Microsoft Visual Studio 2008 x86 tools.

C:\Program Files\Microsoft Visual Studio 9.0\VC> cd c:\Users\IEUser\Downloads\CONDOR_8\etc\WiX

c:\Users\IEUser\Downloads\CONDOR_8\etc\WiX>set PATH=%PATH%;"c:\Program Files\WiX Toolset v3.7\bin"

c:\Users\IEUser\Downloads\CONDOR_8\etc\WiX>do_wix.bat ..\.. c:\temp\condor-8xx-vuw-scs.msi

c:\Users\IEUser\Downloads\CONDOR_8\etc\WiX>setlocal enableextensions enabledelayedexpansion 

c:\Users\IEUser\Downloads\CONDOR_8\etc\WiX>REM note this script only works if it is in the parent directory 

c:\Users\IEUser\Downloads\CONDOR_8\etc\WiX>REM of the wix xml files. 

c:\Users\IEUser\Downloads\CONDOR_8\etc\WiX>REM

c:\Users\IEUser\Downloads\CONDOR_8\etc\WiX>if "~..\.." == "~" goto useage 

c:\Users\IEUser\Downloads\CONDOR_8\etc\WiX>if "~c:\temp\condor-8xx-vuw-scs.msi" == "~" goto useage 

c:\Users\IEUser\Downloads\CONDOR_8\etc\WiX>set RUNEVAL=-sval 

c:\Users\IEUser\Downloads\CONDOR_8\etc\WiX>if "IEUser" == "" goto noruneval 

c:\Users\IEUser\Downloads\CONDOR_8\etc\WiX>if not "" == "" goto noruneval 

c:\Users\IEUser\Downloads\CONDOR_8\etc\WiX>set RUNEVAL= 

c:\Users\IEUser\Downloads\CONDOR_8\etc\WiX>set _condor_path=c:\Users\IEUser\DOWNLO~1\CONDOR_8 

c:\Users\IEUser\Downloads\CONDOR_8\etc\WiX>pushd c:\Users\IEUser\DOWNLO~1\CONDOR_8\etc\WiX\ 

c:\Users\IEUser\DOWNLO~1\CONDOR_8\etc\WiX>set _WXS_FILES= 

c:\Users\IEUser\DOWNLO~1\CONDOR_8\etc\WiX>for %I in (xml\*.wxs) do set _WXS_FILES=!_WXS_FILES! %I 

c:\Users\IEUser\DOWNLO~1\CONDOR_8\etc\WiX>set _WXS_FILES=!_WXS_FILES! xml\CondorCfgDlg.wxs 

c:\Users\IEUser\DOWNLO~1\CONDOR_8\etc\WiX>set _WXS_FILES=!_WXS_FILES! xml\CondorDomainCfgDlg.wxs 

c:\Users\IEUser\DOWNLO~1\CONDOR_8\etc\WiX>set _WXS_FILES=!_WXS_FILES! xml\CondorEmailCfgDlg.wxs 

c:\Users\IEUser\DOWNLO~1\CONDOR_8\etc\WiX>set _WXS_FILES=!_WXS_FILES! xml\CondorExecCfgDlg.wxs 

c:\Users\IEUser\DOWNLO~1\CONDOR_8\etc\WiX>set _WXS_FILES=!_WXS_FILES! xml\CondorHDFSCfgDlg.wxs 

c:\Users\IEUser\DOWNLO~1\CONDOR_8\etc\WiX>set _WXS_FILES=!_WXS_FILES! xml\CondorJavaCfgDlg.wxs 

c:\Users\IEUser\DOWNLO~1\CONDOR_8\etc\WiX>set _WXS_FILES=!_WXS_FILES! xml\CondorPermCfgDlg.wxs 

c:\Users\IEUser\DOWNLO~1\CONDOR_8\etc\WiX>set _WXS_FILES=!_WXS_FILES! xml\CondorPoolCfgDlg.wxs 

c:\Users\IEUser\DOWNLO~1\CONDOR_8\etc\WiX>set _WXS_FILES=!_WXS_FILES! xml\CondorUpHostDlg.wxs 

c:\Users\IEUser\DOWNLO~1\CONDOR_8\etc\WiX>set _WXS_FILES=!_WXS_FILES! xml\CondorVMCfgDlg.wxs 

c:\Users\IEUser\DOWNLO~1\CONDOR_8\etc\WiX>rem echo  xml\CondorCfgDlg.wxs xml\CondorDomainCfgDlg.wxs xml\CondorEmailCfgDlg.wxs xml\CondorExecCfgDlg.wxs xml\CondorHDFSCfgDlg.wxs xml\CondorJavaCfgDlg.wxs xml\CondorPermCfgDlg.wxs xml\CondorPoolCfgDlg.wxs xml\CondorUpHostDlg.wxs xml\CondorVMCfgDlg.wxs 

c:\Users\IEUser\DOWNLO~1\CONDOR_8\etc\WiX>rem echo  xml\CondorCfgDlg.wixobj xml\CondorDomainCfgDlg.wixobj xml\CondorEmailCfgDlg.wixobj xml\CondorExecCfgDlg.wixobj xml\CondorHDFSCfgDlg.wixobj xml\CondorJavaCfgDlg.wixobj xml\CondorPermCfgDlg.wixobj xml\CondorPoolCfgDlg.wixobj xml\CondorUpHostDlg.wixobj xml\CondorVMCfgDlg.wixobj 

c:\Users\IEUser\DOWNLO~1\CONDOR_8\etc\WiX>set _WIXOBJ_FILES= CondorCfgDlg.wxs CondorDomainCfgDlg.wxs CondorEmailCfgDlg.wxs CondorExecCfgDlg.wxs CondorHDFSCfgDlg.wxs CondorJavaCfgDlg.wxs CondorPermCfgDlg.wxs CondorPoolCfgDlg.wxs CondorUpHostDlg.wxs CondorVMCfgDlg.wxs 

c:\Users\IEUser\DOWNLO~1\CONDOR_8\etc\WiX>heat dir c:\Users\IEUser\DOWNLO~1\CONDOR_8 -ke -g1 -srd -gg -var var.Source -t:xml\condor.xsl -out "condor-8xx-vuw-scs.wxs" 
Windows Installer Xml Toolset Harvester version 3.7.1224.0
Copyright (C) Outercurve Foundation. All rights reserved.

heat.exe : warning HEAT1108 : The command line switch 't:' is deprecated. Please use 't' instead.
heat.exe : warning HEAT5151 : Could not harvest data from a file that was expected to be an assembly: c:\Users\IEUser\Downloads\CONDOR_8\bin\condor_mail.exe. If this file is not an assembly you can ignore this warning. Otherwise, this error detail may be helpful to diagnose the failure: Could not load file or assembly 'condor_mail, Version=1.0.4084.23050, Culture=neutral, PublicKeyToken=null' or one of its dependencies. Attempt to load an unverifiable executable with fixups (IAT with more than 2 sections or a TLS section.) (Exception from HRESULT: 0x80131019)

c:\Users\IEUser\DOWNLO~1\CONDOR_8\etc\WiX>candle -ext WixFirewallExtension -dSource=c:\Users\IEUser\DOWNLO~1\CONDOR_8 "condor-8xx-vuw-scs.wxs"  xml\CondorCfgDlg.wxs xml\CondorDomainCfgDlg.wxs xml\CondorEmailCfgDlg.wxs xml\CondorExecCfgDlg.wxs xml\CondorHDFSCfgDlg.wxs xml\CondorJavaCfgDlg.wxs xml\CondorPermCfgDlg.wxs xml\CondorPoolCfgDlg.wxs xml\CondorUpHostDlg.wxs xml\CondorVMCfgDlg.wxs 
Windows Installer Xml Compiler version 3.7.1224.0
Copyright (C) Outercurve Foundation. All rights reserved.

condor-8xx-vuw-scs.wxs
c:\Users\IEUser\Downloads\CONDOR_8\etc\WiX\condor-8xx-vuw-scs.wxs(11) : warning CNDL1138 : The RegistryKey/@Action attribute has been deprecated.  In most cases, you can simply omit @Action.  If you need to force Windows Installer to create an empty key or recursively delete the key, use the ForceCreateOnInstall or ForceDeleteOnUninstall attributes instead.
c:\Users\IEUser\Downloads\CONDOR_8\etc\WiX\condor-8xx-vuw-scs.wxs(37) : warning CNDL1138 : The RegistryKey/@Action attribute has been deprecated.  In most cases, you can simply omit @Action.  If you need to force Windows Installer to create an empty key or recursively delete the key, use the ForceCreateOnInstall or ForceDeleteOnUninstall attributes instead.
CondorCfgDlg.wxs
CondorDomainCfgDlg.wxs
CondorEmailCfgDlg.wxs
CondorExecCfgDlg.wxs
CondorHDFSCfgDlg.wxs
CondorJavaCfgDlg.wxs
CondorPermCfgDlg.wxs
CondorPoolCfgDlg.wxs
CondorUpHostDlg.wxs
CondorVMCfgDlg.wxs

c:\Users\IEUser\DOWNLO~1\CONDOR_8\etc\WiX>light  -ext WixUIExtension -ext WixFirewallExtension -dWixUILicenseRtf=.\license.rtf -out "c:\temp\condor-8xx-vuw-scs.msi" "condor-8xx-vuw-scs.wixobj"  CondorCfgDlg.wixobj CondorDomainCfgDlg.wixobj CondorEmailCfgDlg.wixobj CondorExecCfgDlg.wixobj CondorHDFSCfgDlg.wixobj CondorJavaCfgDlg.wixobj CondorPermCfgDlg.wixobj CondorPoolCfgDlg.wixobj CondorUpHostDlg.wixobj CondorVMCfgDlg.wixobj 
Windows Installer Xml Linker version 3.7.1224.0
Copyright (C) Outercurve Foundation. All rights reserved.

c:\Users\IEUser\Downloads\CONDOR_8\etc\WiX\condor-8xx-vuw-scs.wxs(9) : warning LGHT1055 : The InstallExecuteSequence table contains an action 'SxsInstallCA' which cannot be merged from the merge module 'C:/Program Files/Common Files/Merge Modules/policy_9_0_Microsoft_VC90_CRT_x86.msm'.  This action is likely colliding with an action in the database that is being created.  The colliding action may have been authored in the database or merged in from another merge module.  If this is a standard action, it is likely colliding due to a difference in the condition for the action in the database and merge module.  If this is a custom action, it should only be declared in the database or one merge module.
c:\Users\IEUser\Downloads\CONDOR_8\etc\WiX\condor-8xx-vuw-scs.wxs(9) : warning LGHT1055 : The InstallExecuteSequence table contains an action 'SxsUninstallCA' which cannot be merged from the merge module 'C:/Program Files/Common Files/Merge Modules/policy_9_0_Microsoft_VC90_CRT_x86.msm'.  This action is likely colliding with an action in the database that is being created.  The colliding action may have been authored in the database or merged in from another merge module.  If this is a standard action, it is likely colliding due to a difference in the condition for the action in the database and merge module.  If this is a custom action, it should only be declared in the database or one merge module.
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: AdminExecuteSequence, Column: Action, Key(s): WindowsFolder.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: AdminExecuteSequence, Column: Action, Key(s): SystemFolder.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: AdminExecuteSequence, Column: Action, Key(s): WindowsFolder.21022.08.policy_9_0_Microsoft_VC90_CRT_x86.RTM.52105B6B_A3EF_3A90_882A_947B287C203A
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: AdminUISequence, Column: Action, Key(s): WindowsFolder.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: AdminUISequence, Column: Action, Key(s): SystemFolder.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: AdminUISequence, Column: Action, Key(s): WindowsFolder.21022.08.policy_9_0_Microsoft_VC90_CRT_x86.RTM.52105B6B_A3EF_3A90_882A_947B287C203A
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: AdvtExecuteSequence, Column: Action, Key(s): WindowsFolder.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: AdvtExecuteSequence, Column: Action, Key(s): SystemFolder.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: AdvtExecuteSequence, Column: Action, Key(s): WindowsFolder.21022.08.policy_9_0_Microsoft_VC90_CRT_x86.RTM.52105B6B_A3EF_3A90_882A_947B287C203A
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Property, Column: Property, Key(s): Dummy_policy_9_0_Microsoft_VC90_CRT_x86.52105B6B_A3EF_3A90_882A_947B287C203A
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: Component, Key(s): uplevel.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: Directory_, Key(s): uplevel.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): uplevel.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: Component, Key(s): nosxs.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: Directory_, Key(s): nosxs.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): nosxs.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: Component, Key(s): downlevel_payload.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: Directory_, Key(s): downlevel_payload.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): downlevel_payload.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: Component, Key(s): downlevel_manifest.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: Directory_, Key(s): downlevel_manifest.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): downlevel_manifest.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: Component, Key(s): uplevel.21022.08.policy_9_0_Microsoft_VC90_CRT_x86.RTM.52105B6B_A3EF_3A90_882A_947B287C203A
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: Directory_, Key(s): uplevel.21022.08.policy_9_0_Microsoft_VC90_CRT_x86.RTM.52105B6B_A3EF_3A90_882A_947B287C203A
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): uplevel.21022.08.policy_9_0_Microsoft_VC90_CRT_x86.RTM.52105B6B_A3EF_3A90_882A_947B287C203A
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: Component, Key(s): downlevel_manifest.21022.08.policy_9_0_Microsoft_VC90_CRT_x86.RTM.52105B6B_A3EF_3A90_882A_947B287C203A
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: Directory_, Key(s): downlevel_manifest.21022.08.policy_9_0_Microsoft_VC90_CRT_x86.RTM.52105B6B_A3EF_3A90_882A_947B287C203A
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): downlevel_manifest.21022.08.policy_9_0_Microsoft_VC90_CRT_x86.RTM.52105B6B_A3EF_3A90_882A_947B287C203A
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Directory, Column: Directory, Key(s): WindowsFolder.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Directory, Column: Directory, Key(s): SystemFolder.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Directory, Column: Directory_Parent, Key(s): SystemFolder.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Directory, Column: Directory, Key(s): WinSxsDirectory.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Directory, Column: Directory_Parent, Key(s): WinSxsDirectory.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Directory, Column: Directory, Key(s): payload_ul.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Directory, Column: Directory_Parent, Key(s): payload_ul.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Directory, Column: Directory, Key(s): payload.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Directory, Column: Directory_Parent, Key(s): payload.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Directory, Column: Directory, Key(s): WinSxsManifests.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Directory, Column: Directory_Parent, Key(s): WinSxsManifests.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Directory, Column: Directory, Key(s): WinSxsPolicies.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Directory, Column: Directory_Parent, Key(s): WinSxsPolicies.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Directory, Column: Directory, Key(s): policydir.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Directory, Column: Directory_Parent, Key(s): policydir.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Directory, Column: Directory, Key(s): policydir_ul.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Directory, Column: Directory_Parent, Key(s): policydir_ul.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Directory, Column: Directory, Key(s): WinSxsDirectory.21022.08.policy_9_0_Microsoft_VC90_CRT_x86.RTM.52105B6B_A3EF_3A90_882A_947B287C203A
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Directory, Column: Directory_Parent, Key(s): WinSxsDirectory.21022.08.policy_9_0_Microsoft_VC90_CRT_x86.RTM.52105B6B_A3EF_3A90_882A_947B287C203A
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Directory, Column: Directory, Key(s): payload_ul.21022.08.policy_9_0_Microsoft_VC90_CRT_x86.RTM.52105B6B_A3EF_3A90_882A_947B287C203A
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Directory, Column: Directory_Parent, Key(s): payload_ul.21022.08.policy_9_0_Microsoft_VC90_CRT_x86.RTM.52105B6B_A3EF_3A90_882A_947B287C203A
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Directory, Column: Directory, Key(s): WinSxsPolicies.21022.08.policy_9_0_Microsoft_VC90_CRT_x86.RTM.52105B6B_A3EF_3A90_882A_947B287C203A
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Directory, Column: Directory_Parent, Key(s): WinSxsPolicies.21022.08.policy_9_0_Microsoft_VC90_CRT_x86.RTM.52105B6B_A3EF_3A90_882A_947B287C203A
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Directory, Column: Directory, Key(s): policydir.21022.08.policy_9_0_Microsoft_VC90_CRT_x86.RTM.52105B6B_A3EF_3A90_882A_947B287C203A
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Directory, Column: Directory_Parent, Key(s): policydir.21022.08.policy_9_0_Microsoft_VC90_CRT_x86.RTM.52105B6B_A3EF_3A90_882A_947B287C203A
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Directory, Column: Directory, Key(s): WindowsFolder.21022.08.policy_9_0_Microsoft_VC90_CRT_x86.RTM.52105B6B_A3EF_3A90_882A_947B287C203A
c:\Users\IEUser\Downloads\CONDOR_8\etc\WiX\condor-8xx-vuw-scs.wxs(198) : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: CustomAction, Column: Target, Key(s): CondorConfigLocal
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: CustomAction, Column: Action, Key(s): WindowsFolder.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: CustomAction, Column: Source, Key(s): WindowsFolder.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: CustomAction, Column: Action, Key(s): SystemFolder.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: CustomAction, Column: Source, Key(s): SystemFolder.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: CustomAction, Column: Action, Key(s): WindowsFolder.21022.08.policy_9_0_Microsoft_VC90_CRT_x86.RTM.52105B6B_A3EF_3A90_882A_947B287C203A
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: CustomAction, Column: Source, Key(s): WindowsFolder.21022.08.policy_9_0_Microsoft_VC90_CRT_x86.RTM.52105B6B_A3EF_3A90_882A_947B287C203A
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: FeatureComponents, Column: Component_, Key(s): Installation.uplevel.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: FeatureComponents, Column: Component_, Key(s): Installation.nosxs.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: FeatureComponents, Column: Component_, Key(s): Installation.downlevel_payload.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: FeatureComponents, Column: Component_, Key(s): Installation.downlevel_manifest.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: FeatureComponents, Column: Component_, Key(s): Installation.uplevel.21022.08.policy_9_0_Microsoft_VC90_CRT_x86.RTM.52105B6B_A3EF_3A90_882A_947B287C203A
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: FeatureComponents, Column: Component_, Key(s): Installation.downlevel_manifest.21022.08.policy_9_0_Microsoft_VC90_CRT_x86.RTM.52105B6B_A3EF_3A90_882A_947B287C203A
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: File, Column: File, Key(s): ul_msvcr90.dll.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: File, Column: Component_, Key(s): ul_msvcr90.dll.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: File, Column: Component_, Key(s): nosxs_msvcr90.dll.0138F525_6C8A_333F_A105_14AE030B9A54
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: File, Column: Component_, Key(s): nosxs_msvcp90.dll.0138F525_6C8A_333F_A105_14AE030B9A54
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: File, Column: Component_, Key(s): nosxs_msvcm90.dll.0138F525_6C8A_333F_A105_14AE030B9A54
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: File, Column: File, Key(s): ul_manifest.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: File, Column: Component_, Key(s): ul_manifest.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: File, Column: File, Key(s): ul_catalog.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: File, Column: Component_, Key(s): ul_catalog.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: File, Column: File, Key(s): ul_msvcp90.dll.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: File, Column: Component_, Key(s): ul_msvcp90.dll.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: File, Column: File, Key(s): ul_msvcm90.dll.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: File, Column: Component_, Key(s): ul_msvcm90.dll.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: File, Column: File, Key(s): msvcr90.dll.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: File, Column: Component_, Key(s): msvcr90.dll.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: File, Column: File, Key(s): msvcp90.dll.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: File, Column: Component_, Key(s): msvcp90.dll.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: File, Column: File, Key(s): msvcm90.dll.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: File, Column: Component_, Key(s): msvcm90.dll.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: File, Column: File, Key(s): manifest.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: File, Column: Component_, Key(s): manifest.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: File, Column: File, Key(s): catalog.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: File, Column: Component_, Key(s): catalog.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: File, Column: File, Key(s): ul_policy.21022.08.policy_9_0_Microsoft_VC90_CRT_x86.RTM.52105B6B_A3EF_3A90_882A_947B287C203A
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: File, Column: Component_, Key(s): ul_policy.21022.08.policy_9_0_Microsoft_VC90_CRT_x86.RTM.52105B6B_A3EF_3A90_882A_947B287C203A
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: File, Column: File, Key(s): ul_catalog.21022.08.policy_9_0_Microsoft_VC90_CRT_x86.RTM.52105B6B_A3EF_3A90_882A_947B287C203A
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: File, Column: Component_, Key(s): ul_catalog.21022.08.policy_9_0_Microsoft_VC90_CRT_x86.RTM.52105B6B_A3EF_3A90_882A_947B287C203A
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: File, Column: File, Key(s): policy.21022.08.policy_9_0_Microsoft_VC90_CRT_x86.RTM.52105B6B_A3EF_3A90_882A_947B287C203A
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: File, Column: Component_, Key(s): policy.21022.08.policy_9_0_Microsoft_VC90_CRT_x86.RTM.52105B6B_A3EF_3A90_882A_947B287C203A
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: File, Column: File, Key(s): catalog.21022.08.policy_9_0_Microsoft_VC90_CRT_x86.RTM.52105B6B_A3EF_3A90_882A_947B287C203A
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: File, Column: Component_, Key(s): catalog.21022.08.policy_9_0_Microsoft_VC90_CRT_x86.RTM.52105B6B_A3EF_3A90_882A_947B287C203A
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: InstallExecuteSequence, Column: Action, Key(s): WindowsFolder.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: InstallExecuteSequence, Column: Action, Key(s): SystemFolder.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: InstallExecuteSequence, Column: Action, Key(s): WindowsFolder.21022.08.policy_9_0_Microsoft_VC90_CRT_x86.RTM.52105B6B_A3EF_3A90_882A_947B287C203A
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: InstallUISequence, Column: Action, Key(s): WindowsFolder.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: InstallUISequence, Column: Action, Key(s): SystemFolder.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: InstallUISequence, Column: Action, Key(s): WindowsFolder.21022.08.policy_9_0_Microsoft_VC90_CRT_x86.RTM.52105B6B_A3EF_3A90_882A_947B287C203A
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: MsiFileHash, Column: File_, Key(s): ul_manifest.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: MsiFileHash, Column: File_, Key(s): ul_catalog.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: MsiFileHash, Column: File_, Key(s): manifest.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: MsiFileHash, Column: File_, Key(s): catalog.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: MsiFileHash, Column: File_, Key(s): ul_policy.21022.08.policy_9_0_Microsoft_VC90_CRT_x86.RTM.52105B6B_A3EF_3A90_882A_947B287C203A
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: MsiFileHash, Column: File_, Key(s): ul_catalog.21022.08.policy_9_0_Microsoft_VC90_CRT_x86.RTM.52105B6B_A3EF_3A90_882A_947B287C203A
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: MsiFileHash, Column: File_, Key(s): policy.21022.08.policy_9_0_Microsoft_VC90_CRT_x86.RTM.52105B6B_A3EF_3A90_882A_947B287C203A
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: MsiFileHash, Column: File_, Key(s): catalog.21022.08.policy_9_0_Microsoft_VC90_CRT_x86.RTM.52105B6B_A3EF_3A90_882A_947B287C203A
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Registry, Column: Registry, Key(s): reg_nosxs.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Registry, Column: Component_, Key(s): reg_nosxs.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Registry, Column: Registry, Key(s): reg_downlevel_payload.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Registry, Column: Component_, Key(s): reg_downlevel_payload.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Registry, Column: Registry, Key(s): reg_downlevel_manifest.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Registry, Column: Component_, Key(s): reg_downlevel_manifest.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Registry, Column: Registry, Key(s): reg_downlevel_manifest.21022.08.policy_9_0_Microsoft_VC90_CRT_x86.RTM.52105B6B_A3EF_3A90_882A_947B287C203A
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Registry, Column: Component_, Key(s): reg_downlevel_manifest.21022.08.policy_9_0_Microsoft_VC90_CRT_x86.RTM.52105B6B_A3EF_3A90_882A_947B287C203A
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: ModuleComponents, Column: Component, Key(s): uplevel.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54.Microsoft_VC90_CRT_x86.0138F525_6C8A_333F_A105_14AE030B9A54.0
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: ModuleComponents, Column: Component, Key(s): nosxs.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54.Microsoft_VC90_CRT_x86.0138F525_6C8A_333F_A105_14AE030B9A54.0
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: ModuleComponents, Column: Component, Key(s): downlevel_payload.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54.Microsoft_VC90_CRT_x86.0138F525_6C8A_333F_A105_14AE030B9A54.0
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: ModuleComponents, Column: Component, Key(s): downlevel_manifest.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54.Microsoft_VC90_CRT_x86.0138F525_6C8A_333F_A105_14AE030B9A54.0
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: ModuleComponents, Column: Component, Key(s): uplevel.21022.08.policy_9_0_Microsoft_VC90_CRT_x86.RTM.52105B6B_A3EF_3A90_882A_947B287C203A.policy_9_0_Microsoft_VC90_CRT_x86.52105B6B_A3EF_3A90_882A_947B287C203A.0
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: ModuleComponents, Column: Component, Key(s): downlevel_manifest.21022.08.policy_9_0_Microsoft_VC90_CRT_x86.RTM.52105B6B_A3EF_3A90_882A_947B287C203A.policy_9_0_Microsoft_VC90_CRT_x86.52105B6B_A3EF_3A90_882A_947B287C203A.0
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: MsiAssembly, Column: Component_, Key(s): uplevel.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: MsiAssembly, Column: File_Manifest, Key(s): uplevel.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: MsiAssembly, Column: Component_, Key(s): uplevel.21022.08.policy_9_0_Microsoft_VC90_CRT_x86.RTM.52105B6B_A3EF_3A90_882A_947B287C203A
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: MsiAssembly, Column: File_Manifest, Key(s): uplevel.21022.08.policy_9_0_Microsoft_VC90_CRT_x86.RTM.52105B6B_A3EF_3A90_882A_947B287C203A
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: MsiAssemblyName, Column: Component_, Key(s): uplevel.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54.name
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: MsiAssemblyName, Column: Component_, Key(s): uplevel.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54.version
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: MsiAssemblyName, Column: Component_, Key(s): uplevel.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54.publicKeyToken
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: MsiAssemblyName, Column: Component_, Key(s): uplevel.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54.processorArchitecture
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: MsiAssemblyName, Column: Component_, Key(s): uplevel.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54.type
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: MsiAssemblyName, Column: Component_, Key(s): uplevel.21022.08.policy_9_0_Microsoft_VC90_CRT_x86.RTM.52105B6B_A3EF_3A90_882A_947B287C203A.name
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: MsiAssemblyName, Column: Component_, Key(s): uplevel.21022.08.policy_9_0_Microsoft_VC90_CRT_x86.RTM.52105B6B_A3EF_3A90_882A_947B287C203A.version
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: MsiAssemblyName, Column: Component_, Key(s): uplevel.21022.08.policy_9_0_Microsoft_VC90_CRT_x86.RTM.52105B6B_A3EF_3A90_882A_947B287C203A.publicKeyToken
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: MsiAssemblyName, Column: Component_, Key(s): uplevel.21022.08.policy_9_0_Microsoft_VC90_CRT_x86.RTM.52105B6B_A3EF_3A90_882A_947B287C203A.processorArchitecture
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: MsiAssemblyName, Column: Component_, Key(s): uplevel.21022.08.policy_9_0_Microsoft_VC90_CRT_x86.RTM.52105B6B_A3EF_3A90_882A_947B287C203A.type
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: MsiSFCBypass, Column: File_, Key(s): ul_msvcr90.dll.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: MsiSFCBypass, Column: File_, Key(s): ul_manifest.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: MsiSFCBypass, Column: File_, Key(s): ul_catalog.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: MsiSFCBypass, Column: File_, Key(s): ul_msvcp90.dll.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: MsiSFCBypass, Column: File_, Key(s): ul_msvcm90.dll.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: MsiSFCBypass, Column: File_, Key(s): msvcr90.dll.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: MsiSFCBypass, Column: File_, Key(s): msvcp90.dll.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: MsiSFCBypass, Column: File_, Key(s): msvcm90.dll.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: MsiSFCBypass, Column: File_, Key(s): manifest.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: MsiSFCBypass, Column: File_, Key(s): catalog.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: MsiSFCBypass, Column: File_, Key(s): ul_policy.21022.08.policy_9_0_Microsoft_VC90_CRT_x86.RTM.52105B6B_A3EF_3A90_882A_947B287C203A
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: MsiSFCBypass, Column: File_, Key(s): ul_catalog.21022.08.policy_9_0_Microsoft_VC90_CRT_x86.RTM.52105B6B_A3EF_3A90_882A_947B287C203A
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: MsiSFCBypass, Column: File_, Key(s): policy.21022.08.policy_9_0_Microsoft_VC90_CRT_x86.RTM.52105B6B_A3EF_3A90_882A_947B287C203A
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: MsiSFCBypass, Column: File_, Key(s): catalog.21022.08.policy_9_0_Microsoft_VC90_CRT_x86.RTM.52105B6B_A3EF_3A90_882A_947B287C203A
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: SxsMsmGenComponents, Column: Component_, Key(s): downlevel_payload.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: SxsMsmGenComponents, Column: Component_, Key(s): downlevel_manifest.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: SxsMsmGenComponents, Column: Component_, Key(s): downlevel_manifest.21022.08.policy_9_0_Microsoft_VC90_CRT_x86.RTM.52105B6B_A3EF_3A90_882A_947B287C203A
light.exe : warning LGHT1076 : ICE82: This action SystemFolder.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54 has duplicate sequence number 2 in the table InstallUISequence
light.exe : warning LGHT1076 : ICE82: This action SystemFolder.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54 has duplicate sequence number 2 in the table AdminUISequence
light.exe : warning LGHT1076 : ICE82: This action SystemFolder.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54 has duplicate sequence number 2 in the table AdvtExecuteSequence
light.exe : warning LGHT1076 : ICE83: The keypath for Global Win32 SXS Assembly (Component_=uplevel.21022.08.policy_9_0_Microsoft_VC90_CRT_x86.RTM.52105B6B_A3EF_3A90_882A_947B287C203A) SHOULD NOT be it's manifest file for assemblies other than Win32 Policy assemblies

c:\Users\IEUser\DOWNLO~1\CONDOR_8\etc\WiX>popd

c:\Users\IEUser\Downloads\CONDOR_8\etc\WiX>goto finis