Windows installer errors and warnings

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

 



    Hi Devs,

I did some digging in the .msi file and the Windows installer build files,

because attaching Microsoft_VC143_CRT_x64.msu to the .msi file for LibreOffice 7.6 did not work,

which made it impossible to build with VS 2022.

I have already found out what was the cause, I am not sending the patch because it is corrected in line 24, and line 7 is just ending its life.


    On this occasion, I looked at the installer of the latest version downloadable from the website - 24.2.2.2 and ran it through the validator.

We have many errors and warnings there - over 2k (see attachment).

I was thinking about trying to clean it up a bit.

We have several types of recurring problems:

ICE directory:

https://learn.microsoft.com/en-us/windows/win32/msi/ice-reference


1.

ICE03 ERROR Invalid Language Id;

Example:

sd87.mo gid_file_res_sd_lang__libreoffice_program_resource_sat_lc_messages_sat sd.mo 55167 1606 16384 15468

We use a Languge Id that is not in the documentation ;-) e.g. 1553 or 1606.

https://learn.microsoft.com/en-us/openspecs/office_standards/ms-oe376/6c085406-a698-4e12-9d4d-c3b0ee3dbc4a

Here they also wrote that language identifiers are outdated and locale names should be used:

https://learn.microsoft.com/en-us/windows/win32/intl/language-identifier-constants-and-strings

However, when I used en-US instead of 1033, it reported an error. Maybe someone knows how it should be done?

2.

ICE03 ERROR Invalid identifier;

Example:

flt14.mo gid_file_res_flt_lang__libreoffice_program_resource_ca@valen_dcb80460e flt.mo 55482 2051 16384 13967

We use the illegal "@" sign. I don't know how this identifier is composed, but maybe we can use some allowed character instead of "@"?

https://learn.microsoft.com/en-us/windows/win32/msi/identifier

3.

ICE03 WARNING String overflow (greater than length permitted in column);

This is easy to improve,

we use longer strings than those declared for the field - standard 72 characters. We should change the column declarations in the .idt file.

4.

ICE33 WARNING Reg key g_r_docm is used in an unsupported way. ProgId should be registered via the ProgId table. This entry may overwrite a value created through that table.

This is probably a more complicated issue, it suggests that we should use the ProgId array, for others also Extensions, Verbs or Shell:

https://learn.microsoft.com/en-us/windows/win32/msi/progid-table

I don't know if this is accurate?

5.

ICE57 WARNING Component 'auto_base_brand_exe_sbase__libreoffice_program' has both per-user and per-machine data with an HKCU Registry KeyPath.

ICE57 Validates that individual components do not mix per-machine and per-user data:

https://learn.microsoft.com/en-us/windows/win32/msi/ice57

6.

ICE61 WARNING This product should remove only older versions of itself. The Maximum version is not less than the current product. (24.2.2.2 24.2.2.2)

Everything is clear here, I don't know if it was set this way for some reason on purpose?

https://learn.microsoft.com/en-us/windows/win32/msi/upgrade-table

7.

ICE03 ERROR Invalid identifier; Table: Binary, Column: Name, Key(s): Windows61-KB2999226-x64msu ICE03 ERROR Invalid identifier; Table: Binary, Column: Name, Key(s): Windows81-KB2999226-x64msu ICE03 ERROR Invalid identifier; Table: Binary, Column: Name, Key(s): Windows8-RT-KB2999226-x64msu

We use the illegal "-" character. I have prepared a patch for this (attached).

Tested, compiles and works.


8.

ICE06 WARNING Column: ExtendedType of Table: CustomAction is not defined in database.

Here we are missing the ExtendedType column in the CustomAction table - it should be added.


9.

ICE31 ERROR Control AdminNetworkLocation.DlgTitle uses undefined TextStyle MSSansBold8.

In the Control table in the Text column there is:

{&MSSansBold8}Network Location

and the Text Style from the TextStyle table should be used and look like this:

{&DialogDefaultBold}Network Location

Patch in attachment.

10.

Finally, the duplicate Installation sequence numbers:

ICE82    WARNING    This action SystemFolder.F1670FCA_6780_3657_9C04_AF8005AC8143 has duplicate sequence number 348 in the table InstallExecuteSequence ICE82    WARNING    This action MigrateInstallPath has duplicate sequence number 348 in the table InstallExecuteSequence ICE82    WARNING    This action Shellextensionsdll4 has duplicate sequence number 598 in the table InstallExecuteSequence ICE82    WARNING    This action reg_dlls has duplicate sequence number 3148 in the table InstallExecuteSequence ICE82    WARNING    This action prepare_updateservice has duplicate sequence number 502 in the table InstallExecuteSequence ICE82    WARNING    This action unreg_dlls has duplicate sequence number 848 in the table InstallExecuteSequence ICE82    WARNING    This action SystemFolder.F1670FCA_6780_3657_9C04_AF8005AC8143 has duplicate sequence number 398 in the table InstallUISequence ICE82    WARNING    This action MigrateInstallPath has duplicate sequence number 398 in the table InstallUISequence ICE82    WARNING    This action SystemFolder.F1670FCA_6780_3657_9C04_AF8005AC8143 has duplicate sequence number 48 in the table AdminExecuteSequence

Best regards,

Jakub Kościelak
--- instsetoo_native/inc_openoffice/windows/msi_languages/Control.ulf	Sun Apr 21 12:28:36 2024
+++ instsetoo_native/inc_openoffice/windows/msi_languages/Control.ulf	Tue Apr 23 13:52:53 2024
@@ -54,11 +54,11 @@
 
 [OOO_CONTROL_20]
 en-US = "Enter the network location or click Change to browse to a location. Click Install to create a server image of [ProductName] at the specified network location or click Cancel to exit the wizard."
 
 [OOO_CONTROL_21]
-en-US = "{&MSSansBold8}Network Location"
+en-US = "{&DialogDefaultBold}Network Location"
 
 [OOO_CONTROL_22]
 en-US = "&Install"
 
 [OOO_CONTROL_23]
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sd87.mo
ICE03	ERROR	Invalid identifier; Table: File, Column: Component_, Key(s): fwk14.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): cnr26.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): scc91.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): acc51.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): pcr91.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): Langpack_eo.xcd
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): oox15.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): cui15.mo
ICE03	ERROR	Invalid identifier; Table: File, Column: Component_, Key(s): uui54.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): uui54.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): for11.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): svx91.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): rpt33.mo
ICE03	ERROR	Invalid identifier; Table: File, Column: Component_, Key(s): xsc54.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): xsc54.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): for4.mo
ICE03	ERROR	Invalid identifier; Table: File, Column: Component_, Key(s): rpt54.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): rpt54.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): cui20.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sfx51.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): fps33.mo
ICE03	ERROR	Invalid identifier; Table: File, Column: Component_, Key(s): dkt89.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): Langpack_ckb.xcd
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sm91.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sca36.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): svx15.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): frm4.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): fcfg_langpack_ug.xcd
ICE03	ERROR	Invalid identifier; Table: File, Column: Component_, Key(s): scc89.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): xsc63.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): chart109.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): dba91.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): dba15.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sw74.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): registry_brx.xcd
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): dba20.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sc113.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sb36.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): cnr20.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): cnr91.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): avmedia85.mo
ICE03	ERROR	Invalid identifier; Table: File, Column: Component_, Key(s): sca89.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): svx100.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): vcl96.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): fps11.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): fps96.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sca91.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): standard111.bau
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): dba33.mo
ICE03	ERROR	Invalid identifier; Table: File, Column: Component_, Key(s): sb54.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sb54.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): dkt96.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): cnr4.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): editeng85.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): oox76.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sca100.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): xsc87.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): cui76.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): fps36.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): standard83.bau
ICE03	ERROR	Invalid identifier; Table: File, Column: Component_, Key(s): dkt54.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): dkt54.mo
ICE03	ERROR	Invalid identifier; Table: File, Column: Component_, Key(s): chart89.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): svl51.mo
ICE03	ERROR	Invalid identifier; Table: File, Column: Component_, Key(s): pcr89.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): oox36.mo
ICE03	ERROR	Invalid identifier; Table: File, Column: Component_, Key(s): xsc14.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sb15.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): svx33.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): Langpack_kmr_Latn.xcd
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): cui74.mo
ICE03	ERROR	Invalid identifier; Table: File, Column: Component_, Key(s): svx54.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): svx54.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): pcr36.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): standard94.bau
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): cui36.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): scc109.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): svt91.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): svl26.mo
ICE03	ERROR	Invalid identifier; Table: File, Column: Component_, Key(s): pcr54.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): pcr54.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): cnr100.mo
ICE03	ERROR	Invalid identifier; Table: File, Column: Component_, Key(s): dba89.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): chart87.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sc15.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): registry_vec.xcd
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): scc113.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): standard72.bau
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): fps74.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sfx4.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): standard98.bau
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): fcfg_langpack_kab.xcd
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): dba4.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): fps109.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): svx26.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): acc76.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): chart100.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): flt51.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): cui33.mo
ICE03	ERROR	Invalid identifier; Table: File, Column: Component_, Key(s): flt14.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): wpt26.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): vcl85.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): acc33.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): readme_kmr_Latn.txt
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): svt87.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): svl74.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): readme_ast.txt
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): cnr85.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): frm33.mo
ICE03	ERROR	Invalid identifier; Table: File, Column: Component_, Key(s): pcr14.mo
ICE03	ERROR	Invalid identifier; Table: File, Column: Component_, Key(s): sd89.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): for96.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): svl33.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sw76.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): pcr63.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): acc109.mo
ICE03	ERROR	Invalid identifier; Table: File, Column: Component_, Key(s): sd14.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): svl100.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): fps91.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): vcl109.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): readme_sat.txt
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): vcl26.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): xsc74.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sc36.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): svx20.mo
ICE03	ERROR	Invalid identifier; Table: File, Column: Component_, Key(s): dba54.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): dba54.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): basctl109.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): vcl33.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): flt74.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): fcfg_langpack_dgo.xcd
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sb26.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): xsc26.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): wpt4.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): scc36.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): cui100.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): pcr76.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): avmedia4.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): svl96.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): acc85.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sc33.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): dkt15.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sca33.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): scc96.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): oox85.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): xsc20.mo
ICE03	ERROR	Invalid identifier; Table: File, Column: Component_, Key(s): chart54.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): chart54.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): acc113.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): wiz36.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sc51.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): avmedia63.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): editeng33.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sc76.mo
ICE03	ERROR	Invalid identifier; Table: File, Column: Component_, Key(s): sw14.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): dkt4.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sm87.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sm36.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): basctl4.mo
ICE03	ERROR	Invalid identifier; Table: File, Column: Component_, Key(s): flt54.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): flt54.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): editeng20.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sw15.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): svl20.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): dba63.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sw63.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): fwk85.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): fwk20.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): editeng76.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): rpt26.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): oox91.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): svx76.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): Langpack_szl.xcd
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): avmedia113.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): uui87.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): svl4.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): flt20.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sca4.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sc20.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): dkt76.mo
ICE03	ERROR	Invalid identifier; Table: File, Column: Component_, Key(s): fps14.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): uui20.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): for74.mo
ICE03	ERROR	Invalid identifier; Table: File, Column: Component_, Key(s): xsc89.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): avmedia87.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sd91.mo
ICE03	ERROR	Invalid identifier; Table: File, Column: Component_, Key(s): cui14.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): avmedia11.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): readme_oc.txt
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): fcfg_langpack_gd.xcd
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sw11.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sm51.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): cnr63.mo
ICE03	ERROR	Invalid identifier; Table: File, Column: Component_, Key(s): frm54.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): frm54.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): uui96.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sfx63.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sm76.mo
ICE03	ERROR	Invalid identifier; Table: File, Column: Component_, Key(s): vcl54.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): vcl54.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): uui74.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): svt15.mo
ICE03	ERROR	Invalid identifier; Table: File, Column: Component_, Key(s): sca14.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): readme_sid.txt
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): readme_brx.txt
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sfx33.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): readme_kab.txt
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): xsc91.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): for15.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): flt85.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): scc51.mo
ICE03	ERROR	Invalid identifier; Table: File, Column: Component_, Key(s): svt54.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): svt54.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): pcr87.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sw26.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): wiz113.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): wiz100.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): uui33.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): registry_fur.xcd
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): chart51.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): basctl36.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sb76.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): dba76.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): dba36.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sd15.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): for85.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): acc87.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): cnr36.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): wpt51.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): acc74.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): standard85.bau
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): registry_gd.xcd
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): wpt91.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): acc91.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): editeng96.mo
ICE03	ERROR	Invalid identifier; Table: File, Column: Component_, Key(s): scc54.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): scc54.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sfx76.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): for36.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): fwk11.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): wiz85.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sm100.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): vcl87.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): fwk63.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): avmedia91.mo
ICE03	ERROR	Invalid identifier; Table: File, Column: Component_, Key(s): sm14.mo
ICE03	ERROR	Invalid identifier; Table: File, Column: Component_, Key(s): uui14.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): wpt63.mo
ICE03	ERROR	Invalid identifier; Table: File, Column: Component_, Key(s): dba14.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): standard26.bau
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): cui96.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sd26.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): wiz20.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): scc85.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): rpt91.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sfx85.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sca63.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sw51.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): acc4.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): xsc109.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): oox26.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): rpt96.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): dkt26.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): oox63.mo
ICE03	ERROR	Invalid identifier; Table: File, Column: Component_, Key(s): chart14.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): editeng36.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): svx4.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): uui36.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): frm26.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): pcr74.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): acc11.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): editeng87.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): registry_rw.xcd
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): uui11.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): wpt109.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): pcr20.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): vcl4.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): pcr96.mo
ICE03	ERROR	Invalid identifier; Table: File, Column: Component_, Key(s): wiz54.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): wiz54.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): svl109.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): acc20.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): fcfg_langpack_vec.xcd
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sd85.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sb87.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): dkt100.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): cnr87.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sc26.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): avmedia96.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): standard107.bau
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): flt15.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): fps20.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sb11.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sm74.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sfx11.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): oox100.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): dba11.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sb51.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): xsc96.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sw36.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sca51.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): fps100.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): frm91.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sb63.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): wiz33.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sw109.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): scc74.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): wpt74.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): registry_dgo.xcd
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sd109.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): wpt11.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): fcfg_langpack_oc.xcd
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sd36.mo
ICE03	ERROR	Invalid identifier; Table: File, Column: Component_, Key(s): svt89.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): rpt36.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): cui51.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): flt4.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): wpt87.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): dba26.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): wiz87.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): frm96.mo
ICE03	ERROR	Invalid identifier; Table: File, Column: Component_, Key(s): sc89.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): flt76.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sm11.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sm15.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sca76.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sd4.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): svt4.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): editeng63.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sm33.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): scc4.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): oox96.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): uui113.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): fwk100.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): dba87.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): acc100.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): vcl51.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): wpt15.mo
ICE03	ERROR	Invalid identifier; Table: File, Column: Component_, Key(s): avmedia14.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): vcl20.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): chart85.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): svl15.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): cnr96.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): frm11.mo
ICE03	ERROR	Invalid identifier; Table: File, Column: Component_, Key(s): cnr14.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): for51.mo
ICE03	ERROR	Invalid identifier; Table: File, Column: Component_, Key(s): wiz89.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): readme_gd.txt
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): wiz96.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): standard35.bau
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): wiz51.mo
ICE03	ERROR	Invalid identifier; Table: File, Column: Component_, Key(s): cui54.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): cui54.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sc100.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): scc87.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): flt113.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): wiz63.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): avmedia33.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): Langpack_kab.xcd
ICE03	ERROR	Invalid identifier; Table: File, Column: Component_, Key(s): vcl89.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sd51.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): rpt11.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sfx87.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): chart26.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): fcfg_langpack_kmr_Latn.xcd
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): oox109.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): fcfg_langpack_ss.xcd
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): avmedia109.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): chart74.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): wiz4.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): Langpack_ug.xcd
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): uui91.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sw87.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): fcfg_langpack_nr.xcd
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sfx20.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sm113.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): svt51.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): readme_eo.txt
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): acc15.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): registry_sid.xcd
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): readme_nr.txt
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): dkt63.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sca74.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): fcfg_langpack_sid.xcd
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): Langpack_oc.xcd
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): wpt100.mo
ICE03	ERROR	Invalid identifier; Table: File, Column: Component_, Key(s): sm54.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sm54.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): rpt74.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): pcr51.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sc74.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): dba109.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): frm63.mo
ICE03	ERROR	Invalid identifier; Table: File, Column: Component_, Key(s): sfx14.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): svt63.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): svt11.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): dkt11.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): dkt87.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sc91.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sb33.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): xsc51.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): acc96.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): for33.mo
ICE03	ERROR	Invalid identifier; Table: File, Column: Component_, Key(s): rpt89.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): standard52.bau
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sca87.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): frm15.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): chart15.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): fcfg_langpack_szl.xcd
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sm4.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sc87.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): editeng91.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sd74.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): for20.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): basctl76.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): registry_szl.xcd
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): xsc36.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): dkt91.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): wpt76.mo
ICE03	ERROR	Invalid identifier; Table: File, Column: Component_, Key(s): basctl89.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): vcl100.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): editeng113.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): scc26.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): rpt20.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): uui51.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): frm109.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): svl113.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): flt36.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): pcr85.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): cnr109.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): pcr33.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): dkt51.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): oox33.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): chart4.mo
ICE03	ERROR	Invalid identifier; Table: File, Column: Component_, Key(s): for89.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): avmedia26.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): frm76.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): svt100.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): basctl63.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sd76.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sca96.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sm20.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): readme_ss.txt
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): svl63.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): fps63.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): pcr15.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): editeng100.mo
ICE03	ERROR	Invalid identifier; Table: File, Column: Component_, Key(s): basctl54.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): basctl54.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sfx100.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): Langpack_nr.xcd
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): basctl100.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): scc20.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sd100.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): svx11.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): wiz109.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sc11.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): standard20.bau
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sfx74.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): for109.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): fcfg_langpack_ast.xcd
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): registry_mai.xcd
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sb100.mo
ICE03	ERROR	Invalid identifier; Table: File, Column: Component_, Key(s): sfx89.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): vcl63.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): svt96.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): registry_eo.xcd
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): svx87.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sd11.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): cnr33.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sb4.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): fps51.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): registry_oc.xcd
ICE03	ERROR	Invalid identifier; Table: File, Column: Component_, Key(s): svl89.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): scc33.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): frm20.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): xsc113.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): Langpack_brx.xcd
ICE03	ERROR	Invalid identifier; Table: File, Column: Component_, Key(s): editeng14.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): vcl74.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): frm36.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): fwk51.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): flt100.mo
ICE03	ERROR	Invalid identifier; Table: File, Column: Component_, Key(s): fwk89.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): fcfg_langpack_rw.xcd
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): cui91.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): svl11.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): basctl33.mo
ICE03	ERROR	Invalid identifier; Table: File, Column: Component_, Key(s): uui89.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): fwk36.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): dba100.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sca85.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): rpt85.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): flt91.mo
ICE03	ERROR	Invalid identifier; Table: File, Column: Component_, Key(s): flt89.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sw20.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): pcr109.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sb96.mo
ICE03	ERROR	Invalid identifier; Table: File, Column: Component_, Key(s): editeng54.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): editeng54.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): flt11.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): scc76.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): standard74.bau
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): basctl91.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): for26.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): Langpack_mai.xcd
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): cui63.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sw96.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): cnr51.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): cnr113.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): fwk113.mo
ICE03	ERROR	Invalid identifier; Table: File, Column: Component_, Key(s): basctl14.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): avmedia20.mo
ICE03	ERROR	Invalid identifier; Table: File, Column: Component_, Key(s): svl14.mo
ICE03	ERROR	Invalid identifier; Table: File, Column: Component_, Key(s): fps54.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): fps54.mo
ICE03	ERROR	Invalid identifier; Table: File, Column: Component_, Key(s): rpt14.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): vcl11.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): registry_ckb.xcd
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): Langpack_gd.xcd
ICE03	ERROR	Invalid identifier; Table: File, Column: Component_, Key(s): vcl14.mo
ICE03	ERROR	Invalid identifier; Table: File, Column: Component_, Key(s): fwk54.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): fwk54.mo
ICE03	ERROR	Invalid identifier; Table: File, Column: Component_, Key(s): oox89.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): registry_ss.xcd
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): svt74.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sm109.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sfx26.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): cui87.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): wpt85.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): readme_szl.txt
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): standard5.bau
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): acc26.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): readme_ug.txt
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): dba74.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): editeng11.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): fwk96.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): vcl36.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): standard89.bau
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): standard12.bau
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): for76.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): svt113.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): dkt109.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): frm85.mo
ICE03	ERROR	Invalid identifier; Table: File, Column: Component_, Key(s): avmedia54.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): avmedia54.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sw91.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): uui4.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): oox20.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sb113.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): basctl20.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): cnr74.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): svt26.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): wiz76.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): uui26.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): rpt109.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): svx74.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sca113.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): pcr26.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): editeng4.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): standard49.bau
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): rpt4.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): basctl74.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): dkt74.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): fcfg_langpack_fur.xcd
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): dba96.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): svl36.mo
ICE03	ERROR	Invalid identifier; Table: File, Column: Component_, Key(s): acc54.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): acc54.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): svx85.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): chart20.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): svt76.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): chart91.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sc63.mo
ICE03	ERROR	Invalid identifier; Table: File, Column: Component_, Key(s): oox54.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): oox54.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): Langpack_vec.xcd
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sd20.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): svx113.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): dkt33.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): scc11.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): uui63.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): standard61.bau
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): fwk33.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sm96.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): acc63.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): svx96.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sfx15.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): Langpack_sid.xcd
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): oox11.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): readme_ckb.txt
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): Langpack_ss.xcd
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): chart76.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): uui109.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sm26.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): fwk76.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): fps15.mo
ICE03	ERROR	Invalid identifier; Table: File, Column: Component_, Key(s): sw54.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sw54.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): for113.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): dkt36.mo
ICE03	ERROR	Invalid identifier; Table: File, Column: Component_, Key(s): sc54.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sc54.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): registry_ast.xcd
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): pcr4.mo
ICE03	ERROR	Invalid identifier; Table: File, Column: Component_, Key(s): cnr89.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): scc100.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): chart63.mo
ICE03	ERROR	Invalid identifier; Table: File, Column: Component_, Key(s): sc14.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): xsc100.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): wiz11.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): fps76.mo
ICE03	ERROR	Invalid identifier; Table: File, Column: Component_, Key(s): svt14.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sfx113.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): registry_ug.xcd
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): Langpack_dgo.xcd
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): pcr100.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): basctl11.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sb20.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): cui113.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): scc15.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): rpt100.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): oox87.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): fcfg_langpack_eo.xcd
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): oox74.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): svt36.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): fps113.mo
ICE03	ERROR	Invalid identifier; Table: File, Column: Component_, Key(s): sm89.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sd33.mo
ICE03	ERROR	Invalid identifier; Table: File, Column: Component_, Key(s): avmedia89.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): registry_kmr_Latn.xcd
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sc85.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): pcr113.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): chart33.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): svl87.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): flt87.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): svt33.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): svt20.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sca20.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): uui15.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): cui11.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): svx51.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): basctl51.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): xsc85.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): uui76.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): readme_rw.txt
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): uui100.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): for91.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): scc63.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): dba51.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): wiz74.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): fcfg_langpack_brx.xcd
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): wpt33.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): Langpack_fur.xcd
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): vcl91.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): flt109.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): acc36.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): basctl87.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): fcfg_langpack_ckb.xcd
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): vcl113.mo
ICE03	ERROR	Invalid identifier; Table: File, Column: Component_, Key(s): sb89.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): rpt15.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sd63.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): basctl113.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sb109.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sc109.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): wpt96.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): for63.mo
ICE03	ERROR	Invalid identifier; Table: File, Column: Component_, Key(s): sca54.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sca54.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): editeng26.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): uui85.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sw113.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): wiz15.mo
ICE03	ERROR	Invalid identifier; Table: File, Column: Component_, Key(s): for54.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): for54.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): fps4.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): svl85.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): fwk4.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sw33.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): svx36.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): frm87.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sfx36.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): wpt20.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): cnr11.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): for100.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): svx109.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): flt33.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): wiz26.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sm85.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): editeng51.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): xsc4.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sc96.mo
ICE03	ERROR	Invalid identifier; Table: File, Column: Component_, Key(s): dkt14.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sm63.mo
ICE03	ERROR	Invalid identifier; Table: File, Column: Component_, Key(s): cnr54.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): cnr54.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): cui4.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): fcfg_langpack_sat.xcd
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): wpt113.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): frm51.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): flt63.mo
ICE03	ERROR	Invalid identifier; Table: File, Column: Component_, Key(s): wpt14.mo
ICE03	ERROR	Invalid identifier; Table: File, Column: Component_, Key(s): sd54.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sd54.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): chart113.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): oox4.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): readme_mai.txt
ICE03	ERROR	Invalid identifier; Table: File, Column: Component_, Key(s): wpt89.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): fcfg_langpack_mai.xcd
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): cui109.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sd113.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): rpt113.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): wpt36.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sw100.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): dba85.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): Langpack_sat.xcd
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sb85.mo
ICE03	ERROR	Invalid identifier; Table: File, Column: Component_, Key(s): svx89.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): avmedia76.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): rpt63.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): svx63.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): frm100.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): Langpack_ast.xcd
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): chart36.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sw85.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): basctl26.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sca11.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): avmedia36.mo
ICE03	ERROR	Invalid identifier; Table: File, Column: Component_, Key(s): frm14.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): readme_vec.txt
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): svl91.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): xsc76.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): oox51.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): basctl85.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): oox113.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): rpt76.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): fps85.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): vcl76.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): basctl96.mo
ICE03	ERROR	Invalid identifier; Table: File, Column: Component_, Key(s): fps89.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): svl76.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): flt96.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): cnr76.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): readme_dgo.txt
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sb91.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sfx109.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): basctl15.mo
ICE03	ERROR	Invalid identifier; Table: File, Column: Component_, Key(s): wpt54.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): wpt54.mo
ICE03	ERROR	Invalid identifier; Table: File, Column: Component_, Key(s): cui89.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): editeng74.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): flt26.mo
ICE03	ERROR	Invalid identifier; Table: File, Column: Component_, Key(s): for14.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): dkt20.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): editeng109.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): fwk91.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): avmedia51.mo
ICE03	ERROR	Invalid identifier; Table: File, Column: Component_, Key(s): sb14.mo
ICE03	ERROR	Invalid identifier; Table: File, Column: Component_, Key(s): frm89.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): dba113.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): svt109.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): xsc15.mo
ICE03	ERROR	Invalid identifier; Table: File, Column: Component_, Key(s): oox14.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sca109.mo
ICE03	ERROR	Invalid identifier; Table: File, Column: Component_, Key(s): svl54.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): svl54.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sfx91.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): rpt87.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): readme_fur.txt
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): vcl15.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): pcr11.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): fwk15.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): avmedia100.mo
ICE03	ERROR	Invalid identifier; Table: File, Column: Component_, Key(s): acc89.mo
ICE03	ERROR	Invalid identifier; Table: File, Column: Component_, Key(s): scc14.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): xsc33.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): svt85.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sfx96.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): avmedia15.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): cnr15.mo
ICE03	ERROR	Invalid identifier; Table: File, Column: Component_, Key(s): sw89.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sc4.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sd96.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): Langpack_rw.xcd
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sca15.mo
ICE03	ERROR	Invalid identifier; Table: File, Column: Component_, Key(s): editeng89.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): registry_nr.xcd
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): fps26.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): chart11.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sw4.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): fwk26.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): fwk74.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): for87.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): rpt51.mo
ICE03	ERROR	Invalid identifier; Table: File, Column: Component_, Key(s): acc14.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): frm74.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): avmedia74.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): dkt113.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): wiz91.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): cui85.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): fwk87.mo
ICE03	ERROR	Invalid identifier; Table: File, Column: Component_, Key(s): wiz14.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): registry_kab.xcd
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): dkt85.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): fps87.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): cui26.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): fwk109.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): registry_sat.xcd
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): frm113.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sca26.mo
ICE03	ERROR	Invalid identifier; Table: File, Column: Component_, Key(s): sfx54.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sfx54.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): sb74.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): editeng15.mo
ICE03	ERROR	Invalid identifier; Table: File, Column: Component_, Key(s): svx14.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): chart96.mo
ICE03	ERROR	Invalid Language Id; Table: File, Column: Language, Key(s): xsc11.mo
ICE03	WARNING	String overflow (greater than length permitted in column); Table: File, Column: Component_, Key(s): msvcp140_atomic_wait.dll.DFEFC2FE_EEE6_424C_841B_D4E66F0C84A3
ICE03	WARNING	String overflow (greater than length permitted in column); Table: File, Column: Component_, Key(s): msvcp140_codecvt_ids.dll.DFEFC2FE_EEE6_424C_841B_D4E66F0C84A3
ICE03	ERROR	Invalid identifier; Table: Directory, Column: Directory, Key(s): LO_progr_resou_ca@va_LCMES_c8cb7e943
ICE03	ERROR	Invalid identifier; Table: Directory, Column: Directory_Parent, Key(s): LO_progr_resou_ca@va_LCMES_c8cb7e943
ICE03	ERROR	Invalid identifier; Table: Directory, Column: Directory, Key(s): LO_progr_resou_kmr@l_LCMES_c75f6f5fa
ICE03	ERROR	Invalid identifier; Table: Directory, Column: Directory_Parent, Key(s): LO_progr_resou_kmr@l_LCMES_c75f6f5fa
ICE03	ERROR	Invalid identifier; Table: Directory, Column: Directory, Key(s): LO_progr_resou_sr@la_LCMES_f5b61480d
ICE03	ERROR	Invalid identifier; Table: Directory, Column: Directory_Parent, Key(s): LO_progr_resou_sr@la_LCMES_f5b61480d
ICE03	ERROR	Invalid identifier; Table: Directory, Column: Directory, Key(s): LO_progr_resou_ca@va_e8645b52b
ICE03	ERROR	Invalid identifier; Table: Directory, Column: Directory, Key(s): LO_progr_resou_kmr@l_c83fc8f32
ICE03	ERROR	Invalid identifier; Table: Directory, Column: Directory, Key(s): LO_progr_resou_sr@la_279caa12f
ICE03	ERROR	Invalid identifier; Table: Binary, Column: Name, Key(s): Windows61-KB2999226-x64msu
ICE03	ERROR	Invalid identifier; Table: Binary, Column: Name, Key(s): Windows81-KB2999226-x64msu
ICE03	ERROR	Invalid identifier; Table: Binary, Column: Name, Key(s): Windows8-RT-KB2999226-x64msu
ICE03	WARNING	String overflow (greater than length permitted in column); Table: ModuleComponents, Column: Component, Key(s): msvcp140_atomic_wait.dll_system_amd64.DFEFC2FE_EEE6_424C_841B_D4E66F0C84A3.Microsoft_VC142_CRT_X64.DFEFC2FE_EEE6_424C_841B_D4E66F0C84A3.0
ICE03	WARNING	String overflow (greater than length permitted in column); Table: ModuleComponents, Column: Component, Key(s): msvcp140_codecvt_ids.dll_system_amd64.DFEFC2FE_EEE6_424C_841B_D4E66F0C84A3.Microsoft_VC142_CRT_X64.DFEFC2FE_EEE6_424C_841B_D4E66F0C84A3.0
ICE03	WARNING	String overflow (greater than length permitted in column); Table: RadioButton, Column: Text, Key(s): MsiUIRMOption.2
ICE03	ERROR	Invalid identifier; Table: Component, Column: Component, Key(s): gid_file_res_fwk_lang__libreoffice_program_resource_ca@valen_010b1f9fb
ICE03	ERROR	Invalid identifier; Table: Component, Column: Directory_, Key(s): gid_file_res_fwk_lang__libreoffice_program_resource_ca@valen_010b1f9fb
ICE03	ERROR	Invalid identifier; Table: Component, Column: Component, Key(s): gid_file_res_uui_lang__libreoffice_program_resource_kmr@lati_0d4a8858d
ICE03	ERROR	Invalid identifier; Table: Component, Column: Directory_, Key(s): gid_file_res_uui_lang__libreoffice_program_resource_kmr@lati_0d4a8858d
ICE03	ERROR	Invalid identifier; Table: Component, Column: Component, Key(s): gid_file_res_xsc_lang__libreoffice_program_resource_kmr@lati_b1bdc6ae2
ICE03	ERROR	Invalid identifier; Table: Component, Column: Directory_, Key(s): gid_file_res_xsc_lang__libreoffice_program_resource_kmr@lati_b1bdc6ae2
ICE03	ERROR	Invalid identifier; Table: Component, Column: Component, Key(s): gid_file_res_rpt_lang__libreoffice_program_resource_kmr@lati_b6d1b2b8a
ICE03	ERROR	Invalid identifier; Table: Component, Column: Directory_, Key(s): gid_file_res_rpt_lang__libreoffice_program_resource_kmr@lati_b6d1b2b8a
ICE03	ERROR	Invalid identifier; Table: Component, Column: Component, Key(s): gid_file_res_dkt_lang__libreoffice_program_resource_sr@latin_97d43f441
ICE03	ERROR	Invalid identifier; Table: Component, Column: Directory_, Key(s): gid_file_res_dkt_lang__libreoffice_program_resource_sr@latin_97d43f441
ICE03	ERROR	Invalid identifier; Table: Component, Column: Component, Key(s): gid_file_res_scc_lang__libreoffice_program_resource_sr@latin_3b9d926a7
ICE03	ERROR	Invalid identifier; Table: Component, Column: Directory_, Key(s): gid_file_res_scc_lang__libreoffice_program_resource_sr@latin_3b9d926a7
ICE03	ERROR	Invalid identifier; Table: Component, Column: Component, Key(s): gid_file_res_sca_lang__libreoffice_program_resource_sr@latin_2d335429b
ICE03	ERROR	Invalid identifier; Table: Component, Column: Directory_, Key(s): gid_file_res_sca_lang__libreoffice_program_resource_sr@latin_2d335429b
ICE03	ERROR	Invalid identifier; Table: Component, Column: Component, Key(s): gid_file_res_sb_lang__libreoffice_program_resource_kmr@latin_db4a16b3f
ICE03	ERROR	Invalid identifier; Table: Component, Column: Directory_, Key(s): gid_file_res_sb_lang__libreoffice_program_resource_kmr@latin_db4a16b3f
ICE03	ERROR	Invalid identifier; Table: Component, Column: Component, Key(s): gid_file_res_dkt_lang__libreoffice_program_resource_kmr@lati_cea19f393
ICE03	ERROR	Invalid identifier; Table: Component, Column: Directory_, Key(s): gid_file_res_dkt_lang__libreoffice_program_resource_kmr@lati_cea19f393
ICE03	ERROR	Invalid identifier; Table: Component, Column: Component, Key(s): gid_file_res_chart_lang__libreoffice_program_resource_sr@lat_d16d3e275
ICE03	ERROR	Invalid identifier; Table: Component, Column: Directory_, Key(s): gid_file_res_chart_lang__libreoffice_program_resource_sr@lat_d16d3e275
ICE03	ERROR	Invalid identifier; Table: Component, Column: Component, Key(s): gid_file_res_pcr_lang__libreoffice_program_resource_sr@latin_3bedc8ffb
ICE03	ERROR	Invalid identifier; Table: Component, Column: Directory_, Key(s): gid_file_res_pcr_lang__libreoffice_program_resource_sr@latin_3bedc8ffb
ICE03	ERROR	Invalid identifier; Table: Component, Column: Component, Key(s): gid_file_res_xsc_lang__libreoffice_program_resource_ca@valen_753b64b70
ICE03	ERROR	Invalid identifier; Table: Component, Column: Directory_, Key(s): gid_file_res_xsc_lang__libreoffice_program_resource_ca@valen_753b64b70
ICE03	ERROR	Invalid identifier; Table: Component, Column: Component, Key(s): gid_file_res_svx_lang__libreoffice_program_resource_kmr@lati_9b622e088
ICE03	ERROR	Invalid identifier; Table: Component, Column: Directory_, Key(s): gid_file_res_svx_lang__libreoffice_program_resource_kmr@lati_9b622e088
ICE03	ERROR	Invalid identifier; Table: Component, Column: Component, Key(s): gid_file_res_pcr_lang__libreoffice_program_resource_kmr@lati_0ea9c71ae
ICE03	ERROR	Invalid identifier; Table: Component, Column: Directory_, Key(s): gid_file_res_pcr_lang__libreoffice_program_resource_kmr@lati_0ea9c71ae
ICE03	ERROR	Invalid identifier; Table: Component, Column: Component, Key(s): gid_file_res_dba_lang__libreoffice_program_resource_sr@latin_627e4ba5e
ICE03	ERROR	Invalid identifier; Table: Component, Column: Directory_, Key(s): gid_file_res_dba_lang__libreoffice_program_resource_sr@latin_627e4ba5e
ICE03	ERROR	Invalid identifier; Table: Component, Column: Component, Key(s): gid_file_res_flt_lang__libreoffice_program_resource_ca@valen_dcb80460e
ICE03	ERROR	Invalid identifier; Table: Component, Column: Directory_, Key(s): gid_file_res_flt_lang__libreoffice_program_resource_ca@valen_dcb80460e
ICE03	ERROR	Invalid identifier; Table: Component, Column: Component, Key(s): gid_file_res_pcr_lang__libreoffice_program_resource_ca@valen_891a1424a
ICE03	ERROR	Invalid identifier; Table: Component, Column: Directory_, Key(s): gid_file_res_pcr_lang__libreoffice_program_resource_ca@valen_891a1424a
ICE03	ERROR	Invalid identifier; Table: Component, Column: Component, Key(s): gid_file_res_sd_lang__libreoffice_program_resource_sr@latin__4b4c97c1d
ICE03	ERROR	Invalid identifier; Table: Component, Column: Directory_, Key(s): gid_file_res_sd_lang__libreoffice_program_resource_sr@latin__4b4c97c1d
ICE03	ERROR	Invalid identifier; Table: Component, Column: Component, Key(s): gid_file_res_sd_lang__libreoffice_program_resource_ca@valenc_14cb39db0
ICE03	ERROR	Invalid identifier; Table: Component, Column: Directory_, Key(s): gid_file_res_sd_lang__libreoffice_program_resource_ca@valenc_14cb39db0
ICE03	ERROR	Invalid identifier; Table: Component, Column: Component, Key(s): gid_file_res_dba_lang__libreoffice_program_resource_kmr@lati_21debe6d1
ICE03	ERROR	Invalid identifier; Table: Component, Column: Directory_, Key(s): gid_file_res_dba_lang__libreoffice_program_resource_kmr@lati_21debe6d1
ICE03	ERROR	Invalid identifier; Table: Component, Column: Component, Key(s): gid_file_res_chart_lang__libreoffice_program_resource_kmr@la_580db3e4d
ICE03	ERROR	Invalid identifier; Table: Component, Column: Directory_, Key(s): gid_file_res_chart_lang__libreoffice_program_resource_kmr@la_580db3e4d
ICE03	ERROR	Invalid identifier; Table: Component, Column: Component, Key(s): gid_file_res_sw_lang__libreoffice_program_resource_ca@valenc_75b94dc25
ICE03	ERROR	Invalid identifier; Table: Component, Column: Directory_, Key(s): gid_file_res_sw_lang__libreoffice_program_resource_ca@valenc_75b94dc25
ICE03	ERROR	Invalid identifier; Table: Component, Column: Component, Key(s): gid_file_res_flt_lang__libreoffice_program_resource_kmr@lati_8d54fd946
ICE03	ERROR	Invalid identifier; Table: Component, Column: Directory_, Key(s): gid_file_res_flt_lang__libreoffice_program_resource_kmr@lati_8d54fd946
ICE03	ERROR	Invalid identifier; Table: Component, Column: Component, Key(s): gid_file_res_fps_lang__libreoffice_program_resource_ca@valen_bdbb99c01
ICE03	ERROR	Invalid identifier; Table: Component, Column: Directory_, Key(s): gid_file_res_fps_lang__libreoffice_program_resource_ca@valen_bdbb99c01
ICE03	ERROR	Invalid identifier; Table: Component, Column: Component, Key(s): gid_file_res_xsc_lang__libreoffice_program_resource_sr@latin_d9f206640
ICE03	ERROR	Invalid identifier; Table: Component, Column: Directory_, Key(s): gid_file_res_xsc_lang__libreoffice_program_resource_sr@latin_d9f206640
ICE03	ERROR	Invalid identifier; Table: Component, Column: Component, Key(s): gid_file_res_cui_lang__libreoffice_program_resource_ca@valen_d51fa2ed9
ICE03	ERROR	Invalid identifier; Table: Component, Column: Directory_, Key(s): gid_file_res_cui_lang__libreoffice_program_resource_ca@valen_d51fa2ed9
ICE03	ERROR	Invalid identifier; Table: Component, Column: Component, Key(s): gid_file_res_frm_lang__libreoffice_program_resource_kmr@lati_5b78bc87b
ICE03	ERROR	Invalid identifier; Table: Component, Column: Directory_, Key(s): gid_file_res_frm_lang__libreoffice_program_resource_kmr@lati_5b78bc87b
ICE03	ERROR	Invalid identifier; Table: Component, Column: Component, Key(s): gid_file_res_vcl_lang__libreoffice_program_resource_kmr@lati_b0d846da5
ICE03	ERROR	Invalid identifier; Table: Component, Column: Directory_, Key(s): gid_file_res_vcl_lang__libreoffice_program_resource_kmr@lati_b0d846da5
ICE03	ERROR	Invalid identifier; Table: Component, Column: Component, Key(s): gid_file_res_sca_lang__libreoffice_program_resource_ca@valen_9b7158eeb
ICE03	ERROR	Invalid identifier; Table: Component, Column: Directory_, Key(s): gid_file_res_sca_lang__libreoffice_program_resource_ca@valen_9b7158eeb
ICE03	ERROR	Invalid identifier; Table: Component, Column: Component, Key(s): gid_file_res_svt_lang__libreoffice_program_resource_kmr@lati_08cc207cb
ICE03	ERROR	Invalid identifier; Table: Component, Column: Directory_, Key(s): gid_file_res_svt_lang__libreoffice_program_resource_kmr@lati_08cc207cb
ICE03	ERROR	Invalid identifier; Table: Component, Column: Component, Key(s): gid_file_res_scc_lang__libreoffice_program_resource_kmr@lati_b9ea95859
ICE03	ERROR	Invalid identifier; Table: Component, Column: Directory_, Key(s): gid_file_res_scc_lang__libreoffice_program_resource_kmr@lati_b9ea95859
ICE03	ERROR	Invalid identifier; Table: Component, Column: Component, Key(s): gid_file_res_sm_lang__libreoffice_program_resource_ca@valenc_4de4558da
ICE03	ERROR	Invalid identifier; Table: Component, Column: Directory_, Key(s): gid_file_res_sm_lang__libreoffice_program_resource_ca@valenc_4de4558da
ICE03	ERROR	Invalid identifier; Table: Component, Column: Component, Key(s): gid_file_res_uui_lang__libreoffice_program_resource_ca@valen_7aebc2f6e
ICE03	ERROR	Invalid identifier; Table: Component, Column: Directory_, Key(s): gid_file_res_uui_lang__libreoffice_program_resource_ca@valen_7aebc2f6e
ICE03	ERROR	Invalid identifier; Table: Component, Column: Component, Key(s): gid_file_res_dba_lang__libreoffice_program_resource_ca@valen_e5d1ba6b2
ICE03	ERROR	Invalid identifier; Table: Component, Column: Directory_, Key(s): gid_file_res_dba_lang__libreoffice_program_resource_ca@valen_e5d1ba6b2
ICE03	ERROR	Invalid identifier; Table: Component, Column: Component, Key(s): gid_file_res_chart_lang__libreoffice_program_resource_ca@val_a1633225f
ICE03	ERROR	Invalid identifier; Table: Component, Column: Directory_, Key(s): gid_file_res_chart_lang__libreoffice_program_resource_ca@val_a1633225f
ICE03	ERROR	Invalid identifier; Table: Component, Column: Component, Key(s): gid_file_res_wiz_lang__libreoffice_program_resource_kmr@lati_e33f0768f
ICE03	ERROR	Invalid identifier; Table: Component, Column: Directory_, Key(s): gid_file_res_wiz_lang__libreoffice_program_resource_kmr@lati_e33f0768f
ICE03	ERROR	Invalid identifier; Table: Component, Column: Component, Key(s): gid_file_res_svt_lang__libreoffice_program_resource_sr@latin_276e872ba
ICE03	ERROR	Invalid identifier; Table: Component, Column: Directory_, Key(s): gid_file_res_svt_lang__libreoffice_program_resource_sr@latin_276e872ba
ICE03	ERROR	Invalid identifier; Table: Component, Column: Component, Key(s): gid_file_res_sc_lang__libreoffice_program_resource_sr@latin__52d0820a5
ICE03	ERROR	Invalid identifier; Table: Component, Column: Directory_, Key(s): gid_file_res_sc_lang__libreoffice_program_resource_sr@latin__52d0820a5
ICE03	ERROR	Invalid identifier; Table: Component, Column: Component, Key(s): gid_file_res_avmedia_lang__libreoffice_program_resource_ca@v_3fbd04516
ICE03	ERROR	Invalid identifier; Table: Component, Column: Directory_, Key(s): gid_file_res_avmedia_lang__libreoffice_program_resource_ca@v_3fbd04516
ICE03	ERROR	Invalid identifier; Table: Component, Column: Component, Key(s): gid_file_res_cnr_lang__libreoffice_program_resource_ca@valen_661968b10
ICE03	ERROR	Invalid identifier; Table: Component, Column: Directory_, Key(s): gid_file_res_cnr_lang__libreoffice_program_resource_ca@valen_661968b10
ICE03	ERROR	Invalid identifier; Table: Component, Column: Component, Key(s): gid_file_res_wiz_lang__libreoffice_program_resource_sr@latin_cf8c5f312
ICE03	ERROR	Invalid identifier; Table: Component, Column: Directory_, Key(s): gid_file_res_wiz_lang__libreoffice_program_resource_sr@latin_cf8c5f312
ICE03	ERROR	Invalid identifier; Table: Component, Column: Component, Key(s): gid_file_res_cui_lang__libreoffice_program_resource_kmr@lati_b4e22579a
ICE03	ERROR	Invalid identifier; Table: Component, Column: Directory_, Key(s): gid_file_res_cui_lang__libreoffice_program_resource_kmr@lati_b4e22579a
ICE03	ERROR	Invalid identifier; Table: Component, Column: Component, Key(s): gid_file_res_vcl_lang__libreoffice_program_resource_sr@latin_b1c9cf931
ICE03	ERROR	Invalid identifier; Table: Component, Column: Directory_, Key(s): gid_file_res_vcl_lang__libreoffice_program_resource_sr@latin_b1c9cf931
ICE03	ERROR	Invalid identifier; Table: Component, Column: Component, Key(s): gid_file_res_sm_lang__libreoffice_program_resource_kmr@latin_f1ca57dd1
ICE03	ERROR	Invalid identifier; Table: Component, Column: Directory_, Key(s): gid_file_res_sm_lang__libreoffice_program_resource_kmr@latin_f1ca57dd1
ICE03	ERROR	Invalid identifier; Table: Component, Column: Component, Key(s): gid_file_res_sfx_lang__libreoffice_program_resource_ca@valen_9d30f57de
ICE03	ERROR	Invalid identifier; Table: Component, Column: Directory_, Key(s): gid_file_res_sfx_lang__libreoffice_program_resource_ca@valen_9d30f57de
ICE03	ERROR	Invalid identifier; Table: Component, Column: Component, Key(s): gid_file_res_rpt_lang__libreoffice_program_resource_sr@latin_357b8aa6e
ICE03	ERROR	Invalid identifier; Table: Component, Column: Directory_, Key(s): gid_file_res_rpt_lang__libreoffice_program_resource_sr@latin_357b8aa6e
ICE03	ERROR	Invalid identifier; Table: Component, Column: Component, Key(s): gid_file_res_basctl_lang__libreoffice_program_resource_sr@la_bc3d54b09
ICE03	ERROR	Invalid identifier; Table: Component, Column: Directory_, Key(s): gid_file_res_basctl_lang__libreoffice_program_resource_sr@la_bc3d54b09
ICE03	ERROR	Invalid identifier; Table: Component, Column: Component, Key(s): gid_file_res_for_lang__libreoffice_program_resource_sr@latin_d655b5445
ICE03	ERROR	Invalid identifier; Table: Component, Column: Directory_, Key(s): gid_file_res_for_lang__libreoffice_program_resource_sr@latin_d655b5445
ICE03	ERROR	Invalid identifier; Table: Component, Column: Component, Key(s): gid_file_res_basctl_lang__libreoffice_program_resource_kmr@l_712f8f9ab
ICE03	ERROR	Invalid identifier; Table: Component, Column: Directory_, Key(s): gid_file_res_basctl_lang__libreoffice_program_resource_kmr@l_712f8f9ab
ICE03	ERROR	Invalid identifier; Table: Component, Column: Component, Key(s): gid_file_res_sfx_lang__libreoffice_program_resource_sr@latin_789c64c86
ICE03	ERROR	Invalid identifier; Table: Component, Column: Directory_, Key(s): gid_file_res_sfx_lang__libreoffice_program_resource_sr@latin_789c64c86
ICE03	ERROR	Invalid identifier; Table: Component, Column: Component, Key(s): gid_file_res_svl_lang__libreoffice_program_resource_sr@latin_3e6a1052e
ICE03	ERROR	Invalid identifier; Table: Component, Column: Directory_, Key(s): gid_file_res_svl_lang__libreoffice_program_resource_sr@latin_3e6a1052e
ICE03	ERROR	Invalid identifier; Table: Component, Column: Component, Key(s): gid_file_res_editeng_lang__libreoffice_program_resource_ca@v_b27c73dfc
ICE03	ERROR	Invalid identifier; Table: Component, Column: Directory_, Key(s): gid_file_res_editeng_lang__libreoffice_program_resource_ca@v_b27c73dfc
ICE03	ERROR	Invalid identifier; Table: Component, Column: Component, Key(s): gid_file_res_fwk_lang__libreoffice_program_resource_sr@latin_711d51b83
ICE03	ERROR	Invalid identifier; Table: Component, Column: Directory_, Key(s): gid_file_res_fwk_lang__libreoffice_program_resource_sr@latin_711d51b83
ICE03	ERROR	Invalid identifier; Table: Component, Column: Component, Key(s): gid_file_res_uui_lang__libreoffice_program_resource_sr@latin_cf42de823
ICE03	ERROR	Invalid identifier; Table: Component, Column: Directory_, Key(s): gid_file_res_uui_lang__libreoffice_program_resource_sr@latin_cf42de823
ICE03	ERROR	Invalid identifier; Table: Component, Column: Component, Key(s): gid_file_res_flt_lang__libreoffice_program_resource_sr@latin_cebed6769
ICE03	ERROR	Invalid identifier; Table: Component, Column: Directory_, Key(s): gid_file_res_flt_lang__libreoffice_program_resource_sr@latin_cebed6769
ICE03	ERROR	Invalid identifier; Table: Component, Column: Component, Key(s): gid_file_res_editeng_lang__libreoffice_program_resource_kmr@_5bf6272f2
ICE03	ERROR	Invalid identifier; Table: Component, Column: Directory_, Key(s): gid_file_res_editeng_lang__libreoffice_program_resource_kmr@_5bf6272f2
ICE03	ERROR	Invalid identifier; Table: Component, Column: Component, Key(s): gid_file_res_basctl_lang__libreoffice_program_resource_ca@va_1638e73df
ICE03	ERROR	Invalid identifier; Table: Component, Column: Directory_, Key(s): gid_file_res_basctl_lang__libreoffice_program_resource_ca@va_1638e73df
ICE03	ERROR	Invalid identifier; Table: Component, Column: Component, Key(s): gid_file_res_svl_lang__libreoffice_program_resource_ca@valen_abe71e697
ICE03	ERROR	Invalid identifier; Table: Component, Column: Directory_, Key(s): gid_file_res_svl_lang__libreoffice_program_resource_ca@valen_abe71e697
ICE03	ERROR	Invalid identifier; Table: Component, Column: Component, Key(s): gid_file_res_fps_lang__libreoffice_program_resource_kmr@lati_257c3390d
ICE03	ERROR	Invalid identifier; Table: Component, Column: Directory_, Key(s): gid_file_res_fps_lang__libreoffice_program_resource_kmr@lati_257c3390d
ICE03	ERROR	Invalid identifier; Table: Component, Column: Component, Key(s): gid_file_res_rpt_lang__libreoffice_program_resource_ca@valen_2553eb226
ICE03	ERROR	Invalid identifier; Table: Component, Column: Directory_, Key(s): gid_file_res_rpt_lang__libreoffice_program_resource_ca@valen_2553eb226
ICE03	ERROR	Invalid identifier; Table: Component, Column: Component, Key(s): gid_file_res_vcl_lang__libreoffice_program_resource_ca@valen_6ab2f99f5
ICE03	ERROR	Invalid identifier; Table: Component, Column: Directory_, Key(s): gid_file_res_vcl_lang__libreoffice_program_resource_ca@valen_6ab2f99f5
ICE03	ERROR	Invalid identifier; Table: Component, Column: Component, Key(s): gid_file_res_fwk_lang__libreoffice_program_resource_kmr@lati_3b9bebeb0
ICE03	ERROR	Invalid identifier; Table: Component, Column: Directory_, Key(s): gid_file_res_fwk_lang__libreoffice_program_resource_kmr@lati_3b9bebeb0
ICE03	ERROR	Invalid identifier; Table: Component, Column: Component, Key(s): gid_file_res_oox_lang__libreoffice_program_resource_sr@latin_12bc33ac1
ICE03	ERROR	Invalid identifier; Table: Component, Column: Directory_, Key(s): gid_file_res_oox_lang__libreoffice_program_resource_sr@latin_12bc33ac1
ICE03	ERROR	Invalid identifier; Table: Component, Column: Component, Key(s): gid_file_res_avmedia_lang__libreoffice_program_resource_kmr@_9702b9c79
ICE03	ERROR	Invalid identifier; Table: Component, Column: Directory_, Key(s): gid_file_res_avmedia_lang__libreoffice_program_resource_kmr@_9702b9c79
ICE03	ERROR	Invalid identifier; Table: Component, Column: Component, Key(s): gid_file_res_acc_lang__libreoffice_program_resource_kmr@lati_b959ef9a2
ICE03	ERROR	Invalid identifier; Table: Component, Column: Directory_, Key(s): gid_file_res_acc_lang__libreoffice_program_resource_kmr@lati_b959ef9a2
ICE03	ERROR	Invalid identifier; Table: Component, Column: Component, Key(s): gid_file_res_oox_lang__libreoffice_program_resource_kmr@lati_14a212837
ICE03	ERROR	Invalid identifier; Table: Component, Column: Directory_, Key(s): gid_file_res_oox_lang__libreoffice_program_resource_kmr@lati_14a212837
ICE03	ERROR	Invalid identifier; Table: Component, Column: Component, Key(s): gid_file_res_sw_lang__libreoffice_program_resource_kmr@latin_5f7558e67
ICE03	ERROR	Invalid identifier; Table: Component, Column: Directory_, Key(s): gid_file_res_sw_lang__libreoffice_program_resource_kmr@latin_5f7558e67
ICE03	ERROR	Invalid identifier; Table: Component, Column: Component, Key(s): gid_file_res_sc_lang__libreoffice_program_resource_kmr@latin_fc5820c69
ICE03	ERROR	Invalid identifier; Table: Component, Column: Directory_, Key(s): gid_file_res_sc_lang__libreoffice_program_resource_kmr@latin_fc5820c69
ICE03	ERROR	Invalid identifier; Table: Component, Column: Component, Key(s): gid_file_res_cnr_lang__libreoffice_program_resource_sr@latin_a8bf28d61
ICE03	ERROR	Invalid identifier; Table: Component, Column: Directory_, Key(s): gid_file_res_cnr_lang__libreoffice_program_resource_sr@latin_a8bf28d61
ICE03	ERROR	Invalid identifier; Table: Component, Column: Component, Key(s): gid_file_res_sc_lang__libreoffice_program_resource_ca@valenc_baafcc181
ICE03	ERROR	Invalid identifier; Table: Component, Column: Directory_, Key(s): gid_file_res_sc_lang__libreoffice_program_resource_ca@valenc_baafcc181
ICE03	ERROR	Invalid identifier; Table: Component, Column: Component, Key(s): gid_file_res_svt_lang__libreoffice_program_resource_ca@valen_ff3a3774b
ICE03	ERROR	Invalid identifier; Table: Component, Column: Directory_, Key(s): gid_file_res_svt_lang__libreoffice_program_resource_ca@valen_ff3a3774b
ICE03	ERROR	Invalid identifier; Table: Component, Column: Component, Key(s): gid_file_res_sm_lang__libreoffice_program_resource_sr@latin__966718d40
ICE03	ERROR	Invalid identifier; Table: Component, Column: Directory_, Key(s): gid_file_res_sm_lang__libreoffice_program_resource_sr@latin__966718d40
ICE03	ERROR	Invalid identifier; Table: Component, Column: Component, Key(s): gid_file_res_avmedia_lang__libreoffice_program_resource_sr@l_ff43be4f0
ICE03	ERROR	Invalid identifier; Table: Component, Column: Directory_, Key(s): gid_file_res_avmedia_lang__libreoffice_program_resource_sr@l_ff43be4f0
ICE03	ERROR	Invalid identifier; Table: Component, Column: Component, Key(s): gid_file_res_sb_lang__libreoffice_program_resource_sr@latin__dc8231014
ICE03	ERROR	Invalid identifier; Table: Component, Column: Directory_, Key(s): gid_file_res_sb_lang__libreoffice_program_resource_sr@latin__dc8231014
ICE03	ERROR	Invalid identifier; Table: Component, Column: Component, Key(s): gid_file_res_sca_lang__libreoffice_program_resource_kmr@lati_4fb4667f3
ICE03	ERROR	Invalid identifier; Table: Component, Column: Directory_, Key(s): gid_file_res_sca_lang__libreoffice_program_resource_kmr@lati_4fb4667f3
ICE03	ERROR	Invalid identifier; Table: Component, Column: Component, Key(s): gid_file_res_for_lang__libreoffice_program_resource_kmr@lati_5f512af98
ICE03	ERROR	Invalid identifier; Table: Component, Column: Directory_, Key(s): gid_file_res_for_lang__libreoffice_program_resource_kmr@lati_5f512af98
ICE03	ERROR	Invalid identifier; Table: Component, Column: Component, Key(s): gid_file_res_dkt_lang__libreoffice_program_resource_ca@valen_3ad2a442e
ICE03	ERROR	Invalid identifier; Table: Component, Column: Directory_, Key(s): gid_file_res_dkt_lang__libreoffice_program_resource_ca@valen_3ad2a442e
ICE03	ERROR	Invalid identifier; Table: Component, Column: Component, Key(s): gid_file_res_cnr_lang__libreoffice_program_resource_kmr@lati_bb3f135bb
ICE03	ERROR	Invalid identifier; Table: Component, Column: Directory_, Key(s): gid_file_res_cnr_lang__libreoffice_program_resource_kmr@lati_bb3f135bb
ICE03	ERROR	Invalid identifier; Table: Component, Column: Component, Key(s): gid_file_res_wpt_lang__libreoffice_program_resource_ca@valen_4fe7a4a9a
ICE03	ERROR	Invalid identifier; Table: Component, Column: Directory_, Key(s): gid_file_res_wpt_lang__libreoffice_program_resource_ca@valen_4fe7a4a9a
ICE03	ERROR	Invalid identifier; Table: Component, Column: Component, Key(s): gid_file_res_sd_lang__libreoffice_program_resource_kmr@latin_ed7498d36
ICE03	ERROR	Invalid identifier; Table: Component, Column: Directory_, Key(s): gid_file_res_sd_lang__libreoffice_program_resource_kmr@latin_ed7498d36
ICE03	ERROR	Invalid identifier; Table: Component, Column: Component, Key(s): gid_file_res_wpt_lang__libreoffice_program_resource_sr@latin_1f7ad03c1
ICE03	ERROR	Invalid identifier; Table: Component, Column: Directory_, Key(s): gid_file_res_wpt_lang__libreoffice_program_resource_sr@latin_1f7ad03c1
ICE03	ERROR	Invalid identifier; Table: Component, Column: Component, Key(s): gid_file_res_svx_lang__libreoffice_program_resource_sr@latin_aa9942c0f
ICE03	ERROR	Invalid identifier; Table: Component, Column: Directory_, Key(s): gid_file_res_svx_lang__libreoffice_program_resource_sr@latin_aa9942c0f
ICE03	ERROR	Invalid identifier; Table: Component, Column: Component, Key(s): gid_file_res_frm_lang__libreoffice_program_resource_ca@valen_fbdf134bc
ICE03	ERROR	Invalid identifier; Table: Component, Column: Directory_, Key(s): gid_file_res_frm_lang__libreoffice_program_resource_ca@valen_fbdf134bc
ICE03	ERROR	Invalid identifier; Table: Component, Column: Component, Key(s): gid_file_res_fps_lang__libreoffice_program_resource_sr@latin_dbda13a0f
ICE03	ERROR	Invalid identifier; Table: Component, Column: Directory_, Key(s): gid_file_res_fps_lang__libreoffice_program_resource_sr@latin_dbda13a0f
ICE03	ERROR	Invalid identifier; Table: Component, Column: Component, Key(s): gid_file_res_wpt_lang__libreoffice_program_resource_kmr@lati_9d66818ee
ICE03	ERROR	Invalid identifier; Table: Component, Column: Directory_, Key(s): gid_file_res_wpt_lang__libreoffice_program_resource_kmr@lati_9d66818ee
ICE03	ERROR	Invalid identifier; Table: Component, Column: Component, Key(s): gid_file_res_cui_lang__libreoffice_program_resource_sr@latin_8f6600561
ICE03	ERROR	Invalid identifier; Table: Component, Column: Directory_, Key(s): gid_file_res_cui_lang__libreoffice_program_resource_sr@latin_8f6600561
ICE03	ERROR	Invalid identifier; Table: Component, Column: Component, Key(s): gid_file_res_for_lang__libreoffice_program_resource_ca@valen_e5422c7ef
ICE03	ERROR	Invalid identifier; Table: Component, Column: Directory_, Key(s): gid_file_res_for_lang__libreoffice_program_resource_ca@valen_e5422c7ef
ICE03	ERROR	Invalid identifier; Table: Component, Column: Component, Key(s): gid_file_res_sb_lang__libreoffice_program_resource_ca@valenc_9c34fe44a
ICE03	ERROR	Invalid identifier; Table: Component, Column: Directory_, Key(s): gid_file_res_sb_lang__libreoffice_program_resource_ca@valenc_9c34fe44a
ICE03	ERROR	Invalid identifier; Table: Component, Column: Component, Key(s): gid_file_res_frm_lang__libreoffice_program_resource_sr@latin_ec4ed68ec
ICE03	ERROR	Invalid identifier; Table: Component, Column: Directory_, Key(s): gid_file_res_frm_lang__libreoffice_program_resource_sr@latin_ec4ed68ec
ICE03	ERROR	Invalid identifier; Table: Component, Column: Component, Key(s): gid_file_res_oox_lang__libreoffice_program_resource_ca@valen_9a87643c0
ICE03	ERROR	Invalid identifier; Table: Component, Column: Directory_, Key(s): gid_file_res_oox_lang__libreoffice_program_resource_ca@valen_9a87643c0
ICE03	ERROR	Invalid identifier; Table: Component, Column: Component, Key(s): gid_file_res_svl_lang__libreoffice_program_resource_kmr@lati_cb4798a29
ICE03	ERROR	Invalid identifier; Table: Component, Column: Directory_, Key(s): gid_file_res_svl_lang__libreoffice_program_resource_kmr@lati_cb4798a29
ICE03	ERROR	Invalid identifier; Table: Component, Column: Component, Key(s): gid_file_res_acc_lang__libreoffice_program_resource_sr@latin_39eb9679b
ICE03	ERROR	Invalid identifier; Table: Component, Column: Directory_, Key(s): gid_file_res_acc_lang__libreoffice_program_resource_sr@latin_39eb9679b
ICE03	ERROR	Invalid identifier; Table: Component, Column: Component, Key(s): gid_file_res_scc_lang__libreoffice_program_resource_ca@valen_94eb75c8e
ICE03	ERROR	Invalid identifier; Table: Component, Column: Directory_, Key(s): gid_file_res_scc_lang__libreoffice_program_resource_ca@valen_94eb75c8e
ICE03	ERROR	Invalid identifier; Table: Component, Column: Component, Key(s): gid_file_res_sw_lang__libreoffice_program_resource_sr@latin__75dda3002
ICE03	ERROR	Invalid identifier; Table: Component, Column: Directory_, Key(s): gid_file_res_sw_lang__libreoffice_program_resource_sr@latin__75dda3002
ICE03	ERROR	Invalid identifier; Table: Component, Column: Component, Key(s): gid_file_res_editeng_lang__libreoffice_program_resource_sr@l_feef65ed3
ICE03	ERROR	Invalid identifier; Table: Component, Column: Directory_, Key(s): gid_file_res_editeng_lang__libreoffice_program_resource_sr@l_feef65ed3
ICE03	ERROR	Invalid identifier; Table: Component, Column: Component, Key(s): gid_file_res_acc_lang__libreoffice_program_resource_ca@valen_707d90d0e
ICE03	ERROR	Invalid identifier; Table: Component, Column: Directory_, Key(s): gid_file_res_acc_lang__libreoffice_program_resource_ca@valen_707d90d0e
ICE03	ERROR	Invalid identifier; Table: Component, Column: Component, Key(s): gid_file_res_wiz_lang__libreoffice_program_resource_ca@valen_88ed4654a
ICE03	ERROR	Invalid identifier; Table: Component, Column: Directory_, Key(s): gid_file_res_wiz_lang__libreoffice_program_resource_ca@valen_88ed4654a
ICE03	ERROR	Invalid identifier; Table: Component, Column: Component, Key(s): gid_file_res_sfx_lang__libreoffice_program_resource_kmr@lati_3aa4a1d8f
ICE03	ERROR	Invalid identifier; Table: Component, Column: Directory_, Key(s): gid_file_res_sfx_lang__libreoffice_program_resource_kmr@lati_3aa4a1d8f
ICE03	ERROR	Invalid identifier; Table: Component, Column: Component, Key(s): gid_file_res_svx_lang__libreoffice_program_resource_ca@valen_204fd25ce
ICE03	ERROR	Invalid identifier; Table: Component, Column: Directory_, Key(s): gid_file_res_svx_lang__libreoffice_program_resource_ca@valen_204fd25ce
ICE03	WARNING	String overflow (greater than length permitted in column); Table: Component, Column: Component, Key(s): msvcp140_atomic_wait.dll_system_amd64.DFEFC2FE_EEE6_424C_841B_D4E66F0C84A3
ICE03	WARNING	String overflow (greater than length permitted in column); Table: Component, Column: Component, Key(s): msvcp140_codecvt_ids.dll_system_amd64.DFEFC2FE_EEE6_424C_841B_D4E66F0C84A3
ICE03	WARNING	String overflow (greater than length permitted in column); Table: FeatureComponents, Column: Component_, Key(s): gm_Root.msvcp140_atomic_wait.dll_system_amd64.DFEFC2FE_EEE6_424C_841B_D4E66F0C84A3
ICE03	WARNING	String overflow (greater than length permitted in column); Table: FeatureComponents, Column: Component_, Key(s): gm_Root.msvcp140_codecvt_ids.dll_system_amd64.DFEFC2FE_EEE6_424C_841B_D4E66F0C84A3
ICE03	ERROR	Invalid identifier; Table: FeatureComponents, Column: Component_, Key(s): gm_Langpack_Basis_ca_valencia.gid_file_res_fwk_lang__libreoffice_program_resource_ca@valen_010b1f9fb
ICE03	ERROR	Invalid identifier; Table: FeatureComponents, Column: Component_, Key(s): gm_Langpack_Basis_ca_valencia.gid_file_res_xsc_lang__libreoffice_program_resource_ca@valen_753b64b70
ICE03	ERROR	Invalid identifier; Table: FeatureComponents, Column: Component_, Key(s): gm_Langpack_Basis_ca_valencia.gid_file_res_flt_lang__libreoffice_program_resource_ca@valen_dcb80460e
ICE03	ERROR	Invalid identifier; Table: FeatureComponents, Column: Component_, Key(s): gm_Langpack_Basis_ca_valencia.gid_file_res_pcr_lang__libreoffice_program_resource_ca@valen_891a1424a
ICE03	ERROR	Invalid identifier; Table: FeatureComponents, Column: Component_, Key(s): gm_Langpack_Basis_ca_valencia.gid_file_res_sd_lang__libreoffice_program_resource_ca@valenc_14cb39db0
ICE03	ERROR	Invalid identifier; Table: FeatureComponents, Column: Component_, Key(s): gm_Langpack_Basis_ca_valencia.gid_file_res_sw_lang__libreoffice_program_resource_ca@valenc_75b94dc25
ICE03	ERROR	Invalid identifier; Table: FeatureComponents, Column: Component_, Key(s): gm_Langpack_Basis_ca_valencia.gid_file_res_fps_lang__libreoffice_program_resource_ca@valen_bdbb99c01
ICE03	ERROR	Invalid identifier; Table: FeatureComponents, Column: Component_, Key(s): gm_Langpack_Basis_ca_valencia.gid_file_res_cui_lang__libreoffice_program_resource_ca@valen_d51fa2ed9
ICE03	ERROR	Invalid identifier; Table: FeatureComponents, Column: Component_, Key(s): gm_Langpack_Basis_ca_valencia.gid_file_res_sca_lang__libreoffice_program_resource_ca@valen_9b7158eeb
ICE03	ERROR	Invalid identifier; Table: FeatureComponents, Column: Component_, Key(s): gm_Langpack_Basis_ca_valencia.gid_file_res_sm_lang__libreoffice_program_resource_ca@valenc_4de4558da
ICE03	ERROR	Invalid identifier; Table: FeatureComponents, Column: Component_, Key(s): gm_Langpack_Basis_ca_valencia.gid_file_res_uui_lang__libreoffice_program_resource_ca@valen_7aebc2f6e
ICE03	ERROR	Invalid identifier; Table: FeatureComponents, Column: Component_, Key(s): gm_Langpack_Basis_ca_valencia.gid_file_res_dba_lang__libreoffice_program_resource_ca@valen_e5d1ba6b2
ICE03	ERROR	Invalid identifier; Table: FeatureComponents, Column: Component_, Key(s): gm_Langpack_Basis_ca_valencia.gid_file_res_chart_lang__libreoffice_program_resource_ca@val_a1633225f
ICE03	ERROR	Invalid identifier; Table: FeatureComponents, Column: Component_, Key(s): gm_Langpack_Basis_ca_valencia.gid_file_res_avmedia_lang__libreoffice_program_resource_ca@v_3fbd04516
ICE03	ERROR	Invalid identifier; Table: FeatureComponents, Column: Component_, Key(s): gm_Langpack_Basis_ca_valencia.gid_file_res_cnr_lang__libreoffice_program_resource_ca@valen_661968b10
ICE03	ERROR	Invalid identifier; Table: FeatureComponents, Column: Component_, Key(s): gm_Langpack_Basis_ca_valencia.gid_file_res_sfx_lang__libreoffice_program_resource_ca@valen_9d30f57de
ICE03	ERROR	Invalid identifier; Table: FeatureComponents, Column: Component_, Key(s): gm_Langpack_Basis_ca_valencia.gid_file_res_editeng_lang__libreoffice_program_resource_ca@v_b27c73dfc
ICE03	ERROR	Invalid identifier; Table: FeatureComponents, Column: Component_, Key(s): gm_Langpack_Basis_ca_valencia.gid_file_res_basctl_lang__libreoffice_program_resource_ca@va_1638e73df
ICE03	ERROR	Invalid identifier; Table: FeatureComponents, Column: Component_, Key(s): gm_Langpack_Basis_ca_valencia.gid_file_res_svl_lang__libreoffice_program_resource_ca@valen_abe71e697
ICE03	ERROR	Invalid identifier; Table: FeatureComponents, Column: Component_, Key(s): gm_Langpack_Basis_ca_valencia.gid_file_res_rpt_lang__libreoffice_program_resource_ca@valen_2553eb226
ICE03	ERROR	Invalid identifier; Table: FeatureComponents, Column: Component_, Key(s): gm_Langpack_Basis_ca_valencia.gid_file_res_vcl_lang__libreoffice_program_resource_ca@valen_6ab2f99f5
ICE03	ERROR	Invalid identifier; Table: FeatureComponents, Column: Component_, Key(s): gm_Langpack_Basis_ca_valencia.gid_file_res_sc_lang__libreoffice_program_resource_ca@valenc_baafcc181
ICE03	ERROR	Invalid identifier; Table: FeatureComponents, Column: Component_, Key(s): gm_Langpack_Basis_ca_valencia.gid_file_res_svt_lang__libreoffice_program_resource_ca@valen_ff3a3774b
ICE03	ERROR	Invalid identifier; Table: FeatureComponents, Column: Component_, Key(s): gm_Langpack_Basis_ca_valencia.gid_file_res_dkt_lang__libreoffice_program_resource_ca@valen_3ad2a442e
ICE03	ERROR	Invalid identifier; Table: FeatureComponents, Column: Component_, Key(s): gm_Langpack_Basis_ca_valencia.gid_file_res_wpt_lang__libreoffice_program_resource_ca@valen_4fe7a4a9a
ICE03	ERROR	Invalid identifier; Table: FeatureComponents, Column: Component_, Key(s): gm_Langpack_Basis_ca_valencia.gid_file_res_frm_lang__libreoffice_program_resource_ca@valen_fbdf134bc
ICE03	ERROR	Invalid identifier; Table: FeatureComponents, Column: Component_, Key(s): gm_Langpack_Basis_ca_valencia.gid_file_res_for_lang__libreoffice_program_resource_ca@valen_e5422c7ef
ICE03	ERROR	Invalid identifier; Table: FeatureComponents, Column: Component_, Key(s): gm_Langpack_Basis_ca_valencia.gid_file_res_sb_lang__libreoffice_program_resource_ca@valenc_9c34fe44a
ICE03	ERROR	Invalid identifier; Table: FeatureComponents, Column: Component_, Key(s): gm_Langpack_Basis_ca_valencia.gid_file_res_oox_lang__libreoffice_program_resource_ca@valen_9a87643c0
ICE03	ERROR	Invalid identifier; Table: FeatureComponents, Column: Component_, Key(s): gm_Langpack_Basis_ca_valencia.gid_file_res_scc_lang__libreoffice_program_resource_ca@valen_94eb75c8e
ICE03	ERROR	Invalid identifier; Table: FeatureComponents, Column: Component_, Key(s): gm_Langpack_Basis_ca_valencia.gid_file_res_acc_lang__libreoffice_program_resource_ca@valen_707d90d0e
ICE03	ERROR	Invalid identifier; Table: FeatureComponents, Column: Component_, Key(s): gm_Langpack_Basis_ca_valencia.gid_file_res_wiz_lang__libreoffice_program_resource_ca@valen_88ed4654a
ICE03	ERROR	Invalid identifier; Table: FeatureComponents, Column: Component_, Key(s): gm_Langpack_Basis_ca_valencia.gid_file_res_svx_lang__libreoffice_program_resource_ca@valen_204fd25ce
ICE03	ERROR	Invalid identifier; Table: FeatureComponents, Column: Component_, Key(s): gm_Langpack_Basis_kmr_Latn.gid_file_res_uui_lang__libreoffice_program_resource_kmr@lati_0d4a8858d
ICE03	ERROR	Invalid identifier; Table: FeatureComponents, Column: Component_, Key(s): gm_Langpack_Basis_kmr_Latn.gid_file_res_xsc_lang__libreoffice_program_resource_kmr@lati_b1bdc6ae2
ICE03	ERROR	Invalid identifier; Table: FeatureComponents, Column: Component_, Key(s): gm_Langpack_Basis_kmr_Latn.gid_file_res_rpt_lang__libreoffice_program_resource_kmr@lati_b6d1b2b8a
ICE03	ERROR	Invalid identifier; Table: FeatureComponents, Column: Component_, Key(s): gm_Langpack_Basis_kmr_Latn.gid_file_res_sb_lang__libreoffice_program_resource_kmr@latin_db4a16b3f
ICE03	ERROR	Invalid identifier; Table: FeatureComponents, Column: Component_, Key(s): gm_Langpack_Basis_kmr_Latn.gid_file_res_dkt_lang__libreoffice_program_resource_kmr@lati_cea19f393
ICE03	ERROR	Invalid identifier; Table: FeatureComponents, Column: Component_, Key(s): gm_Langpack_Basis_kmr_Latn.gid_file_res_svx_lang__libreoffice_program_resource_kmr@lati_9b622e088
ICE03	ERROR	Invalid identifier; Table: FeatureComponents, Column: Component_, Key(s): gm_Langpack_Basis_kmr_Latn.gid_file_res_pcr_lang__libreoffice_program_resource_kmr@lati_0ea9c71ae
ICE03	ERROR	Invalid identifier; Table: FeatureComponents, Column: Component_, Key(s): gm_Langpack_Basis_kmr_Latn.gid_file_res_dba_lang__libreoffice_program_resource_kmr@lati_21debe6d1
ICE03	ERROR	Invalid identifier; Table: FeatureComponents, Column: Component_, Key(s): gm_Langpack_Basis_kmr_Latn.gid_file_res_chart_lang__libreoffice_program_resource_kmr@la_580db3e4d
ICE03	ERROR	Invalid identifier; Table: FeatureComponents, Column: Component_, Key(s): gm_Langpack_Basis_kmr_Latn.gid_file_res_flt_lang__libreoffice_program_resource_kmr@lati_8d54fd946
ICE03	ERROR	Invalid identifier; Table: FeatureComponents, Column: Component_, Key(s): gm_Langpack_Basis_kmr_Latn.gid_file_res_frm_lang__libreoffice_program_resource_kmr@lati_5b78bc87b
ICE03	ERROR	Invalid identifier; Table: FeatureComponents, Column: Component_, Key(s): gm_Langpack_Basis_kmr_Latn.gid_file_res_vcl_lang__libreoffice_program_resource_kmr@lati_b0d846da5
ICE03	ERROR	Invalid identifier; Table: FeatureComponents, Column: Component_, Key(s): gm_Langpack_Basis_kmr_Latn.gid_file_res_svt_lang__libreoffice_program_resource_kmr@lati_08cc207cb
ICE03	ERROR	Invalid identifier; Table: FeatureComponents, Column: Component_, Key(s): gm_Langpack_Basis_kmr_Latn.gid_file_res_scc_lang__libreoffice_program_resource_kmr@lati_b9ea95859
ICE03	ERROR	Invalid identifier; Table: FeatureComponents, Column: Component_, Key(s): gm_Langpack_Basis_kmr_Latn.gid_file_res_wiz_lang__libreoffice_program_resource_kmr@lati_e33f0768f
ICE03	ERROR	Invalid identifier; Table: FeatureComponents, Column: Component_, Key(s): gm_Langpack_Basis_kmr_Latn.gid_file_res_cui_lang__libreoffice_program_resource_kmr@lati_b4e22579a
ICE03	ERROR	Invalid identifier; Table: FeatureComponents, Column: Component_, Key(s): gm_Langpack_Basis_kmr_Latn.gid_file_res_sm_lang__libreoffice_program_resource_kmr@latin_f1ca57dd1
ICE03	ERROR	Invalid identifier; Table: FeatureComponents, Column: Component_, Key(s): gm_Langpack_Basis_kmr_Latn.gid_file_res_basctl_lang__libreoffice_program_resource_kmr@l_712f8f9ab
ICE03	ERROR	Invalid identifier; Table: FeatureComponents, Column: Component_, Key(s): gm_Langpack_Basis_kmr_Latn.gid_file_res_editeng_lang__libreoffice_program_resource_kmr@_5bf6272f2
ICE03	ERROR	Invalid identifier; Table: FeatureComponents, Column: Component_, Key(s): gm_Langpack_Basis_kmr_Latn.gid_file_res_fps_lang__libreoffice_program_resource_kmr@lati_257c3390d
ICE03	ERROR	Invalid identifier; Table: FeatureComponents, Column: Component_, Key(s): gm_Langpack_Basis_kmr_Latn.gid_file_res_fwk_lang__libreoffice_program_resource_kmr@lati_3b9bebeb0
ICE03	ERROR	Invalid identifier; Table: FeatureComponents, Column: Component_, Key(s): gm_Langpack_Basis_kmr_Latn.gid_file_res_avmedia_lang__libreoffice_program_resource_kmr@_9702b9c79
ICE03	ERROR	Invalid identifier; Table: FeatureComponents, Column: Component_, Key(s): gm_Langpack_Basis_kmr_Latn.gid_file_res_acc_lang__libreoffice_program_resource_kmr@lati_b959ef9a2
ICE03	ERROR	Invalid identifier; Table: FeatureComponents, Column: Component_, Key(s): gm_Langpack_Basis_kmr_Latn.gid_file_res_oox_lang__libreoffice_program_resource_kmr@lati_14a212837
ICE03	ERROR	Invalid identifier; Table: FeatureComponents, Column: Component_, Key(s): gm_Langpack_Basis_kmr_Latn.gid_file_res_sw_lang__libreoffice_program_resource_kmr@latin_5f7558e67
ICE03	ERROR	Invalid identifier; Table: FeatureComponents, Column: Component_, Key(s): gm_Langpack_Basis_kmr_Latn.gid_file_res_sc_lang__libreoffice_program_resource_kmr@latin_fc5820c69
ICE03	ERROR	Invalid identifier; Table: FeatureComponents, Column: Component_, Key(s): gm_Langpack_Basis_kmr_Latn.gid_file_res_sca_lang__libreoffice_program_resource_kmr@lati_4fb4667f3
ICE03	ERROR	Invalid identifier; Table: FeatureComponents, Column: Component_, Key(s): gm_Langpack_Basis_kmr_Latn.gid_file_res_for_lang__libreoffice_program_resource_kmr@lati_5f512af98
ICE03	ERROR	Invalid identifier; Table: FeatureComponents, Column: Component_, Key(s): gm_Langpack_Basis_kmr_Latn.gid_file_res_cnr_lang__libreoffice_program_resource_kmr@lati_bb3f135bb
ICE03	ERROR	Invalid identifier; Table: FeatureComponents, Column: Component_, Key(s): gm_Langpack_Basis_kmr_Latn.gid_file_res_sd_lang__libreoffice_program_resource_kmr@latin_ed7498d36
ICE03	ERROR	Invalid identifier; Table: FeatureComponents, Column: Component_, Key(s): gm_Langpack_Basis_kmr_Latn.gid_file_res_wpt_lang__libreoffice_program_resource_kmr@lati_9d66818ee
ICE03	ERROR	Invalid identifier; Table: FeatureComponents, Column: Component_, Key(s): gm_Langpack_Basis_kmr_Latn.gid_file_res_svl_lang__libreoffice_program_resource_kmr@lati_cb4798a29
ICE03	ERROR	Invalid identifier; Table: FeatureComponents, Column: Component_, Key(s): gm_Langpack_Basis_kmr_Latn.gid_file_res_sfx_lang__libreoffice_program_resource_kmr@lati_3aa4a1d8f
ICE03	ERROR	Invalid identifier; Table: FeatureComponents, Column: Component_, Key(s): gm_Langpack_Basis_sr_Latn.gid_file_res_dkt_lang__libreoffice_program_resource_sr@latin_97d43f441
ICE03	ERROR	Invalid identifier; Table: FeatureComponents, Column: Component_, Key(s): gm_Langpack_Basis_sr_Latn.gid_file_res_scc_lang__libreoffice_program_resource_sr@latin_3b9d926a7
ICE03	ERROR	Invalid identifier; Table: FeatureComponents, Column: Component_, Key(s): gm_Langpack_Basis_sr_Latn.gid_file_res_sca_lang__libreoffice_program_resource_sr@latin_2d335429b
ICE03	ERROR	Invalid identifier; Table: FeatureComponents, Column: Component_, Key(s): gm_Langpack_Basis_sr_Latn.gid_file_res_chart_lang__libreoffice_program_resource_sr@lat_d16d3e275
ICE03	ERROR	Invalid identifier; Table: FeatureComponents, Column: Component_, Key(s): gm_Langpack_Basis_sr_Latn.gid_file_res_pcr_lang__libreoffice_program_resource_sr@latin_3bedc8ffb
ICE03	ERROR	Invalid identifier; Table: FeatureComponents, Column: Component_, Key(s): gm_Langpack_Basis_sr_Latn.gid_file_res_dba_lang__libreoffice_program_resource_sr@latin_627e4ba5e
ICE03	ERROR	Invalid identifier; Table: FeatureComponents, Column: Component_, Key(s): gm_Langpack_Basis_sr_Latn.gid_file_res_sd_lang__libreoffice_program_resource_sr@latin__4b4c97c1d
ICE03	ERROR	Invalid identifier; Table: FeatureComponents, Column: Component_, Key(s): gm_Langpack_Basis_sr_Latn.gid_file_res_xsc_lang__libreoffice_program_resource_sr@latin_d9f206640
ICE03	ERROR	Invalid identifier; Table: FeatureComponents, Column: Component_, Key(s): gm_Langpack_Basis_sr_Latn.gid_file_res_svt_lang__libreoffice_program_resource_sr@latin_276e872ba
ICE03	ERROR	Invalid identifier; Table: FeatureComponents, Column: Component_, Key(s): gm_Langpack_Basis_sr_Latn.gid_file_res_sc_lang__libreoffice_program_resource_sr@latin__52d0820a5
ICE03	ERROR	Invalid identifier; Table: FeatureComponents, Column: Component_, Key(s): gm_Langpack_Basis_sr_Latn.gid_file_res_wiz_lang__libreoffice_program_resource_sr@latin_cf8c5f312
ICE03	ERROR	Invalid identifier; Table: FeatureComponents, Column: Component_, Key(s): gm_Langpack_Basis_sr_Latn.gid_file_res_vcl_lang__libreoffice_program_resource_sr@latin_b1c9cf931
ICE03	ERROR	Invalid identifier; Table: FeatureComponents, Column: Component_, Key(s): gm_Langpack_Basis_sr_Latn.gid_file_res_rpt_lang__libreoffice_program_resource_sr@latin_357b8aa6e
ICE03	ERROR	Invalid identifier; Table: FeatureComponents, Column: Component_, Key(s): gm_Langpack_Basis_sr_Latn.gid_file_res_basctl_lang__libreoffice_program_resource_sr@la_bc3d54b09
ICE03	ERROR	Invalid identifier; Table: FeatureComponents, Column: Component_, Key(s): gm_Langpack_Basis_sr_Latn.gid_file_res_for_lang__libreoffice_program_resource_sr@latin_d655b5445
ICE03	ERROR	Invalid identifier; Table: FeatureComponents, Column: Component_, Key(s): gm_Langpack_Basis_sr_Latn.gid_file_res_sfx_lang__libreoffice_program_resource_sr@latin_789c64c86
ICE03	ERROR	Invalid identifier; Table: FeatureComponents, Column: Component_, Key(s): gm_Langpack_Basis_sr_Latn.gid_file_res_svl_lang__libreoffice_program_resource_sr@latin_3e6a1052e
ICE03	ERROR	Invalid identifier; Table: FeatureComponents, Column: Component_, Key(s): gm_Langpack_Basis_sr_Latn.gid_file_res_fwk_lang__libreoffice_program_resource_sr@latin_711d51b83
ICE03	ERROR	Invalid identifier; Table: FeatureComponents, Column: Component_, Key(s): gm_Langpack_Basis_sr_Latn.gid_file_res_uui_lang__libreoffice_program_resource_sr@latin_cf42de823
ICE03	ERROR	Invalid identifier; Table: FeatureComponents, Column: Component_, Key(s): gm_Langpack_Basis_sr_Latn.gid_file_res_flt_lang__libreoffice_program_resource_sr@latin_cebed6769
ICE03	ERROR	Invalid identifier; Table: FeatureComponents, Column: Component_, Key(s): gm_Langpack_Basis_sr_Latn.gid_file_res_oox_lang__libreoffice_program_resource_sr@latin_12bc33ac1
ICE03	ERROR	Invalid identifier; Table: FeatureComponents, Column: Component_, Key(s): gm_Langpack_Basis_sr_Latn.gid_file_res_cnr_lang__libreoffice_program_resource_sr@latin_a8bf28d61
ICE03	ERROR	Invalid identifier; Table: FeatureComponents, Column: Component_, Key(s): gm_Langpack_Basis_sr_Latn.gid_file_res_sm_lang__libreoffice_program_resource_sr@latin__966718d40
ICE03	ERROR	Invalid identifier; Table: FeatureComponents, Column: Component_, Key(s): gm_Langpack_Basis_sr_Latn.gid_file_res_avmedia_lang__libreoffice_program_resource_sr@l_ff43be4f0
ICE03	ERROR	Invalid identifier; Table: FeatureComponents, Column: Component_, Key(s): gm_Langpack_Basis_sr_Latn.gid_file_res_sb_lang__libreoffice_program_resource_sr@latin__dc8231014
ICE03	ERROR	Invalid identifier; Table: FeatureComponents, Column: Component_, Key(s): gm_Langpack_Basis_sr_Latn.gid_file_res_wpt_lang__libreoffice_program_resource_sr@latin_1f7ad03c1
ICE03	ERROR	Invalid identifier; Table: FeatureComponents, Column: Component_, Key(s): gm_Langpack_Basis_sr_Latn.gid_file_res_svx_lang__libreoffice_program_resource_sr@latin_aa9942c0f
ICE03	ERROR	Invalid identifier; Table: FeatureComponents, Column: Component_, Key(s): gm_Langpack_Basis_sr_Latn.gid_file_res_fps_lang__libreoffice_program_resource_sr@latin_dbda13a0f
ICE03	ERROR	Invalid identifier; Table: FeatureComponents, Column: Component_, Key(s): gm_Langpack_Basis_sr_Latn.gid_file_res_cui_lang__libreoffice_program_resource_sr@latin_8f6600561
ICE03	ERROR	Invalid identifier; Table: FeatureComponents, Column: Component_, Key(s): gm_Langpack_Basis_sr_Latn.gid_file_res_frm_lang__libreoffice_program_resource_sr@latin_ec4ed68ec
ICE03	ERROR	Invalid identifier; Table: FeatureComponents, Column: Component_, Key(s): gm_Langpack_Basis_sr_Latn.gid_file_res_acc_lang__libreoffice_program_resource_sr@latin_39eb9679b
ICE03	ERROR	Invalid identifier; Table: FeatureComponents, Column: Component_, Key(s): gm_Langpack_Basis_sr_Latn.gid_file_res_sw_lang__libreoffice_program_resource_sr@latin__75dda3002
ICE03	ERROR	Invalid identifier; Table: FeatureComponents, Column: Component_, Key(s): gm_Langpack_Basis_sr_Latn.gid_file_res_editeng_lang__libreoffice_program_resource_sr@l_feef65ed3
ICE06	WARNING	Column: ExtendedType of Table: CustomAction is not defined in database.
ICE31	ERROR	Control AdminNetworkLocation.DlgTitle uses undefined TextStyle MSSansBold8.
ICE33	WARNING	Reg key g_r_602 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 g_r_bmp 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 g_r_cdr 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 g_r_cgm 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 g_r_cmx 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 g_r_doc 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 g_r_docm 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 g_r_docx 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 g_r_dot 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 g_r_dotm 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 g_r_dotx 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 g_r_dxf 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 g_r_emf 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 g_r_eps 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 g_r_gif 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 g_r_iqy 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 g_r_jpe 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 g_r_jpeg 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 g_r_jpg 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 g_r_keynote 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 g_r_lwp 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 g_r_met 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 g_r_numbers 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 g_r_pcd 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 g_r_pages 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 g_r_pbm 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 g_r_pct 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 g_r_pcx 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 g_r_pdf 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 g_r_pgm 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 g_r_png 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 g_r_pot 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 g_r_potm 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 g_r_potx 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 g_r_ppm 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 g_r_pps 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 g_r_ppsx 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 g_r_ppt 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 g_r_pptm 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 g_r_pptx 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 g_r_psd 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 g_r_pub 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 g_r_ras 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 g_r_rtf 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 g_r_svg 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 g_r_tga 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 g_r_tif 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 g_r_tiff 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 g_r_uop 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 g_r_uos 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 g_r_uot 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 g_r_vdx 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 g_r_vsd 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 g_r_vsdm 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 g_r_vsdx 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 g_r_vst 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 g_r_wb2 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 g_r_webp 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 g_r_wmf 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 g_r_wpg 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 g_r_xbm 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 g_r_xlr 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 g_r_xls 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 g_r_xlsb 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 g_r_xlsm 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 g_r_xlsx 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 g_r_xlt 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 g_r_xltm 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 g_r_xltx 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 g_r_xpm 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 g_r_ms_excel 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 g_r_ms_powerpoint 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 g_r_ms_visio 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 g_r_ms_word 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 g_r_bau 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 g_r_odb 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 g_r_odm 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 g_r_office_ex_1 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 g_r_openoffice_602 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 g_r_openoffice_bmp 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 g_r_openoffice_calcdocument_1 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 g_r_openoffice_calctemplate_1 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 g_r_openoffice_cdr 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 g_r_openoffice_cgm 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 g_r_openoffice_cmx 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 g_r_openoffice_databasedocument_1 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 g_r_openoffice_doc 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 g_r_openoffice_docm 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 g_r_openoffice_docx 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 g_r_openoffice_dot 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 g_r_openoffice_dotm 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 g_r_openoffice_dotx 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 g_r_openoffice_drawdocument_1 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 g_r_openoffice_drawtemplate_1 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 g_r_openoffice_dxf 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 g_r_openoffice_emf 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 g_r_openoffice_eps 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 g_r_openoffice_gif 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 g_r_openoffice_impressdocument_1 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 g_r_openoffice_impresstemplate_1 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 g_r_openoffice_iqy 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 g_r_openoffice_jpe 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 g_r_openoffice_jpeg 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 g_r_openoffice_jpg 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 g_r_openoffice_keynote 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 g_r_openoffice_lwp 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 g_r_openoffice_mathdocument_1 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 g_r_openoffice_numbers 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 g_r_openoffice_pcd 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 g_r_openoffice_pages 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 g_r_openoffice_pbm 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 g_r_openoffice_pct 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 g_r_openoffice_pcx 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 g_r_openoffice_pdf 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 g_r_openoffice_pgm 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 g_r_openoffice_png 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 g_r_openoffice_pot 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 g_r_openoffice_potm 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 g_r_openoffice_potx 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 g_r_openoffice_ppm 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 g_r_openoffice_pps 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 g_r_openoffice_ppsx 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 g_r_openoffice_ppt 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 g_r_openoffice_pptm 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 g_r_openoffice_pptx 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 g_r_openoffice_psd 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 g_r_openoffice_pub 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 g_r_openoffice_ras 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 g_r_openoffice_rtf 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 g_r_openoffice_svg 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 g_r_openoffice_tga 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 g_r_openoffice_tif 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 g_r_openoffice_tiff 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 g_r_openoffice_uop 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 g_r_openoffice_uos 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 g_r_openoffice_uot 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 g_r_openoffice_wb2 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 g_r_openoffice_webp 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 g_r_openoffice_wmf 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 g_r_openoffice_wpg 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 g_r_openoffice_writerwebtemplate_1 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 g_r_openoffice_writerdocument_1 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 g_r_openoffice_writerglobaldocument_1 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 g_r_openoffice_writerwebdocument_1 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 g_r_openoffice_xbm 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 g_r_openoffice_xlr 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 g_r_openoffice_xls 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 g_r_openoffice_xlsb 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 g_r_openoffice_xlsm 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 g_r_openoffice_xlsx 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 g_r_openoffice_xlt 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 g_r_openoffice_xltm 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 g_r_openoffice_xltx 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 g_r_openoffice_xpm 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 g_r_otg 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 g_r_oth 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 g_r_otp 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 g_r_ots 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 g_r_ott 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 g_r_oxt 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 g_r_sdg 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 g_r_sdv 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 g_r_sob 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 g_r_soc 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 g_r_sod 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 g_r_soe 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 g_r_s_starcalcdocument_6 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 g_r_s_starcalctemplate_6 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 g_r_s_starconfigfile_6 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 g_r_s_stardrawdocument_6 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 g_r_s_stardrawtemplate_6 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 g_r_s_starimpressdocument_6 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 g_r_s_starimpresstemplate_6 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 g_r_s_starmathdocument_6 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 g_r_s_starwriterdocument_6 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 g_r_s_starwriterglobaldocument_6 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 g_r_s_starwritertemplate_1 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 g_r_s_starwritertemplate_6 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 g_r_sog 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 g_r_soh 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 g_r_sop 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 g_r_stardiv_uno_servicemanager 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 g_r_stardiv_uno_servicemanager_1 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 g_r_stc 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 g_r_std 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 g_r_sti 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 g_r_stw 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 g_r_sxg 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 g_r_thm 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 g_r_xba 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 g_r_xcs 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 g_r_xcu 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 g_r_xdl 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 g_r_fodg 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 g_r_fodp 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 g_r_fods 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 g_r_fodt 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 g_r_mml 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 g_r_odf 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 g_r_odg 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 g_r_odp 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 g_r_ods 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 g_r_odt 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 g_r_sxc 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 g_r_sxd 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 g_r_sxi 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 g_r_sxw 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 g_r_vnd_libreoffice_command 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 g_r_calcapplication is used in an unsupported way. ProgId - CLSID associations should be registered via the ProgId and Class tables. This entry may overwrite a value created through those tables.
ICE33	WARNING	Reg key g_r_openoffice_calcdocument_1_clsid is used in an unsupported way. ProgId - CLSID associations should be registered via the ProgId and Class tables. This entry may overwrite a value created through those tables.
ICE33	WARNING	Reg key g_r_openoffice_drawdocument_1_clsid is used in an unsupported way. ProgId - CLSID associations should be registered via the ProgId and Class tables. This entry may overwrite a value created through those tables.
ICE33	WARNING	Reg key g_r_openoffice_impressdocument_1_clsid is used in an unsupported way. ProgId - CLSID associations should be registered via the ProgId and Class tables. This entry may overwrite a value created through those tables.
ICE33	WARNING	Reg key g_r_openoffice_mathdocument_1_clsid is used in an unsupported way. ProgId - CLSID associations should be registered via the ProgId and Class tables. This entry may overwrite a value created through those tables.
ICE33	WARNING	Reg key g_r_openoffice_writerdocument_1_clsid is used in an unsupported way. ProgId - CLSID associations should be registered via the ProgId and Class tables. This entry may overwrite a value created through those tables.
ICE33	WARNING	Reg key g_r_s_starcalcdocument_6_clsid is used in an unsupported way. ProgId - CLSID associations should be registered via the ProgId and Class tables. This entry may overwrite a value created through those tables.
ICE33	WARNING	Reg key g_r_s_stardrawdocument_6_clsid is used in an unsupported way. ProgId - CLSID associations should be registered via the ProgId and Class tables. This entry may overwrite a value created through those tables.
ICE33	WARNING	Reg key g_r_s_starimpressdocument_6_clsid is used in an unsupported way. ProgId - CLSID associations should be registered via the ProgId and Class tables. This entry may overwrite a value created through those tables.
ICE33	WARNING	Reg key g_r_s_starmathdocument_6_clsid is used in an unsupported way. ProgId - CLSID associations should be registered via the ProgId and Class tables. This entry may overwrite a value created through those tables.
ICE33	WARNING	Reg key g_r_s_starwriterdocument_6_clsid is used in an unsupported way. ProgId - CLSID associations should be registered via the ProgId and Class tables. This entry may overwrite a value created through those tables.
ICE33	WARNING	Reg key g_r_stardiv_uno_servicemanager_1_clsid is used in an unsupported way. ProgId - CLSID associations should be registered via the ProgId and Class tables. This entry may overwrite a value created through those tables.
ICE33	WARNING	Reg key g_r_stardiv_uno_servicemanager_clsid is used in an unsupported way. ProgId - CLSID associations should be registered via the ProgId and Class tables. This entry may overwrite a value created through those tables.
ICE33	WARNING	Reg key g_r_writerapplication is used in an unsupported way. ProgId - CLSID associations should be registered via the ProgId and Class tables. This entry may overwrite a value created through those tables.
ICE33	WARNING	Reg key g_r_office_ex_curver is used in an unsupported way. Version Independent ProgId should be registered via the ProgId table. This entry may overwrite a value created through that table.
ICE33	WARNING	Reg key g_r_openoffice_calcdocument_curver is used in an unsupported way. Version Independent ProgId should be registered via the ProgId table. This entry may overwrite a value created through that table.
ICE33	WARNING	Reg key g_r_openoffice_drawdocument_curver is used in an unsupported way. Version Independent ProgId should be registered via the ProgId table. This entry may overwrite a value created through that table.
ICE33	WARNING	Reg key g_r_openoffice_mathdocument_curver is used in an unsupported way. Version Independent ProgId should be registered via the ProgId table. This entry may overwrite a value created through that table.
ICE33	WARNING	Reg key g_r_openoffice_starimpressdocument_curver is used in an unsupported way. Version Independent ProgId should be registered via the ProgId table. This entry may overwrite a value created through that table.
ICE33	WARNING	Reg key g_r_openoffice_writerwebtemplate_curver is used in an unsupported way. Version Independent ProgId should be registered via the ProgId table. This entry may overwrite a value created through that table.
ICE33	WARNING	Reg key g_r_openoffice_writerdocument_curver is used in an unsupported way. Version Independent ProgId should be registered via the ProgId table. This entry may overwrite a value created through that table.
ICE33	WARNING	Reg key g_r_openoffice_writerglobaldocument_curver is used in an unsupported way. Version Independent ProgId should be registered via the ProgId table. This entry may overwrite a value created through that table.
ICE33	WARNING	Reg key g_r_openoffice_writerwebdocument_curver is used in an unsupported way. Version Independent ProgId should be registered via the ProgId table. This entry may overwrite a value created through that table.
ICE33	WARNING	Reg key g_r_s_starcalcdocument_curver is used in an unsupported way. Version Independent ProgId should be registered via the ProgId table. This entry may overwrite a value created through that table.
ICE33	WARNING	Reg key g_r_s_stardrawdocument_curver is used in an unsupported way. Version Independent ProgId should be registered via the ProgId table. This entry may overwrite a value created through that table.
ICE33	WARNING	Reg key g_r_s_starimpressdocument_curver is used in an unsupported way. Version Independent ProgId should be registered via the ProgId table. This entry may overwrite a value created through that table.
ICE33	WARNING	Reg key g_r_s_starmathdocument_curver is used in an unsupported way. Version Independent ProgId should be registered via the ProgId table. This entry may overwrite a value created through that table.
ICE33	WARNING	Reg key g_r_s_starwriterdocument_curver is used in an unsupported way. Version Independent ProgId should be registered via the ProgId table. This entry may overwrite a value created through that table.
ICE33	WARNING	Reg key g_r_s_starwriterglobaldocument_curver is used in an unsupported way. Version Independent ProgId should be registered via the ProgId table. This entry may overwrite a value created through that table.
ICE33	WARNING	Reg key g_r_stardiv_uno_servicemanager_curver is used in an unsupported way. Version Independent ProgId should be registered via the ProgId table. This entry may overwrite a value created through that table.
ICE33	WARNING	Reg key g_r_office_ex_1_defaulticon 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 g_r_openoffice_602_defaulticon 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 g_r_openoffice_bmp_defaulticon 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 g_r_openoffice_calcdocument_1_defaulticon 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 g_r_openoffice_calctemplate_1_defaulticon 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 g_r_openoffice_cdr_defaulticon 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 g_r_openoffice_cgm_defaulticon 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 g_r_openoffice_cmx_defaulticon 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 g_r_openoffice_databasedocument_1_defaulticon 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 g_r_openoffice_doc_defaulticon 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 g_r_openoffice_docm_defaulticon 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 g_r_openoffice_docx_defaulticon 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 g_r_openoffice_dot_defaulticon 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 g_r_openoffice_dotm_defaulticon 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 g_r_openoffice_dotx_defaulticon 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 g_r_openoffice_drawdocument_1_defaulticon 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 g_r_openoffice_drawtemplate_1_defaulticon 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 g_r_openoffice_dxf_defaulticon 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 g_r_openoffice_emf_defaulticon 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 g_r_openoffice_eps_defaulticon 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 g_r_openoffice_gif_defaulticon 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 g_r_openoffice_impressdocument_1_defaulticon 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 g_r_openoffice_impresstemplate_1_defaulticon 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 g_r_openoffice_iqy_defaulticon 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 g_r_openoffice_jpe_defaulticon 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 g_r_openoffice_jpeg_defaulticon 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 g_r_openoffice_jpg_defaulticon 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 g_r_openoffice_keynote_defaulticon 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 g_r_openoffice_lwp_defaulticon 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 g_r_openoffice_mathdocument_1_defaulticon 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 g_r_openoffice_met_defaulticon 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 g_r_openoffice_numbers_defaulticon 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 g_r_openoffice_pcd_defaulticon 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 g_r_openoffice_pages_defaulticon 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 g_r_openoffice_pbm_defaulticon 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 g_r_openoffice_pct_defaulticon 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 g_r_openoffice_pcx_defaulticon 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 g_r_openoffice_pdf_defaulticon 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 g_r_openoffice_pgm_defaulticon 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 g_r_openoffice_png_defaulticon 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 g_r_openoffice_pot_defaulticon 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 g_r_openoffice_potm_defaulticon 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 g_r_openoffice_potx_defaulticon 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 g_r_openoffice_ppm_defaulticon 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 g_r_openoffice_pps_defaulticon 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 g_r_openoffice_ppsx_defaulticon 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 g_r_openoffice_ppt_defaulticon 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 g_r_openoffice_pptm_defaulticon 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 g_r_openoffice_pptx_defaulticon 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 g_r_openoffice_psd_defaulticon 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 g_r_openoffice_pub_defaulticon 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 g_r_openoffice_ras_defaulticon 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 g_r_openoffice_rtf_defaulticon 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 g_r_openoffice_svg_defaulticon 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 g_r_openoffice_tga_defaulticon 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 g_r_openoffice_tif_defaulticon 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 g_r_openoffice_tiff_defaulticon 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 g_r_openoffice_uop_defaulticon 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 g_r_openoffice_uos_defaulticon 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 g_r_openoffice_uot_defaulticon 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 g_r_openoffice_vdx_defaulticon 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 g_r_openoffice_vsd_defaulticon 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 g_r_openoffice_vsdm_defaulticon 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 g_r_openoffice_vsdx_defaulticon 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 g_r_openoffice_vst_defaulticon 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 g_r_openoffice_wb2_defaulticon 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 g_r_openoffice_webp_defaulticon 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 g_r_openoffice_wmf_defaulticon 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 g_r_openoffice_wpg_defaulticon 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 g_r_openoffice_writerwebtemplate_1_defaulticon 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 g_r_openoffice_writerdocument_1_defaulticon 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 g_r_openoffice_writerglobaldocument_1_defaulticon 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 g_r_openoffice_writertemplate_1_defaulticon 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 g_r_openoffice_xbm_defaulticon 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 g_r_openoffice_xlr_defaulticon 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 g_r_openoffice_xls_defaulticon 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 g_r_openoffice_xlsb_defaulticon 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 g_r_openoffice_xlsm_defaulticon 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 g_r_openoffice_xlsx_defaulticon 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 g_r_openoffice_xlt_defaulticon 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 g_r_openoffice_xltm_defaulticon 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 g_r_openoffice_xltx_defaulticon 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 g_r_openoffice_xpm_defaulticon 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 g_r_s_starcalcdocument_6_defaulticon 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 g_r_s_starcalctemplate_6_defaulticon 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 g_r_s_stardrawdocument_6_defaulticon 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 g_r_s_stardrawtemplate_6_defaulticon 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 g_r_s_starimpressdocument_6_defaulticon 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 g_r_s_starimpresstemplate_6_defaulticon 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 g_r_s_starmathdocument_6_defaulticon 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 g_r_s_starwriterdocument_6_defaulticon 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 g_r_s_starwriterglobaldocument_6_defaulticon 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 g_r_s_starwritertemplate_6_defaulticon 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 g_r_ms_excel_defaulticon 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 g_r_ms_powerpoint_defaulticon 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 g_r_ms_visio_defaulticon 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 g_r_ms_word_defaulticon 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 g_r_vnd_libreoffice_command_defaulticon 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 g_r_office_ex_1_shell 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 g_r_openoffice_602_shell 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 g_r_openoffice_bmp_shell 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 g_r_openoffice_calcdocument_1_shell 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 g_r_openoffice_calctemplate_1_shell 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 g_r_openoffice_cdr_shell 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 g_r_openoffice_cgm_shell 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 g_r_openoffice_cmx_shell 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 g_r_openoffice_databasedocument_1_shell 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 g_r_openoffice_doc_shell 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 g_r_openoffice_docm_shell 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 g_r_openoffice_docx_shell 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 g_r_openoffice_dot_shell 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 g_r_openoffice_dotm_shell 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 g_r_openoffice_dotx_shell 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 g_r_openoffice_drawdocument_1_shell 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 g_r_openoffice_drawtemplate_1_shell 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 g_r_openoffice_dxf_shell 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 g_r_openoffice_emf_shell 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 g_r_openoffice_eps_shell 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 g_r_openoffice_gif_shell 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 g_r_openoffice_impressdocument_1_shell 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 g_r_openoffice_impresstemplate_1_shell 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 g_r_openoffice_iqy_shell 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 g_r_openoffice_jpe_shell 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 g_r_openoffice_jpeg_shell 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 g_r_openoffice_jpg_shell 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 g_r_openoffice_keynote_shell 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 g_r_openoffice_lwp_shell 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 g_r_openoffice_mathdocument_1_shell 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 g_r_openoffice_met_shell 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 g_r_openoffice_numbers_shell 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 g_r_openoffice_pcd_shell 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 g_r_openoffice_pages_shell 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 g_r_openoffice_pbm_shell 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 g_r_openoffice_pct_shell 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 g_r_openoffice_pcx_shell 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 g_r_openoffice_pdf_shell 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 g_r_openoffice_pgm_shell 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 g_r_openoffice_png_shell 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 g_r_openoffice_pot_shell 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 g_r_openoffice_potm_shell 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 g_r_openoffice_potx_shell 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 g_r_openoffice_ppm_shell 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 g_r_openoffice_pps_shell 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 g_r_openoffice_ppsx_shell 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 g_r_openoffice_ppt_shell 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 g_r_openoffice_pptm_shell 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 g_r_openoffice_pptx_shell 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 g_r_openoffice_psd_shell 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 g_r_openoffice_pub_shell 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 g_r_openoffice_ras_shell 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 g_r_openoffice_rtf_shell 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 g_r_openoffice_svg_shell 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 g_r_openoffice_tga_shell 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 g_r_openoffice_tif_shell 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 g_r_openoffice_tiff_shell 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 g_r_openoffice_uop_shell 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 g_r_openoffice_uos_shell 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 g_r_openoffice_uot_shell 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 g_r_openoffice_vdx_shell 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 g_r_openoffice_vsd_shell 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 g_r_openoffice_vsdm_shell 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 g_r_openoffice_vsdx_shell 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 g_r_openoffice_vst_shell 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 g_r_openoffice_wb2_shell 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 g_r_openoffice_webp_shell 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 g_r_openoffice_wmf_shell 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 g_r_openoffice_wpg_shell 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 g_r_openoffice_writerwebtemplate_1_shell 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 g_r_openoffice_writerdocument_1_shell 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 g_r_openoffice_writerglobaldocument_1_shell 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 g_r_openoffice_writertemplate_1_shell 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 g_r_openoffice_xbm_shell 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 g_r_openoffice_xlr_shell 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 g_r_openoffice_xls_shell 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 g_r_openoffice_xlsb_shell 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 g_r_openoffice_xlsm_shell 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 g_r_openoffice_xlsx_shell 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 g_r_openoffice_xlt_shell 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 g_r_openoffice_xltm_shell 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 g_r_openoffice_xltx_shell 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 g_r_openoffice_xpm_shell 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 g_r_s_starcalcdocument_6_shell 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 g_r_s_starcalctemplate_6_shell 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 g_r_s_stardrawdocument_6_shell 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 g_r_s_stardrawtemplate_6_shell 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 g_r_s_starimpressdocument_6_shell 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 g_r_s_starimpresstemplate_6_shell 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 g_r_s_starmathdocument_6_shell 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 g_r_s_starwriterdocument_6_shell 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 g_r_s_starwriterglobaldocument_6_shell 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 g_r_s_starwritertemplate_6_shell 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 g_r_office_ex_1_shell_open 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 g_r_openoffice_602_shell_new 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 g_r_openoffice_bmp_shell_new 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 g_r_openoffice_calcdocument_1_shell_new 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 g_r_openoffice_calctemplate_1_shell_new 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 g_r_openoffice_cdr_shell_new 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 g_r_openoffice_cgm_shell_new 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 g_r_openoffice_cmx_shell_new 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 g_r_openoffice_doc_shell_new 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 g_r_openoffice_docm_shell_new 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 g_r_openoffice_docx_shell_new 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 g_r_openoffice_dot_shell_new 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 g_r_openoffice_dotm_shell_new 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 g_r_openoffice_dotx_shell_new 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 g_r_openoffice_drawdocument_1_shell_new 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 g_r_openoffice_drawtemplate_1_shell_new 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 g_r_openoffice_dxf_shell_new 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 g_r_openoffice_emf_shell_new 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 g_r_openoffice_eps_shell_new 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 g_r_openoffice_gif_shell_new 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 g_r_openoffice_impressdocument_1_shell_new 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 g_r_openoffice_impressdocument_1_shell_show 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 g_r_openoffice_impresstemplate_1_shell_new 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 g_r_openoffice_jpe_shell_new 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 g_r_openoffice_jpeg_shell_new 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 g_r_openoffice_jpg_shell_new 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 g_r_openoffice_keynote_shell_new 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 g_r_openoffice_lwp_shell_new 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 g_r_openoffice_mathdocument_1_shell_new 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 g_r_openoffice_met_shell_new 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 g_r_openoffice_numbers_shell_new 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 g_r_openoffice_pcd_shell_new 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 g_r_openoffice_pages_shell_new 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 g_r_openoffice_pbm_shell_new 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 g_r_openoffice_pct_shell_new 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 g_r_openoffice_pcx_shell_new 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 g_r_openoffice_pdf_shell_new 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 g_r_openoffice_pgm_shell_new 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 g_r_openoffice_png_shell_new 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 g_r_openoffice_pot_shell_new 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 g_r_openoffice_potm_shell_new 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 g_r_openoffice_potx_shell_new 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 g_r_openoffice_ppm_shell_new 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 g_r_openoffice_pps_shell_new 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 g_r_openoffice_ppsx_shell_new 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 g_r_openoffice_ppt_shell_new 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 g_r_openoffice_pptm_shell_new 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 g_r_openoffice_pptx_shell_new 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 g_r_openoffice_psd_shell_new 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 g_r_openoffice_pub_shell_new 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 g_r_openoffice_ras_shell_new 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 g_r_openoffice_rtf_shell_new 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 g_r_openoffice_svg_shell_new 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 g_r_openoffice_tga_shell_new 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 g_r_openoffice_tif_shell_new 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 g_r_openoffice_tiff_shell_new 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 g_r_openoffice_uop_shell_new 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 g_r_openoffice_uos_shell_new 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 g_r_openoffice_uot_shell_new 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 g_r_openoffice_vdx_shell_new 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 g_r_openoffice_vsd_shell_new 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 g_r_openoffice_vsdm_shell_new 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 g_r_openoffice_vsdx_shell_new 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 g_r_openoffice_vst_shell_new 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 g_r_openoffice_wb2_shell_new 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 g_r_openoffice_webp_shell_new 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 g_r_openoffice_wmf_shell_new 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 g_r_openoffice_wpg_shell_new 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 g_r_openoffice_writerwebtemplate_1_shell_new 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 g_r_openoffice_writerdocument_1_shell_new 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 g_r_openoffice_writerglobaldocument_1_shell_new 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 g_r_openoffice_writertemplate_1_shell_new 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 g_r_openoffice_xbm_shell_new 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 g_r_openoffice_xlr_shell_new 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 g_r_openoffice_xls_shell_new 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 g_r_openoffice_xlsb_shell_new 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 g_r_openoffice_xlsm_shell_new 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 g_r_openoffice_xlsx_shell_new 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 g_r_openoffice_xlt_shell_new 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 g_r_openoffice_xltm_shell_new 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 g_r_openoffice_xltx_shell_new 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 g_r_openoffice_xpm_shell_new 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 g_r_s_starcalcdocument_6_shell_new 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 g_r_s_starcalctemplate_6_shell_new 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 g_r_s_stardrawdocument_6_shell_new 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 g_r_s_stardrawtemplate_6_shell_new 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 g_r_s_starimpressdocument_6_shell_new 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 g_r_s_starimpressdocument_6_shell_show 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 g_r_s_starimpresstemplate_6_shell_new 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 g_r_s_starmathdocument_6_shell_new 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 g_r_s_starwriterdocument_6_shell_new 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 g_r_s_starwriterglobaldocument_6_shell_new 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 g_r_s_starwritertemplate_6_shell_new 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 g_r_office_ex_1_shell_open_command 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 g_r_openoffice_602_shell_new_command 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 g_r_openoffice_602_shell_open_command 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 g_r_openoffice_602_shell_print_command 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 g_r_openoffice_602_shell_printto_command 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 g_r_openoffice_bmp_shell_new_command 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 g_r_openoffice_bmp_shell_open_command 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 g_r_openoffice_bmp_shell_print_command 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 g_r_openoffice_bmp_shell_printto_command 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 g_r_openoffice_calcdocument_1_shell_new_command 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 g_r_openoffice_calcdocument_1_shell_open_command 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 g_r_openoffice_calcdocument_1_shell_print_command 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 g_r_openoffice_calcdocument_1_shell_printto_command 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 g_r_openoffice_calctemplate_1_shell_new_command 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 g_r_openoffice_calctemplate_1_shell_open_command 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 g_r_openoffice_calctemplate_1_shell_print_command 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 g_r_openoffice_calctemplate_1_shell_printto_command 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 g_r_openoffice_cdr_shell_new_command 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 g_r_openoffice_cdr_shell_open_command 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 g_r_openoffice_cdr_shell_print_command 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 g_r_openoffice_cdr_shell_printto_command 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 g_r_openoffice_cgm_shell_new_command 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 g_r_openoffice_cgm_shell_open_command 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 g_r_openoffice_cgm_shell_print_command 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 g_r_openoffice_cgm_shell_printto_command 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 g_r_openoffice_cmx_shell_new_command 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 g_r_openoffice_cmx_shell_open_command 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 g_r_openoffice_cmx_shell_print_command 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 g_r_openoffice_cmx_shell_printto_command 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 g_r_openoffice_databasedocument_1_shell_open_command 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 g_r_openoffice_doc_shell_new_command 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 g_r_openoffice_doc_shell_open_command 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 g_r_openoffice_doc_shell_print_command 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 g_r_openoffice_doc_shell_printto_command 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 g_r_openoffice_docm_shell_new_command 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 g_r_openoffice_docm_shell_open_command 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 g_r_openoffice_docm_shell_print_command 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 g_r_openoffice_docm_shell_printto_command 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 g_r_openoffice_docx_shell_new_command 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 g_r_openoffice_docx_shell_open_command 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 g_r_openoffice_docx_shell_print_command 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 g_r_openoffice_docx_shell_printto_command 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 g_r_openoffice_dot_shell_new_command 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 g_r_openoffice_dot_shell_open_command 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 g_r_openoffice_dot_shell_print_command 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 g_r_openoffice_dot_shell_printto_command 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 g_r_openoffice_dotm_shell_new_command 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 g_r_openoffice_dotm_shell_open_command 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 g_r_openoffice_dotm_shell_print_command 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 g_r_openoffice_dotm_shell_printto_command 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 g_r_openoffice_dotx_shell_new_command 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 g_r_openoffice_dotx_shell_open_command 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 g_r_openoffice_dotx_shell_print_command 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 g_r_openoffice_dotx_shell_printto_command 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 g_r_openoffice_drawdocument_1_shell_new_command 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 g_r_openoffice_drawdocument_1_shell_open_command 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 g_r_openoffice_drawdocument_1_shell_print_command 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 g_r_openoffice_drawdocument_1_shell_printto_command 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 g_r_openoffice_drawtemplate_1_shell_new_command 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 g_r_openoffice_drawtemplate_1_shell_open_command 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 g_r_openoffice_drawtemplate_1_shell_print_command 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 g_r_openoffice_drawtemplate_1_shell_printto_command 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 g_r_openoffice_dxf_shell_new_command 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 g_r_openoffice_dxf_shell_open_command 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 g_r_openoffice_dxf_shell_print_command 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 g_r_openoffice_dxf_shell_printto_command 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 g_r_openoffice_emf_shell_new_command 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 g_r_openoffice_emf_shell_open_command 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 g_r_openoffice_emf_shell_print_command 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 g_r_openoffice_emf_shell_printto_command 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 g_r_openoffice_eps_shell_new_command 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 g_r_openoffice_eps_shell_open_command 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 g_r_openoffice_eps_shell_print_command 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 g_r_openoffice_eps_shell_printto_command 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 g_r_openoffice_gif_shell_new_command 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 g_r_openoffice_gif_shell_open_command 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 g_r_openoffice_gif_shell_print_command 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 g_r_openoffice_gif_shell_printto_command 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 g_r_openoffice_impressdocument_1_shell_new_command 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 g_r_openoffice_impressdocument_1_shell_open_command 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 g_r_openoffice_impressdocument_1_shell_print_command 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 g_r_openoffice_impressdocument_1_shell_printto_command 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 g_r_openoffice_impressdocument_1_shell_show_command 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 g_r_openoffice_impresstemplate_1_shell_new_command 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 g_r_openoffice_impresstemplate_1_shell_open_command 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 g_r_openoffice_impresstemplate_1_shell_print_command 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 g_r_openoffice_impresstemplate_1_shell_printto_command 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 g_r_openoffice_iqy_shell_open_command 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 g_r_openoffice_jpe_shell_new_command 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 g_r_openoffice_jpe_shell_open_command 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 g_r_openoffice_jpe_shell_print_command 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 g_r_openoffice_jpe_shell_printto_command 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 g_r_openoffice_jpeg_shell_new_command 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 g_r_openoffice_jpeg_shell_open_command 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 g_r_openoffice_jpeg_shell_print_command 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 g_r_openoffice_jpeg_shell_printto_command 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 g_r_openoffice_jpg_shell_new_command 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 g_r_openoffice_jpg_shell_open_command 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 g_r_openoffice_jpg_shell_print_command 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 g_r_openoffice_jpg_shell_printto_command 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 g_r_openoffice_keynote_shell_new_command 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 g_r_openoffice_keynote_shell_open_command 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 g_r_openoffice_keynote_shell_print_command 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 g_r_openoffice_keynote_shell_printto_command 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 g_r_openoffice_lwp_shell_new_command 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 g_r_openoffice_lwp_shell_open_command 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 g_r_openoffice_lwp_shell_print_command 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 g_r_openoffice_lwp_shell_printto_command 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 g_r_openoffice_mathdocument_1_shell_new_command 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 g_r_openoffice_mathdocument_1_shell_open_command 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 g_r_openoffice_mathdocument_1_shell_print_command 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 g_r_openoffice_mathdocument_1_shell_printto_command 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 g_r_openoffice_met_shell_new_command 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 g_r_openoffice_met_shell_open_command 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 g_r_openoffice_met_shell_print_command 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 g_r_openoffice_met_shell_printto_command 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 g_r_openoffice_numbers_shell_new_command 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 g_r_openoffice_numbers_shell_open_command 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 g_r_openoffice_numbers_shell_print_command 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 g_r_openoffice_numbers_shell_printto_command 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 g_r_openoffice_pcd_shell_new_command 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 g_r_openoffice_pcd_shell_open_command 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 g_r_openoffice_pcd_shell_print_command 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 g_r_openoffice_pcd_shell_printto_command 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 g_r_openoffice_pages_shell_new_command 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 g_r_openoffice_pages_shell_open_command 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 g_r_openoffice_pages_shell_print_command 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 g_r_openoffice_pages_shell_printto_command 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 g_r_openoffice_pbm_shell_new_command 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 g_r_openoffice_pbm_shell_open_command 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 g_r_openoffice_pbm_shell_print_command 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 g_r_openoffice_pbm_shell_printto_command 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 g_r_openoffice_pct_shell_new_command 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 g_r_openoffice_pct_shell_open_command 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 g_r_openoffice_pct_shell_print_command 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 g_r_openoffice_pct_shell_printto_command 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 g_r_openoffice_pcx_shell_new_command 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 g_r_openoffice_pcx_shell_open_command 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 g_r_openoffice_pcx_shell_print_command 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 g_r_openoffice_pcx_shell_printto_command 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 g_r_openoffice_pdf_shell_new_command 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 g_r_openoffice_pdf_shell_open_command 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 g_r_openoffice_pdf_shell_print_command 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 g_r_openoffice_pdf_shell_printto_command 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 g_r_openoffice_pgm_shell_new_command 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 g_r_openoffice_pgm_shell_open_command 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 g_r_openoffice_pgm_shell_print_command 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 g_r_openoffice_pgm_shell_printto_command 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 g_r_openoffice_png_shell_new_command 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 g_r_openoffice_png_shell_open_command 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 g_r_openoffice_png_shell_print_command 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 g_r_openoffice_png_shell_printto_command 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 g_r_openoffice_pot_shell_new_command 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 g_r_openoffice_pot_shell_open_command 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 g_r_openoffice_pot_shell_print_command 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 g_r_openoffice_pot_shell_printto_command 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 g_r_openoffice_potm_shell_new_command 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 g_r_openoffice_potm_shell_open_command 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 g_r_openoffice_potm_shell_print_command 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 g_r_openoffice_potm_shell_printto_command 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 g_r_openoffice_potx_shell_new_command 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 g_r_openoffice_potx_shell_open_command 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 g_r_openoffice_potx_shell_print_command 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 g_r_openoffice_potx_shell_printto_command 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 g_r_openoffice_ppm_shell_new_command 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 g_r_openoffice_ppm_shell_open_command 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 g_r_openoffice_ppm_shell_print_command 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 g_r_openoffice_ppm_shell_printto_command 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 g_r_openoffice_pps_shell_new_command 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 g_r_openoffice_pps_shell_open_command 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 g_r_openoffice_pps_shell_print_command 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 g_r_openoffice_pps_shell_printto_command 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 g_r_openoffice_ppsx_shell_new_command 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 g_r_openoffice_ppsx_shell_open_command 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 g_r_openoffice_ppsx_shell_print_command 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 g_r_openoffice_ppsx_shell_printto_command 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 g_r_openoffice_ppt_shell_new_command 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 g_r_openoffice_ppt_shell_open_command 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 g_r_openoffice_ppt_shell_print_command 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 g_r_openoffice_ppt_shell_printto_command 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 g_r_openoffice_pptm_shell_new_command 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 g_r_openoffice_pptm_shell_open_command 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 g_r_openoffice_pptm_shell_print_command 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 g_r_openoffice_pptm_shell_printto_command 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 g_r_openoffice_pptx_shell_new_command 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 g_r_openoffice_pptx_shell_open_command 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 g_r_openoffice_pptx_shell_print_command 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 g_r_openoffice_pptx_shell_printto_command 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 g_r_openoffice_psd_shell_new_command 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 g_r_openoffice_psd_shell_open_command 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 g_r_openoffice_psd_shell_print_command 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 g_r_openoffice_psd_shell_printto_command 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 g_r_openoffice_pub_shell_new_command 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 g_r_openoffice_pub_shell_open_command 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 g_r_openoffice_pub_shell_print_command 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 g_r_openoffice_pub_shell_printto_command 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 g_r_openoffice_ras_shell_new_command 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 g_r_openoffice_ras_shell_open_command 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 g_r_openoffice_ras_shell_print_command 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 g_r_openoffice_ras_shell_printto_command 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 g_r_openoffice_rtf_shell_new_command 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 g_r_openoffice_rtf_shell_open_command 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 g_r_openoffice_rtf_shell_print_command 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 g_r_openoffice_rtf_shell_printto_command 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 g_r_openoffice_svg_shell_new_command 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 g_r_openoffice_svg_shell_open_command 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 g_r_openoffice_svg_shell_print_command 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 g_r_openoffice_svg_shell_printto_command 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 g_r_openoffice_tga_shell_new_command 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 g_r_openoffice_tga_shell_open_command 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 g_r_openoffice_tga_shell_print_command 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 g_r_openoffice_tga_shell_printto_command 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 g_r_openoffice_tif_shell_new_command 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 g_r_openoffice_tif_shell_open_command 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 g_r_openoffice_tif_shell_print_command 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 g_r_openoffice_tif_shell_printto_command 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 g_r_openoffice_tiff_shell_new_command 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 g_r_openoffice_tiff_shell_open_command 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 g_r_openoffice_tiff_shell_print_command 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 g_r_openoffice_tiff_shell_printto_command 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 g_r_openoffice_uop_shell_new_command 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 g_r_openoffice_uop_shell_open_command 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 g_r_openoffice_uop_shell_print_command 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 g_r_openoffice_uop_shell_printto_command 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 g_r_openoffice_uos_shell_new_command 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 g_r_openoffice_uos_shell_open_command 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 g_r_openoffice_uos_shell_print_command 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 g_r_openoffice_uos_shell_printto_command 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 g_r_openoffice_uot_shell_new_command 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 g_r_openoffice_uot_shell_open_command 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 g_r_openoffice_uot_shell_print_command 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 g_r_openoffice_uot_shell_printto_command 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 g_r_openoffice_vdx_shell_new_command 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 g_r_openoffice_vdx_shell_open_command 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 g_r_openoffice_vdx_shell_print_command 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 g_r_openoffice_vdx_shell_printto_command 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 g_r_openoffice_vsd_shell_new_command 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 g_r_openoffice_vsd_shell_open_command 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 g_r_openoffice_vsd_shell_print_command 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 g_r_openoffice_vsd_shell_printto_command 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 g_r_openoffice_vsdm_shell_new_command 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 g_r_openoffice_vsdm_shell_open_command 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 g_r_openoffice_vsdm_shell_print_command 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 g_r_openoffice_vsdm_shell_printto_command 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 g_r_openoffice_vsdx_shell_new_command 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 g_r_openoffice_vsdx_shell_open_command 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 g_r_openoffice_vsdx_shell_print_command 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 g_r_openoffice_vsdx_shell_printto_command 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 g_r_openoffice_vst_shell_new_command 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 g_r_openoffice_vst_shell_open_command 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 g_r_openoffice_vst_shell_print_command 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 g_r_openoffice_vst_shell_printto_command 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 g_r_openoffice_wb2_shell_new_command 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 g_r_openoffice_wb2_shell_open_command 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 g_r_openoffice_wb2_shell_print_command 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 g_r_openoffice_wb2_shell_printto_command 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 g_r_openoffice_webp_shell_new_command 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 g_r_openoffice_webp_shell_open_command 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 g_r_openoffice_webp_shell_print_command 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 g_r_openoffice_webp_shell_printto_command 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 g_r_openoffice_wmf_shell_new_command 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 g_r_openoffice_wmf_shell_open_command 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 g_r_openoffice_wmf_shell_print_command 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 g_r_openoffice_wmf_shell_printto_command 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 g_r_openoffice_wpg_shell_new_command 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 g_r_openoffice_wpg_shell_open_command 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 g_r_openoffice_wpg_shell_print_command 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 g_r_openoffice_wpg_shell_printto_command 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 g_r_openoffice_writerwebtemplate_1_shell_new_command 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 g_r_openoffice_writerwebtemplate_1_shell_open_command 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 g_r_openoffice_writerwebtemplate_1_shell_print_command 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 g_r_openoffice_writerwebtemplate_1_shell_printto_command 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 g_r_openoffice_writerdocument_1_shell_new_command 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 g_r_openoffice_writerdocument_1_shell_open_command 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 g_r_openoffice_writerdocument_1_shell_print_command 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 g_r_openoffice_writerdocument_1_shell_printto_command 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 g_r_openoffice_writerglobaldocument_1_shell_new_command 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 g_r_openoffice_writerglobaldocument_1_shell_open_command 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 g_r_openoffice_writerglobaldocument_1_shell_print_command 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 g_r_openoffice_writerglobaldocument_1_shell_printto_command 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 g_r_openoffice_writertemplate_1_shell_new_command 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 g_r_openoffice_writertemplate_1_shell_open_command 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 g_r_openoffice_writertemplate_1_shell_print_command 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 g_r_openoffice_writertemplate_1_shell_printto_command 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 g_r_openoffice_writerwebdocument_1_shell_open_command 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 g_r_openoffice_xbm_shell_new_command 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 g_r_openoffice_xbm_shell_open_command 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 g_r_openoffice_xbm_shell_print_command 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 g_r_openoffice_xbm_shell_printto_command 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 g_r_openoffice_xlr_shell_new_command 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 g_r_openoffice_xlr_shell_open_command 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 g_r_openoffice_xlr_shell_print_command 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 g_r_openoffice_xlr_shell_printto_command 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 g_r_openoffice_xls_shell_new_command 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 g_r_openoffice_xls_shell_open_command 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 g_r_openoffice_xls_shell_print_command 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 g_r_openoffice_xls_shell_printto_command 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 g_r_openoffice_xlsb_shell_new_command 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 g_r_openoffice_xlsb_shell_open_command 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 g_r_openoffice_xlsb_shell_print_command 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 g_r_openoffice_xlsb_shell_printto_command 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 g_r_openoffice_xlsm_shell_new_command 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 g_r_openoffice_xlsm_shell_open_command 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 g_r_openoffice_xlsm_shell_print_command 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 g_r_openoffice_xlsm_shell_printto_command 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 g_r_openoffice_xlsx_shell_new_command 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 g_r_openoffice_xlsx_shell_open_command 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 g_r_openoffice_xlsx_shell_print_command 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 g_r_openoffice_xlsx_shell_printto_command 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 g_r_openoffice_xlt_shell_new_command 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 g_r_openoffice_xlt_shell_open_command 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 g_r_openoffice_xlt_shell_print_command 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 g_r_openoffice_xlt_shell_printto_command 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 g_r_openoffice_xltm_shell_new_command 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 g_r_openoffice_xltm_shell_open_command 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 g_r_openoffice_xltm_shell_print_command 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 g_r_openoffice_xltm_shell_printto_command 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 g_r_openoffice_xltx_shell_new_command 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 g_r_openoffice_xltx_shell_open_command 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 g_r_openoffice_xltx_shell_print_command 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 g_r_openoffice_xltx_shell_printto_command 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 g_r_openoffice_xpm_shell_new_command 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 g_r_openoffice_xpm_shell_open_command 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 g_r_openoffice_xpm_shell_print_command 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 g_r_openoffice_xpm_shell_printto_command 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 g_r_s_starcalcdocument_6_shell_new_command 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 g_r_s_starcalcdocument_6_shell_open_command 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 g_r_s_starcalcdocument_6_shell_print_command 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 g_r_s_starcalcdocument_6_shell_printto_command 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 g_r_s_starcalctemplate_6_shell_new_command 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 g_r_s_starcalctemplate_6_shell_open_command 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 g_r_s_starcalctemplate_6_shell_print_command 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 g_r_s_starcalctemplate_6_shell_printto_command 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 g_r_s_stardrawdocument_6_shell_new_command 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 g_r_s_stardrawdocument_6_shell_open_command 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 g_r_s_stardrawdocument_6_shell_print_command 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 g_r_s_stardrawdocument_6_shell_printto_command 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 g_r_s_stardrawtemplate_6_shell_new_command 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 g_r_s_stardrawtemplate_6_shell_open_command 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 g_r_s_stardrawtemplate_6_shell_print_command 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 g_r_s_stardrawtemplate_6_shell_printto_command 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 g_r_s_starimpressdocument_6_shell_new_command 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 g_r_s_starimpressdocument_6_shell_open_command 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 g_r_s_starimpressdocument_6_shell_print_command 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 g_r_s_starimpressdocument_6_shell_printto_command 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 g_r_s_starimpressdocument_6_shell_show_command 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 g_r_s_starimpresstemplate_6_shell_new_command 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 g_r_s_starimpresstemplate_6_shell_open_command 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 g_r_s_starimpresstemplate_6_shell_print_command 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 g_r_s_starimpresstemplate_6_shell_printto_command 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 g_r_s_starmathdocument_6_shell_new_command 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 g_r_s_starmathdocument_6_shell_open_command 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 g_r_s_starmathdocument_6_shell_print_command 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 g_r_s_starmathdocument_6_shell_printto_command 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 g_r_s_starwriterdocument_6_shell_new_command 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 g_r_s_starwriterdocument_6_shell_open_command 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 g_r_s_starwriterdocument_6_shell_print_command 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 g_r_s_starwriterdocument_6_shell_printto_command 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 g_r_s_starwriterglobaldocument_6_shell_new_command 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 g_r_s_starwriterglobaldocument_6_shell_open_command 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 g_r_s_starwriterglobaldocument_6_shell_print_command 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 g_r_s_starwriterglobaldocument_6_shell_printto_command 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 g_r_s_starwritertemplate_6_shell_new_command 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 g_r_s_starwritertemplate_6_shell_open_command 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 g_r_s_starwritertemplate_6_shell_print_command 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 g_r_s_starwritertemplate_6_shell_printto_command 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 g_r_ms_excel_shell_open_command 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 g_r_ms_powerpoint_shell_open_command 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 g_r_ms_visio_shell_open_command 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 g_r_ms_word_shell_open_command 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 g_r_vnd_libreoffice_command_shell_open_command 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 g_r_602 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 g_r_bmp 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 g_r_cdr 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 g_r_cgm 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 g_r_cmx 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 g_r_doc 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 g_r_docm 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 g_r_docx 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 g_r_dot 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 g_r_dotm 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 g_r_dotx 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 g_r_dxf 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 g_r_emf 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 g_r_eps 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 g_r_gif 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 g_r_iqy 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 g_r_jpe 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 g_r_jpeg 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 g_r_jpg 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 g_r_keynote 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 g_r_lwp 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 g_r_met 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 g_r_numbers 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 g_r_pcd 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 g_r_pages 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 g_r_pbm 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 g_r_pct 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 g_r_pcx 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 g_r_pdf 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 g_r_pgm 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 g_r_png 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 g_r_pot 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 g_r_potm 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 g_r_potx 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 g_r_ppm 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 g_r_pps 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 g_r_ppsx 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 g_r_ppt 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 g_r_pptm 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 g_r_pptx 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 g_r_psd 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 g_r_pub 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 g_r_ras 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 g_r_rtf 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 g_r_svg 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 g_r_tga 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 g_r_tif 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 g_r_tiff 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 g_r_uop 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 g_r_uos 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 g_r_uot 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 g_r_vdx 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 g_r_vsd 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 g_r_vsdm 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 g_r_vsdx 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 g_r_vst 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 g_r_wb2 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 g_r_webp 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 g_r_wmf 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 g_r_wpg 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 g_r_xbm 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 g_r_xlr 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 g_r_xls 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 g_r_xlsb 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 g_r_xlsm 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 g_r_xlsx 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 g_r_xlt 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 g_r_xltm 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 g_r_xltx 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 g_r_xpm 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 g_r_bau 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 g_r_odb 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 g_r_odm 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 g_r_otg 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 g_r_oth 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 g_r_otp 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 g_r_ots 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 g_r_ott 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 g_r_oxt 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 g_r_sdg 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 g_r_sdv 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 g_r_sob 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 g_r_soc 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 g_r_sod 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 g_r_soe 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 g_r_sog 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 g_r_soh 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 g_r_sop 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 g_r_stc 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 g_r_std 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 g_r_sti 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 g_r_stw 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 g_r_sxg 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 g_r_thm 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 g_r_xba 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 g_r_xcs 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 g_r_xcu 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 g_r_xdl 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 g_r_fodg 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 g_r_fodp 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 g_r_fods 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 g_r_fodt 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 g_r_mml 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 g_r_odf 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 g_r_odg 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 g_r_odp 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 g_r_ods 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 g_r_odt 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 g_r_sxc 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 g_r_sxd 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 g_r_sxi 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 g_r_sxw 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 g_r_appid_df595024_3257_41b3_bcf1_a51515ad205e_ is used in an unsupported way. This AppID named value should be registered in the AppId table. This entry may overwrite a value created through that table.
ICE33	WARNING	Reg key g_r_c_30a2652a_ddf7_45e7_aca6_3eab26fc8a4e_ is used in an unsupported way. CLSIDs should be registered via the Class table. This entry may overwrite a value created through that table.
ICE33	WARNING	Reg key g_r_c_41662fc2_0d57_4aff_ab27_ad2e12e7c273_ is used in an unsupported way. CLSIDs should be registered via the Class table. This entry may overwrite a value created through that table.
ICE33	WARNING	Reg key g_r_c_d0484de6_aaee_468a_991f_8d4b0737b57a_ is used in an unsupported way. CLSIDs should be registered via the Class table. This entry may overwrite a value created through that table.
ICE33	WARNING	Reg key g_r_c_e5a0b632_dfba_4549_9346_e414da06e6f8_ is used in an unsupported way. CLSIDs should be registered via the Class table. This entry may overwrite a value created through that table.
ICE33	WARNING	Reg key g_r_c_7bc0e710_5703_45be_a29d_5d46d8b39262 is used in an unsupported way. CLSIDs should be registered via the Class table. This entry may overwrite a value created through that table.
ICE33	WARNING	Reg key g_r_c_7bc0e713_5703_45be_a29d_5d46d8b39262 is used in an unsupported way. CLSIDs should be registered via the Class table. This entry may overwrite a value created through that table.
ICE33	WARNING	Reg key g_r_c_ae424e85_f6df_4910_a6a9_438797986431_prophdl is used in an unsupported way. CLSIDs should be registered via the Class table. This entry may overwrite a value created through that table.
ICE33	WARNING	Reg key g_r_c_3ecf78f0_b1_11d2_8ebe_005ad848af_ is used in an unsupported way. CLSIDs should be registered via the Class table. This entry may overwrite a value created through that table.
ICE33	WARNING	Reg key g_r_c_448bb771_cfe2_47c4_bcdf_1fbf378e202c_ is used in an unsupported way. CLSIDs should be registered via the Class table. This entry may overwrite a value created through that table.
ICE33	WARNING	Reg key g_r_c_7b342dc4_139a_4a46_8a93_db0827ccee9c_ is used in an unsupported way. CLSIDs should be registered via the Class table. This entry may overwrite a value created through that table.
ICE33	WARNING	Reg key g_r_c_7fa8ae11_b3e3_4d88_aabf_255526cd1ce8_ is used in an unsupported way. CLSIDs should be registered via the Class table. This entry may overwrite a value created through that table.
ICE33	WARNING	Reg key g_r_c_d2d59cd1_0a6a_4d36_ae20_47817077d57c_ is used in an unsupported way. CLSIDs should be registered via the Class table. This entry may overwrite a value created through that table.
ICE33	WARNING	Reg key g_r_c_ee5d1ea4_d445_4289_b2fc_55fc93693917_ is used in an unsupported way. CLSIDs should be registered via the Class table. This entry may overwrite a value created through that table.
ICE33	WARNING	Reg key g_r_c_f616b81f_7bb8_4f22_b8a5_47428d59f8ad_ is used in an unsupported way. CLSIDs should be registered via the Class table. This entry may overwrite a value created through that table.
ICE33	WARNING	Reg key g_r_c_30a2652a_ddf7_45e7_aca6_3eab26fc8a4e_defaulticon is used in an unsupported way. CLSID - Icon associations should be registered via the Class and Icon tables. This entry may overwrite a value created through those tables.
ICE33	WARNING	Reg key g_r_c_41662fc2_0d57_4aff_ab27_ad2e12e7c273_defaulticon is used in an unsupported way. CLSID - Icon associations should be registered via the Class and Icon tables. This entry may overwrite a value created through those tables.
ICE33	WARNING	Reg key g_r_c_448bb771_cfe2_47c4_bcdf_1fbf378e202c_defaulticon is used in an unsupported way. CLSID - Icon associations should be registered via the Class and Icon tables. This entry may overwrite a value created through those tables.
ICE33	WARNING	Reg key g_r_c_7b342dc4_139a_4a46_8a93_db0827ccee9c_defaulticon is used in an unsupported way. CLSID - Icon associations should be registered via the Class and Icon tables. This entry may overwrite a value created through those tables.
ICE33	WARNING	Reg key g_r_c_7fa8ae11_b3e3_4d88_aabf_255526cd1ce8_defaulticon is used in an unsupported way. CLSID - Icon associations should be registered via the Class and Icon tables. This entry may overwrite a value created through those tables.
ICE33	WARNING	Reg key g_r_c_d0484de6_aaee_468a_991f_8d4b0737b57a_defaulticon is used in an unsupported way. CLSID - Icon associations should be registered via the Class and Icon tables. This entry may overwrite a value created through those tables.
ICE33	WARNING	Reg key g_r_c_d2d59cd1_0a6a_4d36_ae20_47817077d57c_defaulticon is used in an unsupported way. CLSID - Icon associations should be registered via the Class and Icon tables. This entry may overwrite a value created through those tables.
ICE33	WARNING	Reg key g_r_c_e5a0b632_dfba_4549_9346_e414da06e6f8_defaulticon is used in an unsupported way. CLSID - Icon associations should be registered via the Class and Icon tables. This entry may overwrite a value created through those tables.
ICE33	WARNING	Reg key g_r_c_ee5d1ea4_d445_4289_b2fc_55fc93693917_defaulticon is used in an unsupported way. CLSID - Icon associations should be registered via the Class and Icon tables. This entry may overwrite a value created through those tables.
ICE33	WARNING	Reg key g_r_c_f616b81f_7bb8_4f22_b8a5_47428d59f8ad_defaulticon is used in an unsupported way. CLSID - Icon associations should be registered via the Class and Icon tables. This entry may overwrite a value created through those tables.
ICE33	WARNING	Reg key g_r_c_30a2652a_ddf7_45e7_aca6_3eab26fc8a4e_inprochandler32 is used in an unsupported way. CLSID DefInprocHandler should be registered via the Class table. This entry may overwrite a value created through that table.
ICE33	WARNING	Reg key g_r_c_41662fc2_0d57_4aff_ab27_ad2e12e7c273_inprochandler32 is used in an unsupported way. CLSID DefInprocHandler should be registered via the Class table. This entry may overwrite a value created through that table.
ICE33	WARNING	Reg key g_r_c_448bb771_cfe2_47c4_bcdf_1fbf378e202c_inprochandler32 is used in an unsupported way. CLSID DefInprocHandler should be registered via the Class table. This entry may overwrite a value created through that table.
ICE33	WARNING	Reg key g_r_c_7b342dc4_139a_4a46_8a93_db0827ccee9c_inprochandler32 is used in an unsupported way. CLSID DefInprocHandler should be registered via the Class table. This entry may overwrite a value created through that table.
ICE33	WARNING	Reg key g_r_c_7fa8ae11_b3e3_4d88_aabf_255526cd1ce8_inprochandler32 is used in an unsupported way. CLSID DefInprocHandler should be registered via the Class table. This entry may overwrite a value created through that table.
ICE33	WARNING	Reg key g_r_c_d0484de6_aaee_468a_991f_8d4b0737b57a_inprochandler32 is used in an unsupported way. CLSID DefInprocHandler should be registered via the Class table. This entry may overwrite a value created through that table.
ICE33	WARNING	Reg key g_r_c_d2d59cd1_0a6a_4d36_ae20_47817077d57c_inprochandler32 is used in an unsupported way. CLSID DefInprocHandler should be registered via the Class table. This entry may overwrite a value created through that table.
ICE33	WARNING	Reg key g_r_c_e5a0b632_dfba_4549_9346_e414da06e6f8_inprochandler32 is used in an unsupported way. CLSID DefInprocHandler should be registered via the Class table. This entry may overwrite a value created through that table.
ICE33	WARNING	Reg key g_r_c_ee5d1ea4_d445_4289_b2fc_55fc93693917_inprochandler32 is used in an unsupported way. CLSID DefInprocHandler should be registered via the Class table. This entry may overwrite a value created through that table.
ICE33	WARNING	Reg key g_r_c_f616b81f_7bb8_4f22_b8a5_47428d59f8ad_inprochandler32 is used in an unsupported way. CLSID DefInprocHandler should be registered via the Class table. This entry may overwrite a value created through that table.
ICE33	WARNING	Reg key g_r_c_087b3ae3_e237_4467_b8db_5a38ab959ac9_inprocserver32 is used in an unsupported way. CLSID contexts should be registered via the Class table. This entry may overwrite a value created through that table.
ICE33	WARNING	Reg key g_r_c_3b092f0c_7696_40e3_a80f_68d74da84210_inprocserver32 is used in an unsupported way. CLSID contexts should be registered via the Class table. This entry may overwrite a value created through that table.
ICE33	WARNING	Reg key g_r_c_63542c48_9552_494a_84f7_73aa6a7c99c1_inprocserver32 is used in an unsupported way. CLSID contexts should be registered via the Class table. This entry may overwrite a value created through that table.
ICE33	WARNING	Reg key g_r_c_7bc0e710_5703_45be_a29d_5d46d8b39262_inprocserver32 is used in an unsupported way. CLSID contexts should be registered via the Class table. This entry may overwrite a value created through that table.
ICE33	WARNING	Reg key g_r_c_ae424e85_f6df_4910_a6a9_438797986431_inprocserver32 is used in an unsupported way. CLSID contexts should be registered via the Class table. This entry may overwrite a value created through that table.
ICE33	WARNING	Reg key g_r_c_c52af81d_f7a0_4aab_8e87_f80a60ccd396_inprocserver32 is used in an unsupported way. CLSID contexts should be registered via the Class table. This entry may overwrite a value created through that table.
ICE33	WARNING	Reg key g_r_c_30a2652a_ddf7_45e7_aca6_3eab26fc8a4e_localserver32 is used in an unsupported way. CLSID contexts should be registered via the Class table. This entry may overwrite a value created through that table.
ICE33	WARNING	Reg key g_r_c_3ecf78f0_b1_11d2_8ebe_005ad848af_localserver32 is used in an unsupported way. CLSID contexts should be registered via the Class table. This entry may overwrite a value created through that table.
ICE33	WARNING	Reg key g_r_c_41662fc2_0d57_4aff_ab27_ad2e12e7c273_localserver32 is used in an unsupported way. CLSID contexts should be registered via the Class table. This entry may overwrite a value created through that table.
ICE33	WARNING	Reg key g_r_c_448bb771_cfe2_47c4_bcdf_1fbf378e202c_localserver32 is used in an unsupported way. CLSID contexts should be registered via the Class table. This entry may overwrite a value created through that table.
ICE33	WARNING	Reg key g_r_c_7b342dc4_139a_4a46_8a93_db0827ccee9c_localserver32 is used in an unsupported way. CLSID contexts should be registered via the Class table. This entry may overwrite a value created through that table.
ICE33	WARNING	Reg key g_r_c_7fa8ae11_b3e3_4d88_aabf_255526cd1ce8_localserver32 is used in an unsupported way. CLSID contexts should be registered via the Class table. This entry may overwrite a value created through that table.
ICE33	WARNING	Reg key g_r_c_82154421_0fbf_11d4_8313_005004526ab4_localserver32 is used in an unsupported way. CLSID contexts should be registered via the Class table. This entry may overwrite a value created through that table.
ICE33	WARNING	Reg key g_r_c_82154425_0fbf_11d4_8313_005004526ab4_localserver32 is used in an unsupported way. CLSID contexts should be registered via the Class table. This entry may overwrite a value created through that table.
ICE33	WARNING	Reg key g_r_c_d0484de6_aaee_468a_991f_8d4b0737b57a_localserver32 is used in an unsupported way. CLSID contexts should be registered via the Class table. This entry may overwrite a value created through that table.
ICE33	WARNING	Reg key g_r_c_d2d59cd1_0a6a_4d36_ae20_47817077d57c_localserver32 is used in an unsupported way. CLSID contexts should be registered via the Class table. This entry may overwrite a value created through that table.
ICE33	WARNING	Reg key g_r_c_e5a0b632_dfba_4549_9346_e414da06e6f8_localserver32 is used in an unsupported way. CLSID contexts should be registered via the Class table. This entry may overwrite a value created through that table.
ICE33	WARNING	Reg key g_r_c_ee5d1ea4_d445_4289_b2fc_55fc93693917_localserver32 is used in an unsupported way. CLSID contexts should be registered via the Class table. This entry may overwrite a value created through that table.
ICE33	WARNING	Reg key g_r_c_f616b81f_7bb8_4f22_b8a5_47428d59f8ad_localserver32 is used in an unsupported way. CLSID contexts should be registered via the Class table. This entry may overwrite a value created through that table.
ICE33	WARNING	Reg key g_r_c_30a2652a_ddf7_45e7_aca6_3eab26fc8a4e_progid is used in an unsupported way. CLSID - ProgId associations should be registered via the Class and ProgId tables. This entry may overwrite a value created through those tables.
ICE33	WARNING	Reg key g_r_c_3ecf78f0_b1_11d2_8ebe_005ad848af_progid is used in an unsupported way. CLSID - ProgId associations should be registered via the Class and ProgId tables. This entry may overwrite a value created through those tables.
ICE33	WARNING	Reg key g_r_c_41662fc2_0d57_4aff_ab27_ad2e12e7c273_progid is used in an unsupported way. CLSID - ProgId associations should be registered via the Class and ProgId tables. This entry may overwrite a value created through those tables.
ICE33	WARNING	Reg key g_r_c_448bb771_cfe2_47c4_bcdf_1fbf378e202c_progid is used in an unsupported way. CLSID - ProgId associations should be registered via the Class and ProgId tables. This entry may overwrite a value created through those tables.
ICE33	WARNING	Reg key g_r_c_7b342dc4_139a_4a46_8a93_db0827ccee9c_progid is used in an unsupported way. CLSID - ProgId associations should be registered via the Class and ProgId tables. This entry may overwrite a value created through those tables.
ICE33	WARNING	Reg key g_r_c_7fa8ae11_b3e3_4d88_aabf_255526cd1ce8_progid is used in an unsupported way. CLSID - ProgId associations should be registered via the Class and ProgId tables. This entry may overwrite a value created through those tables.
ICE33	WARNING	Reg key g_r_c_d0484de6_aaee_468a_991f_8d4b0737b57a_progid is used in an unsupported way. CLSID - ProgId associations should be registered via the Class and ProgId tables. This entry may overwrite a value created through those tables.
ICE33	WARNING	Reg key g_r_c_d2d59cd1_0a6a_4d36_ae20_47817077d57c_progid is used in an unsupported way. CLSID - ProgId associations should be registered via the Class and ProgId tables. This entry may overwrite a value created through those tables.
ICE33	WARNING	Reg key g_r_c_e5a0b632_dfba_4549_9346_e414da06e6f8_progid is used in an unsupported way. CLSID - ProgId associations should be registered via the Class and ProgId tables. This entry may overwrite a value created through those tables.
ICE33	WARNING	Reg key g_r_c_ee5d1ea4_d445_4289_b2fc_55fc93693917_progid is used in an unsupported way. CLSID - ProgId associations should be registered via the Class and ProgId tables. This entry may overwrite a value created through those tables.
ICE33	WARNING	Reg key g_r_c_f616b81f_7bb8_4f22_b8a5_47428d59f8ad_progid is used in an unsupported way. CLSID - ProgId associations should be registered via the Class and ProgId tables. This entry may overwrite a value created through those tables.
ICE33	WARNING	Reg key g_r_docx_mime_database is used in an unsupported way. MIME info should be registered via the MIME table. This entry may overwrite a value created through that table.
ICE33	WARNING	Reg key g_r_dotx_mime_database is used in an unsupported way. MIME info should be registered via the MIME table. This entry may overwrite a value created through that table.
ICE33	WARNING	Reg key g_r_odb_mime_database is used in an unsupported way. MIME info should be registered via the MIME table. This entry may overwrite a value created through that table.
ICE33	WARNING	Reg key g_r_odf_mime_database is used in an unsupported way. MIME info should be registered via the MIME table. This entry may overwrite a value created through that table.
ICE33	WARNING	Reg key g_r_odg_mime_database is used in an unsupported way. MIME info should be registered via the MIME table. This entry may overwrite a value created through that table.
ICE33	WARNING	Reg key g_r_odm_mime_database is used in an unsupported way. MIME info should be registered via the MIME table. This entry may overwrite a value created through that table.
ICE33	WARNING	Reg key g_r_odp_mime_database is used in an unsupported way. MIME info should be registered via the MIME table. This entry may overwrite a value created through that table.
ICE33	WARNING	Reg key g_r_ods_mime_database is used in an unsupported way. MIME info should be registered via the MIME table. This entry may overwrite a value created through that table.
ICE33	WARNING	Reg key g_r_odt_mime_database is used in an unsupported way. MIME info should be registered via the MIME table. This entry may overwrite a value created through that table.
ICE33	WARNING	Reg key g_r_oth_mime_database is used in an unsupported way. MIME info should be registered via the MIME table. This entry may overwrite a value created through that table.
ICE33	WARNING	Reg key g_r_oxt_mime_database is used in an unsupported way. MIME info should be registered via the MIME table. This entry may overwrite a value created through that table.
ICE33	WARNING	Reg key g_r_potx_mime_database is used in an unsupported way. MIME info should be registered via the MIME table. This entry may overwrite a value created through that table.
ICE33	WARNING	Reg key g_r_ppsx_mime_database is used in an unsupported way. MIME info should be registered via the MIME table. This entry may overwrite a value created through that table.
ICE33	WARNING	Reg key g_r_pptx_mime_database is used in an unsupported way. MIME info should be registered via the MIME table. This entry may overwrite a value created through that table.
ICE33	WARNING	Reg key g_r_sxc_mime_database is used in an unsupported way. MIME info should be registered via the MIME table. This entry may overwrite a value created through that table.
ICE33	WARNING	Reg key g_r_sxd_mime_database is used in an unsupported way. MIME info should be registered via the MIME table. This entry may overwrite a value created through that table.
ICE33	WARNING	Reg key g_r_sxg_mime_database is used in an unsupported way. MIME info should be registered via the MIME table. This entry may overwrite a value created through that table.
ICE33	WARNING	Reg key g_r_sxi_mime_database is used in an unsupported way. MIME info should be registered via the MIME table. This entry may overwrite a value created through that table.
ICE33	WARNING	Reg key g_r_sxm_mime_database is used in an unsupported way. MIME info should be registered via the MIME table. This entry may overwrite a value created through that table.
ICE33	WARNING	Reg key g_r_sxw_mime_database is used in an unsupported way. MIME info should be registered via the MIME table. This entry may overwrite a value created through that table.
ICE33	WARNING	Reg key g_r_vor_mime_database is used in an unsupported way. MIME info should be registered via the MIME table. This entry may overwrite a value created through that table.
ICE33	WARNING	Reg key g_r_xlsx_mime_database is used in an unsupported way. MIME info should be registered via the MIME table. This entry may overwrite a value created through that table.
ICE33	WARNING	Reg key g_r_xltx_mime_database is used in an unsupported way. MIME info should be registered via the MIME table. This entry may overwrite a value created through that table.
ICE33	WARNING	Reg key g_r_mediatype_defext_iqy is used in an unsupported way. MIME info should be registered via the MIME table. This entry may overwrite a value created through that table.
ICE57	WARNING	Component 'auto_base_brand_exe_sbase__libreoffice_program' has both per-user and per-machine data with an HKCU Registry KeyPath.
ICE57	WARNING	Component 'auto_brand_exe_soffice_exe__libreoffice_program' has both per-user and per-machine data with an HKCU Registry KeyPath.
ICE57	WARNING	Component 'auto_calc_brand_exe_scalc__libreoffice_program' has both per-user and per-machine data with an HKCU Registry KeyPath.
ICE57	WARNING	Component 'auto_draw_brand_exe_sdraw__libreoffice_program' has both per-user and per-machine data with an HKCU Registry KeyPath.
ICE57	WARNING	Component 'auto_impress_brand_exe_simpress__libreoffice_program' has both per-user and per-machine data with an HKCU Registry KeyPath.
ICE57	WARNING	Component 'auto_math_brand_exe_smath__libreoffice_program' has both per-user and per-machine data with an HKCU Registry KeyPath.
ICE57	WARNING	Component 'auto_writer_brand_exe_swriter__libreoffice_program' has both per-user and per-machine data with an HKCU Registry KeyPath.
ICE57	WARNING	Component 'gid_brand_file_desktophelper_txt__libreoffice_program' has both per-user and per-machine data with an HKCU Registry KeyPath.
ICE57	WARNING	Component 'registry_g_m_root_libreoffice242' has a registry entry that can be either per-user or per-machine and a per-machine KeyPath.
ICE57	WARNING	Component 'registry_g_m_prg_calc_bin_libreoffice242' has a registry entry that can be either per-user or per-machine and a per-machine KeyPath.
ICE57	WARNING	Component 'registry_g_m_prg_wrt_bin_libreoffice242' has a registry entry that can be either per-user or per-machine and a per-machine KeyPath.
ICE57	WARNING	Component 'registry_g_m_prg_draw_bin_libreoffice242' has a registry entry that can be either per-user or per-machine and a per-machine KeyPath.
ICE57	WARNING	Component 'registry_g_m_prg_math_bin_libreoffice242' has a registry entry that can be either per-user or per-machine and a per-machine KeyPath.
ICE57	WARNING	Component 'registry_g_m_prg_impress_bin_libreoffice242' has a registry entry that can be either per-user or per-machine and a per-machine KeyPath.
ICE57	WARNING	Component 'registry_g_m_prg_base_bin_libreoffice242' has a registry entry that can be either per-user or per-machine and a per-machine KeyPath.
ICE57	WARNING	Component 'registry_g_m_prg_wrt_other_reg_libreoffice242' has a registry entry that can be either per-user or per-machine and a per-machine KeyPath.
ICE57	WARNING	Component 'registry_g_m_prg_draw_other_reg_libreoffice242' has a registry entry that can be either per-user or per-machine and a per-machine KeyPath.
ICE57	WARNING	Component 'registry_g_m_prg_impress_other_reg_libreoffice242' has a registry entry that can be either per-user or per-machine and a per-machine KeyPath.
ICE57	WARNING	Component 'registry_g_m_prg_wrt_mso_reg_libreoffice242' has a registry entry that can be either per-user or per-machine and a per-machine KeyPath.
ICE57	WARNING	Component 'registry_g_m_prg_calc_mso_reg_libreoffice242' has a registry entry that can be either per-user or per-machine and a per-machine KeyPath.
ICE57	WARNING	Component 'registry_g_m_prg_calc_other_reg_libreoffice242' has a registry entry that can be either per-user or per-machine and a per-machine KeyPath.
ICE57	WARNING	Component 'registry_g_m_prg_impress_mso_reg_libreoffice242' has a registry entry that can be either per-user or per-machine and a per-machine KeyPath.
ICE57	WARNING	Component 'registry_g_m_prg_draw_mso_reg_libreoffice242' has a registry entry that can be either per-user or per-machine and a per-machine KeyPath.
ICE61	WARNING	This product should remove only older versions of itself. The Maximum version is not less than the current product. (24.2.2.2 24.2.2.2)
ICE82	WARNING	This action SystemFolder.F1670FCA_6780_3657_9C04_AF8005AC8143 has duplicate sequence number 348 in the table InstallExecuteSequence
ICE82	WARNING	This action MigrateInstallPath has duplicate sequence number 348 in the table InstallExecuteSequence
ICE82	WARNING	This action Shellextensionsdll4 has duplicate sequence number 598 in the table InstallExecuteSequence
ICE82	WARNING	This action reg_dlls has duplicate sequence number 3148 in the table InstallExecuteSequence
ICE82	WARNING	This action prepare_updateservice has duplicate sequence number 502 in the table InstallExecuteSequence
ICE82	WARNING	This action unreg_dlls has duplicate sequence number 848 in the table InstallExecuteSequence
ICE82	WARNING	This action SystemFolder.F1670FCA_6780_3657_9C04_AF8005AC8143 has duplicate sequence number 398 in the table InstallUISequence
ICE82	WARNING	This action MigrateInstallPath has duplicate sequence number 398 in the table InstallUISequence
ICE82	WARNING	This action SystemFolder.F1670FCA_6780_3657_9C04_AF8005AC8143 has duplicate sequence number 48 in the table AdminExecuteSequence
--- scp2/source/ooo/ucrt.scp	Sun Apr 21 12:28:47 2024
+++ scp2/source/ooo/ucrt.scp	Mon Apr 22 17:52:00 2024
@@ -90,31 +90,31 @@
 */
 WindowsCustomAction gid_Customaction_check_win7x64_ucrt
 	Name = "check_win7x64_ucrt";
 	Typ = "51";
 	Source = "InstMSUBinary";
-	Target = "KB2999226|Windows61-KB2999226-x64msu";
+	Target = "KB2999226|Windows61_KB2999226_x64msu";
 	Inbinarytable = 0;
 	Assignment1 = ("InstallExecuteSequence", "Not Installed And VersionNT = 601 And VersionNT64", "FileCost");
 	Styles = "NO_FILE";
 End
 
 WindowsCustomAction gid_Customaction_check_win8x64_ucrt
 	Name = "check_win8x64_ucrt";
 	Typ = "51";
 	Source = "InstMSUBinary";
-	Target = "KB2999226|Windows8-RT-KB2999226-x64msu";
+	Target = "KB2999226|Windows8_RT_KB2999226_x64msu";
 	Inbinarytable = 0;
 	Assignment1 = ("InstallExecuteSequence", "Not Installed And VersionNT = 602 And VersionNT64", "check_win7x64_ucrt");
 	Styles = "NO_FILE";
 End
 
 WindowsCustomAction gid_Customaction_check_win81x64_ucrt
 	Name = "check_win81x64_ucrt";
 	Typ = "51";
 	Source = "InstMSUBinary";
-	Target = "KB2999226|Windows81-KB2999226-x64msu";
+	Target = "KB2999226|Windows81_KB2999226_x64msu";
 	Inbinarytable = 0;
 	Assignment1 = ("InstallExecuteSequence", "Not Installed And VersionNT = 603 And (Not WINMAJORVER Or WINMAJORVER = \"#6\") And VersionNT64", "check_win8x64_ucrt");
 	Styles = "NO_FILE";
 End
 
@@ -126,31 +126,31 @@
 
 WindowsCustomAction gid_Customaction_check_win7x32_ucrt
 	Name = "check_win7x32_ucrt";
 	Typ = "51";
 	Source = "InstMSUBinary";
-	Target = "KB2999226|Windows61-KB2999226-x86msu";
+	Target = "KB2999226|Windows61_KB2999226_x86msu";
 	Inbinarytable = 0;
 	Assignment1 = ("InstallExecuteSequence", "Not Installed And VersionNT = 601 And Not VersionNT64", "check_win81x64_ucrt");
 	Styles = "NO_FILE";
 End
 
 WindowsCustomAction gid_Customaction_check_win8x32_ucrt
 	Name = "check_win8x32_ucrt";
 	Typ = "51";
 	Source = "InstMSUBinary";
-	Target = "KB2999226|Windows8-RT-KB2999226-x86msu";
+	Target = "KB2999226|Windows8_RT_KB2999226_x86msu";
 	Inbinarytable = 0;
 	Assignment1 = ("InstallExecuteSequence", "Not Installed And VersionNT = 602 And Not VersionNT64", "check_win7x32_ucrt");
 	Styles = "NO_FILE";
 End
 
 WindowsCustomAction gid_Customaction_check_win81x32_ucrt
 	Name = "check_win81x32_ucrt";
 	Typ = "51";
 	Source = "InstMSUBinary";
-	Target = "KB2999226|Windows81-KB2999226-x86msu";
+	Target = "KB2999226|Windows81_KB2999226_x86msu";
 	Inbinarytable = 0;
 	Assignment1 = ("InstallExecuteSequence", "Not Installed And VersionNT = 603 And (Not WINMAJORVER Or WINMAJORVER = \"#6\") And Not VersionNT64", "check_win8x32_ucrt");
 	Styles = "NO_FILE";
 End
 
--- setup_native/source/win32/customactions/inst_msu/inst_msu.cxx	Sun Apr 21 12:28:49 2024
+++ setup_native/source/win32/customactions/inst_msu/inst_msu.cxx	Mon Apr 22 17:51:43 2024
@@ -454,11 +454,11 @@
         wchar_t sInstMSUBinary[MAX_PATH + 10];
         DWORD nCCh = sizeof(sInstMSUBinary) / sizeof(*sInstMSUBinary);
         CheckWin32Error("MsiGetPropertyW",
                         MsiGetPropertyW(hInstall, L"InstMSUBinary", sInstMSUBinary, &nCCh));
         WriteLog(hInstall, "Got InstMSUBinary value:",
-                 sInstMSUBinary); // KB2999226|Windows61-KB2999226-x64msu
+                 sInstMSUBinary); // KB2999226|Windows61_KB2999226_x64msu
         const wchar_t* sBinaryName = wcschr(sInstMSUBinary, L'|');
         if (!sBinaryName)
             throw std::exception("No KB number in InstMSUBinary!");
         // "KB2999226"
         const std::wstring sKBNo(sInstMSUBinary, sBinaryName - sInstMSUBinary);
--- solenv/bin/modules/installer/windows/binary.pm	Mon Apr 22 17:58:33 2024
+++ solenv/bin/modules/installer/windows/binary.pm	Mon Apr 22 16:45:58 2024
@@ -46,11 +46,12 @@
     {
         my $binaryfile = ${$binarytablefiles}[$i];
         my $binaryfilename = $binaryfile->{'Name'};
         my $binaryfiledata = $binaryfilename;
 
-        $binaryfilename =~ s/\.//g;  # removing "." in filename: "abc.dll" to "abcdll" in name column
+        $binaryfilename =~ s/\.//g;     # removing "." in filename: "a-b-c.dll" to "a-b-cdll" in name column
+        $binaryfilename =~ s/\-/\_/g;   # converting "-" to "_" in filename: "a-b-cdll" to "a_b_cdll" in name column
 
         my %binary = ();
 
         $binary{'Name'} = $binaryfilename;
         $binary{'Data'} = $binaryfiledata;

[Index of Archives]     [LARTC]     [Bugtraq]     [Yosemite Forum]     [Photo]

  Powered by Linux