Ключевое слово в защите информации
КЛЮЧЕВОЕ СЛОВО
в защите информации
Получить ГОСТ TLS-сертификат для домена (SSL-сертификат)
Добро пожаловать, Гость! Чтобы использовать все возможности Вход или Регистрация.

Уведомление

Icon
Error

2 Страницы12>
Опции
К последнему сообщению К первому непрочитанному
Offline Wind  
#1 Оставлено : 10 декабря 2008 г. 18:30:34(UTC)
Wind

Статус: Новичок

Группы: Участники
Зарегистрирован: 10.12.2008(UTC)
Сообщений: 7

Добрый день!
Наше ПО не имеет своего инсталлятора, возникает поблема установки cades. Хотелось бы иметь инсталлятор только для этой библиотеки. Можно ли его собрать из модулей слияния из SDK? Если да, то как это сделать правильно?
Offline Новожилова Елена  
#2 Оставлено : 10 декабря 2008 г. 21:52:49(UTC)
Новожилова Елена

Статус: Сотрудник

Группы: Администраторы, Участники
Зарегистрирован: 10.12.2008(UTC)
Сообщений: 924
Женщина
Откуда: Крипто-Про

Поблагодарили: 99 раз в 95 постах
Наиболее удобный вариант установки мы можем посоветовать, только узнав что у Вас за приложение и какими функциями КриптоПро ЭЦП оно пользуется (каким интерфейсом - С или COM).

Если Вы пользуетесь интерфейсом COM, существует инсталлятор cadescom.msi.
Offline Wind  
#3 Оставлено : 10 декабря 2008 г. 22:49:30(UTC)
Wind

Статус: Новичок

Группы: Участники
Зарегистрирован: 10.12.2008(UTC)
Сообщений: 7

Планируется использовать С интерфейс (cades, ocsp-клиент, tsp-клиент, оснастку КриптоПро PKI).
Поддержка COM-интерфейса нам не требуется.
Что вы можете нам посоветовать (предложить)?
Offline Новожилова Елена  
#4 Оставлено : 11 декабря 2008 г. 15:00:45(UTC)
Новожилова Елена

Статус: Сотрудник

Группы: Администраторы, Участники
Зарегистрирован: 10.12.2008(UTC)
Сообщений: 924
Женщина
Откуда: Крипто-Про

Поблагодарили: 99 раз в 95 постах
Если Ваше приложение должно работать под Windows 2000, то установленную cades.dll надо будет находить самостоятельно, то есть, установочный пакет должен указывать каталог установки.

Если же приложение должно работать под Windows XP и выше, то под этими ОС cades.dll будет установлена в каталог WinSxS.

Вы можете написать установочный пакет для cades.dll самостоятельно, используя модули слияния (см. http://cryptopro.ru/cryptopro/documentation/cpdn/default.asp?url=content/cades/cades-c-usage.html) или воспользоваться установочным пакетом для cadescom, в этом случае кроме cades.dll будет установлена библиотека cadescom.dll
Offline krmisha  
#5 Оставлено : 11 декабря 2008 г. 15:28:44(UTC)
krmisha

Статус: Новичок

Группы: Участники
Зарегистрирован: 20.10.2008(UTC)
Сообщений: 4
Откуда: Москва

Добрый день.

У меня похожая проблема.
Пробую включить в инсталлятор модули для поддержки C-интерфейса и получаю ошибки при компиляции msi. Делаю по документации из chm, вошедшего в состав SDK.
Есть подозрение, что в модулях нарушены какие-то "зависимости" или ссылки на Actions.
Прилагаю лог-файл сборки (из Wix Edit) в нем собенно настораживает в логе это:
Код:

light.exe : error LGHT0204 : ICE27: 'DuplicateFiles' Action in InstallExecuteSequence table in wrong place. Current: Search, Correct: Execution
light.exe : error LGHT0204 : ICE27: Action: 'DuplicateFiles' in InstallExecuteSequence table must come after the 'InstallFiles' action.
light.exe : error LGHT0204 : ICE27: Action: 'RMCCPSearch' in InstallExecuteSequence table must come after the 'AppSearch' action.
light.exe : error LGHT0204 : ICE27: Action: 'RMCCPSearch' in InstallExecuteSequence table must come after the 'CCPSearch' action.

light.exe : error LGHT0204 : ICE77: HideGroupPolicyFolder.7BB71EE5_E2AE_4FE8_87EC_38E7733F840F is a in-script custom action.  It must be sequenced in between the InstallInitialize action and the InstallFinalize action in the InstallExecuteSequence table
light.exe : error LGHT0204 : ICE77: HideGroupPolicyFolder.AE0F3D9E_07E5_4BC5_AF0D_BA1E80E439E4 is a in-script custom action.  It must be sequenced in between the InstallInitialize action and the InstallFinalize action in the InstallExecuteSequence table


Подскажите, как можно решить эту проблему.

С уважением, Михаил.

Далее полный лог.
Код:

----- Starting C:\Program Files\Windows Installer XML v3\bin\candle.exe -nologo "C:\Documents and Settings\m.kravchenko\Ðàáî÷èé ñòîë\Test\NewProjectName\NewProjectName.wxs" -out "C:\Documents and Settings\m.kravchenko\Ðàáî÷èé ñòîë\Test\NewProjectName\NewProjectName.wixobj"  at 11.12.2008 12:24:10

NewProjectName.wxs

Done in: 468 ms

----- Starting C:\Program Files\Windows Installer XML v3\bin\light.exe -nologo "C:\Documents and Settings\m.kravchenko\Ðàáî÷èé ñòîë\Test\NewProjectName\NewProjectName.wixobj" -out "C:\Documents and Settings\m.kravchenko\Ðàáî÷èé ñòîë\Test\NewProjectName\NewProjectName.msi"  at 11.12.2008 12:24:11

C:\Documents and Settings\m.kravchenko\ ¡®ç¨© á⮫\Test\NewProjectName\NewProjectName.wxs(10) : warning LGHT1056 : The Directory table contains a row with primary key(s) 'CPLIBDUPFILESDIR' which cannot be merged from the merge module '..\msm\asn1c_win32.msm'.  This is likely due to collision of rows with the same primary key(s) (but other different values in other columns) between the database and the merge module.
C:\Documents and Settings\m.kravchenko\ ¡®ç¨© á⮫\Test\NewProjectName\NewProjectName.wxs(12) : warning LGHT1056 : The Directory table contains a row with primary key(s) 'ASN1DUPFILESDIR' which cannot be merged from the merge module '..\msm\ocsp_win32.msm'.  This is likely due to collision of rows with the same primary key(s) (but other different values in other columns) between the database and the merge module.
C:\Documents and Settings\m.kravchenko\ ¡®ç¨© á⮫\Test\NewProjectName\NewProjectName.wxs(12) : warning LGHT1056 : The Directory table contains a row with primary key(s) 'CPLIBDUPFILESDIR' which cannot be merged from the merge module '..\msm\ocsp_win32.msm'.  This is likely due to collision of rows with the same primary key(s) (but other different values in other columns) between the database and the merge module.
C:\Documents and Settings\m.kravchenko\ ¡®ç¨© á⮫\Test\NewProjectName\NewProjectName.wxs(13) : warning LGHT1056 : The Directory table contains a row with primary key(s) 'ASN1DUPFILESDIR' which cannot be merged from the merge module '..\msm\ocspcli_win32.msm'.  This is likely due to collision of rows with the same primary key(s) (but other different values in other columns) between the database and the merge module.
C:\Documents and Settings\m.kravchenko\ ¡®ç¨© á⮫\Test\NewProjectName\NewProjectName.wxs(13) : warning LGHT1056 : The Directory table contains a row with primary key(s) 'CPLIBDUPFILESDIR' which cannot be merged from the merge module '..\msm\ocspcli_win32.msm'.  This is likely due to collision of rows with the same primary key(s) (but other different values in other columns) between the database and the merge module.
C:\Documents and Settings\m.kravchenko\ ¡®ç¨© á⮫\Test\NewProjectName\NewProjectName.wxs(13) : warning LGHT1056 : The Directory table contains a row with primary key(s) 'OCSPDUPFILESDIR' which cannot be merged from the merge module '..\msm\ocspcli_win32.msm'.  This is likely due to collision of rows with the same primary key(s) (but other different values in other columns) between the database and the merge module.
C:\Documents and Settings\m.kravchenko\ ¡®ç¨© á⮫\Test\NewProjectName\NewProjectName.wxs(14) : warning LGHT1056 : The Directory table contains a row with primary key(s) 'ASN1DUPFILESDIR' which cannot be merged from the merge module '..\msm\tspcli_win32.msm'.  This is likely due to collision of rows with the same primary key(s) (but other different values in other columns) between the database and the merge module.
C:\Documents and Settings\m.kravchenko\ ¡®ç¨© á⮫\Test\NewProjectName\NewProjectName.wxs(14) : warning LGHT1056 : The Directory table contains a row with primary key(s) 'CPLIBDUPFILESDIR' which cannot be merged from the merge module '..\msm\tspcli_win32.msm'.  This is likely due to collision of rows with the same primary key(s) (but other different values in other columns) between the database and the merge module.
C:\Documents and Settings\m.kravchenko\ ¡®ç¨© á⮫\Test\NewProjectName\NewProjectName.wxs(14) : warning LGHT1056 : The Directory table contains a row with primary key(s) 'TSPDUPFILESDIR' which cannot be merged from the merge module '..\msm\tspcli_win32.msm'.  This is likely due to collision of rows with the same primary key(s) (but other different values in other columns) between the database and the merge module.
C:\Documents and Settings\m.kravchenko\ ¡®ç¨© á⮫\Test\NewProjectName\NewProjectName.wxs(14) : warning LGHT1056 : The Directory table contains a row with primary key(s) 'WINHTTPDUPFILESDIR' which cannot be merged from the merge module '..\msm\tspcli_win32.msm'.  This is likely due to collision of rows with the same primary key(s) (but other different values in other columns) between the database and the merge module.
C:\Documents and Settings\m.kravchenko\ ¡®ç¨© á⮫\Test\NewProjectName\NewProjectName.wxs(16) : warning LGHT1055 : The InstallExecuteSequence table contains an action 'SxsInstallCA' which cannot be merged from the merge module '..\msm\CP_Microsoft_VC80_MFC_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:\Documents and Settings\m.kravchenko\ ¡®ç¨© á⮫\Test\NewProjectName\NewProjectName.wxs(16) : warning LGHT1055 : The InstallExecuteSequence table contains an action 'SxsUninstallCA' which cannot be merged from the merge module '..\msm\CP_Microsoft_VC80_MFC_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:\Documents and Settings\m.kravchenko\ ¡®ç¨© á⮫\Test\NewProjectName\NewProjectName.wxs(34) : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: CustomAction, Column: Source, Key(s): HideGroupPolicyFolder
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): downlevel_manifest.8.0.50727.762.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): downlevel_manifest.8.0.50727.100.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): downlevel_manifest.8.0.50727.101.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): downlevel_manifest.8.0.50727.103.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): downlevel_manifest.8.0.50727.104.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): downlevel_manifest.8.0.50727.193.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): downlevel_manifest.8.0.50727.762.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): downlevel_manifest.8.0.50727.100.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): downlevel_manifest.8.0.50727.101.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): downlevel_manifest.8.0.50727.103.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): downlevel_manifest.8.0.50727.104.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): downlevel_manifest.8.0.50727.193.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Registry, Column: Registry, Key(s): reg_downlevel_manifest.8.0.50727.100.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Registry, Column: Registry, Key(s): reg_downlevel_manifest.8.0.50727.101.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Registry, Column: Registry, Key(s): reg_downlevel_manifest.8.0.50727.103.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Registry, Column: Registry, Key(s): reg_downlevel_manifest.8.0.50727.104.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Registry, Column: Registry, Key(s): reg_downlevel_manifest.8.0.50727.193.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Registry, Column: Registry, Key(s): reg_downlevel_manifest.8.0.50727.762.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Registry, Column: Registry, Key(s): reg_downlevel_manifest.8.0.50727.100.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Registry, Column: Registry, Key(s): reg_downlevel_manifest.8.0.50727.101.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Registry, Column: Registry, Key(s): reg_downlevel_manifest.8.0.50727.103.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Registry, Column: Registry, Key(s): reg_downlevel_manifest.8.0.50727.104.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Registry, Column: Registry, Key(s): reg_downlevel_manifest.8.0.50727.193.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Registry, Column: Registry, Key(s): reg_downlevel_manifest.8.0.50727.762.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE25: Possible dependency failure as we do not find CRT.Policy.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E@0 v in ModuleSignature table
light.exe : warning LGHT1076 : ICE25: Possible dependency failure as we do not find pkimgmt_win32.A5F7B1A9_9130_407B_92CA_ACE4B3FDC448@0 v1.0.1.186 in ModuleSignature table
light.exe : warning LGHT1076 : ICE25: Possible dependency failure as we do not find tsp_win32.FB35977A_DB45_4CFD_920B_1604C6344F95@0 v1.0.3.365 in ModuleSignature table
light.exe : warning LGHT1076 : ICE25: Possible dependency failure as we do not find MFC.Policy.68B7C6D9_1DF2_54C1_FF1F_C8B3B9A1E18E@0 v in ModuleSignature table
light.exe : error LGHT0204 : ICE27: 'DuplicateFiles' Action in InstallExecuteSequence table in wrong place. Current: Search, Correct: Execution
light.exe : error LGHT0204 : ICE27: Action: 'DuplicateFiles' in InstallExecuteSequence table must come after the 'InstallFiles' action.
light.exe : error LGHT0204 : ICE27: Action: 'RMCCPSearch' in InstallExecuteSequence table must come after the 'AppSearch' action.
light.exe : error LGHT0204 : ICE27: Action: 'RMCCPSearch' in InstallExecuteSequence table must come after the 'CCPSearch' action.
C:\Documents and Settings\m.kravchenko\Local Settings\Temp\0rye9rz7\NewProjectName.msi : error LGHT0204 : ICE32: Possible Mis-Aligned Foreign Keys
Feature.1 = s38
FeatureComponents.Feature_ = s32
light.exe : warning LGHT1076 : ICE69: Mismatched component reference. Entry 'HCCR_ORQFile_DefaultIcon.AE0F3D9E_07E5_4BC5_AF0D_BA1E80E439E4' of the Registry table belongs to component 'orq.ext.AE0F3D9E_07E5_4BC5_AF0D_BA1E80E439E4'. However, the formatted string in column 'Value' references file 'ocspview.exe.AE0F3D9E_07E5_4BC5_AF0D_BA1E80E439E4' which belongs to component 'ocspview.exe.AE0F3D9E_07E5_4BC5_AF0D_BA1E80E439E4'. Components are in the same feature.
light.exe : warning LGHT1076 : ICE69: Mismatched component reference. Entry 'HCCR_ORQFile_FriendlyTypeName.AE0F3D9E_07E5_4BC5_AF0D_BA1E80E439E4' of the Registry table belongs to component 'orq.ext.AE0F3D9E_07E5_4BC5_AF0D_BA1E80E439E4'. However, the formatted string in column 'Value' references file 'ocspview.exe.AE0F3D9E_07E5_4BC5_AF0D_BA1E80E439E4' which belongs to component 'ocspview.exe.AE0F3D9E_07E5_4BC5_AF0D_BA1E80E439E4'. Components are in the same feature.
light.exe : warning LGHT1076 : ICE69: Mismatched component reference. Entry 'HCCR_ORQFile_Shell_Open_Command.AE0F3D9E_07E5_4BC5_AF0D_BA1E80E439E4' of the Registry table belongs to component 'orq.ext.AE0F3D9E_07E5_4BC5_AF0D_BA1E80E439E4'. However, the formatted string in column 'Value' references file 'ocspview.exe.AE0F3D9E_07E5_4BC5_AF0D_BA1E80E439E4' which belongs to component 'ocspview.exe.AE0F3D9E_07E5_4BC5_AF0D_BA1E80E439E4'. Components are in the same feature.
light.exe : warning LGHT1076 : ICE69: Mismatched component reference. Entry 'HCCR_ORSFile_DefaultIcon.AE0F3D9E_07E5_4BC5_AF0D_BA1E80E439E4' of the Registry table belongs to component 'ors.ext.AE0F3D9E_07E5_4BC5_AF0D_BA1E80E439E4'. However, the formatted string in column 'Value' references file 'ocspview.exe.AE0F3D9E_07E5_4BC5_AF0D_BA1E80E439E4' which belongs to component 'ocspview.exe.AE0F3D9E_07E5_4BC5_AF0D_BA1E80E439E4'. Components are in the same feature.
light.exe : warning LGHT1076 : ICE69: Mismatched component reference. Entry 'HCCR_ORSFile_FriendlyTypeName.AE0F3D9E_07E5_4BC5_AF0D_BA1E80E439E4' of the Registry table belongs to component 'ors.ext.AE0F3D9E_07E5_4BC5_AF0D_BA1E80E439E4'. However, the formatted string in column 'Value' references file 'ocspview.exe.AE0F3D9E_07E5_4BC5_AF0D_BA1E80E439E4' which belongs to component 'ocspview.exe.AE0F3D9E_07E5_4BC5_AF0D_BA1E80E439E4'. Components are in the same feature.
light.exe : warning LGHT1076 : ICE69: Mismatched component reference. Entry 'HCCR_ORSFile_Shell_Open_Command.AE0F3D9E_07E5_4BC5_AF0D_BA1E80E439E4' of the Registry table belongs to component 'ors.ext.AE0F3D9E_07E5_4BC5_AF0D_BA1E80E439E4'. However, the formatted string in column 'Value' references file 'ocspview.exe.AE0F3D9E_07E5_4BC5_AF0D_BA1E80E439E4' which belongs to component 'ocspview.exe.AE0F3D9E_07E5_4BC5_AF0D_BA1E80E439E4'. Components are in the same feature.
light.exe : warning LGHT1076 : ICE69: Mismatched component reference. Entry 'HCCR_TSQFile_DefaultIcon.7BB71EE5_E2AE_4FE8_87EC_38E7733F840F' of the Registry table belongs to component 'tsq.ext.7BB71EE5_E2AE_4FE8_87EC_38E7733F840F'. However, the formatted string in column 'Value' references file 'tspview.exe.7BB71EE5_E2AE_4FE8_87EC_38E7733F840F' which belongs to component 'tspview.exe.7BB71EE5_E2AE_4FE8_87EC_38E7733F840F'. Components are in the same feature.
light.exe : warning LGHT1076 : ICE69: Mismatched component reference. Entry 'HCCR_TSQFile_FriendlyTypeName.7BB71EE5_E2AE_4FE8_87EC_38E7733F840F' of the Registry table belongs to component 'tsq.ext.7BB71EE5_E2AE_4FE8_87EC_38E7733F840F'. However, the formatted string in column 'Value' references file 'tspview.exe.7BB71EE5_E2AE_4FE8_87EC_38E7733F840F' which belongs to component 'tspview.exe.7BB71EE5_E2AE_4FE8_87EC_38E7733F840F'. Components are in the same feature.
light.exe : warning LGHT1076 : ICE69: Mismatched component reference. Entry 'HCCR_TSQFile_Shell_Open_Command.7BB71EE5_E2AE_4FE8_87EC_38E7733F840F' of the Registry table belongs to component 'tsq.ext.7BB71EE5_E2AE_4FE8_87EC_38E7733F840F'. However, the formatted string in column 'Value' references file 'tspview.exe.7BB71EE5_E2AE_4FE8_87EC_38E7733F840F' which belongs to component 'tspview.exe.7BB71EE5_E2AE_4FE8_87EC_38E7733F840F'. Components are in the same feature.
light.exe : warning LGHT1076 : ICE69: Mismatched component reference. Entry 'HCCR_TSRFile_DefaultIcon.7BB71EE5_E2AE_4FE8_87EC_38E7733F840F' of the Registry table belongs to component 'tsr.ext.7BB71EE5_E2AE_4FE8_87EC_38E7733F840F'. However, the formatted string in column 'Value' references file 'tspview.exe.7BB71EE5_E2AE_4FE8_87EC_38E7733F840F' which belongs to component 'tspview.exe.7BB71EE5_E2AE_4FE8_87EC_38E7733F840F'. Components are in the same feature.
light.exe : warning LGHT1076 : ICE69: Mismatched component reference. Entry 'HCCR_TSRFile_FriendlyTypeName.7BB71EE5_E2AE_4FE8_87EC_38E7733F840F' of the Registry table belongs to component 'tsr.ext.7BB71EE5_E2AE_4FE8_87EC_38E7733F840F'. However, the formatted string in column 'Value' references file 'tspview.exe.7BB71EE5_E2AE_4FE8_87EC_38E7733F840F' which belongs to component 'tspview.exe.7BB71EE5_E2AE_4FE8_87EC_38E7733F840F'. Components are in the same feature.
light.exe : warning LGHT1076 : ICE69: Mismatched component reference. Entry 'HCCR_TSRFile_Shell_Open_Command.7BB71EE5_E2AE_4FE8_87EC_38E7733F840F' of the Registry table belongs to component 'tsr.ext.7BB71EE5_E2AE_4FE8_87EC_38E7733F840F'. However, the formatted string in column 'Value' references file 'tspview.exe.7BB71EE5_E2AE_4FE8_87EC_38E7733F840F' which belongs to component 'tspview.exe.7BB71EE5_E2AE_4FE8_87EC_38E7733F840F'. Components are in the same feature.
light.exe : error LGHT0204 : ICE77: HideGroupPolicyFolder.7BB71EE5_E2AE_4FE8_87EC_38E7733F840F is a in-script custom action.  It must be sequenced in between the InstallInitialize action and the InstallFinalize action in the InstallExecuteSequence table
light.exe : error LGHT0204 : ICE77: HideGroupPolicyFolder.AE0F3D9E_07E5_4BC5_AF0D_BA1E80E439E4 is a in-script custom action.  It must be sequenced in between the InstallInitialize action and the InstallFinalize action in the InstallExecuteSequence table
light.exe : warning LGHT1076 : ICE82: This action SystemFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E has duplicate sequence number 2 in the table InstallExecuteSequence
light.exe : warning LGHT1076 : ICE82: This action SystemFolder.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E has duplicate sequence number 1 in the table InstallExecuteSequence
light.exe : warning LGHT1076 : ICE82: This action SystemFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E has duplicate sequence number 2 in the table InstallUISequence
light.exe : warning LGHT1076 : ICE82: This action SystemFolder.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E has duplicate sequence number 1 in the table InstallUISequence
light.exe : warning LGHT1076 : ICE82: This action SystemFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E has duplicate sequence number 2 in the table AdminExecuteSequence
light.exe : warning LGHT1076 : ICE82: This action SystemFolder.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E has duplicate sequence number 1 in the table AdminExecuteSequence
light.exe : warning LGHT1076 : ICE82: This action SystemFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E has duplicate sequence number 2 in the table AdminUISequence
light.exe : warning LGHT1076 : ICE82: This action SystemFolder.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E has duplicate sequence number 1 in the table AdminUISequence
light.exe : warning LGHT1076 : ICE82: This action SystemFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E has duplicate sequence number 2 in the table AdvtExecuteSequence
light.exe : warning LGHT1076 : ICE82: This action SystemFolder.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E has duplicate sequence number 1 in the table AdvtExecuteSequence
light.exe : warning LGHT1076 : ICE83: The keypath for Global Win32 SXS Assembly (Component_=cades.policy.48D935F4_21BA_48FF_90CC_24DC21A73DD8) SHOULD NOT be it's manifest file for assemblies other than Win32 Policy assemblies

----- Finished

Error in light



Отредактировано пользователем 11 декабря 2008 г. 17:15:22(UTC)  | Причина: Не указана

Offline Wind  
#6 Оставлено : 11 декабря 2008 г. 16:01:16(UTC)
Wind

Статус: Новичок

Группы: Участники
Зарегистрирован: 10.12.2008(UTC)
Сообщений: 7

Я попробовал модули слияния из SDK слить на Orca, получившийся msi выдает ошибку, что нужен MMC 1.2 или выше, хотя установлен MMC 2.0
Offline Новожилова Елена  
#7 Оставлено : 11 декабря 2008 г. 17:24:40(UTC)
Новожилова Елена

Статус: Сотрудник

Группы: Администраторы, Участники
Зарегистрирован: 10.12.2008(UTC)
Сообщений: 924
Женщина
Откуда: Крипто-Про

Поблагодарили: 99 раз в 95 постах
krmisha Ошибки, похоже, вызваны недоступностью модулей слияния:

Цитата:
light.exe : warning LGHT1076 : ICE25: Possible dependency failure as we do not find CRT.Policy.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E@0 v in ModuleSignature table
light.exe : warning LGHT1076 : ICE25: Possible dependency failure as we do not find pkimgmt_win32.A5F7B1A9_9130_407B_92CA_ACE4B3FDC448@0 v1.0.1.186 in ModuleSignature table
light.exe : warning LGHT1076 : ICE25: Possible dependency failure as we do not find tsp_win32.FB35977A_DB45_4CFD_920B_1604C6344F95@0 v1.0.3.365 in ModuleSignature table
light.exe : warning LGHT1076 : ICE25: Possible dependency failure as we do not find MFC.Policy.68B7C6D9_1DF2_54C1_FF1F_C8B3B9A1E18E@0 v in ModuleSignature table


Wind Попробуйте произвести валидацию проекта, и пришлите лог валидации, а также пришлите лог установки получившегося дистрибутива.
Offline krmisha  
#8 Оставлено : 11 декабря 2008 г. 17:38:06(UTC)
krmisha

Статус: Новичок

Группы: Участники
Зарегистрирован: 20.10.2008(UTC)
Сообщений: 4
Откуда: Москва

Елена.

Действительно, видимо я не добавил в проект некоторые необходимые msm.

После их добавления лог изменился.

Однако ошибки сборки остались:

Код:

light.exe : error LGHT0204 : ICE27: 'DuplicateFiles' Action in InstallExecuteSequence table in wrong place. Current: Search, Correct: Execution
light.exe : error LGHT0204 : ICE27: Action: 'DuplicateFiles' in InstallExecuteSequence table must come after the 'InstallFiles' action.
light.exe : error LGHT0204 : ICE27: Action: 'RMCCPSearch' in InstallExecuteSequence table must come after the 'AppSearch' action.
light.exe : error LGHT0204 : ICE27: Action: 'RMCCPSearch' in InstallExecuteSequence table must come after the 'CCPSearch' action.
C:\Documents and Settings\m.kravchenko\Local Settings\Temp\qemxxx4m\NewProjectName.msi : error LGHT0204 : ICE32: Possible Mis-Aligned Foreign Keys
Feature.1 = s38
FeatureComponents.Feature_ = s32

и 

light.exe : error LGHT0204 : ICE77: HideGroupPolicyFolder.AE0F3D9E_07E5_4BC5_AF0D_BA1E80E439E4 is a in-script custom action.  It must be sequenced in between the InstallInitialize action and the InstallFinalize action in the InstallExecuteSequence table
light.exe : error LGHT0204 : ICE77: HideGroupPolicyFolder.7BB71EE5_E2AE_4FE8_87EC_38E7733F840F is a in-script custom action.  It must be sequenced in between the InstallInitialize action and the InstallFinalize action in the InstallExecuteSequence table


Создается впечатление, что неверно выстраивается порядок слияния.
Какая вам еще может понадобится информация для диагностики причин?

С уваженим,
Михаил

Новый полный лог:
[code]
----- Starting C:\Program Files\Windows Installer XML v3\bin\candle.exe -nologo "E:\4.MyDISTRIB\signature\cadessdk_1\Common\Merge Modules\NewProjectName.wxs" -out "E:\4.MyDISTRIB\signature\cadessdk_1\Common\Merge Modules\NewProjectName.wixobj" at 11.12.2008 14:33:26

NewProjectName.wxs

Done in: 546 ms

----- Starting C:\Program Files\Windows Installer XML v3\bin\light.exe -nologo "E:\4.MyDISTRIB\signature\cadessdk_1\Common\Merge Modules\NewProjectName.wixobj" -out "E:\4.MyDISTRIB\signature\cadessdk_1\Common\Merge Modules\NewProjectName.msi" at 11.12.2008 14:33:27

E:\4.MyDISTRIB\signature\cadessdk_1\Common\Merge Modules\NewProjectName.wxs(9) : warning LGHT1056 : The Directory table contains a row with primary key(s) 'CPLIBDUPFILESDIR' which cannot be merged from the merge module 'asn1c_win32.msm'. This is likely due to collision of rows with the same primary key(s) (but other different values in other columns) between the database and the merge module.
E:\4.MyDISTRIB\signature\cadessdk_1\Common\Merge Modules\NewProjectName.wxs(11) : warning LGHT1056 : The Directory table contains a row with primary key(s) 'ASN1DUPFILESDIR' which cannot be merged from the merge module 'ocsp_win32.msm'. This is likely due to collision of rows with the same primary key(s) (but other different values in other columns) between the database and the merge module.
E:\4.MyDISTRIB\signature\cadessdk_1\Common\Merge Modules\NewProjectName.wxs(11) : warning LGHT1056 : The Directory table contains a row with primary key(s) 'CPLIBDUPFILESDIR' which cannot be merged from the merge module 'ocsp_win32.msm'. This is likely due to collision of rows with the same primary key(s) (but other different values in other columns) between the database and the merge module.
E:\4.MyDISTRIB\signature\cadessdk_1\Common\Merge Modules\NewProjectName.wxs(12) : warning LGHT1056 : The Directory table contains a row with primary key(s) 'ASN1DUPFILESDIR' which cannot be merged from the merge module 'ocspcli_win32.msm'. This is likely due to collision of rows with the same primary key(s) (but other different values in other columns) between the database and the merge module.
E:\4.MyDISTRIB\signature\cadessdk_1\Common\Merge Modules\NewProjectName.wxs(12) : warning LGHT1056 : The Directory table contains a row with primary key(s) 'CPLIBDUPFILESDIR' which cannot be merged from the merge module 'ocspcli_win32.msm'. This is likely due to collision of rows with the same primary key(s) (but other different values in other columns) between the database and the merge module.
E:\4.MyDISTRIB\signature\cadessdk_1\Common\Merge Modules\NewProjectName.wxs(12) : warning LGHT1056 : The Directory table contains a row with primary key(s) 'OCSPDUPFILESDIR' which cannot be merged from the merge module 'ocspcli_win32.msm'. This is likely due to collision of rows with the same primary key(s) (but other different values in other columns) between the database and the merge module.
E:\4.MyDISTRIB\signature\cadessdk_1\Common\Merge Modules\NewProjectName.wxs(13) : warning LGHT1056 : The Directory table contains a row with primary key(s) 'ASN1DUPFILESDIR' which cannot be merged from the merge module 'tsp_win32.msm'. This is likely due to collision of rows with the same primary key(s) (but other different values in other columns) between the database and the merge module.
E:\4.MyDISTRIB\signature\cadessdk_1\Common\Merge Modules\NewProjectName.wxs(13) : warning LGHT1056 : The Directory table contains a row with primary key(s) 'CPLIBDUPFILESDIR' which cannot be merged from the merge module 'tsp_win32.msm'. This is likely due to collision of rows with the same primary key(s) (but other different values in other columns) between the database and the merge module.
E:\4.MyDISTRIB\signature\cadessdk_1\Common\Merge Modules\NewProjectName.wxs(15) : warning LGHT1055 : The InstallExecuteSequence table contains an action 'SxsInstallCA' which cannot be merged from the merge module 'CP_Microsoft_VC80_MFC_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.
E:\4.MyDISTRIB\signature\cadessdk_1\Common\Merge Modules\NewProjectName.wxs(15) : warning LGHT1055 : The InstallExecuteSequence table contains an action 'SxsUninstallCA' which cannot be merged from the merge module 'CP_Microsoft_VC80_MFC_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.
E:\4.MyDISTRIB\signature\cadessdk_1\Common\Merge Modules\NewProjectName.wxs(16) : warning LGHT1055 : The InstallExecuteSequence table contains an action 'SxsInstallCA' which cannot be merged from the merge module 'CP_policy_8_0_Microsoft_VC80_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.
E:\4.MyDISTRIB\signature\cadessdk_1\Common\Merge Modules\NewProjectName.wxs(16) : warning LGHT1055 : The InstallExecuteSequence table contains an action 'SxsUninstallCA' which cannot be merged from the merge module 'CP_policy_8_0_Microsoft_VC80_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.
E:\4.MyDISTRIB\signature\cadessdk_1\Common\Merge Modules\NewProjectName.wxs(17) : warning LGHT1055 : The InstallExecuteSequence table contains an action 'SxsInstallCA' which cannot be merged from the merge module 'CP_policy_8_0_Microsoft_VC80_MFC_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.
E:\4.MyDISTRIB\signature\cadessdk_1\Common\Merge Modules\NewProjectName.wxs(17) : warning LGHT1055 : The InstallExecuteSequence table contains an action 'SxsUninstallCA' which cannot be merged from the merge module 'CP_policy_8_0_Microsoft_VC80_MFC_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.
E:\4.MyDISTRIB\signature\cadessdk_1\Common\Merge Modules\NewProjectName.wxs(18) : warning LGHT1055 : The InstallUISequence table contains an action '' which cannot be merged from the merge module 'pkimgmt_win32.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.
E:\4.MyDISTRIB\signature\cadessdk_1\Common\Merge Modules\NewProjectName.wxs(18) : warning LGHT1055 : The InstallUISequence table contains an action '' which cannot be merged from the merge module 'pkimgmt_win32.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.
E:\4.MyDISTRIB\signature\cadessdk_1\Common\Merge Modules\NewProjectName.wxs(18) : warning LGHT1055 : The InstallUISequence table contains an action '' which cannot be merged from the merge module 'pkimgmt_win32.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.
E:\4.MyDISTRIB\signature\cadessdk_1\Common\Merge Modules\NewProjectName.wxs(18) : warning LGHT1055 : The InstallUISequence table contains an action '' which cannot be merged from the merge module 'pkimgmt_win32.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.
E:\4.MyDISTRIB\signature\cadessdk_1\Common\Merge Modules\NewProjectName.wxs(18) : warning LGHT1055 : The InstallUISequence table contains an action '' which cannot be merged from the merge module 'pkimgmt_win32.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.
E:\4.MyDISTRIB\signature\cadessdk_1\Common\Merge Modules\NewProjectName.wxs(19) : warning LGHT1056 : The Directory table contains a row with primary key(s) 'ASN1DUPFILESDIR' which cannot be merged from the merge module 'tspcli_win32.msm'. This is likely due to collision of rows with the same primary key(s) (but other different values in other columns) between the database and the merge module.
E:\4.MyDISTRIB\signature\cadessdk_1\Common\Merge Modules\NewProjectName.wxs(19) : warning LGHT1056 : The Directory table contains a row with primary key(s) 'CPLIBDUPFILESDIR' which cannot be merged from the merge module 'tspcli_win32.msm'. This is likely due to collision of rows with the same primary key(s) (but other different values in other columns) between the database and the merge module.
E:\4.MyDISTRIB\signature\cadessdk_1\Common\Merge Modules\NewProjectName.wxs(19) : warning LGHT1056 : The Directory table contains a row with primary key(s) 'TSPDUPFILESDIR' which cannot be merged from the merge module 'tspcli_win32.msm'. This is likely due to collision of rows with the same primary key(s) (but other different values in other columns) between the database and the merge module.
E:\4.MyDISTRIB\signature\cadessdk_1\Common\Merge Modules\NewProjectName.wxs(19) : warning LGHT1056 : The Directory table contains a row with primary key(s) 'WINHTTPDUPFILESDIR' which cannot be merged from the merge module 'tspcli_win32.msm'. This is likely due to collision of rows with the same primary key(s) (but other different values in other columns) between the database and the merge module.
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): downlevel_manifest.8.0.50727.762.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): downlevel_manifest.8.0.50727.100.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): downlevel_manifest.8.0.50727.101.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): downlevel_manifest.8.0.50727.103.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): downlevel_manifest.8.0.50727.104.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): downlevel_manifest.8.0.50727.193.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): downlevel_manifest.8.0.50727.762.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): downlevel_manifest.8.0.50727.100.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): downlevel_manifest.8.0.50727.101.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): downlevel_manifest.8.0.50727.103.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): downlevel_manifest.8.0.50727.104.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): downlevel_manifest.8.0.50727.193.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): downlevel_manifest.8.0.50727.762.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): downlevel_manifest.8.0.50727.100.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): downlevel_manifest.8.0.50727.101.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): downlevel_manifest.8.0.50727.103.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): downlevel_manifest.8.0.50727.104.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): downlevel_manifest.8.0.50727.193.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): downlevel_manifest.8.0.50727.762.68B7C6D9_1DF2_54C1_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): downlevel_manifest.8.0.50727.100.68B7C6D9_1DF2_54C1_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): downlevel_manifest.8.0.50727.101.68B7C6D9_1DF2_54C1_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): downlevel_manifest.8.0.50727.103.68B7C6D9_1DF2_54C1_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): downlevel_manifest.8.0.50727.104.68B7C6D9_1DF2_54C1_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): downlevel_manifest.8.0.50727.193.68B7C6D9_1DF2_54C1_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Registry, Column: Registry, Key(s): reg_downlevel_manifest.8.0.50727.100.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Registry, Column: Registry, Key(s): reg_downlevel_manifest.8.0.50727.101.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Registry, Column: Registry, Key(s): reg_downlevel_manifest.8.0.50727.103.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Registry, Column: Registry, Key(s): reg_downlevel_manifest.8.0.50727.104.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Registry, Column: Registry, Key(s): reg_downlevel_manifest.8.0.50727.193.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Registry, Column: Registry, Key(s): reg_downlevel_manifest.8.0.50727.762.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Registry, Column: Registry, Key(s): reg_downlevel_manifest.8.0.50727.100.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Registry, Column: Registry, Key(s): reg_downlevel_manifest.8.0.50727.101.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Registry, Column: Registry, Key(s): reg_downlevel_manifest.8.0.50727.103.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Registry, Column: Registry, Key(s): reg_downlevel_manifest.8.0.50727.104.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Registry, Column: Registry, Key(s): reg_downlevel_manifest.8.0.50727.193.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Registry, Column: Registry, Key(s): reg_downlevel_manifest.8.0.50727.762.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Registry, Column: Registry, Key(s): reg_downlevel_manifest.8.0.50727.100.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Registry, Column: Registry, Key(s): reg_downlevel_manifest.8.0.50727.101.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Registry, Column: Registry, Key(s): reg_downlevel_manifest.8.0.50727.103.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Registry, Column: Registry, Key(s): reg_downlevel_manifest.8.0.50727.762.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Registry, Column: Registry, Key(s): reg_downlevel_manifest.8.0.50727.104.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Registry, Column: Registry, Key(s): reg_downlevel_manifest.8.0.50727.193.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Registry, Column: Registry, Key(s): reg_downlevel_manifest.8.0.50727.100.68B7C6D9_1DF2_54C1_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Registry, Column: Registry, Key(s): reg_downlevel_manifest.8.0.50727.101.68B7C6D9_1DF2_54C1_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Registry, Column: Registry, Key(s): reg_downlevel_manifest.8.0.50727.103.68B7C6D9_1DF2_54C1_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Registry, Column: Registry, Key(s): reg_downlevel_manifest.8.0.50727.762.68B7C6D9_1DF2_54C1_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Registry, Column: Registry, Key(s): reg_downlevel_manifest.8.0.50727.104.68B7C6D9_1DF2_54C1_FF1F_C8B3B9A1E18E
light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Registry, Column: Registry, Key(s): reg_downlevel_manifest.8.0.50727.193.68B7C6D9_1DF2_54C1_FF1F_C8B3B9A1E18E
light.exe : error LGHT0204 : ICE27: 'DuplicateFiles' Action in InstallExecuteSequence table in wrong place. Current: Search, Correct: Execution
light.exe : error LGHT0204 : ICE27: Action: 'DuplicateFiles' in InstallExecuteSequence table must come after the 'InstallFiles' action.
light.exe : error LGHT0204 : ICE27: Action: 'RMCCPSearch' in InstallExecuteSequence table must come after the 'AppSearch' action.
light.exe : error LGHT0204 : ICE27: Action: 'RMCCPSearch' in InstallExecuteSequence table must come after the 'CCPSearch' action.
C:\Documents and Settings\m.kravchenko\Local Settings\Temp\qemxxx4m\NewProjectName.msi : error LGHT0204 : ICE32: Possible Mis-Aligned Foreign Keys
Feature.1 = s38
FeatureComponents.Feature_ = s32
light.exe : warning LGHT1076 : ICE69: Mismatched component reference. Entry 'HCCR_ORQFile_DefaultIcon.AE0F3D9E_07E5_4BC5_AF0D_BA1E80E439E4' of the Registry table belongs to component 'orq.ext.AE0F3D9E_07E5_4BC5_AF0D_BA1E80E439E4'. However, the formatted string in column 'Value' references file 'ocspview.exe.AE0F3D9E_07E5_4BC5_AF0D_BA1E80E439E4' which belongs to component 'ocspview.exe.AE0F3D9E_07E5_4BC5_AF0D_BA1E80E439E4'. Components are in the same feature.
light.exe : warning LGHT1076 : ICE69: Mismatched component reference. Entry 'HCCR_ORQFile_FriendlyTypeName.AE0F3D9E_07E5_4BC5_AF0D_BA1E80E439E4' of the Registry table belongs to component 'orq.ext.AE0F3D9E_07E5_4BC5_AF0D_BA1E80E439E4'. However, the formatted string in column 'Value' references file 'ocspview.exe.AE0F3D9E_07E5_4BC5_AF0D_BA1E80E439E4' which belongs to component 'ocspview.exe.AE0F3D9E_07E5_4BC5_AF0D_BA1E80E439E4'. Components are in the same feature.
light.exe : warning LGHT1076 : ICE69: Mismatched component reference. Entry 'HCCR_ORQFile_Shell_Open_Command.AE0F3D9E_07E5_4BC5_AF0D_BA1E80E439E4' of the Registry table belongs to component 'orq.ext.AE0F3D9E_07E5_4BC5_AF0D_BA1E80E439E4'. However, the formatted string in column 'Value' references file 'ocspview.exe.AE0F3D9E_07E5_4BC5_AF0D_BA1E80E439E4' which belongs to component 'ocspview.exe.AE0F3D9E_07E5_4BC5_AF0D_BA1E80E439E4'. Components are in the same feature.
light.exe : warning LGHT1076 : ICE69: Mismatched component reference. Entry 'HCCR_ORSFile_DefaultIcon.AE0F3D9E_07E5_4BC5_AF0D_BA1E80E439E4' of the Registry table belongs to component 'ors.ext.AE0F3D9E_07E5_4BC5_AF0D_BA1E80E439E4'. However, the formatted string in column 'Value' references file 'ocspview.exe.AE0F3D9E_07E5_4BC5_AF0D_BA1E80E439E4' which belongs to component 'ocspview.exe.AE0F3D9E_07E5_4BC5_AF0D_BA1E80E439E4'. Components are in the same feature.
light.exe : warning LGHT1076 : ICE69: Mismatched component reference. Entry 'HCCR_ORSFile_FriendlyTypeName.AE0F3D9E_07E5_4BC5_AF0D_BA1E80E439E4' of the Registry table belongs to component 'ors.ext.AE0F3D9E_07E5_4BC5_AF0D_BA1E80E439E4'. However, the formatted string in column 'Value' references file 'ocspview.exe.AE0F3D9E_07E5_4BC5_AF0D_BA1E80E439E4' which belongs to component 'ocspview.exe.AE0F3D9E_07E5_4BC5_AF0D_BA1E80E439E4'. Components are in the same feature.
light.exe : warning LGHT1076 : ICE69: Mismatched component reference. Entry 'HCCR_ORSFile_Shell_Open_Command.AE0F3D9E_07E5_4BC5_AF0D_BA1E80E439E4' of the Registry table belongs to component 'ors.ext.AE0F3D9E_07E5_4BC5_AF0D_BA1E80E439E4'. However, the formatted string in column 'Value' references file 'ocspview.exe.AE0F3D9E_07E5_4BC5_AF0D_BA1E80E439E4' which belongs to component 'ocspview.exe.AE0F3D9E_07E5_4BC5_AF0D_BA1E80E439E4'. Components are in the same feature.
light.exe : warning LGHT1076 : ICE69: Mismatched component reference. Entry 'HCCR_TSQFile_DefaultIcon.7BB71EE5_E2AE_4FE8_87EC_38E7733F840F' of the Registry table belongs to component 'tsq.ext.7BB71EE5_E2AE_4FE8_87EC_38E7733F840F'. However, the formatted string in column 'Value' references file 'tspview.exe.7BB71EE5_E2AE_4FE8_87EC_38E7733F840F' which belongs to component 'tspview.exe.7BB71EE5_E2AE_4FE8_87EC_38E7733F840F'. Components are in the same feature.
light.exe : warning LGHT1076 : ICE69: Mismatched component reference. Entry 'HCCR_TSQFile_FriendlyTypeName.7BB71EE5_E2AE_4FE8_87EC_38E7733F840F' of the Registry table belongs to component 'tsq.ext.7BB71EE5_E2AE_4FE8_87EC_38E7733F840F'. However, the formatted string in column 'Value' references file 'tspview.exe.7BB71EE5_E2AE_4FE8_87EC_38E7733F840F' which belongs to component 'tspview.exe.7BB71EE5_E2AE_4FE8_87EC_38E7733F840F'. Components are in the same feature.
light.exe : warning LGHT1076 : ICE69: Mismatched component reference. Entry 'HCCR_TSQFile_Shell_Open_Command.7BB71EE5_E2AE_4FE8_87EC_38E7733F840F' of the Registry table belongs to component 'tsq.ext.7BB71EE5_E2AE_4FE8_87EC_38E7733F840F'. However, the formatted string in column 'Value' references file 'tspview.exe.7BB71EE5_E2AE_4FE8_87EC_38E7733F840F' which belongs to component 'tspview.exe.7BB71EE5_E2AE_4FE8_87EC_38E7733F840F'. Components are in the same feature.
light.exe : warning LGHT1076 : ICE69: Mismatched component reference. Entry 'HCCR_TSRFile_DefaultIcon.7BB71EE5_E2AE_4FE8_87EC_38E7733F840F' of the Registry table belongs to component 'tsr.ext.7BB71EE5_E2AE_4FE8_87EC_38E7733F840F'. However, the formatted string in column 'Value' references file 'tspview.exe.7BB71EE5_E2AE_4FE8_87EC_38E7733F840F' which belongs to component 'tspview.exe.7BB71EE5_E2AE_4FE8_87EC_38E7733F840F'. Components are in the same feature.
light.exe : warning LGHT1076 : ICE69: Mismatched component reference. Entry 'HCCR_TSRFile_FriendlyTypeName.7BB71EE5_E2AE_4FE8_87EC_38E7733F840F' of the Registry table belongs to component 'tsr.ext.7BB71EE5_E2AE_4FE8_87EC_38E7733F840F'. However, the formatted string in column 'Value' references file 'tspview.exe.7BB71EE5_E2AE_4FE8_87EC_38E7733F840F' which belongs to component 'tspview.exe.7BB71EE5_E2AE_4FE8_87EC_38E7733F840F'. Components are in the same feature.
light.exe : warning LGHT1076 : ICE69: Mismatched component reference. Entry 'HCCR_TSRFile_Shell_Open_Command.7BB71EE5_E2AE_4FE8_87EC_38E7733F840F' of the Registry table belongs to component 'tsr.ext.7BB71EE5_E2AE_4FE8_87EC_38E7733F840F'. However, the formatted string in column 'Value' references file 'tspview.exe.7BB71EE5_E2AE_4FE8_87EC_38E7733F840F' which belongs to component 'tspview.exe.7BB71EE5_E2AE_4FE8_87EC_38E7733F840F'. Components are in the same feature.
light.exe : error LGHT0204 : ICE77: HideGroupPolicyFolder.AE0F3D9E_07E5_4BC5_AF0D_BA1E80E439E4 is a in-script custom action. It must be sequenced in between the InstallInitialize action and the InstallFinalize action in the InstallExecuteSequence table
light.exe : error LGHT0204 : ICE77: HideGroupPolicyFolder.7BB71EE5_E2AE_4FE8_87EC_38E7733F840F is a in-script custom action. It must be sequenced in between the InstallInitialize action and the InstallFinalize action in the InstallExecuteSequence table
light.exe : warning LGHT1076 : ICE82: This action SystemFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E has duplicate sequence number 4 in the table InstallExecuteSequence
light.exe : warning LGHT1076 : ICE82: This action SystemFolder.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E has duplicate sequence number 3 in the table InstallExecuteSequence
light.exe : warning LGHT1076 : ICE82: This action SystemFolder.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E has duplicate sequence number 2 in the table InstallExecuteSequence
light.exe : warning LGHT1076 : ICE82: This action SystemFolder.68B7C6D9_1DF2_54C1_FF1F_C8B3B9A1E18E has duplicate sequence number 1 in the table InstallExecuteSequence
light.exe : warning LGHT1076 : ICE82: This action SystemFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E has duplicate sequence number 4 in the table InstallUISequence
light.exe : warning LGHT1076 : ICE82: This action SystemFolder.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E has duplicate sequence number 3 in the table InstallUISequence
light.exe : warning LGHT1076 : ICE82: This action SystemFolder.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E has duplicate sequence number 2 in the table InstallUISequence
light.exe : warning LGHT1076 : ICE82: This action SystemFolder.68B7C6D9_1DF2_54C1_FF1F_C8B3B9A1E18E has duplicate sequence number 1 in the table InstallUISequence
light.exe : warning LGHT1076 : ICE82: This action SystemFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E has...

Отредактировано пользователем 11 декабря 2008 г. 17:40:50(UTC)  | Причина: Не указана

Offline Wind  
#9 Оставлено : 11 декабря 2008 г. 17:59:42(UTC)
Wind

Статус: Новичок

Группы: Участники
Зарегистрирован: 10.12.2008(UTC)
Сообщений: 7

Выкладываю лог валидации:

ICE01 INFO ICE01 - Simple ICE that doesn't test anything
ICE01 INFO Created 04/29/1998. Last Modified 08/17/1998.
ICE01 INFO Called at 14:56:08.
ICE02 INFO ICE02 - ICE to test circular references in File and Component tables
ICE02 INFO Created 05/18/1998. Last Modified 10/12/1998.
ICE03 INFO ICE03 - ICE to perform data validation and foreign key references
ICE03 INFO Created 05/19/1998. Last Modified 10/03/2001.
ICE03 WARNING String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): downlevel_manifest.8.0.50727.100.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E
ICE03 WARNING String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): downlevel_manifest.8.0.50727.104.68B7C6D9_1DF2_54C1_FF1F_C8B3B9A1E18E
ICE03 WARNING String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): downlevel_manifest.8.0.50727.101.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E
ICE03 WARNING String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): downlevel_manifest.8.0.50727.104.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
ICE03 WARNING String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): downlevel_manifest.8.0.50727.103.68B7C6D9_1DF2_54C1_FF1F_C8B3B9A1E18E
ICE03 WARNING String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): downlevel_manifest.8.0.50727.193.68B7C6D9_1DF2_54C1_FF1F_C8B3B9A1E18E
ICE03 WARNING String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): downlevel_manifest.8.0.50727.103.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E
ICE03 WARNING String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): downlevel_manifest.8.0.50727.762.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E
ICE03 WARNING String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): downlevel_manifest.8.0.50727.100.68B7C6D9_1DF2_54C1_FF1F_C8B3B9A1E18E
ICE03 WARNING String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): downlevel_manifest.8.0.50727.100.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
ICE03 WARNING String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): downlevel_manifest.8.0.50727.104.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E
ICE03 WARNING String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): downlevel_manifest.8.0.50727.101.68B7C6D9_1DF2_54C1_FF1F_C8B3B9A1E18E
ICE03 WARNING String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): downlevel_manifest.8.0.50727.101.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E
ICE03 WARNING String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): downlevel_manifest.8.0.50727.104.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E
ICE03 WARNING String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): downlevel_manifest.8.0.50727.100.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E
ICE03 WARNING String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): downlevel_manifest.8.0.50727.762.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E
ICE03 WARNING String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): downlevel_manifest.8.0.50727.103.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
ICE03 WARNING String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): downlevel_manifest.8.0.50727.762.68B7C6D9_1DF2_54C1_FF1F_C8B3B9A1E18E
ICE03 WARNING String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): downlevel_manifest.8.0.50727.193.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E
ICE03 WARNING String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): downlevel_manifest.8.0.50727.101.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
ICE03 WARNING String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): downlevel_manifest.8.0.50727.193.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
ICE03 WARNING String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): downlevel_manifest.8.0.50727.103.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E
ICE03 WARNING String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): downlevel_manifest.8.0.50727.193.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E
ICE03 WARNING String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): downlevel_manifest.8.0.50727.762.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
ICE03 WARNING String overflow (greater than length permitted in column); Table: Registry, Column: Registry, Key(s): reg_downlevel_manifest.8.0.50727.101.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
ICE03 WARNING String overflow (greater than length permitted in column); Table: Registry, Column: Registry, Key(s): reg_downlevel_manifest.8.0.50727.104.68B7C6D9_1DF2_54C1_FF1F_C8B3B9A1E18E
ICE03 WARNING String overflow (greater than length permitted in column); Table: Registry, Column: Registry, Key(s): reg_downlevel_manifest.8.0.50727.101.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E
ICE03 WARNING String overflow (greater than length permitted in column); Table: Registry, Column: Registry, Key(s): reg_downlevel_manifest.8.0.50727.104.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
ICE03 WARNING String overflow (greater than length permitted in column); Table: Registry, Column: Registry, Key(s): reg_downlevel_manifest.8.0.50727.103.68B7C6D9_1DF2_54C1_FF1F_C8B3B9A1E18E
ICE03 WARNING String overflow (greater than length permitted in column); Table: Registry, Column: Registry, Key(s): reg_downlevel_manifest.8.0.50727.193.68B7C6D9_1DF2_54C1_FF1F_C8B3B9A1E18E
ICE03 WARNING String overflow (greater than length permitted in column); Table: Registry, Column: Registry, Key(s): reg_downlevel_manifest.8.0.50727.103.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E
ICE03 WARNING String overflow (greater than length permitted in column); Table: Registry, Column: Registry, Key(s): reg_downlevel_manifest.8.0.50727.100.68B7C6D9_1DF2_54C1_FF1F_C8B3B9A1E18E
ICE03 WARNING String overflow (greater than length permitted in column); Table: Registry, Column: Registry, Key(s): reg_downlevel_manifest.8.0.50727.762.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E
ICE03 WARNING String overflow (greater than length permitted in column); Table: Registry, Column: Registry, Key(s): reg_downlevel_manifest.8.0.50727.100.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
ICE03 WARNING String overflow (greater than length permitted in column); Table: Registry, Column: Registry, Key(s): reg_downlevel_manifest.8.0.50727.104.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E
ICE03 WARNING String overflow (greater than length permitted in column); Table: Registry, Column: Registry, Key(s): reg_downlevel_manifest.8.0.50727.101.68B7C6D9_1DF2_54C1_FF1F_C8B3B9A1E18E
ICE03 WARNING String overflow (greater than length permitted in column); Table: Registry, Column: Registry, Key(s): reg_downlevel_manifest.8.0.50727.101.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E
ICE03 WARNING String overflow (greater than length permitted in column); Table: Registry, Column: Registry, Key(s): reg_downlevel_manifest.8.0.50727.104.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E
ICE03 WARNING String overflow (greater than length permitted in column); Table: Registry, Column: Registry, Key(s): reg_downlevel_manifest.8.0.50727.100.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E
ICE03 WARNING String overflow (greater than length permitted in column); Table: Registry, Column: Registry, Key(s): reg_downlevel_manifest.8.0.50727.100.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E
ICE03 WARNING String overflow (greater than length permitted in column); Table: Registry, Column: Registry, Key(s): reg_downlevel_manifest.8.0.50727.762.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E
ICE03 WARNING String overflow (greater than length permitted in column); Table: Registry, Column: Registry, Key(s): reg_downlevel_manifest.8.0.50727.103.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
ICE03 WARNING String overflow (greater than length permitted in column); Table: Registry, Column: Registry, Key(s): reg_downlevel_manifest.8.0.50727.762.68B7C6D9_1DF2_54C1_FF1F_C8B3B9A1E18E
ICE03 WARNING String overflow (greater than length permitted in column); Table: Registry, Column: Registry, Key(s): reg_downlevel_manifest.8.0.50727.193.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E
ICE03 WARNING String overflow (greater than length permitted in column); Table: Registry, Column: Registry, Key(s): reg_downlevel_manifest.8.0.50727.193.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
ICE03 WARNING String overflow (greater than length permitted in column); Table: Registry, Column: Registry, Key(s): reg_downlevel_manifest.8.0.50727.103.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E
ICE03 WARNING String overflow (greater than length permitted in column); Table: Registry, Column: Registry, Key(s): reg_downlevel_manifest.8.0.50727.193.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E
ICE03 WARNING String overflow (greater than length permitted in column); Table: Registry, Column: Registry, Key(s): reg_downlevel_manifest.8.0.50727.762.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
ICE04 INFO ICE04 - ICE to validate File table sequences according to Media table
ICE04 INFO Created 05/19/1998. Last Modified 09/24/1998.
ICE04 INFO Max Sequence in Media Table is 1
ICE04 ERROR File: ul_catalog.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E, Sequence: 5 Greater Than Max Allowed by Media Table
ICE04 ERROR File: CryptoPro.PKI.OCSP.Client.cat.AE0F3D9E_07E5_4BC5_AF0D_BA1E80E439E4, Sequence: 62 Greater Than Max Allowed by Media Table
ICE04 ERROR File: manifest.8.0.50727.762.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E, Sequence: 2 Greater Than Max Allowed by Media Table
ICE04 ERROR File: catalog.8.0.50727.762.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E, Sequence: 11 Greater Than Max Allowed by Media Table
ICE04 ERROR File: catalog.8.0.50727.762.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E, Sequence: 24 Greater Than Max Allowed by Media Table
ICE04 ERROR File: ul_catalog.68B7C6D9_1DF2_54C1_FF1F_C8B3B9A1E18E, Sequence: 9 Greater Than Max Allowed by Media Table
ICE04 ERROR File: ul_manifest.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E, Sequence: 12 Greater Than Max Allowed by Media Table
ICE04 ERROR File: manifest.8.0.50727.762.68B7C6D9_1DF2_54C1_FF1F_C8B3B9A1E18E, Sequence: 6 Greater Than Max Allowed by Media Table
ICE04 ERROR File: CryptoPro.CPLib.manifest.3F491245_7C67_4C67_87F3_DD7103C79AB0, Sequence: 48 Greater Than Max Allowed by Media Table
ICE04 ERROR File: manifest.8.0.50727.762.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E, Sequence: 23 Greater Than Max Allowed by Media Table
ICE04 ERROR File: catalog.8.0.50727.762.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E, Sequence: 3 Greater Than Max Allowed by Media Table
ICE04 ERROR File: ul_manifest.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E, Sequence: 25 Greater Than Max Allowed by Media Table
ICE04 ERROR File: cades.policy.manifest.48D935F4_21BA_48FF_90CC_24DC21A73DD8, Sequence: 77 Greater Than Max Allowed by Media Table
ICE04 ERROR File: CryptoPro.PKI.OCSP.cat.86C3C625_DB04_47C6_8B89_8B61345FB51E, Sequence: 57 Greater Than Max Allowed by Media Table
ICE04 ERROR File: ocspcli.adm.AE0F3D9E_07E5_4BC5_AF0D_BA1E80E439E4, Sequence: 60 Greater Than Max Allowed by Media Table
ICE04 ERROR File: ul_manifest.68B7C6D9_1DF2_54C1_FF1F_C8B3B9A1E18E, Sequence: 8 Greater Than Max Allowed by Media Table
ICE04 ERROR File: CryptoPro.PKI.TSP.Client.man.7BB71EE5_E2AE_4FE8_87EC_38E7733F840F, Sequence: 72 Greater Than Max Allowed by Media Table
ICE04 ERROR File: cades.cat.48D935F4_21BA_48FF_90CC_24DC21A73DD8, Sequence: 75 Greater Than Max Allowed by Media Table
ICE04 ERROR File: tspcli.adm.7BB71EE5_E2AE_4FE8_87EC_38E7733F840F, Sequence: 69 Greater Than Max Allowed by Media Table
ICE04 ERROR File: CryptoPro.PKI.OCSP.manifest.86C3C625_DB04_47C6_8B89_8B61345FB51E, Sequence: 58 Greater Than Max Allowed by Media Table
ICE04 ERROR File: certs.ru.msc.A5F7B1A9_9130_407B_92CA_ACE4B3FDC448, Sequence: 40 Greater Than Max Allowed by Media Table
ICE04 ERROR File: ul_catalog.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E, Sequence: 26 Greater Than Max Allowed by Media Table
ICE04 ERROR File: pkimgmt.ru.msc.A5F7B1A9_9130_407B_92CA_ACE4B3FDC448, Sequence: 44 Greater Than Max Allowed by Media Table
ICE04 ERROR File: ul_manifest.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E, Sequence: 4 Greater Than Max Allowed by Media Table
ICE04 ERROR File: certs.en.msc.A5F7B1A9_9130_407B_92CA_ACE4B3FDC448, Sequence: 39 Greater Than Max Allowed by Media Table
ICE04 ERROR File: CryptoPro.ASN1.manifest.30F89FD2_46B2_404E_84C2_88D3DC01E4AE, Sequence: 55 Greater Than Max Allowed by Media Table
ICE04 ERROR File: cades.manifest.48D935F4_21BA_48FF_90CC_24DC21A73DD8, Sequence: 76 Greater Than Max Allowed by Media Table
ICE04 ERROR File: CryptoPro.CPLib.cat.3F491245_7C67_4C67_87F3_DD7103C79AB0, Sequence: 47 Greater Than Max Allowed by Media Table
ICE04 ERROR File: CryptoPro.PKI.TSP.manifest.FB35977A_DB45_4CFD_920B_1604C6344F95, Sequence: 67 Greater Than Max Allowed by Media Table
ICE04 ERROR File: pkimgmt.en.msc.A5F7B1A9_9130_407B_92CA_ACE4B3FDC448, Sequence: 43 Greater Than Max Allowed by Media Table
ICE04 ERROR File: CryptoPro.PKI.TSP.Client.cat.7BB71EE5_E2AE_4FE8_87EC_38E7733F840F, Sequence: 71 Greater Than Max Allowed by Media Table
ICE04 ERROR File: cades.policy.cat.48D935F4_21BA_48FF_90CC_24DC21A73DD8, Sequence: 78 Greater Than Max Allowed by Media Table
ICE04 ERROR File: CryptoPro.ASN1.cat.30F89FD2_46B2_404E_84C2_88D3DC01E4AE, Sequence: 54 Greater Than Max Allowed by Media Table
ICE04 ERROR File: ul_catalog.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E, Sequence: 13 Greater Than Max Allowed by Media Table
ICE04 ERROR File: CryptoPro.PKI.TSP.cat.FB35977A_DB45_4CFD_920B_1604C6344F95, Sequence: 66 Greater Than Max Allowed by Media Table
ICE04 ERROR File: CryptoPro.PKI.OCSP.Client.man.AE0F3D9E_07E5_4BC5_AF0D_BA1E80E439E4, Sequence: 63 Greater Than Max Allowed by Media Table
ICE04 ERROR File: manifest.8.0.50727.762.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E, Sequence: 10 Greater Than Max Allowed by Media Table
ICE04 ERROR File: catalog.8.0.50727.762.68B7C6D9_1DF2_54C1_FF1F_C8B3B9A1E18E, Sequence: 7 Greater Than Max Allowed by Media Table
ICE04 ERROR File: ocspapimgmt.dll.86C3C625_DB04_47C6_8B89_8B61345FB51E, Sequence: 59 Greater Than Max Allowed by Media Table
ICE04 ERROR File: pkimgmt.dll.A5F7B1A9_9130_407B_92CA_ACE4B3FDC448, Sequence: 42 Greater Than Max Allowed by Media Table
ICE04 ERROR File: ocsp.dll.86C3C625_DB04_47C6_8B89_8B61345FB51E, Sequence: 56 Greater Than Max Allowed by Media Table
ICE04 ERROR File: tsp.dll.FB35977A_DB45_4CFD_920B_1604C6344F95, Sequence: 65 Greater Than Max Allowed by Media Table
ICE04 ERROR File: cades.dll.48D935F4_21BA_48FF_90CC_24DC21A73DD8, Sequence: 74 Greater Than Max Allowed by Media Table
ICE04 ERROR File: ocspcli.dll.AE0F3D9E_07E5_4BC5_AF0D_BA1E80E439E4, Sequence: 61 Greater Than Max Allowed by Media Table
ICE04 ERROR File: cplicmgmt.dll.A5F7B1A9_9130_407B_92CA_ACE4B3FDC448, Sequence: 41 Greater Than Max Allowed by Media Table
ICE04 ERROR File: tspapimgmt.dll.FB35977A_DB45_4CFD_920B_1604C6344F95, Sequence: 68 Greater Than Max Allowed by Media Table
ICE04 ERROR File: asn1xercpp.dll.30F89FD2_46B2_404E_84C2_88D3DC01E4AE, Sequence: 53 Greater Than Max Allowed by Media Table
ICE04 ERROR File: cplib.dll.3F491245_7C67_4C67_87F3_DD7103C79AB0, Sequence: 46 Greater Than Max Allowed by Media Table
ICE04 ERROR File: asn1rtcpp.dll.30F89FD2_46B2_404E_84C2_88D3DC01E4AE, Sequence: 52 Greater Than Max Allowed by Media Table
ICE04 ERROR File: asn1bercpp.dll.30F89FD2_46B2_404E_84C2_88D3DC01E4AE, Sequence: 51 Greater Than Max Allowed by Media Table
ICE04 ERROR File: tspcli.dll.7BB71EE5_E2AE_4FE8_87EC_38E7733F840F, Sequence: 70 Greater Than Max Allowed by Media Table
ICE04 ERROR File: cpasn1.dll.30F89FD2_46B2_404E_84C2_88D3DC01E4AE, Sequence: 49 Greater Than Max Allowed by Media Table
ICE04 ERROR File: asn1.dll.30F89FD2_46B2_404E_84C2_88D3DC01E4AE, Sequence: 50 Greater Than Max Allowed by Media Table
ICE04 ERROR File: nosxs_msvcp80.dll.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E, Sequence: 21 Greater Than Max Allowed by Media Table
ICE04 ERROR File: nosxs_msvcm80.dll.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E, Sequence: 22 Greater Than Max Allowed by Media Table
ICE04 ERROR File: ul_msvcp80.dll.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E, Sequence: 18 Greater Than Max Allowed by Media Table
ICE04 ERROR File: msvcp80.dll.8.0.50727.762.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E, Sequence: 15 Greater Than Max Allowed by Media Table
ICE04 ERROR File: mfcm80u.dll.8.0.50727.762.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E, Sequence: 30 Greater Than Max Allowed by Media Table
ICE04 ERROR File: nosxs_msvcr80.dll.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E, Sequence: 20 Greater Than Max Allowed by Media Table
ICE04 ERROR File: mfc80u.dll.8.0.50727.762.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E, Sequence: 28 Greater Than Max Allowed by Media Table
ICE04 ERROR File: ul_mfc80.dll.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E, Sequence: 33 Greater Than Max Allowed by Media Table
ICE04 ERROR File: msvcr80.dll.8.0.50727.762.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E, Sequence: 14 Greater Than Max Allowed by Media Table
ICE04 ERROR File: nosxs_mfc80u.dll.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E, Sequence: 36 Greater Than Max Allowed by Media Table
ICE04 ERROR File: msvcm80.dll.8.0.50727.762.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E, Sequence: 16 Greater Than Max Allowed by Media Table
ICE04 ERROR File: ul_msvcm80.dll.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E, Sequence: 19 Greater Than Max Allowed by Media Table
ICE04 ERROR File: nosxs_mfcm80.dll.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E, Sequence: 35 Greater Than Max Allowed by Media Table
ICE04 ERROR File: ul_mfcm80u.dll.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E, Sequence: 34 Greater Than Max Allowed by Media Table
ICE04 ERROR File: mfc80.dll.8.0.50727.762.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E, Sequence: 29 Greater Than Max Allowed by Media Table
ICE04 ERROR File: ul_mfc80u.dll.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E, Sequence: 32 Greater Than Max Allowed by Media Table
ICE04 ERROR File: mfcm80.dll.8.0.50727.762.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E, Sequence: 27 Greater Than Max Allowed by Media Table
ICE04 ERROR File: nosxs_mfcm80u.dll.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E, Sequence: 38 Greater Than Max Allowed by Media Table
ICE04 ERROR File: ul_mfcm80.dll.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E, Sequence: 31 Greater Than Max Allowed by Media Table
ICE04 ERROR File: nosxs_mfc80.dll.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E, Sequence: 37 Greater Than Max Allowed by Media Table
ICE04 ERROR File: ul_msvcr80.dll.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E, Sequence: 17 Greater Than Max Allowed by Media Table
ICE04 ERROR File: tspview.exe.7BB71EE5_E2AE_4FE8_87EC_38E7733F840F, Sequence: 73 Greater Than Max Allowed by Media Table
ICE04 ERROR File: ocspview.exe.AE0F3D9E_07E5_4BC5_AF0D_BA1E80E439E4, Sequence: 64 Greater Than Max Allowed by Media Table
ICE04 ERROR File: unicows.dll.A5F7B1A9_9130_407B_92CA_ACE4B3FDC448, Sequence: 45 Greater Than Max Allowed by Media Table
ICE05 INFO ICE05 - ICE to validate that required data exists in certain tables.
ICE05 INFO Created 05/20/1998. Last Modified 01/26/1999.
ICE06 INFO ICE06 - ICE that looks for missing columns in database tables
ICE06 INFO Created 05/20/1998. Last Modified 02/18/1999.
ICE07 INFO ICE07 - ICE that ensures that fonts are installed to the fonts folder. Only checked if you have a Font table
ICE07 INFO Created 05/21/1998. Last Modified 02/18/1999.
ICE08 INFO ICE08 - Checks for duplicate GUIDs in Component table
ICE08 INFO Created 05/21/98. Last Modified 10/08/98.
ICE09 INFO ICE09 - Checks for components whose Directory is the System directory but aren't set as system components
ICE09 INFO Created 05/21/98. Last Modified 10/09/2000.
ICE10 INFO ICE10 - ICE that ensures that advertise states of feature childs and parents match
ICE10 INFO Created 05/22/1998. Last Modified 10/02/2000.
ICE11 INFO ICE11 - ICE that validates the Product Code of a nested install (advertised MSI) custom action type
ICE11 INFO Created 05/22/1998. Last Modified 08/17/1998.
ICE12 INFO ICE12 - ICE that validates the Property type custom actions
ICE12 INFO Created 05/29/1998. Last Modified 01/14/2000.
ICE13 INFO ICE13 - ICE that validates that no dialogs are listed in the *ExecuteSequence tables
ICE13 INFO Created 06/08/1998. Last Modified 08/17/1998.
ICE14 INFO ICE14 - ICE that ensures that Feature_Parents do not have the ifrsFavorParent attribute set
ICE14 INFO Created 06/08/1998. Last Modified 01/27/1999.
ICE15 INFO ICE15 - ICE that ensures that a circular reference exists between the Mime and Extension tables
ICE15 INFO Created 06/11/1998. Last Modified 01/05/1999.
ICE16 INFO ICE16 - ICE that ensures that the ProductName in the Property table is less than 64 characters
ICE16 INFO Created 06/11/1998. Last Modified 10/03/2001.
ICE17 INFO ICE17 - ICE that validates foreign key dependencies based upon control types in the Control table.
ICE17 INFO Created 06/16/1998. Last Modified 12/21/2004.
ICE18 INFO ICE18 - ICE that validates the nulled KeyPath columns of the Component table.
ICE18 INFO Created 06/18/1998. Last Modified 03/24/1999.
ICE19 INFO ICE19 - ICE that validates that ComponentIDs and KeyPaths for advertising.
ICE19 INFO Created 06/18/1998. Last Modified 01/21/1999.
ICE20 INFO ICE20 - ICE that validates for Standard Dialogs if UI is authored.
ICE20 INFO Created 06/25/1998. Last Modified 10/04/1998.
ICE21 INFO ICE21 - ICE that validates that all components reference a feature.
ICE21 INFO Created 06/29/1998. Last Modified 03/02/1999.
ICE22 INFO ICE22 - ICE that validates that the feature and component referenced by a PublishedComponent actually map.
ICE22 INFO Created 06/29/1998. Last Modified 03/02/1999.
ICE23 INFO ICE23 - ICE that validates the tab order of all dialogs.
ICE23 INFO Created 07/02/1998. Last Modified 01/17/2000.
ICE24 INFO ICE24 - ICE that validates specific properties in the Property table.
ICE24 INFO Created 07/15/1998. Last Modified 01/15/2004.
ICE25 INFO ICE25 - ICE that validates module dependencies/exclusions.
ICE25 INFO Created 07/20/1998. Last Modified 08/31/1998.
ICE26 INFO ICE26 - ICE that validates required and prohibited actions in the Sequence tables.
ICE26 INFO Created 08/13/1998. Last Modified 04/06/1999.
ICE27 INFO ICE27 - ICE that validates sequence table organization and sequence table dependencies.
ICE27 INFO Created 08/04/1998. Last Modified 04/22/1999.
ICE27 INFO AdminExecuteSequence TABLE: Validating organization. . .
ICE27 INFO AdminExecuteSequence TABLE: Validating sequence of actions and dependencies. . .
ICE27 INFO AdminUISequence TABLE: Validating organization. . .
ICE27 INFO AdminUISequence TABLE: Validating sequence of actions and dependencies. . .
ICE27 INFO AdvtExecuteSequence TABLE: Validating organization. . .
ICE27 INFO AdvtExecuteSequence TABLE: Validating sequence of actions and dependencies. . .
ICE27 INFO AdvtUISequence table not found, skipping. . .
ICE27 INFO InstallExecuteSequence TABLE: Validating organization. . .
ICE27 ERROR 'DuplicateFiles' Action in InstallExecuteSequence table in wrong place. Current: Search, Correct: Execution
ICE27 INFO InstallExecuteSequence TABLE: Validating sequence of actions and dependencies. . .
ICE27 ERROR Action: 'DuplicateFiles' in InstallExecuteSequence table must come after the 'InstallFiles' action.
ICE27 ERROR Action: 'RMCCPSearch' in InstallExecuteSequence table must come after the 'CCPSearch' action.
ICE27 ERROR Action: 'RMCCPSearch' in InstallExecuteSequence table must come after the 'AppSearch' action.
ICE27 INFO InstallUISequence TABLE: Validating organization. . .
ICE27 INFO InstallUISequence TABLE: Validating sequence of actions and dependencies. . .
ICE28 INFO ICE28 - ICE that validates actions that can't be separated by ForceReboot.
ICE28 INFO Created 08/13/1998. Last Modified 10/27/1998.
ICE29 INFO ICE29 - ICE that validates stream names.
ICE29 INFO Created 08/11/1998. Last Modified 10/27/1998.
ICE29 INFO Stream Column Found In Binary Table
ICE30 INFO ICE30 - ICE that detects cross-component file collisions.
ICE30 INFO Create 08/25/1998. Last Modified 06/26/2001.
ICE30 INFO Resolving Component Paths...
ICE30 INFO Checking for colliding files...
ICE31 INFO ICE31 - ICE to verify that controls use valid text styles.
ICE31 INFO Created 07/24/1998. Last Modified 01/21/2005.
ICE32 INFO ICE32 - Confirms that keys and foreign keys are the same type/size
ICE32 INFO Created 07/30/98. Last Modified 10/08/98.
ICE32 INFO Icon table is not in database, but is listed in the _Validation table as a foreign key of Class.Icon_
ICE32 INFO AppId table is not in database, but is listed in the _Validation table as a foreign key of Class.AppId_
ICE32 INFO ProgId table is not in database, but is listed in the _Validation table as a foreign key of Class.ProgId_Default
ICE32 INFO ODBCDataSource table is not in database, but is listed in the _Validation table as a foreign key of Component.KeyPath
ICE32 INFO SFPCatalog table is not in database, but is listed in the _Validation table as a foreign key of FileSFPCatalog.SFPCatalog_
ICE32 INFO IniLocator table is not in database, but is listed in the _Validation table as a foreign key of AppSearch.Signature_
ICE32 INFO DrLocator table is not in database, but is listed in the _Validation table as a foreign key of AppSearch.Signature_
ICE32 INFO CompLocator table is not in database, but is listed in the _Validation table as a foreign key of AppSearch.Signature_
ICE32 INFO Differences found =
ICE33 INFO ICE33 - ICE to verify that Registry entries do not duplicate or collide with registry tables.
ICE33 INFO Created 09/01/1998. Last Modified 04/19/2001.
ICE33 WARNING Reg key HCCR_TSQ.7BB71EE5_E2AE_4FE8_87EC_38E7733F840F is used in an unsupported way. ProgId should be registered via the ProgId table. This entry may overwrite a value created through that table.
ICE33 WARNING Reg key HCCR_ORQ.AE0F3D9E_07E5_4BC5_AF0D_BA1E80E439E4 is used in an unsupported way. ProgId should be registered via the ProgId table. This entry may overwrite a value created through that table.
ICE33 WARNING Reg key HCCR_TSQFile.7BB71EE5_E2AE_4FE8_87EC_38E7733F840F is used in an unsupported way. ProgId should be registered via the ProgId table. This entry may overwrite a value created through that table.
ICE33 WARNING Reg key HCCR_ORS.AE0F3D9E_07E5_4BC5_AF0D_BA1E80E439E4 is used in an unsupported way. ProgId should be registered via the ProgId table. This entry may overwrite a value created through that table.
ICE33 WARNING Reg key HCCR_TSRFile.7BB71EE5_E2AE_4FE8_87EC_38E7733F840F is used in an unsupported way. ProgId should be registered via the ProgId table. This entry may overwrite a value created through that table.
ICE33 WARNING Reg key HCCR_ORSFile.AE0F3D9E_07E5_4BC5_AF0D_BA1E80E439E4 is used in an unsupported way. ProgId should be registered via the ProgId table. This entry may overwrite a value created through that table.
ICE33 WARNING Reg key HCCR_ORQFile.AE0F3D9E_07E5_4BC5_AF0D_BA1E80E439E4 is used in an unsupported way. ProgId should be registered via the ProgId table. This entry may overwrite a value created through that table.
ICE33 WARNING Reg key HCCR_TSR.7BB71EE5_E2AE_4FE8_87EC_38E7733F840F is used in an unsupported way. ProgId should be registered via the ProgId table. This entry may overwrite a value created through that table.
ICE33 WARNING Reg key HCCR_TSQFile_DefaultIcon.7BB71EE5_E2AE_4FE8_87EC_38E7733F840F is used in an unsupported way. ProgId - Icon associations should be registered via the ProgId and Icon tables. This entry may overwrite a value created through those tables.
ICE33 WARNING Reg key HCCR_ORQFile_DefaultIcon.AE0F3D9E_07E5_4BC5_AF0D_BA1E80E439E4 is used in an unsupported way. ProgId - Icon associations should be registered via the ProgId and Icon tables. This entry may overwrite a value created through those tables.
ICE33 WARNING Reg key HCCR_TSRFile_DefaultIcon.7BB71EE5_E2AE_4FE8_87EC_38E7733F840F is used in an unsupported way. ProgId - Icon associations should be registered via the ProgId and Icon tables. This entry may overwrite a value created through those tables.
ICE33 WARNING Reg key HCCR_ORSFile_DefaultIcon.AE0F3D9E_07E5_4BC5_AF0D_BA1E80E439E4 is used in an unsupported way. ProgId - Icon associations should be registered via the ProgId and Icon tables. This entry may overwrite a value created through those tables.
ICE33 WARNING Reg key HCCR_ORSFile_Shell.AE0F3D9E_07E5_4BC5_AF0D_BA1E80E439E4 is used in an unsupported way. Shell extension verbs info should be registered via the Verb table. This entry may overwrite a value created through that table.
ICE33 WARNING Reg key HCCR_TSQFile_Shell.7BB71EE5_E2AE_4FE8_87EC_38E7733F840F is used in an unsupported way. Shell extension verbs info should be registered via the Verb table. This entry may overwrite a value created through that table.
ICE33 WARNING Reg key HCCR_ORQFile_Shell.AE0F3D9E_07E5_4BC5_AF0D_BA1E80E439E4 is used in an unsupported way. Shell extension verbs info should be registered via the Verb table. This entry may overwrite a value created through that table.
ICE33 WARNING Reg key HCCR_TSRFile_Shell.7BB71EE5_E2AE_4FE8_87EC_38E7733F840F is used in an unsupported way. Shell extension verbs info should be registered via the Verb table. This entry may overwrite a value created through that table.
ICE33 WARNING Reg key HCCR_TSRFile_Shell_Open.7BB71EE5_E2AE_4FE8_87EC_38E7733F840F is used in an unsupported way. Shell extension verbs info should be registered via the Verb table. This entry may overwrite a value created through that table.
ICE33 WARNING Reg key HCCR_ORQFile_Shell_Open.AE0F3D9E_07E5_4BC5_AF0D_BA1E80E439E4 is used in an unsupported way. Shell extension verbs info should be registered via the Verb table. This entry may overwrite a value created through that table.
ICE33 WARNING Reg key HCCR_TSQFile_Shell_Open.7BB71EE5_E2AE_4FE8_87EC_38E7733F840F is used in an unsupported way. Shell extension verbs info should be registered via the Verb table. This entry may overwrite a value created through that table.
ICE33 WARNING Reg key HCCR_ORSFile_Shell_Open.AE0F3D9E_07E5_4BC5_AF0D_BA1E80E439E4 is used in an unsupported way. Shell extension verbs info should be registered via the Verb table. This entry may overwrite a value created through that table.
ICE33 WARNING Reg key HCCR_ORSFile_Shell_Open_Command.AE0F3D9E_07E5_4BC5_AF0D_BA1E80E439E4 is used in an unsupported way. Shell extension verbs info should be registered via the Verb table. This entry may overwrite a value created through that table.
ICE33 WARNING Reg key HCCR_ORQFile_Shell_Open_Command.AE0F3D9E_07E5_4BC5_AF0D_BA1E80E439E4 is used in an unsupported way. Shell extension verbs info should be registered via the Verb table. This entry may overwrite a value created through that table.
ICE33 WARNING Reg key HCCR_TSRFile_Shell_Open_Command.7BB71EE5_E2AE_4FE8_87EC_38E7733F840F is used in an unsupported way. Shell extension verbs info should be registered via the Verb table. This entry may overwrite a value created through that table.
ICE33 WARNING Reg key HCCR_TSQFile_Shell_Open_Command.7BB71EE5_E2AE_4FE8_87EC_38E7733F840F is used in an unsupported way. Shell extension verbs info should be registered via the Verb table. This entry may overwrite a value created through that table.
ICE33 WARNING Reg key HCCR_TSQ.7BB71EE5_E2AE_4FE8_87EC_38E7733F840F is used in an unsupported way. Extensions should be registered via the Extension table. This entry may overwrite a value created through that table.
ICE33 WARNING Reg key HCCR_ORQ.AE0F3D9E_07E5_4BC5_AF0D_BA1E80E439E4 is used in an unsupported way. Extensions should be registered via the Extension table. This entry may overwrite a value created through that table.
ICE33 WARNING Reg key HCCR_ORS.AE0F3D9E_07E5_4BC5_AF0D_BA1E80E439E4 is used in an unsupported way. Extensions should be registered via the Extension table. This entry may overwrite a value created through that table.
ICE33 WARNING Reg key HCCR_TSR.7BB71EE5_E2AE_4FE8_87EC_38E7733F840F is used in an unsupported way. Extensions should be registered via the Extension table. This entry...
Offline Wind  
#10 Оставлено : 11 декабря 2008 г. 18:05:54(UTC)
Wind

Статус: Новичок

Группы: Участники
Зарегистрирован: 10.12.2008(UTC)
Сообщений: 7

Вот лог от msiexec:

=== Verbose logging started: 10.12.2008 18:33:20 Build type: SHIP UNICODE 3.01.4000.2435 Calling process: C:\WINDOWS\system32\msiexec.exe ===
MSI (c) (40:40) [18:33:20:751]: Resetting cached policy values
MSI (c) (40:40) [18:33:20:751]: Machine policy value 'Debug' is 0
MSI (c) (40:40) [18:33:20:751]: ******* RunEngine:
******* Product: ddd2.msi
******* Action:
******* CommandLine: **********
MSI (c) (40:40) [18:33:20:767]: Machine policy value 'DisableUserInstalls' is 0
MSI (c) (40:40) [18:33:20:829]: SOFTWARE RESTRICTION POLICY: Verifying package --> 'C:\test\ddd2.msi' against software restriction policy
MSI (c) (40:40) [18:33:20:829]: Note: 1: 2262 2: DigitalSignature 3: -2147287038
MSI (c) (40:40) [18:33:20:829]: SOFTWARE RESTRICTION POLICY: C:\test\ddd2.msi is not digitally signed
MSI (c) (40:40) [18:33:20:829]: SOFTWARE RESTRICTION POLICY: C:\test\ddd2.msi is permitted to run at the 'unrestricted' authorization level.
MSI (c) (40:40) [18:33:21:017]: Cloaking enabled.
MSI (c) (40:40) [18:33:21:017]: Attempting to enable all disabled priveleges before calling Install on Server
MSI (c) (40:40) [18:33:21:032]: End dialog not enabled
MSI (c) (40:40) [18:33:21:032]: Original package ==> C:\test\ddd2.msi
MSI (c) (40:40) [18:33:21:032]: Package we're running from ==> C:\DOCUME~1\CHAMLA~1.V\LOCALS~1\Temp\142ceac.msi
MSI (c) (40:40) [18:33:21:048]: APPCOMPAT: looking for appcompat database entry with ProductCode '{92BF2ACF-A55B-4A56-A511-DECA871EA164}'.
MSI (c) (40:40) [18:33:21:048]: APPCOMPAT: no matching ProductCode found in database.
MSI (c) (40:40) [18:33:21:048]: MSCOREE not loaded loading copy from system32
MSI (c) (40:40) [18:33:21:048]: Machine policy value 'TransformsSecure' is 0
MSI (c) (40:40) [18:33:21:048]: User policy value 'TransformsAtSource' is 0
MSI (c) (40:40) [18:33:21:048]: Machine policy value 'DisablePatch' is 0
MSI (c) (40:40) [18:33:21:048]: Machine policy value 'AllowLockdownPatch' is 0
MSI (c) (40:40) [18:33:21:048]: Machine policy value 'DisableLUAPatching' is 0
MSI (c) (40:40) [18:33:21:048]: Machine policy value 'DisableFlyWeightPatching' is 0
MSI (c) (40:40) [18:33:21:063]: APPCOMPAT: looking for appcompat database entry with ProductCode '{92BF2ACF-A55B-4A56-A511-DECA871EA164}'.
MSI (c) (40:40) [18:33:21:063]: APPCOMPAT: no matching ProductCode found in database.
MSI (c) (40:40) [18:33:21:063]: Transforms are not secure.
MSI (c) (40:40) [18:33:21:063]: Note: 1: 2205 2: 3: Control
MSI (c) (40:40) [18:33:21:063]: Command Line: CURRENTDIRECTORY=C:\test CLIENTUILEVEL=0 CLIENTPROCESSID=320
MSI (c) (40:40) [18:33:21:063]: PROPERTY CHANGE: Adding PackageCode property. Its value is '{6E260DA6-08C6-4707-A156-3ABA4AFFD7AC}'.
MSI (c) (40:40) [18:33:21:063]: Product Code passed to Engine.Initialize: ''
MSI (c) (40:40) [18:33:21:063]: Product Code from property table before transforms: '{92BF2ACF-A55B-4A56-A511-DECA871EA164}'
MSI (c) (40:40) [18:33:21:063]: Product Code from property table after transforms: '{92BF2ACF-A55B-4A56-A511-DECA871EA164}'
MSI (c) (40:40) [18:33:21:063]: Product not registered: beginning first-time install
MSI (c) (40:40) [18:33:21:063]: PROPERTY CHANGE: Adding ProductState property. Its value is '-1'.
MSI (c) (40:40) [18:33:21:063]: Entering CMsiConfigurationManager::SetLastUsedSource.
MSI (c) (40:40) [18:33:21:063]: User policy value 'SearchOrder' is 'nmu'
MSI (c) (40:40) [18:33:21:063]: Adding new sources is allowed.
MSI (c) (40:40) [18:33:21:063]: PROPERTY CHANGE: Adding PackagecodeChanging property. Its value is '1'.
MSI (c) (40:40) [18:33:21:063]: Package name extracted from package path: 'ddd2.msi'
MSI (c) (40:40) [18:33:21:063]: Package to be registered: 'ddd2.msi'
MSI (c) (40:40) [18:33:21:063]: Note: 1: 2205 2: 3: Error
MSI (c) (40:40) [18:33:21:063]: Note: 1: 2729
MSI (c) (40:40) [18:33:21:063]: Note: 1: 2729
MSI (c) (40:40) [18:33:21:063]: Note: 1: 2729
MSI (c) (40:40) [18:33:21:063]: Note: 1: 2729
MSI (c) (40:40) [18:33:21:063]: Note: 1: 2729
MSI (c) (40:40) [18:33:21:063]: Note: 1: 2729
MSI (c) (40:40) [18:33:21:063]: Note: 1: 2729
MSI (c) (40:40) [18:33:21:063]: Note: 1: 2729
MSI (c) (40:40) [18:33:21:063]: Note: 1: 2729
MSI (c) (40:40) [18:33:21:063]: Note: 1: 2729
MSI (c) (40:40) [18:33:21:063]: Note: 1: 2729
MSI (c) (40:40) [18:33:21:063]: Note: 1: 2729
MSI (c) (40:40) [18:33:21:063]: Note: 1: 2729
MSI (c) (40:40) [18:33:21:063]: Note: 1: 2729
MSI (c) (40:40) [18:33:21:063]: Note: 1: 2729
MSI (c) (40:40) [18:33:21:063]: Note: 1: 2729
MSI (c) (40:40) [18:33:21:063]: Note: 1: 2262 2: AdminProperties 3: -2147287038
MSI (c) (40:40) [18:33:21:063]: Machine policy value 'DisableMsi' is 0
MSI (c) (40:40) [18:33:21:063]: Machine policy value 'AlwaysInstallElevated' is 0
MSI (c) (40:40) [18:33:21:063]: User policy value 'AlwaysInstallElevated' is 0
MSI (c) (40:40) [18:33:21:079]: Product installation will be elevated because user is admin and product is being installed per-machine.
MSI (c) (40:40) [18:33:21:079]: Running product '{92BF2ACF-A55B-4A56-A511-DECA871EA164}' with elevated privileges: Product is assigned.
MSI (c) (40:40) [18:33:21:079]: PROPERTY CHANGE: Adding CURRENTDIRECTORY property. Its value is 'C:\test'.
MSI (c) (40:40) [18:33:21:079]: PROPERTY CHANGE: Adding CLIENTUILEVEL property. Its value is '0'.
MSI (c) (40:40) [18:33:21:079]: PROPERTY CHANGE: Adding CLIENTPROCESSID property. Its value is '320'.
MSI (c) (40:40) [18:33:21:079]: TRANSFORMS property is now:
MSI (c) (40:40) [18:33:21:079]: PROPERTY CHANGE: Adding VersionDatabase property. Its value is '300'.
MSI (c) (40:40) [18:33:21:079]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\chamlay.o.v\Application Data
MSI (c) (40:40) [18:33:21:079]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\chamlay.o.v\Избранное
MSI (c) (40:40) [18:33:21:079]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\chamlay.o.v\NetHood
MSI (c) (40:40) [18:33:21:079]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\chamlay.o.v\Мои документы
MSI (c) (40:40) [18:33:21:079]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\chamlay.o.v\PrintHood
MSI (c) (40:40) [18:33:21:079]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\chamlay.o.v\Recent
MSI (c) (40:40) [18:33:21:079]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\chamlay.o.v\SendTo
MSI (c) (40:40) [18:33:21:079]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\chamlay.o.v\Шаблоны
MSI (c) (40:40) [18:33:21:079]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Application Data
MSI (c) (40:40) [18:33:21:079]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\chamlay.o.v\Local Settings\Application Data
MSI (c) (40:40) [18:33:21:079]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\chamlay.o.v\Мои документы\Мои рисунки
MSI (c) (40:40) [18:33:21:079]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Главное меню\Программы\Администрирование
MSI (c) (40:40) [18:33:21:079]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Главное меню\Программы\Автозагрузка
MSI (c) (40:40) [18:33:21:079]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Главное меню\Программы
MSI (c) (40:40) [18:33:21:079]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Главное меню
MSI (c) (40:40) [18:33:21:079]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Рабочий стол
MSI (c) (40:40) [18:33:21:079]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\chamlay.o.v\Главное меню\Программы\Администрирование
MSI (c) (40:40) [18:33:21:079]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\chamlay.o.v\Главное меню\Программы\Автозагрузка
MSI (c) (40:40) [18:33:21:079]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\chamlay.o.v\Главное меню\Программы
MSI (c) (40:40) [18:33:21:079]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\chamlay.o.v\Главное меню
MSI (c) (40:40) [18:33:21:079]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\chamlay.o.v\Рабочий стол
MSI (c) (40:40) [18:33:21:079]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Шаблоны
MSI (c) (40:40) [18:33:21:079]: SHELL32::SHGetFolderPath returned: C:\WINDOWS\Fonts
MSI (c) (40:40) [18:33:21:079]: Note: 1: 2898 2: MS Sans Serif 3: MS Sans Serif 4: 0 5: 16
MSI (c) (40:40) [18:33:21:079]: MSCOREE not loaded loading copy from system32
MSI (c) (40:40) [18:33:21:079]: PROPERTY CHANGE: Adding Privileged property. Its value is '1'.
MSI (c) (40:40) [18:33:21:079]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2
MSI (c) (40:40) [18:33:21:079]: PROPERTY CHANGE: Adding USERNAME property. Its value is 'VMWare'.
MSI (c) (40:40) [18:33:21:079]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2
MSI (c) (40:40) [18:33:21:079]: PROPERTY CHANGE: Adding COMPANYNAME property. Its value is 'home'.
MSI (c) (40:40) [18:33:21:079]: PROPERTY CHANGE: Adding DATABASE property. Its value is 'C:\DOCUME~1\CHAMLA~1.V\LOCALS~1\Temp\142ceac.msi'.
MSI (c) (40:40) [18:33:21:079]: PROPERTY CHANGE: Adding OriginalDatabase property. Its value is 'C:\test\ddd2.msi'.
MSI (c) (40:40) [18:33:21:079]: PROPERTY CHANGE: Adding SourceDir property. Its value is 'C:\test\'.
MSI (c) (40:40) [18:33:21:079]: PROPERTY CHANGE: Adding SOURCEDIR property. Its value is 'C:\test\'.
MSI (c) (40:44) [18:33:21:110]: PROPERTY CHANGE: Adding VersionHandler property. Its value is '3.01'.
MSI (c) (40:44) [18:33:21:110]: Note: 1: 2205 2: 3: ControlEvent
MSI (c) (40:44) [18:33:21:110]: Note: 1: 2205 2: 3: ControlCondition
MSI (c) (40:44) [18:33:21:110]: Note: 1: 2205 2: 3: EventMapping
MSI (c) (40:44) [18:33:21:110]: Note: 1: 2205 2: 3: UIText
MSI (c) (40:44) [18:33:21:110]: Note: 1: 2205 2: 3: Dialog
=== Начало записи журнала: 10.12.2008 18:33:21 ===
MSI (c) (40:40) [18:33:21:110]: Note: 1: 2205 2: 3: PatchPackage
MSI (c) (40:40) [18:33:21:110]: Machine policy value 'DisableRollback' is 0
MSI (c) (40:40) [18:33:21:110]: User policy value 'DisableRollback' is 0
MSI (c) (40:40) [18:33:21:110]: PROPERTY CHANGE: Adding UILevel property. Its value is '5'.
MSI (c) (40:40) [18:33:21:126]: PROPERTY CHANGE: Adding ACTION property. Its value is 'INSTALL'.
MSI (c) (40:40) [18:33:21:126]: Doing action: INSTALL
MSI (c) (40:40) [18:33:21:126]: Note: 1: 2205 2: 3: ActionText
Действие 18:33:21: INSTALL.
Начало действия 18:33:21: INSTALL.
MSI (c) (40:40) [18:33:21:126]: UI Sequence table 'InstallUISequence' is present and populated.
MSI (c) (40:40) [18:33:21:126]: Running UISequence
MSI (c) (40:40) [18:33:21:126]: PROPERTY CHANGE: Adding EXECUTEACTION property. Its value is 'INSTALL'.
MSI (c) (40:40) [18:33:21:126]: Doing action: WindowsFolder.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E
MSI (c) (40:40) [18:33:21:126]: Note: 1: 2205 2: 3: ActionText
Действие 18:33:21: WindowsFolder.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E.
Начало действия 18:33:21: WindowsFolder.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E.
MSI (c) (40:40) [18:33:21:126]: PROPERTY CHANGE: Adding WindowsFolder.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E property. Its value is 'C:\WINDOWS\'.
Завершение действия 18:33:21: WindowsFolder.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E. Возвращенное значение 1.
MSI (c) (40:40) [18:33:21:142]: Doing action: SystemFolder.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E
MSI (c) (40:40) [18:33:21:142]: Note: 1: 2205 2: 3: ActionText
Действие 18:33:21: SystemFolder.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E.
Начало действия 18:33:21: SystemFolder.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E.
MSI (c) (40:40) [18:33:21:142]: PROPERTY CHANGE: Adding SystemFolder.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E property. Its value is 'C:\WINDOWS\system32\'.
Завершение действия 18:33:21: SystemFolder.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E. Возвращенное значение 1.
MSI (c) (40:40) [18:33:21:142]: Doing action: WindowsFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
MSI (c) (40:40) [18:33:21:142]: Note: 1: 2205 2: 3: ActionText
Действие 18:33:21: WindowsFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E.
Начало действия 18:33:21: WindowsFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E.
MSI (c) (40:40) [18:33:21:142]: PROPERTY CHANGE: Adding WindowsFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E property. Its value is 'C:\WINDOWS\'.
Завершение действия 18:33:21: WindowsFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E. Возвращенное значение 1.
MSI (c) (40:40) [18:33:21:142]: Doing action: SystemFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
MSI (c) (40:40) [18:33:21:142]: Note: 1: 2205 2: 3: ActionText
Действие 18:33:21: SystemFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E.
Начало действия 18:33:21: SystemFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E.
MSI (c) (40:40) [18:33:21:142]: PROPERTY CHANGE: Adding SystemFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E property. Its value is 'C:\WINDOWS\system32\'.
Завершение действия 18:33:21: SystemFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E. Возвращенное значение 1.
MSI (c) (40:40) [18:33:21:142]: Doing action: SystemFolder.68B7C6D9_1DF2_54C1_FF1F_C8B3B9A1E18E
MSI (c) (40:40) [18:33:21:142]: Note: 1: 2205 2: 3: ActionText
Действие 18:33:21: SystemFolder.68B7C6D9_1DF2_54C1_FF1F_C8B3B9A1E18E.
Начало действия 18:33:21: SystemFolder.68B7C6D9_1DF2_54C1_FF1F_C8B3B9A1E18E.
MSI (c) (40:40) [18:33:21:142]: PROPERTY CHANGE: Adding SystemFolder.68B7C6D9_1DF2_54C1_FF1F_C8B3B9A1E18E property. Its value is 'C:\WINDOWS\system32\'.
Завершение действия 18:33:21: SystemFolder.68B7C6D9_1DF2_54C1_FF1F_C8B3B9A1E18E. Возвращенное значение 1.
MSI (c) (40:40) [18:33:21:142]: Doing action: WindowsFolder.68B7C6D9_1DF2_54C1_FF1F_C8B3B9A1E18E
MSI (c) (40:40) [18:33:21:142]: Note: 1: 2205 2: 3: ActionText
Действие 18:33:21: WindowsFolder.68B7C6D9_1DF2_54C1_FF1F_C8B3B9A1E18E.
Начало действия 18:33:21: WindowsFolder.68B7C6D9_1DF2_54C1_FF1F_C8B3B9A1E18E.
MSI (c) (40:40) [18:33:21:142]: PROPERTY CHANGE: Adding WindowsFolder.68B7C6D9_1DF2_54C1_FF1F_C8B3B9A1E18E property. Its value is 'C:\WINDOWS\'.
Завершение действия 18:33:21: WindowsFolder.68B7C6D9_1DF2_54C1_FF1F_C8B3B9A1E18E. Возвращенное значение 1.
MSI (c) (40:40) [18:33:21:157]: Doing action: WindowsFolder.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E
MSI (c) (40:40) [18:33:21:157]: Note: 1: 2205 2: 3: ActionText
Действие 18:33:21: WindowsFolder.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E.
Начало действия 18:33:21: WindowsFolder.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E.
MSI (c) (40:40) [18:33:21:157]: PROPERTY CHANGE: Adding WindowsFolder.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E property. Its value is 'C:\WINDOWS\'.
Завершение действия 18:33:21: WindowsFolder.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E. Возвращенное значение 1.
MSI (c) (40:40) [18:33:21:157]: Doing action: SystemFolder.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E
MSI (c) (40:40) [18:33:21:157]: Note: 1: 2205 2: 3: ActionText
Действие 18:33:21: SystemFolder.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E.
Начало действия 18:33:21: SystemFolder.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E.
MSI (c) (40:40) [18:33:21:157]: PROPERTY CHANGE: Adding SystemFolder.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E property. Its value is 'C:\WINDOWS\system32\'.
Завершение действия 18:33:21: SystemFolder.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E. Возвращенное значение 1.
MSI (c) (40:40) [18:33:21:157]: Doing action: SetTemplateSummary
MSI (c) (40:40) [18:33:21:157]: Note: 1: 2205 2: 3: ActionText
Действие 18:33:21: SetTemplateSummary.
Начало действия 18:33:21: SetTemplateSummary.
MSI (c) (40:E4) [18:33:21:173]: Cloaking enabled.
MSI (c) (40:E4) [18:33:21:173]: Attempting to enable all disabled priveleges before calling Install on Server
MSI (c) (40:E4) [18:33:21:173]: Connected to service for CA interface.
MSI (c) (40:E8) [18:33:21:345]: Entering MsiProvideComponentFromDescriptor. Descriptor: T%i&7oT-C?kaTW(0fqX8Toolbox>M5KDYSUnf(HA*L[xeX)y, PathBuf: 10DF348, pcchPathBuf: 10DF344, pcchArgsOffset: 10DF2A4
MSI (c) (40:E8) [18:33:21:345]: MsiProvideComponentFromDescriptor called for component {997FA962-E067-11D1-9396-00A0C90F27F9}: returning harcoded oleaut32.dll value
MSI (c) (40:E8) [18:33:21:345]: MsiProvideComponentFromDescriptor is returning: 0
MSI (c) (40!40) [18:33:21:673]: PROPERTY CHANGE: Adding TemplateSummary property. Its value is 'Intel;1049'.
Завершение действия 18:33:21: SetTemplateSummary. Возвращенное значение 0.
MSI (c) (40:40) [18:33:21:735]: Doing action: TestVBScript
MSI (c) (40:40) [18:33:21:735]: Note: 1: 2205 2: 3: ActionText
Действие 18:33:21: TestVBScript.
Начало действия 18:33:21: TestVBScript.
MSI (c) (40!40) [18:33:21:767]: PROPERTY CHANGE: Adding TestVBScript property. Its value is '1'.
Завершение действия 18:33:21: TestVBScript. Возвращенное значение 1.
MSI (c) (40:40) [18:33:21:767]: Doing action: LaunchConditions
MSI (c) (40:40) [18:33:21:767]: Note: 1: 2205 2: 3: ActionText
Действие 18:33:21: LaunchConditions. Проверка условий запуска
Начало действия 18:33:21: LaunchConditions.
MSI (c) (40:40) [18:33:21:782]: Note: 1: 2205 2: 3: LaunchCondition
MSI (c) (40:40) [18:33:21:782]: Note: 1: 2228 2: 3: LaunchCondition 4: SELECT `Condition`, `Description` FROM `LaunchCondition`
Завершение действия 18:33:21: LaunchConditions. Возвращенное значение 0.
MSI (c) (40:40) [18:33:21:782]: Skipping action: NoMSI3OnNTRUS.A5F7B1A9_9130_407B_92CA_ACE4B3FDC448 (condition is false)
MSI (c) (40:40) [18:33:21:782]: Skipping action: NoMSI3OnNTENG.A5F7B1A9_9130_407B_92CA_ACE4B3FDC448 (condition is false)
MSI (c) (40:40) [18:33:21:782]: Doing action: ObsoleteMMC.A5F7B1A9_9130_407B_92CA_ACE4B3FDC448
MSI (c) (40:40) [18:33:21:782]: Note: 1: 2205 2: 3: ActionText
Действие 18:33:21: ObsoleteMMC.A5F7B1A9_9130_407B_92CA_ACE4B3FDC448.
Начало действия 18:33:21: ObsoleteMMC.A5F7B1A9_9130_407B_92CA_ACE4B3FDC448.
MSI (c) (40:44) [18:33:21:876]: Font created. Charset: Req=204, Ret=204, Font: Req=MS Shell Dlg, Ret=MS Shell Dlg

Microsoft Managment Console 1.2 or higher is required.
MSI (c) (40:40) [18:33:24:454]: Note: 1: 2205 2: 3: Error
MSI (c) (40:40) [18:33:24:454]: Note: 1: 2228 2: 3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 1709
MSI (c) (40:40) [18:33:24:485]: Продукт: Cades-BFT -- Microsoft Managment Console 1.2 or higher is required.

Завершение действия 18:33:24: ObsoleteMMC.A5F7B1A9_9130_407B_92CA_ACE4B3FDC448. Возвращенное значение 3.
Завершение действия 18:33:24: INSTALL. Возвращенное значение 3.
MSI (c) (40:40) [18:33:24:517]: Destroying RemoteAPI object.
MSI (c) (40:E4) [18:33:24:517]: Custom Action Manager thread ending.
Property(C): SystemFolder = C:\WINDOWS\system32\
Property(C): ProgramFilesFolder = C:\Program Files\
Property(C): WindowsFolder.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E = C:\WINDOWS\
Property(C): WindowsFolder.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E = C:\WINDOWS\
Property(C): SystemFolder.68B7C6D9_1DF2_54C1_FF1F_C8B3B9A1E18E = C:\WINDOWS\system32\
Property(C): WindowsFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E = C:\WINDOWS\
Property(C): SystemFolder.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E = C:\WINDOWS\system32\
Property(C): SystemFolder.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E = C:\WINDOWS\system32\
Property(C): SystemFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E = C:\WINDOWS\system32\
Property(C): WindowsFolder.68B7C6D9_1DF2_54C1_FF1F_C8B3B9A1E18E = C:\WINDOWS\
Property(C): ProgramMenuFolder = C:\Documents and Settings\All Users\Главное меню\Программы\
Property(C): TestVBScript = 1
Property(C): StartupFolder = C:\Documents and Settings\All Users\Главное меню\Программы\Автозагрузка\
Property(C): SourceDir = C:\test\
Property(C): SendToFolder = C:\Documents and Settings\chamlay.o.v\SendTo\
Property(C): CommonFilesFolder = C:\Program Files\Common Files\
Property(C): StartMenuFolder = C:\Documents and Settings\All Users\Главное меню\
Property(C): DesktopFolder = C:\Documents and Settings\All Users\Рабочий стол\
Property(C): VersionNT = 501
Property(C): TemporaryOCSPAPIPIDKEY = 0A1000001000CU4C6KZFW61MF
Property(C): TemporaryTSPAPIPIDKEY = TA1000001000A7KC6HVLGT83Z
Property(C): ProductVersion = 1.0.0.1
Property(C): CPPIDTemplate = <????=????=????=????=?????>
Property(C): Manufacturer = BFT-Cades
Property(C): ALLUSERS = 1
Property(C): ProductName = Cades-BFT
Property(C): ProductCode = {92BF2ACF-A55B-4A56-A511-DECA871EA164}
Property(C): ProductLanguage = 1049
Property(C): pkimgmt32 = 1
Property(C): PackageCode = {6E260DA6-08C6-4707-A156-3ABA4AFFD7AC}
Property(C): ProductState = -1
Property(C): PackagecodeChanging = 1
Property(C): CURRENTDIRECTORY = C:\test
Property(C): CLIENTUILEVEL = 0
Property(C): CLIENTPROCESSID = 320
Property(C): VersionDatabase = 300
Property(C): VersionMsi = 3.01
Property(C): WindowsBuild = 2600
Property(C): ServicePackLevel = 2
Property(C): ServicePackLevelMinor = 0
Property(C): MsiNTProductType = 1
Property(C): WindowsFolder = C:\WINDOWS\
Property(C): WindowsVolume = C:\
Property(C): System16Folder = C:\WINDOWS\system\
Property(C): RemoteAdminTS = 1
Property(C): TempFolder = C:\DOCUME~1\CHAMLA~1.V\LOCALS~1\Temp\
Property(C): AppDataFolder = C:\Documents and Settings\chamlay.o.v\Application Data\
Property(C): FavoritesFolder = C:\Documents and Settings\chamlay.o.v\Избранное\
Property(C): NetHoodFolder = C:\Documents and Settings\chamlay.o.v\NetHood\
Property(C): PersonalFolder = C:\Documents and Settings\chamlay.o.v\Мои документы\
Property(C): PrintHoodFolder = C:\Documents and Settings\chamlay.o.v\PrintHood\
Property(C): RecentFolder = C:\Documents and Settings\chamlay.o.v\Recent\
Property(C): TemplateFolder = C:\Documents and Settings\All Users\Шаблоны\
Property(C): CommonAppDataFolder = C:\Documents and Settings\All Users\Application Data\
Property(C): LocalAppDataFolder = C:\Documents and Settings\chamlay.o.v\Local Settings\Application Data\
Property(C): MyPicturesFolder = C:\Documents and Settings\chamlay.o.v\Мои документы\Мои рисунки\
Property(C): AdminToolsFolder = C:\Documents and Settings\All Users\Главное меню\Программы\Администрирование\
Property(C): FontsFolder = C:\WINDOWS\Fonts\
Property(C): GPTSupport = 1
Property(C): OLEAdvtSupport = 1
Property(C): ShellAdvtSupport = 1
Property(C): Intel = 15
Property(C): PhysicalMemory = 256
Property(C): VirtualMemory = 409
Property(C): AdminUser = 1
Property(C): LogonUser = chamlay.o.v
Property(C): UserSID = S-1-5-21-776561741-1202660629-839522115-1003
Property(C): UserLanguageID = 1049
Property(C): ComputerName = O_CHAMLAY_2
Property(C): SystemLanguageID = 1049
Property(C): ScreenX = 1069
Property(C): ScreenY = 822
Property(C): CaptionHeight = 19
Property(C): BorderTop = 1
Property(C): BorderSide = 1
Property(C): TextHeight = 16
Property(C): ColorBits = 16
Property(C): TTCSupport = 1
Property(C): Time = 18:33:24
Property(C): Date = 10.12.2008
Property(C): MsiWin32AssemblySupport = 5.1.2600.2180
Property(C): RedirectedDllSupport = 2
Property(C): Privileged = 1
Property(C): USERNAME = VMWare
Property(C): COMPANYNAME = home
Property(C): DATABASE = C:\DOCUME~1\CHAMLA~1.V\LOCALS~1\Temp\142ceac.msi
Property(C): OriginalDatabase = C:\test\ddd2.msi
Property(C): SOURCEDIR = C:\test\
Property(C): VersionHandler = 3.01
Property(C): ACTION = INSTALL
Property(C): UILevel = 5
Property(C): EXECUTEACTION = INSTALL
Property(C): TemplateSummary = Intel;1049
=== Завершение записи журнала: 10.12.2008 18:33:24 ===
MSI (c) (40:40) [18:33:24:579]: Note: 1: 1708
MSI (c) (40:40) [18:33:24:579]: Note: 1: 2205 2: 3: Error
MSI (c) (40:40) [18:33:24:579]: Note: 1: 2228 2: 3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 1708
MSI (c) (40:40) [18:33:24:595]: Note: 1: 2205 2: 3: Error
MSI (c) (40:40) [18:33:24:595]: Note: 1: 2228 2: 3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 1709
MSI (c) (40:40) [18:33:24:595]: Продукт: Cades-BFT -- Установка не выполнена.

MSI (c) (40:40) [18:33:24:610]: Grabbed execution mutex.
MSI (c) (40:40) [18:33:24:610]: Cleaning up uninstalled install packages, if any exist
MSI (c) (40:40) [18:33:24:610]: MainEngineThread is returning 1603
=== Verbose logging stopped: 10.12.2008 18:33:24 ===

RSS Лента  Atom Лента
Пользователи, просматривающие эту тему
2 Страницы12>
Быстрый переход  
Вы не можете создавать новые темы в этом форуме.
Вы не можете отвечать в этом форуме.
Вы не можете удалять Ваши сообщения в этом форуме.
Вы не можете редактировать Ваши сообщения в этом форуме.
Вы не можете создавать опросы в этом форуме.
Вы не можете голосовать в этом форуме.