summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBerke Viktor <berkeviktor@aol.com>2011-11-23 02:16:56 +0100
committerBerke Viktor <berkeviktor@aol.com>2011-11-23 02:16:56 +0100
commit5bb6ba581c430e917ddfdff5543278d2ea89c2ad (patch)
tree82684ffb3d5b1b48102ec8da6d646489664ff76f
parentf31212dfd4b358871f75286d8da50f5c3f3550e8 (diff)
remove patched glibconfig, build, build-small, wix installer, advanced installer projects and old inno setup installer
-rw-r--r--build/build-small.bat77
-rw-r--r--build/build.bat9
-rw-r--r--build/glibconfig-x64.h226
-rw-r--r--build/glibconfig-x86.h226
-rw-r--r--build/installer-x86.bat4
-rw-r--r--build/installer-x86.wxs2099
-rw-r--r--build/xchat-wdk-x64.aip213
-rw-r--r--build/xchat-wdk-x86.aip1288
-rw-r--r--build/xchat-wdk.skel.iss299
9 files changed, 0 insertions, 4441 deletions
diff --git a/build/build-small.bat b/build/build-small.bat
deleted file mode 100644
index 8591f0c7..00000000
--- a/build/build-small.bat
+++ /dev/null
@@ -1,77 +0,0 @@
-@echo off
-set WDK_ROOT=c:\WinDDK\7600.16385.1
-set INCLUDE=%WDK_ROOT%\inc\api;%WDK_ROOT%\inc\crt;%WDK_ROOT%\inc\api\crt\stl70;%WDK_ROOT%\inc\mfc42;%WDK_ROOT%\inc\ddk;%WDK_ROOT%\inc\api\dao360
-set LIB=%WDK_ROOT%\lib\wxp\i386;%WDK_ROOT%\lib\Crt\i386;%WDK_ROOT%\lib\Mfc\i386;%WDK_ROOT%\lib\ATL\i386
-set OPATH=%PATH%
-set DEV_32=%cd%\..\dep-x86
-set PATH=%PROGRAMFILES(X86)%\Microsoft Visual Studio 10.0\VC\bin;%PROGRAMFILES(X86)%\Microsoft Visual Studio 10.0\Common7\IDE;%PROGRAMFILES(X86)%\Microsoft SDKs\Windows\v7.0A\Bin;%DEV_32%\bin
-del version.exe
-cl /nologo version.c
-cd ..
-build\version -r > resource.h
-cd src
-echo DEV = %DEV_32% > makeinc.mak
-type makeinc.skel.mak >> makeinc.mak
-nmake /nologo /f makefile.mak clean
-cd pixmaps
-nmake /nologo /f makefile.mak
-cd ..
-nmake /nologo /f makefile.mak
-cd ..\plugins
-nmake /nologo /f makefile.mak clean
-nmake /nologo /f makefile.mak
-cd ..\build
-set PATH=%OPATH%
-set DEPS_ROOT=..\dep-x86
-set XCHAT_DEST=..\dist-x86
-rmdir /q /s %XCHAT_DEST%
-mkdir %XCHAT_DEST%
-echo 2> portable-mode
-move portable-mode %XCHAT_DEST%
-copy ..\src\fe-gtk\xchat.exe %XCHAT_DEST%
-copy %DEPS_ROOT%\bin\libatk-1.0-0.dll %XCHAT_DEST%
-copy %DEPS_ROOT%\bin\libcairo-2.dll %XCHAT_DEST%
-copy %DEPS_ROOT%\bin\libexpat-1.dll %XCHAT_DEST%
-copy %DEPS_ROOT%\bin\libfontconfig-1.dll %XCHAT_DEST%
-copy %DEPS_ROOT%\bin\libfreetype-6.dll %XCHAT_DEST%
-copy %DEPS_ROOT%\bin\libgdk_pixbuf-2.0-0.dll %XCHAT_DEST%
-copy %DEPS_ROOT%\bin\libgdk-win32-2.0-0.dll %XCHAT_DEST%
-copy %DEPS_ROOT%\bin\libgio-2.0-0.dll %XCHAT_DEST%
-copy %DEPS_ROOT%\bin\libglib-2.0-0.dll %XCHAT_DEST%
-copy %DEPS_ROOT%\bin\libgmodule-2.0-0.dll %XCHAT_DEST%
-copy %DEPS_ROOT%\bin\libgobject-2.0-0.dll %XCHAT_DEST%
-copy %DEPS_ROOT%\bin\libgthread-2.0-0.dll %XCHAT_DEST%
-copy %DEPS_ROOT%\bin\libgtk-win32-2.0-0.dll %XCHAT_DEST%
-copy %DEPS_ROOT%\bin\libintl-8.dll %XCHAT_DEST%
-copy %DEPS_ROOT%\bin\libjasper-1.dll %XCHAT_DEST%
-copy %DEPS_ROOT%\bin\libjpeg-8.dll %XCHAT_DEST%
-copy %DEPS_ROOT%\bin\libpango-1.0-0.dll %XCHAT_DEST%
-copy %DEPS_ROOT%\bin\libpangocairo-1.0-0.dll %XCHAT_DEST%
-copy %DEPS_ROOT%\bin\libpangoft2-1.0-0.dll %XCHAT_DEST%
-copy %DEPS_ROOT%\bin\libpangowin32-1.0-0.dll %XCHAT_DEST%
-copy %DEPS_ROOT%\bin\libpixman-1-0.dll %XCHAT_DEST%
-copy %DEPS_ROOT%\bin\libpng15-15.dll %XCHAT_DEST%
-copy %DEPS_ROOT%\bin\libtiff-3.dll %XCHAT_DEST%
-copy %DEPS_ROOT%\bin\libxml2-2.dll %XCHAT_DEST%
-xcopy /q /s /i %DEPS_ROOT%\lib\gtk-2.0\2.10.0\engines\libpixmap.dll %XCHAT_DEST%\lib\gtk-2.0\2.10.0\engines\
-copy %DEPS_ROOT%\lib\gtk-2.0\2.10.0\engines\libwimp.dll %XCHAT_DEST%\lib\gtk-2.0\2.10.0\engines
-xcopy /q /s /i %DEPS_ROOT%\lib\gtk-2.0\modules\libgail.dll %XCHAT_DEST%\lib\gtk-2.0\modules\
-xcopy /q /s /i etc %XCHAT_DEST%\etc
-xcopy /q /s /i share %XCHAT_DEST%\share
-copy %DEPS_ROOT%\bin\libeay32.dll %XCHAT_DEST%
-copy %DEPS_ROOT%\bin\ssleay32.dll %XCHAT_DEST%
-copy %DEPS_ROOT%\bin\zlib1.dll %XCHAT_DEST%
-copy %DEPS_ROOT%\bin\cert.pem %XCHAT_DEST%
-copy %DEPS_ROOT%\bin\libenchant.dll %XCHAT_DEST%
-xcopy /q /s /i %DEPS_ROOT%\lib\enchant\libenchant_myspell.dll %XCHAT_DEST%\lib\enchant\
-xcopy /q /s /i ..\plugins\checksum\xcchecksum.dll %XCHAT_DEST%\plugins\
-copy ..\plugins\lua\xclua.dll %XCHAT_DEST%\plugins
-copy ..\plugins\mpcinfo\xcmpcinfo.dll %XCHAT_DEST%\plugins
-copy ..\plugins\python\xcpython.dll %XCHAT_DEST%\plugins
-copy ..\plugins\tcl\xctcl.dll %XCHAT_DEST%\plugins
-copy ..\plugins\upd\xcupd.dll %XCHAT_DEST%\plugins
-copy ..\plugins\xtray\xtray.dll %XCHAT_DEST%\plugins
-copy ..\plugins\winamp\xcwinamp.dll %XCHAT_DEST%\plugins
-copy ..\plugins\wmpa\xcwmpa.dll %XCHAT_DEST%\plugins
-copy %DEPS_ROOT%\bin\lua51.dll %XCHAT_DEST%
-pause
diff --git a/build/build.bat b/build/build.bat
deleted file mode 100644
index deb7e0bc..00000000
--- a/build/build.bat
+++ /dev/null
@@ -1,9 +0,0 @@
-@echo off
-set WDK_ROOT=c:\WinDDK\7600.16385.1
-set INCLUDE=%WDK_ROOT%\inc\api;%WDK_ROOT%\inc\crt;%WDK_ROOT%\inc\api\crt\stl70;%WDK_ROOT%\inc\mfc42;%WDK_ROOT%\inc\ddk;%WDK_ROOT%\inc\api\dao360
-call build-x86.bat
-call build-x64.bat
-::call compress.bat
-set PATH=%PROGRAMFILES(X86)%\Inno Setup 5
-compil32 /cc xchat-wdk.iss
-pause
diff --git a/build/glibconfig-x64.h b/build/glibconfig-x64.h
deleted file mode 100644
index dd196ccb..00000000
--- a/build/glibconfig-x64.h
+++ /dev/null
@@ -1,226 +0,0 @@
-/* patched according to https://bugzilla.gnome.org/show_bug.cgi?id=630870 */
-/* glibconfig.h
- *
- * This is a generated file.  Please modify 'configure.ac'
- */
-
-#ifndef __G_LIBCONFIG_H__
-#define __G_LIBCONFIG_H__
-
-#include <glib/gmacros.h>
-
-#include <limits.h>
-#include <float.h>
-
-G_BEGIN_DECLS
-
-#define G_MINFLOAT	FLT_MIN
-#define G_MAXFLOAT	FLT_MAX
-#define G_MINDOUBLE	DBL_MIN
-#define G_MAXDOUBLE	DBL_MAX
-#define G_MINSHORT	SHRT_MIN
-#define G_MAXSHORT	SHRT_MAX
-#define G_MAXUSHORT	USHRT_MAX
-#define G_MININT	INT_MIN
-#define G_MAXINT	INT_MAX
-#define G_MAXUINT	UINT_MAX
-#define G_MINLONG	LONG_MIN
-#define G_MAXLONG	LONG_MAX
-#define G_MAXULONG	ULONG_MAX
-
-typedef signed char gint8;
-typedef unsigned char guint8;
-typedef signed short gint16;
-typedef unsigned short guint16;
-#define G_GINT16_MODIFIER "h"
-#define G_GINT16_FORMAT "hi"
-#define G_GUINT16_FORMAT "hu"
-typedef signed int gint32;
-typedef unsigned int guint32;
-#define G_GINT32_MODIFIER ""
-#define G_GINT32_FORMAT "i"
-#define G_GUINT32_FORMAT "u"
-#define G_HAVE_GINT64 1          /* deprecated, always true */
-
-G_GNUC_EXTENSION typedef signed long long gint64;
-G_GNUC_EXTENSION typedef unsigned long long guint64;
-
-#define G_GINT64_CONSTANT(val)	(G_GNUC_EXTENSION (val##LL))
-#define G_GUINT64_CONSTANT(val)	(G_GNUC_EXTENSION (val##ULL))
-#define G_GINT64_MODIFIER "I64"
-#define G_GINT64_FORMAT "I64i"
-#define G_GUINT64_FORMAT "I64u"
-
-#define GLIB_SIZEOF_VOID_P 8
-#define GLIB_SIZEOF_LONG   4
-#define GLIB_SIZEOF_SIZE_T 8
-
-typedef signed long long gssize;
-typedef unsigned long long gsize;
-#define G_GSIZE_MODIFIER "I64"
-#define G_GSSIZE_FORMAT "I64i"
-#define G_GSIZE_FORMAT "I64u"
-
-#define G_MAXSIZE	G_MAXUINT64
-#define G_MINSSIZE	G_MININT64
-#define G_MAXSSIZE	G_MAXINT64
-
-typedef gint64 goffset;
-#define G_MINOFFSET	G_MININT64
-#define G_MAXOFFSET	G_MAXINT64
-
-#define G_GOFFSET_MODIFIER      G_GINT64_MODIFIER
-#define G_GOFFSET_FORMAT        G_GINT64_FORMAT
-#define G_GOFFSET_CONSTANT(val) G_GINT64_CONSTANT(val)
-
-
-#define GPOINTER_TO_INT(p)	((gint)  (gint64) (p))
-#define GPOINTER_TO_UINT(p)	((guint) (guint64) (p))
-
-#define GINT_TO_POINTER(i)	((gpointer) (gint64) (i))
-#define GUINT_TO_POINTER(u)	((gpointer) (guint64) (u))
-
-typedef signed long long gintptr;
-typedef unsigned long long guintptr;
-
-#define G_GINTPTR_MODIFIER      "I64"
-#define G_GINTPTR_FORMAT        "I64i"
-#define G_GUINTPTR_FORMAT       "I64u"
-
-#ifdef NeXT /* @#%@! NeXTStep */
-# define g_ATEXIT(proc)	(!atexit (proc))
-#else
-# define g_ATEXIT(proc)	(atexit (proc))
-#endif
-
-#define g_memmove(dest,src,len) G_STMT_START { memmove ((dest), (src), (len)); } G_STMT_END
-
-#define GLIB_MAJOR_VERSION 2
-#define GLIB_MINOR_VERSION 28
-#define GLIB_MICRO_VERSION 8
-
-#define G_OS_WIN32
-#define G_PLATFORM_WIN32
-
-
-#define G_VA_COPY	va_copy
-
-#ifdef	__cplusplus
-#define	G_HAVE_INLINE	1
-#else	/* !__cplusplus */
-#ifndef _MSC_VER
-#define G_HAVE_INLINE 1
-#endif /* _MSC_VER */
-#define G_HAVE___INLINE 1
-#if !defined(_MSC_VER) && !defined(__DMC__)
-#define G_HAVE___INLINE__ 1
-#endif /* !_MSC_VER and !__DMC__ */
-#endif	/* !__cplusplus */
-
-#ifdef	__cplusplus
-#define G_CAN_INLINE	1
-#else	/* !__cplusplus */
-#define G_CAN_INLINE	1
-#endif
-
-#ifndef __cplusplus
-# define G_HAVE_ISO_VARARGS 1
-#endif
-
-/* gcc-2.95.x supports both gnu style and ISO varargs, but if -ansi
- * is passed ISO vararg support is turned off, and there is no work
- * around to turn it on, so we unconditionally turn it off.
- */
-#if __GNUC__ == 2 && __GNUC_MINOR__ == 95
-#  undef G_HAVE_ISO_VARARGS
-#endif
-
-#define G_HAVE_GNUC_VARARGS 1
-#define G_HAVE_GROWING_STACK 0
-
-#if defined(__SUNPRO_C) && (__SUNPRO_C >= 0x590)
-#define G_GNUC_INTERNAL __attribute__((visibility("hidden")))
-#elif defined(__SUNPRO_C) && (__SUNPRO_C >= 0x550)
-#define G_GNUC_INTERNAL __hidden
-#elif defined (__GNUC__) && defined (G_HAVE_GNUC_VISIBILITY)
-#define G_GNUC_INTERNAL __attribute__((visibility("hidden")))
-#else
-#define G_GNUC_INTERNAL
-#endif
-
-#define G_THREADS_ENABLED
-#define G_THREADS_IMPL_WIN32
-typedef struct _GMutex* GStaticMutex;
-#define G_STATIC_MUTEX_INIT NULL
-#define g_static_mutex_get_mutex(mutex) \
-  (g_static_mutex_get_mutex_impl_shortcut (mutex))
-/* This represents a system thread as used by the implementation. An
- * alien implementaion, as loaded by g_thread_init can only count on
- * "sizeof (gpointer)" bytes to store their info. We however need more
- * for some of our native implementations. */
-typedef union _GSystemThread GSystemThread;
-union _GSystemThread
-{
-  char   data[8];
-  double dummy_double;
-  void  *dummy_pointer;
-  long   dummy_long;
-};
-
-#define G_ATOMIC_OP_MEMORY_BARRIER_NEEDED 1
-
-#define GINT16_TO_LE(val)	((gint16) (val))
-#define GUINT16_TO_LE(val)	((guint16) (val))
-#define GINT16_TO_BE(val)	((gint16) GUINT16_SWAP_LE_BE (val))
-#define GUINT16_TO_BE(val)	(GUINT16_SWAP_LE_BE (val))
-#define GINT32_TO_LE(val)	((gint32) (val))
-#define GUINT32_TO_LE(val)	((guint32) (val))
-#define GINT32_TO_BE(val)	((gint32) GUINT32_SWAP_LE_BE (val))
-#define GUINT32_TO_BE(val)	(GUINT32_SWAP_LE_BE (val))
-#define GINT64_TO_LE(val)	((gint64) (val))
-#define GUINT64_TO_LE(val)	((guint64) (val))
-#define GINT64_TO_BE(val)	((gint64) GUINT64_SWAP_LE_BE (val))
-#define GUINT64_TO_BE(val)	(GUINT64_SWAP_LE_BE (val))
-#define GLONG_TO_LE(val)	((glong) GINT32_TO_LE (val))
-#define GULONG_TO_LE(val)	((gulong) GUINT32_TO_LE (val))
-#define GLONG_TO_BE(val)	((glong) GINT32_TO_BE (val))
-#define GULONG_TO_BE(val)	((gulong) GUINT32_TO_BE (val))
-#define GINT_TO_LE(val)		((gint) GINT32_TO_LE (val))
-#define GUINT_TO_LE(val)	((guint) GUINT32_TO_LE (val))
-#define GINT_TO_BE(val)		((gint) GINT32_TO_BE (val))
-#define GUINT_TO_BE(val)	((guint) GUINT32_TO_BE (val))
-#define GSIZE_TO_LE(val)	((gsize) GUINT64_TO_LE (val))
-#define GSSIZE_TO_LE(val)	((gssize) GINT64_TO_LE (val))
-#define GSIZE_TO_BE(val)	((gsize) GUINT64_TO_BE (val))
-#define GSSIZE_TO_BE(val)	((gssize) GINT64_TO_BE (val))
-#define G_BYTE_ORDER G_LITTLE_ENDIAN
-
-#define GLIB_SYSDEF_POLLIN =1
-#define GLIB_SYSDEF_POLLOUT =4
-#define GLIB_SYSDEF_POLLPRI =2
-#define GLIB_SYSDEF_POLLHUP =16
-#define GLIB_SYSDEF_POLLERR =8
-#define GLIB_SYSDEF_POLLNVAL =32
-
-#define G_MODULE_SUFFIX "dll"
-
-/* A GPid is an abstraction for a process "handle". It is *not* an
- * abstraction for a process identifier in general. GPid is used in
- * GLib only for descendant processes spawned with the g_spawn*
- * functions. On POSIX there is no "process handle" concept as such,
- * but on Windows a GPid is a handle to a process, a kind of pointer,
- * not a process identifier.
- */
-typedef void * GPid;
-
-#define GLIB_SYSDEF_AF_UNIX 1
-#define GLIB_SYSDEF_AF_INET 2
-#define GLIB_SYSDEF_AF_INET6 23
-
-#define GLIB_SYSDEF_MSG_OOB 1
-#define GLIB_SYSDEF_MSG_PEEK 2
-#define GLIB_SYSDEF_MSG_DONTROUTE 4
-
-G_END_DECLS
-
-#endif /* GLIBCONFIG_H */
diff --git a/build/glibconfig-x86.h b/build/glibconfig-x86.h
deleted file mode 100644
index bd85f3fe..00000000
--- a/build/glibconfig-x86.h
+++ /dev/null
@@ -1,226 +0,0 @@
-/* patched according to https://bugzilla.gnome.org/show_bug.cgi?id=630870 */
-/* glibconfig.h
- *
- * This is a generated file.  Please modify 'configure.ac'
- */
-
-#ifndef __G_LIBCONFIG_H__
-#define __G_LIBCONFIG_H__
-
-#include <glib/gmacros.h>
-
-#include <limits.h>
-#include <float.h>
-
-G_BEGIN_DECLS
-
-#define G_MINFLOAT	FLT_MIN
-#define G_MAXFLOAT	FLT_MAX
-#define G_MINDOUBLE	DBL_MIN
-#define G_MAXDOUBLE	DBL_MAX
-#define G_MINSHORT	SHRT_MIN
-#define G_MAXSHORT	SHRT_MAX
-#define G_MAXUSHORT	USHRT_MAX
-#define G_MININT	INT_MIN
-#define G_MAXINT	INT_MAX
-#define G_MAXUINT	UINT_MAX
-#define G_MINLONG	LONG_MIN
-#define G_MAXLONG	LONG_MAX
-#define G_MAXULONG	ULONG_MAX
-
-typedef signed char gint8;
-typedef unsigned char guint8;
-typedef signed short gint16;
-typedef unsigned short guint16;
-#define G_GINT16_MODIFIER "h"
-#define G_GINT16_FORMAT "hi"
-#define G_GUINT16_FORMAT "hu"
-typedef signed int gint32;
-typedef unsigned int guint32;
-#define G_GINT32_MODIFIER ""
-#define G_GINT32_FORMAT "i"
-#define G_GUINT32_FORMAT "u"
-#define G_HAVE_GINT64 1          /* deprecated, always true */
-
-G_GNUC_EXTENSION typedef signed long long gint64;
-G_GNUC_EXTENSION typedef unsigned long long guint64;
-
-#define G_GINT64_CONSTANT(val)	(G_GNUC_EXTENSION (val##LL))
-#define G_GUINT64_CONSTANT(val)	(G_GNUC_EXTENSION (val##ULL))
-#define G_GINT64_MODIFIER "I64"
-#define G_GINT64_FORMAT "I64i"
-#define G_GUINT64_FORMAT "I64u"
-
-#define GLIB_SIZEOF_VOID_P 4
-#define GLIB_SIZEOF_LONG   4
-#define GLIB_SIZEOF_SIZE_T 4
-
-typedef signed int gssize;
-typedef unsigned int gsize;
-#define G_GSIZE_MODIFIER ""
-#define G_GSSIZE_FORMAT "i"
-#define G_GSIZE_FORMAT "u"
-
-#define G_MAXSIZE	G_MAXUINT
-#define G_MINSSIZE	G_MININT
-#define G_MAXSSIZE	G_MAXINT
-
-typedef gint64 goffset;
-#define G_MINOFFSET	G_MININT64
-#define G_MAXOFFSET	G_MAXINT64
-
-#define G_GOFFSET_MODIFIER      G_GINT64_MODIFIER
-#define G_GOFFSET_FORMAT        G_GINT64_FORMAT
-#define G_GOFFSET_CONSTANT(val) G_GINT64_CONSTANT(val)
-
-
-#define GPOINTER_TO_INT(p)	((gint)   (p))
-#define GPOINTER_TO_UINT(p)	((guint)  (p))
-
-#define GINT_TO_POINTER(i)	((gpointer)  (i))
-#define GUINT_TO_POINTER(u)	((gpointer)  (u))
-
-typedef signed int gintptr;
-typedef unsigned int guintptr;
-
-#define G_GINTPTR_MODIFIER      ""
-#define G_GINTPTR_FORMAT        "i"
-#define G_GUINTPTR_FORMAT       "u"
-
-#ifdef NeXT /* @#%@! NeXTStep */
-# define g_ATEXIT(proc)	(!atexit (proc))
-#else
-# define g_ATEXIT(proc)	(atexit (proc))
-#endif
-
-#define g_memmove(dest,src,len) G_STMT_START { memmove ((dest), (src), (len)); } G_STMT_END
-
-#define GLIB_MAJOR_VERSION 2
-#define GLIB_MINOR_VERSION 30
-#define GLIB_MICRO_VERSION 1
-
-#define G_OS_WIN32
-#define G_PLATFORM_WIN32
-
-
-#define G_VA_COPY	va_copy
-
-#ifdef	__cplusplus
-#define	G_HAVE_INLINE	1
-#else	/* !__cplusplus */
-#ifndef _MSC_VER
-#define G_HAVE_INLINE 1
-#endif /* _MSC_VER */
-#define G_HAVE___INLINE 1
-#if !defined(_MSC_VER) && !defined(__DMC__)
-#define G_HAVE___INLINE__ 1
-#endif /* !_MSC_VER and !__DMC__ */
-#endif	/* !__cplusplus */
-
-#ifdef	__cplusplus
-#define G_CAN_INLINE	1
-#else	/* !__cplusplus */
-#define G_CAN_INLINE	1
-#endif
-
-#ifndef __cplusplus
-# define G_HAVE_ISO_VARARGS 1
-#endif
-
-/* gcc-2.95.x supports both gnu style and ISO varargs, but if -ansi
- * is passed ISO vararg support is turned off, and there is no work
- * around to turn it on, so we unconditionally turn it off.
- */
-#if __GNUC__ == 2 && __GNUC_MINOR__ == 95
-#  undef G_HAVE_ISO_VARARGS
-#endif
-
-#define G_HAVE_GNUC_VARARGS 1
-#define G_HAVE_GROWING_STACK 0
-
-#if defined(__SUNPRO_C) && (__SUNPRO_C >= 0x590)
-#define G_GNUC_INTERNAL __attribute__((visibility("hidden")))
-#elif defined(__SUNPRO_C) && (__SUNPRO_C >= 0x550)
-#define G_GNUC_INTERNAL __hidden
-#elif defined (__GNUC__) && defined (G_HAVE_GNUC_VISIBILITY)
-#define G_GNUC_INTERNAL __attribute__((visibility("hidden")))
-#else
-#define G_GNUC_INTERNAL
-#endif
-
-#define G_THREADS_ENABLED
-#define G_THREADS_IMPL_WIN32
-typedef struct _GMutex* GStaticMutex;
-#define G_STATIC_MUTEX_INIT NULL
-#define g_static_mutex_get_mutex(mutex) \
-  (g_static_mutex_get_mutex_impl_shortcut (mutex))
-/* This represents a system thread as used by the implementation. An
- * alien implementaion, as loaded by g_thread_init can only count on
- * "sizeof (gpointer)" bytes to store their info. We however need more
- * for some of our native implementations. */
-typedef union _GSystemThread GSystemThread;
-union _GSystemThread
-{
-  char   data[4];
-  double dummy_double;
-  void  *dummy_pointer;
-  long   dummy_long;
-};
-
-#define G_ATOMIC_OP_USE_GCC_BUILTINS 1
-
-#define GINT16_TO_LE(val)	((gint16) (val))
-#define GUINT16_TO_LE(val)	((guint16) (val))
-#define GINT16_TO_BE(val)	((gint16) GUINT16_SWAP_LE_BE (val))
-#define GUINT16_TO_BE(val)	(GUINT16_SWAP_LE_BE (val))
-#define GINT32_TO_LE(val)	((gint32) (val))
-#define GUINT32_TO_LE(val)	((guint32) (val))
-#define GINT32_TO_BE(val)	((gint32) GUINT32_SWAP_LE_BE (val))
-#define GUINT32_TO_BE(val)	(GUINT32_SWAP_LE_BE (val))
-#define GINT64_TO_LE(val)	((gint64) (val))
-#define GUINT64_TO_LE(val)	((guint64) (val))
-#define GINT64_TO_BE(val)	((gint64) GUINT64_SWAP_LE_BE (val))
-#define GUINT64_TO_BE(val)	(GUINT64_SWAP_LE_BE (val))
-#define GLONG_TO_LE(val)	((glong) GINT32_TO_LE (val))
-#define GULONG_TO_LE(val)	((gulong) GUINT32_TO_LE (val))
-#define GLONG_TO_BE(val)	((glong) GINT32_TO_BE (val))
-#define GULONG_TO_BE(val)	((gulong) GUINT32_TO_BE (val))
-#define GINT_TO_LE(val)		((gint) GINT32_TO_LE (val))
-#define GUINT_TO_LE(val)	((guint) GUINT32_TO_LE (val))
-#define GINT_TO_BE(val)		((gint) GINT32_TO_BE (val))
-#define GUINT_TO_BE(val)	((guint) GUINT32_TO_BE (val))
-#define GSIZE_TO_LE(val)	((gsize) GUINT32_TO_LE (val))
-#define GSSIZE_TO_LE(val)	((gssize) GINT32_TO_LE (val))
-#define GSIZE_TO_BE(val)	((gsize) GUINT32_TO_BE (val))
-#define GSSIZE_TO_BE(val)	((gssize) GINT32_TO_BE (val))
-#define G_BYTE_ORDER G_LITTLE_ENDIAN
-
-#define GLIB_SYSDEF_POLLIN =1
-#define GLIB_SYSDEF_POLLOUT =4
-#define GLIB_SYSDEF_POLLPRI =2
-#define GLIB_SYSDEF_POLLHUP =16
-#define GLIB_SYSDEF_POLLERR =8
-#define GLIB_SYSDEF_POLLNVAL =32
-
-#define G_MODULE_SUFFIX "dll"
-
-/* A GPid is an abstraction for a process "handle". It is *not* an
- * abstraction for a process identifier in general. GPid is used in
- * GLib only for descendant processes spawned with the g_spawn*
- * functions. On POSIX there is no "process handle" concept as such,
- * but on Windows a GPid is a handle to a process, a kind of pointer,
- * not a process identifier.
- */
-typedef void * GPid;
-
-#define GLIB_SYSDEF_AF_UNIX 1
-#define GLIB_SYSDEF_AF_INET 2
-#define GLIB_SYSDEF_AF_INET6 23
-
-#define GLIB_SYSDEF_MSG_OOB 1
-#define GLIB_SYSDEF_MSG_PEEK 2
-#define GLIB_SYSDEF_MSG_DONTROUTE 4
-
-G_END_DECLS
-
-#endif /* GLIBCONFIG_H */
diff --git a/build/installer-x86.bat b/build/installer-x86.bat
deleted file mode 100644
index 45fb0f40..00000000
--- a/build/installer-x86.bat
+++ /dev/null
@@ -1,4 +0,0 @@
-@echo off
-set PATH=C:\Program Files (x86)\Windows Installer XML v3.5\bin
-candle -nologo installer-x86.wxs -ext WixUIExtension -ext WixUtilExtension
-light -nologo installer-x86.wixobj -ext WixUIExtension -ext WixUtilExtension
diff --git a/build/installer-x86.wxs b/build/installer-x86.wxs
deleted file mode 100644
index af3389f4..00000000
--- a/build/installer-x86.wxs
+++ /dev/null
@@ -1,2099 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>

-<!--

-    # This comment is generated by WixEdit, the specific commandline

-    # arguments for the WiX Toolset are stored here.

-

-    candleArgs: "<projectfile>" -out "<projectname>.wixobj" -ext WixUIExtension -ext WixUtilExtension

-    lightArgs: "<projectname>.wixobj" -out "<projectname>.msi" -ext WixUIExtension -ext WixUtilExtension

--->

-<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">

-    <Product Id="6327A50B-891F-4B29-8E13-DAC16751B8FF" Name="XChat-WDK (x86)" Language="1033" Version="14.96.7.0" Manufacturer="XChat-WDK" UpgradeCode="66437248-5687-4F16-BC05-B3119549BC90">

-        <Package Description="XChat-WDK (x86) Installer" Comments="XChat-WDK (x86) Installer" InstallerVersion="200" Compressed="yes" Platform="x86" />

-        <Media Id="1" Cabinet="simple.cab" EmbedCab="yes" />

-        <Directory Id="TARGETDIR" Name="SourceDir">

-            <Directory Id="ProgramFilesFolder" Name="PFiles">

-                <Directory Id="APPLICATIONFOLDER" Name="XChat-WDK">

-                    <Component Id="CERT.PEM" DiskId="1" Guid="8B5A4A18-9EEF-4678-985B-A1321767CFF3">

-                        <File Id="CERT.PEM" Name="cert.pem" Source="..\dist-x86\cert.pem" />

-                    </Component>

-                    <Component Id="COPYING" DiskId="1" Guid="DBFA27B6-1AFE-4841-93E8-648939CF8603">

-                        <File Id="COPYING" Name="COPYING" Source="..\dist-x86\COPYING" />

-                    </Component>

-                    <Component Id="GTK2_PREFS.EXE" DiskId="1" Guid="440C5D3D-9FFB-48D1-95C9-4BB0EF7CC167">

-                        <File Id="GTK2_PREFS.EXE" Name="gtk2-prefs.exe" Source="..\dist-x86\gtk2-prefs.exe" />

-                    </Component>

-                    <Component Id="LIBATK_1.0_0.DLL" DiskId="1" Guid="931441BA-E780-4AC0-8B58-5C993246F782">

-                        <File Id="LIBATK_1.0_0.DLL" Name="libatk-1.0-0.dll" Source="..\dist-x86\libatk-1.0-0.dll" />

-                    </Component>

-                    <Component Id="LIBCAIRO_2.DLL" DiskId="1" Guid="C2AF7C34-2ACA-4C73-9BA5-DAE641689FFE">

-                        <File Id="LIBCAIRO_2.DLL" Name="libcairo-2.dll" Source="..\dist-x86\libcairo-2.dll" />

-                    </Component>

-                    <Component Id="LIBEAY32.DLL" DiskId="1" Guid="A8F665D3-7E5C-4580-9769-5CACE0B4C8FF">

-                        <File Id="LIBEAY32.DLL" Name="libeay32.dll" Source="..\dist-x86\libeay32.dll" />

-                    </Component>

-                    <Component Id="LIBENCHANT.DLL" DiskId="1" Guid="DA63AFAE-964A-45A8-BBE5-C6440AF8E0F3">

-                        <File Id="LIBENCHANT.DLL" Name="libenchant.dll" Source="..\dist-x86\libenchant.dll" />

-                    </Component>

-                    <Component Id="LIBEXPAT_1.DLL" DiskId="1" Guid="F0A86380-44A8-46EA-9267-F31EA2240F72">

-                        <File Id="LIBEXPAT_1.DLL" Name="libexpat-1.dll" Source="..\dist-x86\libexpat-1.dll" />

-                    </Component>

-                    <Component Id="LIBFONTCONFIG_1.DLL" DiskId="1" Guid="BF24D92C-BC51-46A6-BE9B-8D8230AD2AF2">

-                        <File Id="LIBFONTCONFIG_1.DLL" Name="libfontconfig-1.dll" Source="..\dist-x86\libfontconfig-1.dll" />

-                    </Component>

-                    <Component Id="LIBFREETYPE_6.DLL" DiskId="1" Guid="FEB43133-C529-4B35-B94C-77039AAA6EAA">

-                        <File Id="LIBFREETYPE_6.DLL" Name="libfreetype-6.dll" Source="..\dist-x86\libfreetype-6.dll" />

-                    </Component>

-                    <Component Id="LIBGDK_WIN32_2.0_0.DLL" DiskId="1" Guid="565DA022-5B6D-45E3-83AC-97841F31F15A">

-                        <File Id="LIBGDK_WIN32_2.0_0.DLL" Name="libgdk-win32-2.0-0.dll" Source="..\dist-x86\libgdk-win32-2.0-0.dll" />

-                    </Component>

-                    <Component Id="LIBGDK_PIXBUF_2.0_0.DLL" DiskId="1" Guid="6DA71DB6-797F-4E4B-B957-7415780BC1D0">

-                        <File Id="LIBGDK_PIXBUF_2.0_0.DLL" Name="libgdk_pixbuf-2.0-0.dll" Source="..\dist-x86\libgdk_pixbuf-2.0-0.dll" />

-                    </Component>

-                    <Component Id="LIBGIO_2.0_0.DLL" DiskId="1" Guid="A660042E-0CBD-4E62-BBFF-D9FEF478383D">

-                        <File Id="LIBGIO_2.0_0.DLL" Name="libgio-2.0-0.dll" Source="..\dist-x86\libgio-2.0-0.dll" />

-                    </Component>

-                    <Component Id="LIBGLIB_2.0_0.DLL" DiskId="1" Guid="03983606-BA10-4708-A861-F99AB4CF4E3C">

-                        <File Id="LIBGLIB_2.0_0.DLL" Name="libglib-2.0-0.dll" Source="..\dist-x86\libglib-2.0-0.dll" />

-                    </Component>

-                    <Component Id="LIBGMODULE_2.0_0.DLL" DiskId="1" Guid="D7E81347-2DD4-48DC-A11D-A6761118FD64">

-                        <File Id="LIBGMODULE_2.0_0.DLL" Name="libgmodule-2.0-0.dll" Source="..\dist-x86\libgmodule-2.0-0.dll" />

-                    </Component>

-                    <Component Id="LIBGOBJECT_2.0_0.DLL" DiskId="1" Guid="E7DFE8FB-B59C-49EB-AD8F-E5D127C19851">

-                        <File Id="LIBGOBJECT_2.0_0.DLL" Name="libgobject-2.0-0.dll" Source="..\dist-x86\libgobject-2.0-0.dll" />

-                    </Component>

-                    <Component Id="LIBGTHREAD_2.0_0.DLL" DiskId="1" Guid="EAFE4BE1-DB7D-4E5F-ACF0-FB8C8E5AD664">

-                        <File Id="LIBGTHREAD_2.0_0.DLL" Name="libgthread-2.0-0.dll" Source="..\dist-x86\libgthread-2.0-0.dll" />

-                    </Component>

-                    <Component Id="LIBGTK_WIN32_2.0_0.DLL" DiskId="1" Guid="7ACC4D0E-2024-47F6-A8FE-9C509387466E">

-                        <File Id="LIBGTK_WIN32_2.0_0.DLL" Name="libgtk-win32-2.0-0.dll" Source="..\dist-x86\libgtk-win32-2.0-0.dll" />

-                    </Component>

-                    <Component Id="LIBINTL_8.DLL" DiskId="1" Guid="64872450-95C3-4340-B830-9235630C8DC0">

-                        <File Id="LIBINTL_8.DLL" Name="libintl-8.dll" Source="..\dist-x86\libintl-8.dll" />

-                    </Component>

-                    <Component Id="LIBJASPER_1.DLL" DiskId="1" Guid="3A5D5ACF-B347-48AA-9C6F-8A54F00B60D8">

-                        <File Id="LIBJASPER_1.DLL" Name="libjasper-1.dll" Source="..\dist-x86\libjasper-1.dll" />

-                    </Component>

-                    <Component Id="LIBJPEG_8.DLL" DiskId="1" Guid="BF619120-5375-4FE1-931E-75D04270E61F">

-                        <File Id="LIBJPEG_8.DLL" Name="libjpeg-8.dll" Source="..\dist-x86\libjpeg-8.dll" />

-                    </Component>

-                    <Component Id="LIBPANGO_1.0_0.DLL" DiskId="1" Guid="98DDA00A-8EE0-42A8-901E-1DC4BEAB4E40">

-                        <File Id="LIBPANGO_1.0_0.DLL" Name="libpango-1.0-0.dll" Source="..\dist-x86\libpango-1.0-0.dll" />

-                    </Component>

-                    <Component Id="LIBPANGOCAIRO_1.0_0.DLL" DiskId="1" Guid="2A5CB28B-AA6A-4905-9E9C-747DD4BEBD66">

-                        <File Id="LIBPANGOCAIRO_1.0_0.DLL" Name="libpangocairo-1.0-0.dll" Source="..\dist-x86\libpangocairo-1.0-0.dll" />

-                    </Component>

-                    <Component Id="LIBPANGOFT2_1.0_0.DLL" DiskId="1" Guid="D83D5E4E-3F1F-4DC1-AD6A-1687A908B74E">

-                        <File Id="LIBPANGOFT2_1.0_0.DLL" Name="libpangoft2-1.0-0.dll" Source="..\dist-x86\libpangoft2-1.0-0.dll" />

-                    </Component>

-                    <Component Id="LIBPANGOWIN32_1.0_0.DLL" DiskId="1" Guid="36C89C17-5D15-4E33-B0AE-A05B1340257F">

-                        <File Id="LIBPANGOWIN32_1.0_0.DLL" Name="libpangowin32-1.0-0.dll" Source="..\dist-x86\libpangowin32-1.0-0.dll" />

-                    </Component>

-                    <Component Id="LIBPIXMAN_1_0.DLL" DiskId="1" Guid="565216B2-F47A-4E18-89E8-2667F33DB7DA">

-                        <File Id="LIBPIXMAN_1_0.DLL" Name="libpixman-1-0.dll" Source="..\dist-x86\libpixman-1-0.dll" />

-                    </Component>

-                    <Component Id="LIBPNG15_15.DLL" DiskId="1" Guid="1E6CFD76-D81F-47CE-BC13-7BCDD31E66BC">

-                        <File Id="LIBPNG15_15.DLL" Name="libpng15-15.dll" Source="..\dist-x86\libpng15-15.dll" />

-                    </Component>

-                    <Component Id="LIBTIFF_3.DLL" DiskId="1" Guid="F0F73468-35FE-434D-AA05-28536A739C5A">

-                        <File Id="LIBTIFF_3.DLL" Name="libtiff-3.dll" Source="..\dist-x86\libtiff-3.dll" />

-                    </Component>

-                    <Component Id="LIBXML2_2.DLL" DiskId="1" Guid="0E408841-88C8-45AE-8F3A-04C48F083EEA">

-                        <File Id="LIBXML2_2.DLL" Name="libxml2-2.dll" Source="..\dist-x86\libxml2-2.dll" />

-                    </Component>

-                    <Component Id="LICENSE.CAIRO" DiskId="1" Guid="D5B1E114-EFFF-47C9-860D-F2716B319004">

-                        <File Id="LICENSE.CAIRO" Name="LICENSE.CAIRO" Source="..\dist-x86\LICENSE.CAIRO" />

-                    </Component>

-                    <Component Id="LICENSE.ENCHANT" DiskId="1" Guid="17D9505A-98C1-4E93-8D7D-5EDC6D1F7C06">

-                        <File Id="LICENSE.ENCHANT" Name="LICENSE.ENCHANT" Source="..\dist-x86\LICENSE.ENCHANT" />

-                    </Component>

-                    <Component Id="LICENSE.GTK" DiskId="1" Guid="ED51366F-BC77-45FE-831E-C3FDDF36C4B6">

-                        <File Id="LICENSE.GTK" Name="LICENSE.GTK" Source="..\dist-x86\LICENSE.GTK" />

-                    </Component>

-                    <Component Id="LICENSE.LUA" DiskId="1" Guid="EEEDB7C9-98AB-4ABB-9D26-BC024869A1F3">

-                        <File Id="LICENSE.LUA" Name="LICENSE.LUA" Source="..\dist-x86\LICENSE.LUA" />

-                    </Component>

-                    <Component Id="LICENSE.OPENSSL" DiskId="1" Guid="24403397-78FB-4A7A-96E4-8BD974A65FA8">

-                        <File Id="LICENSE.OPENSSL" Name="LICENSE.OPENSSL" Source="..\dist-x86\LICENSE.OPENSSL" />

-                    </Component>

-                    <Component Id="LICENSE.ZLIB" DiskId="1" Guid="164CED4A-37C6-4642-8E2F-67DB0FC52E5F">

-                        <File Id="LICENSE.ZLIB" Name="LICENSE.ZLIB" Source="..\dist-x86\LICENSE.ZLIB" />

-                    </Component>

-                    <Component Id="LUA51.DLL" DiskId="1" Guid="72B3991F-DCE3-4F2E-BCED-EEF36A902545">

-                        <File Id="LUA51.DLL" Name="lua51.dll" Source="..\dist-x86\lua51.dll" />

-                    </Component>

-                    <!--Component Id="PORTABLE_MODE" DiskId="1" Guid="A5408EB4-259D-4234-8C8C-C2C8BC5B139C">

-                        <File Id="PORTABLE_MODE" Name="portable-mode" Source="..\dist-x86\portable-mode" />

-                        <Condition>Not ALLUSERS</Condition>

-                    </Component-->

-                    <Component Id="SSLEAY32.DLL" DiskId="1" Guid="178574A3-380A-4FB8-AEF1-25B0164003FE">

-                        <File Id="SSLEAY32.DLL" Name="ssleay32.dll" Source="..\dist-x86\ssleay32.dll" />

-                    </Component>

-                    <Component Id="XCHAT_TEXT.EXE" DiskId="1" Guid="29C0C1AA-24D6-4B35-A0F5-9C1F7B748A77">

-                        <File Id="XCHAT_TEXT.EXE" Name="xchat-text.exe" Source="..\dist-x86\xchat-text.exe" />

-                    </Component>

-                    <Component Id="XCHAT.EXE" DiskId="1" Guid="35283F60-36AB-45C3-BB5A-3E85B8FF2AC2">

-                        <File Id="XCHAT.EXE" Name="xchat.exe" Source="..\dist-x86\xchat.exe" />

-                    </Component>

-                    <Component Id="ZLIB1.DLL" DiskId="1" Guid="E66E9058-F92C-4F1A-8506-367C98ED842B">

-                        <File Id="ZLIB1.DLL" Name="zlib1.dll" Source="..\dist-x86\zlib1.dll" />

-                    </Component>

-                    <Directory Id="ETC" Name="etc">

-                        <Component Id="DOWNLOAD.PNG" DiskId="1" Guid="8879950F-AFEF-4C2F-A9E6-15D8AD0BD6A6">

-                            <File Id="DOWNLOAD.PNG" Name="download.png" Source="..\dist-x86\etc\download.png" />

-                        </Component>

-                        <Component Id="GTKPREF.PNG" DiskId="1" Guid="4D598AFA-845A-4F9E-B2A7-E9AE3A2A5161">

-                            <File Id="GTKPREF.PNG" Name="gtkpref.png" Source="..\dist-x86\etc\gtkpref.png" />

-                        </Component>

-                        <Component Id="MUSIC.PNG" DiskId="1" Guid="F4EC3F19-24A8-484C-9BBF-00114B1148CF">

-                            <File Id="MUSIC.PNG" Name="music.png" Source="..\dist-x86\etc\music.png" />

-                        </Component>

-                        <Directory Id="GTK_2.0" Name="gtk-2.0">

-                            <Component Id="GTKRC" DiskId="1" Guid="40A92245-EA8C-4CDA-B80B-FCDB103E6C09">

-                                <File Id="GTKRC" Name="gtkrc" Source="..\dist-x86\etc\gtk-2.0\gtkrc" />

-                            </Component>

-                        </Directory>

-                    </Directory>

-                    <Directory Id="LIB" Name="lib">

-                        <Directory Id="ENCHANT" Name="enchant">

-                            <Component Id="LIBENCHANT_MYSPELL.DLL" DiskId="1" Guid="75251902-5319-4702-A8C7-2099CDED0A1B">

-                                <File Id="LIBENCHANT_MYSPELL.DLL" Name="libenchant_myspell.dll" Source="..\dist-x86\lib\enchant\libenchant_myspell.dll" />

-                            </Component>

-                        </Directory>

-                        <Directory Id="GTK_2.0_1" Name="gtk-2.0">

-                            <Directory Id="_2.10.0" Name="2.10.0">

-                                <Directory Id="ENGINES" Name="engines">

-                                    <Component Id="LIBCLEARLOOKS.DLL" DiskId="1" Guid="97F26DCD-1EB0-4E5D-99D3-8A5DA1DC4B0F">

-                                        <File Id="LIBCLEARLOOKS.DLL" Name="libclearlooks.dll" Source="..\dist-x86\lib\gtk-2.0\2.10.0\engines\libclearlooks.dll" />

-                                    </Component>

-                                    <Component Id="LIBCRUX_ENGINE.DLL" DiskId="1" Guid="2AD76A77-B4FB-48A1-B1AD-1B9EB7C793E4">

-                                        <File Id="LIBCRUX_ENGINE.DLL" Name="libcrux-engine.dll" Source="..\dist-x86\lib\gtk-2.0\2.10.0\engines\libcrux-engine.dll" />

-                                    </Component>

-                                    <Component Id="LIBGLIDE.DLL" DiskId="1" Guid="BED3215F-1C4D-4AD2-BA6A-D0150CB5CC07">

-                                        <File Id="LIBGLIDE.DLL" Name="libglide.dll" Source="..\dist-x86\lib\gtk-2.0\2.10.0\engines\libglide.dll" />

-                                    </Component>

-                                    <Component Id="LIBHCENGINE.DLL" DiskId="1" Guid="1E4D5D19-337B-4825-AEBC-20A7DB5A94AA">

-                                        <File Id="LIBHCENGINE.DLL" Name="libhcengine.dll" Source="..\dist-x86\lib\gtk-2.0\2.10.0\engines\libhcengine.dll" />

-                                    </Component>

-                                    <Component Id="LIBINDUSTRIAL.DLL" DiskId="1" Guid="D8440613-4080-4A10-9303-6E55F47CF5E3">

-                                        <File Id="LIBINDUSTRIAL.DLL" Name="libindustrial.dll" Source="..\dist-x86\lib\gtk-2.0\2.10.0\engines\libindustrial.dll" />

-                                    </Component>

-                                    <Component Id="LIBMIST.DLL" DiskId="1" Guid="46B6BFD3-050A-4C28-A201-DB302B935653">

-                                        <File Id="LIBMIST.DLL" Name="libmist.dll" Source="..\dist-x86\lib\gtk-2.0\2.10.0\engines\libmist.dll" />

-                                    </Component>

-                                    <Component Id="LIBPIXMAP.DLL" DiskId="1" Guid="E6DE630E-9B85-4859-9BFA-072DC9C009B7">

-                                        <File Id="LIBPIXMAP.DLL" Name="libpixmap.dll" Source="..\dist-x86\lib\gtk-2.0\2.10.0\engines\libpixmap.dll" />

-                                    </Component>

-                                    <Component Id="LIBREDMOND95.DLL" DiskId="1" Guid="1F6C7CE5-117B-4991-93D0-640D699066A6">

-                                        <File Id="LIBREDMOND95.DLL" Name="libredmond95.dll" Source="..\dist-x86\lib\gtk-2.0\2.10.0\engines\libredmond95.dll" />

-                                    </Component>

-                                    <Component Id="LIBTHINICE.DLL" DiskId="1" Guid="1E7AC281-D13E-4A37-A6D1-0D0CD61654EB">

-                                        <File Id="LIBTHINICE.DLL" Name="libthinice.dll" Source="..\dist-x86\lib\gtk-2.0\2.10.0\engines\libthinice.dll" />

-                                    </Component>

-                                    <Component Id="LIBWIMP.DLL" DiskId="1" Guid="DBB4B3A8-7EBC-43C3-AB35-224440831DDB">

-                                        <File Id="LIBWIMP.DLL" Name="libwimp.dll" Source="..\dist-x86\lib\gtk-2.0\2.10.0\engines\libwimp.dll" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="MODULES" Name="modules">

-                                <Component Id="LIBGAIL.DLL" DiskId="1" Guid="26C77045-56B3-413C-9DAF-DB663AFD2C9B">

-                                    <File Id="LIBGAIL.DLL" Name="libgail.dll" Source="..\dist-x86\lib\gtk-2.0\modules\libgail.dll" />

-                                </Component>

-                            </Directory>

-                        </Directory>

-                    </Directory>

-                    <Directory Id="LOCALE" Name="locale">

-                        <Directory Id="AM" Name="am">

-                            <Directory Id="LC_MESSAGES" Name="LC_MESSAGES">

-                                <Component Id="XCHAT.MO" DiskId="1" Guid="D44D1F1C-D38F-4D03-80D9-B35B4C253637">

-                                    <File Id="XCHAT.MO" Name="xchat.mo" Source="..\dist-x86\locale\am\LC_MESSAGES\xchat.mo" />

-                                </Component>

-                            </Directory>

-                        </Directory>

-                        <Directory Id="AZ" Name="az">

-                            <Directory Id="LC_MESSAGES_1" Name="LC_MESSAGES">

-                                <Component Id="XCHAT.MO_1" DiskId="1" Guid="444E416B-355C-4C01-A3CE-C12C59A3649E">

-                                    <File Id="XCHAT.MO_1" Name="xchat.mo" Source="..\dist-x86\locale\az\LC_MESSAGES\xchat.mo" />

-                                </Component>

-                            </Directory>

-                        </Directory>

-                        <Directory Id="BE" Name="be">

-                            <Directory Id="LC_MESSAGES_2" Name="LC_MESSAGES">

-                                <Component Id="XCHAT.MO_2" DiskId="1" Guid="20B426EA-1904-429F-A4D1-AFE05C0AA02C">

-                                    <File Id="XCHAT.MO_2" Name="xchat.mo" Source="..\dist-x86\locale\be\LC_MESSAGES\xchat.mo" />

-                                </Component>

-                            </Directory>

-                        </Directory>

-                        <Directory Id="BG" Name="bg">

-                            <Directory Id="LC_MESSAGES_3" Name="LC_MESSAGES">

-                                <Component Id="XCHAT.MO_3" DiskId="1" Guid="9CA8CC31-8DCA-464C-B087-681FB7AD127F">

-                                    <File Id="XCHAT.MO_3" Name="xchat.mo" Source="..\dist-x86\locale\bg\LC_MESSAGES\xchat.mo" />

-                                </Component>

-                            </Directory>

-                        </Directory>

-                        <Directory Id="CA" Name="ca">

-                            <Directory Id="LC_MESSAGES_4" Name="LC_MESSAGES">

-                                <Component Id="XCHAT.MO_4" DiskId="1" Guid="2EA586B4-8931-4F33-886F-EA651A700901">

-                                    <File Id="XCHAT.MO_4" Name="xchat.mo" Source="..\dist-x86\locale\ca\LC_MESSAGES\xchat.mo" />

-                                </Component>

-                            </Directory>

-                        </Directory>

-                        <Directory Id="CS" Name="cs">

-                            <Directory Id="LC_MESSAGES_5" Name="LC_MESSAGES">

-                                <Component Id="XCHAT.MO_5" DiskId="1" Guid="42519D1A-5637-4248-9F0F-C28E6DA93CAC">

-                                    <File Id="XCHAT.MO_5" Name="xchat.mo" Source="..\dist-x86\locale\cs\LC_MESSAGES\xchat.mo" />

-                                </Component>

-                            </Directory>

-                        </Directory>

-                        <Directory Id="DE" Name="de">

-                            <Directory Id="LC_MESSAGES_6" Name="LC_MESSAGES">

-                                <Component Id="XCHAT.MO_6" DiskId="1" Guid="25DFC632-C793-4ACB-9672-EF49BDA8B050">

-                                    <File Id="XCHAT.MO_6" Name="xchat.mo" Source="..\dist-x86\locale\de\LC_MESSAGES\xchat.mo" />

-                                </Component>

-                            </Directory>

-                        </Directory>

-                        <Directory Id="EL" Name="el">

-                            <Directory Id="LC_MESSAGES_7" Name="LC_MESSAGES">

-                                <Component Id="XCHAT.MO_7" DiskId="1" Guid="00D967B7-21C1-4D4F-B548-D24FF439628A">

-                                    <File Id="XCHAT.MO_7" Name="xchat.mo" Source="..\dist-x86\locale\el\LC_MESSAGES\xchat.mo" />

-                                </Component>

-                            </Directory>

-                        </Directory>

-                        <Directory Id="EN_GB" Name="en_GB">

-                            <Directory Id="LC_MESSAGES_8" Name="LC_MESSAGES">

-                                <Component Id="XCHAT.MO_8" DiskId="1" Guid="6CFE5EE6-DE06-4710-84FD-90D1C86BFC67">

-                                    <File Id="XCHAT.MO_8" Name="xchat.mo" Source="..\dist-x86\locale\en_GB\LC_MESSAGES\xchat.mo" />

-                                </Component>

-                            </Directory>

-                        </Directory>

-                        <Directory Id="ES" Name="es">

-                            <Directory Id="LC_MESSAGES_9" Name="LC_MESSAGES">

-                                <Component Id="XCHAT.MO_9" DiskId="1" Guid="42FF8562-D703-439C-B360-1E0E9AABB7A8">

-                                    <File Id="XCHAT.MO_9" Name="xchat.mo" Source="..\dist-x86\locale\es\LC_MESSAGES\xchat.mo" />

-                                </Component>

-                            </Directory>

-                        </Directory>

-                        <Directory Id="ET" Name="et">

-                            <Directory Id="LC_MESSAGES_10" Name="LC_MESSAGES">

-                                <Component Id="XCHAT.MO_10" DiskId="1" Guid="F1D11DE3-57E1-4FC9-B52C-2250DC426154">

-                                    <File Id="XCHAT.MO_10" Name="xchat.mo" Source="..\dist-x86\locale\et\LC_MESSAGES\xchat.mo" />

-                                </Component>

-                            </Directory>

-                        </Directory>

-                        <Directory Id="EU" Name="eu">

-                            <Directory Id="LC_MESSAGES_11" Name="LC_MESSAGES">

-                                <Component Id="XCHAT.MO_11" DiskId="1" Guid="BAA61535-FF22-4D7D-B2F6-932C8C78DD3B">

-                                    <File Id="XCHAT.MO_11" Name="xchat.mo" Source="..\dist-x86\locale\eu\LC_MESSAGES\xchat.mo" />

-                                </Component>

-                            </Directory>

-                        </Directory>

-                        <Directory Id="FI" Name="fi">

-                            <Directory Id="LC_MESSAGES_12" Name="LC_MESSAGES">

-                                <Component Id="XCHAT.MO_12" DiskId="1" Guid="3B7F5FBC-38C8-437F-BF8F-5BA6F88092BF">

-                                    <File Id="XCHAT.MO_12" Name="xchat.mo" Source="..\dist-x86\locale\fi\LC_MESSAGES\xchat.mo" />

-                                </Component>

-                            </Directory>

-                        </Directory>

-                        <Directory Id="FR" Name="fr">

-                            <Directory Id="LC_MESSAGES_13" Name="LC_MESSAGES">

-                                <Component Id="XCHAT.MO_13" DiskId="1" Guid="59BC37A9-26C0-4DD1-9CB7-DDC56F869F29">

-                                    <File Id="XCHAT.MO_13" Name="xchat.mo" Source="..\dist-x86\locale\fr\LC_MESSAGES\xchat.mo" />

-                                </Component>

-                            </Directory>

-                        </Directory>

-                        <Directory Id="GL" Name="gl">

-                            <Directory Id="LC_MESSAGES_14" Name="LC_MESSAGES">

-                                <Component Id="XCHAT.MO_14" DiskId="1" Guid="BE820F5B-4172-401D-B641-B49A6F52210A">

-                                    <File Id="XCHAT.MO_14" Name="xchat.mo" Source="..\dist-x86\locale\gl\LC_MESSAGES\xchat.mo" />

-                                </Component>

-                            </Directory>

-                        </Directory>

-                        <Directory Id="HI" Name="hi">

-                            <Directory Id="LC_MESSAGES_15" Name="LC_MESSAGES">

-                                <Component Id="XCHAT.MO_15" DiskId="1" Guid="03E10164-5F2E-46F0-96B3-34E955C7F191">

-                                    <File Id="XCHAT.MO_15" Name="xchat.mo" Source="..\dist-x86\locale\hi\LC_MESSAGES\xchat.mo" />

-                                </Component>

-                            </Directory>

-                        </Directory>

-                        <Directory Id="HU" Name="hu">

-                            <Directory Id="LC_MESSAGES_16" Name="LC_MESSAGES">

-                                <Component Id="XCHAT.MO_16" DiskId="1" Guid="5B5EB63A-1945-4A72-ACD4-91F4FE4E3741">

-                                    <File Id="XCHAT.MO_16" Name="xchat.mo" Source="..\dist-x86\locale\hu\LC_MESSAGES\xchat.mo" />

-                                </Component>

-                            </Directory>

-                        </Directory>

-                        <Directory Id="IT" Name="it">

-                            <Directory Id="LC_MESSAGES_17" Name="LC_MESSAGES">

-                                <Component Id="XCHAT.MO_17" DiskId="1" Guid="C67FF306-EF5F-4B2E-ACCB-8EE66120F2AE">

-                                    <File Id="XCHAT.MO_17" Name="xchat.mo" Source="..\dist-x86\locale\it\LC_MESSAGES\xchat.mo" />

-                                </Component>

-                            </Directory>

-                        </Directory>

-                        <Directory Id="JA" Name="ja">

-                            <Directory Id="LC_MESSAGES_18" Name="LC_MESSAGES">

-                                <Component Id="XCHAT.MO_18" DiskId="1" Guid="D328BC5F-68AB-4124-9E4A-0E1416443E52">

-                                    <File Id="XCHAT.MO_18" Name="xchat.mo" Source="..\dist-x86\locale\ja\LC_MESSAGES\xchat.mo" />

-                                </Component>

-                            </Directory>

-                        </Directory>

-                        <Directory Id="KN" Name="kn">

-                            <Directory Id="LC_MESSAGES_19" Name="LC_MESSAGES">

-                                <Component Id="XCHAT.MO_19" DiskId="1" Guid="A9CCB11A-1FBA-434E-87A2-6CAF4D07BB6F">

-                                    <File Id="XCHAT.MO_19" Name="xchat.mo" Source="..\dist-x86\locale\kn\LC_MESSAGES\xchat.mo" />

-                                </Component>

-                            </Directory>

-                        </Directory>

-                        <Directory Id="KO" Name="ko">

-                            <Directory Id="LC_MESSAGES_20" Name="LC_MESSAGES">

-                                <Component Id="XCHAT.MO_20" DiskId="1" Guid="6F085614-07E1-4952-B8E5-96C5AF2A16B0">

-                                    <File Id="XCHAT.MO_20" Name="xchat.mo" Source="..\dist-x86\locale\ko\LC_MESSAGES\xchat.mo" />

-                                </Component>

-                            </Directory>

-                        </Directory>

-                        <Directory Id="LT" Name="lt">

-                            <Directory Id="LC_MESSAGES_21" Name="LC_MESSAGES">

-                                <Component Id="XCHAT.MO_21" DiskId="1" Guid="989CD262-F6FD-4159-978F-A8EFE130A2EF">

-                                    <File Id="XCHAT.MO_21" Name="xchat.mo" Source="..\dist-x86\locale\lt\LC_MESSAGES\xchat.mo" />

-                                </Component>

-                            </Directory>

-                        </Directory>

-                        <Directory Id="LV" Name="lv">

-                            <Directory Id="LC_MESSAGES_22" Name="LC_MESSAGES">

-                                <Component Id="XCHAT.MO_22" DiskId="1" Guid="5E1E6E93-AAAC-4BEF-8582-05A015114C51">

-                                    <File Id="XCHAT.MO_22" Name="xchat.mo" Source="..\dist-x86\locale\lv\LC_MESSAGES\xchat.mo" />

-                                </Component>

-                            </Directory>

-                        </Directory>

-                        <Directory Id="MK" Name="mk">

-                            <Directory Id="LC_MESSAGES_23" Name="LC_MESSAGES">

-                                <Component Id="XCHAT.MO_23" DiskId="1" Guid="044FAD04-B504-4F92-B7EC-3B540795C230">

-                                    <File Id="XCHAT.MO_23" Name="xchat.mo" Source="..\dist-x86\locale\mk\LC_MESSAGES\xchat.mo" />

-                                </Component>

-                            </Directory>

-                        </Directory>

-                        <Directory Id="MS" Name="ms">

-                            <Directory Id="LC_MESSAGES_24" Name="LC_MESSAGES">

-                                <Component Id="XCHAT.MO_24" DiskId="1" Guid="9DDEE158-F0EA-477F-A7FD-E25BC2F4A94F">

-                                    <File Id="XCHAT.MO_24" Name="xchat.mo" Source="..\dist-x86\locale\ms\LC_MESSAGES\xchat.mo" />

-                                </Component>

-                            </Directory>

-                        </Directory>

-                        <Directory Id="NB" Name="nb">

-                            <Directory Id="LC_MESSAGES_25" Name="LC_MESSAGES">

-                                <Component Id="XCHAT.MO_25" DiskId="1" Guid="77490993-494B-48B7-A8E6-34DD4B3E4B40">

-                                    <File Id="XCHAT.MO_25" Name="xchat.mo" Source="..\dist-x86\locale\nb\LC_MESSAGES\xchat.mo" />

-                                </Component>

-                            </Directory>

-                        </Directory>

-                        <Directory Id="NL" Name="nl">

-                            <Directory Id="LC_MESSAGES_26" Name="LC_MESSAGES">

-                                <Component Id="XCHAT.MO_26" DiskId="1" Guid="7645A6F5-24E6-415E-882A-90474F563762">

-                                    <File Id="XCHAT.MO_26" Name="xchat.mo" Source="..\dist-x86\locale\nl\LC_MESSAGES\xchat.mo" />

-                                </Component>

-                            </Directory>

-                        </Directory>

-                        <Directory Id="NO" Name="no">

-                            <Directory Id="LC_MESSAGES_27" Name="LC_MESSAGES">

-                                <Component Id="XCHAT.MO_27" DiskId="1" Guid="328410C5-035E-46EF-9DBF-4F614AAE4209">

-                                    <File Id="XCHAT.MO_27" Name="xchat.mo" Source="..\dist-x86\locale\no\LC_MESSAGES\xchat.mo" />

-                                </Component>

-                            </Directory>

-                        </Directory>

-                        <Directory Id="PA" Name="pa">

-                            <Directory Id="LC_MESSAGES_28" Name="LC_MESSAGES">

-                                <Component Id="XCHAT.MO_28" DiskId="1" Guid="DDD79306-A5C0-4F34-9C95-79CD7F8358DC">

-                                    <File Id="XCHAT.MO_28" Name="xchat.mo" Source="..\dist-x86\locale\pa\LC_MESSAGES\xchat.mo" />

-                                </Component>

-                            </Directory>

-                        </Directory>

-                        <Directory Id="PL" Name="pl">

-                            <Directory Id="LC_MESSAGES_29" Name="LC_MESSAGES">

-                                <Component Id="XCHAT.MO_29" DiskId="1" Guid="95751BA0-958F-4302-8AD1-1DF8815EB690">

-                                    <File Id="XCHAT.MO_29" Name="xchat.mo" Source="..\dist-x86\locale\pl\LC_MESSAGES\xchat.mo" />

-                                </Component>

-                            </Directory>

-                        </Directory>

-                        <Directory Id="PT" Name="pt">

-                            <Directory Id="LC_MESSAGES_30" Name="LC_MESSAGES">

-                                <Component Id="XCHAT.MO_30" DiskId="1" Guid="0D52EDCA-A28E-4221-92AE-8BC910B6FE15">

-                                    <File Id="XCHAT.MO_30" Name="xchat.mo" Source="..\dist-x86\locale\pt\LC_MESSAGES\xchat.mo" />

-                                </Component>

-                            </Directory>

-                        </Directory>

-                        <Directory Id="PT_BR" Name="pt_BR">

-                            <Directory Id="LC_MESSAGES_31" Name="LC_MESSAGES">

-                                <Component Id="XCHAT.MO_31" DiskId="1" Guid="E0A823A8-6DB8-4D30-8CE2-1E4CBFDD1F34">

-                                    <File Id="XCHAT.MO_31" Name="xchat.mo" Source="..\dist-x86\locale\pt_BR\LC_MESSAGES\xchat.mo" />

-                                </Component>

-                            </Directory>

-                        </Directory>

-                        <Directory Id="RU" Name="ru">

-                            <Directory Id="LC_MESSAGES_32" Name="LC_MESSAGES">

-                                <Component Id="XCHAT.MO_32" DiskId="1" Guid="B1D79892-7D01-42B1-AE42-39AD55EC79DE">

-                                    <File Id="XCHAT.MO_32" Name="xchat.mo" Source="..\dist-x86\locale\ru\LC_MESSAGES\xchat.mo" />

-                                </Component>

-                            </Directory>

-                        </Directory>

-                        <Directory Id="SK" Name="sk">

-                            <Directory Id="LC_MESSAGES_33" Name="LC_MESSAGES">

-                                <Component Id="XCHAT.MO_33" DiskId="1" Guid="F9E3073E-4892-48CB-A8BE-2E782BD64E90">

-                                    <File Id="XCHAT.MO_33" Name="xchat.mo" Source="..\dist-x86\locale\sk\LC_MESSAGES\xchat.mo" />

-                                </Component>

-                            </Directory>

-                        </Directory>

-                        <Directory Id="SL" Name="sl">

-                            <Directory Id="LC_MESSAGES_34" Name="LC_MESSAGES">

-                                <Component Id="XCHAT.MO_34" DiskId="1" Guid="D59464A0-DEA0-4FAC-866C-A02D225E0F6D">

-                                    <File Id="XCHAT.MO_34" Name="xchat.mo" Source="..\dist-x86\locale\sl\LC_MESSAGES\xchat.mo" />

-                                </Component>

-                            </Directory>

-                        </Directory>

-                        <Directory Id="SQ" Name="sq">

-                            <Directory Id="LC_MESSAGES_35" Name="LC_MESSAGES">

-                                <Component Id="XCHAT.MO_35" DiskId="1" Guid="C484AC0A-9747-4E63-93DD-DDBF2090CA34">

-                                    <File Id="XCHAT.MO_35" Name="xchat.mo" Source="..\dist-x86\locale\sq\LC_MESSAGES\xchat.mo" />

-                                </Component>

-                            </Directory>

-                        </Directory>

-                        <Directory Id="SR" Name="sr">

-                            <Directory Id="LC_MESSAGES_36" Name="LC_MESSAGES">

-                                <Component Id="XCHAT.MO_36" DiskId="1" Guid="24B4D4B8-6154-4CB3-9921-707801CF30C2">

-                                    <File Id="XCHAT.MO_36" Name="xchat.mo" Source="..\dist-x86\locale\sr\LC_MESSAGES\xchat.mo" />

-                                </Component>

-                            </Directory>

-                        </Directory>

-                        <Directory Id="SV" Name="sv">

-                            <Directory Id="LC_MESSAGES_37" Name="LC_MESSAGES">

-                                <Component Id="XCHAT.MO_37" DiskId="1" Guid="F2153DFC-AEB5-4D26-93A5-76BCA06A38E9">

-                                    <File Id="XCHAT.MO_37" Name="xchat.mo" Source="..\dist-x86\locale\sv\LC_MESSAGES\xchat.mo" />

-                                </Component>

-                            </Directory>

-                        </Directory>

-                        <Directory Id="TH" Name="th">

-                            <Directory Id="LC_MESSAGES_38" Name="LC_MESSAGES">

-                                <Component Id="XCHAT.MO_38" DiskId="1" Guid="F876AFC6-B3BC-443A-9DEB-D4FD03CF8BC2">

-                                    <File Id="XCHAT.MO_38" Name="xchat.mo" Source="..\dist-x86\locale\th\LC_MESSAGES\xchat.mo" />

-                                </Component>

-                            </Directory>

-                        </Directory>

-                        <Directory Id="UK" Name="uk">

-                            <Directory Id="LC_MESSAGES_39" Name="LC_MESSAGES">

-                                <Component Id="XCHAT.MO_39" DiskId="1" Guid="D5A7DBDD-3B9E-4DED-B3E2-2EAF1236A1EC">

-                                    <File Id="XCHAT.MO_39" Name="xchat.mo" Source="..\dist-x86\locale\uk\LC_MESSAGES\xchat.mo" />

-                                </Component>

-                            </Directory>

-                        </Directory>

-                        <Directory Id="VI" Name="vi">

-                            <Directory Id="LC_MESSAGES_40" Name="LC_MESSAGES">

-                                <Component Id="XCHAT.MO_40" DiskId="1" Guid="38C83B8F-0FF3-48AE-8007-07ECB5B7E628">

-                                    <File Id="XCHAT.MO_40" Name="xchat.mo" Source="..\dist-x86\locale\vi\LC_MESSAGES\xchat.mo" />

-                                </Component>

-                            </Directory>

-                        </Directory>

-                        <Directory Id="WA" Name="wa">

-                            <Directory Id="LC_MESSAGES_41" Name="LC_MESSAGES">

-                                <Component Id="XCHAT.MO_41" DiskId="1" Guid="ADDA8D9B-734F-4DB3-B7EA-8A521D07887A">

-                                    <File Id="XCHAT.MO_41" Name="xchat.mo" Source="..\dist-x86\locale\wa\LC_MESSAGES\xchat.mo" />

-                                </Component>

-                            </Directory>

-                        </Directory>

-                        <Directory Id="ZH_CN" Name="zh_CN">

-                            <Directory Id="LC_MESSAGES_42" Name="LC_MESSAGES">

-                                <Component Id="XCHAT.MO_42" DiskId="1" Guid="44726C30-89D6-4BC3-ABF3-041D64F0DE04">

-                                    <File Id="XCHAT.MO_42" Name="xchat.mo" Source="..\dist-x86\locale\zh_CN\LC_MESSAGES\xchat.mo" />

-                                </Component>

-                            </Directory>

-                        </Directory>

-                        <Directory Id="ZH_TW" Name="zh_TW">

-                            <Directory Id="LC_MESSAGES_43" Name="LC_MESSAGES">

-                                <Component Id="XCHAT.MO_43" DiskId="1" Guid="8F51A258-EE6D-4899-A4C7-E1409F8C619A">

-                                    <File Id="XCHAT.MO_43" Name="xchat.mo" Source="..\dist-x86\locale\zh_TW\LC_MESSAGES\xchat.mo" />

-                                </Component>

-                            </Directory>

-                        </Directory>

-                    </Directory>

-                    <Directory Id="PLUGINS" Name="plugins">

-                        <Component Id="XCCHECKSUM.DLL" DiskId="1" Guid="7F5A4B51-F335-4623-9E5C-D41787B6D33A">

-                            <File Id="XCCHECKSUM.DLL" Name="xcchecksum.dll" Source="..\dist-x86\plugins\xcchecksum.dll" />

-                        </Component>

-                        <Component Id="XCGTKPREF.DLL" DiskId="1" Guid="995B9076-5A4C-4954-ACCA-8F0FBBB6B383">

-                            <File Id="XCGTKPREF.DLL" Name="xcgtkpref.dll" Source="..\dist-x86\plugins\xcgtkpref.dll" />

-                        </Component>

-                        <Component Id="XCLUA.DLL" DiskId="1" Guid="7CDDD492-CD94-4368-854B-35DC3F6C75EE">

-                            <File Id="XCLUA.DLL" Name="xclua.dll" Source="..\dist-x86\plugins\xclua.dll" />

-                        </Component>

-                        <Component Id="XCMPCINFO.DLL" DiskId="1" Guid="9332D4BD-B548-417B-99FA-A86619C1C90D">

-                            <File Id="XCMPCINFO.DLL" Name="xcmpcinfo.dll" Source="..\dist-x86\plugins\xcmpcinfo.dll" />

-                        </Component>

-                        <Component Id="XCPERL_512.DLL" DiskId="1" Guid="5C3DB953-F187-4D0C-881F-0149FEDF667C">

-                            <File Id="XCPERL_512.DLL" Name="xcperl-512.dll" Source="..\dist-x86\plugins\xcperl-512.dll" />

-                        </Component>

-                        <Component Id="XCPERL_514.DLL" DiskId="1" Guid="1521ADC2-B4DF-4089-A2CC-0D609882B036">

-                            <File Id="XCPERL_514.DLL" Name="xcperl-514.dll" Source="..\dist-x86\plugins\xcperl-514.dll" />

-                        </Component>

-                        <Component Id="XCPYTHON.DLL" DiskId="1" Guid="6E38D4FA-324D-49F2-AAA0-F3393AFBA8FA">

-                            <File Id="XCPYTHON.DLL" Name="xcpython.dll" Source="..\dist-x86\plugins\xcpython.dll" />

-                        </Component>

-                        <Component Id="XCTCL.DLL" DiskId="1" Guid="A1CDF598-8109-4176-9976-07101F22302A">

-                            <File Id="XCTCL.DLL" Name="xctcl.dll" Source="..\dist-x86\plugins\xctcl.dll" />

-                        </Component>

-                        <Component Id="XCUPD.DLL" DiskId="1" Guid="1B01B476-845E-4E0D-AE57-72B5F29F366A">

-                            <File Id="XCUPD.DLL" Name="xcupd.dll" Source="..\dist-x86\plugins\xcupd.dll" />

-                        </Component>

-                        <Component Id="XCWINAMP.DLL" DiskId="1" Guid="AF090B04-5E2F-4550-BF6A-FEF8D587FF08">

-                            <File Id="XCWINAMP.DLL" Name="xcwinamp.dll" Source="..\dist-x86\plugins\xcwinamp.dll" />

-                        </Component>

-                        <Component Id="XCWMPA.DLL" DiskId="1" Guid="E1ABAFA6-8825-464C-8F72-12173C136D2C">

-                            <File Id="XCWMPA.DLL" Name="xcwmpa.dll" Source="..\dist-x86\plugins\xcwmpa.dll" />

-                        </Component>

-                        <Component Id="XTRAY.DLL" DiskId="1" Guid="5034B2CF-55D2-4064-B8C7-40A79BD22A5D">

-                            <File Id="XTRAY.DLL" Name="xtray.dll" Source="..\dist-x86\plugins\xtray.dll" />

-                        </Component>

-                    </Directory>

-                    <Directory Id="SHARE" Name="share">

-                        <Directory Id="LOCALE_1" Name="locale">

-                            <Directory Id="AF" Name="af">

-                                <Directory Id="LC_MESSAGES_44" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO" DiskId="1" Guid="9BE6FD48-B609-4D01-82F8-E532A5934271">

-                                        <File Id="GTK20_PROPERTIES.MO" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\af\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO" DiskId="1" Guid="03454CC4-AAD5-45C8-ACDD-E4BBB4568E01">

-                                        <File Id="GTK20.MO" Name="gtk20.mo" Source="..\dist-x86\share\locale\af\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="AM_1" Name="am">

-                                <Directory Id="LC_MESSAGES_45" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_1" DiskId="1" Guid="0A91FED6-F26B-4D90-B111-DE6B020768F3">

-                                        <File Id="GTK20_PROPERTIES.MO_1" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\am\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_1" DiskId="1" Guid="0551871D-397B-427F-8063-1C0037902EB1">

-                                        <File Id="GTK20.MO_1" Name="gtk20.mo" Source="..\dist-x86\share\locale\am\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="ANG" Name="ang">

-                                <Directory Id="LC_MESSAGES_46" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_2" DiskId="1" Guid="14DA8F22-9ED0-4C36-A48C-1EF4FAA80FC6">

-                                        <File Id="GTK20_PROPERTIES.MO_2" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\ang\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_2" DiskId="1" Guid="7838B285-9E8B-43DF-AD55-0FB550E01682">

-                                        <File Id="GTK20.MO_2" Name="gtk20.mo" Source="..\dist-x86\share\locale\ang\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="AR" Name="ar">

-                                <Directory Id="LC_MESSAGES_47" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_3" DiskId="1" Guid="5D474910-BABF-451E-8D89-7582E29F194E">

-                                        <File Id="GTK20_PROPERTIES.MO_3" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\ar\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_3" DiskId="1" Guid="BC2D6BC4-5DE2-43FA-BBD6-958372B1465F">

-                                        <File Id="GTK20.MO_3" Name="gtk20.mo" Source="..\dist-x86\share\locale\ar\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="AS" Name="as">

-                                <Directory Id="LC_MESSAGES_48" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_4" DiskId="1" Guid="B7059F30-41D2-42D0-B6C7-BA7D27DB1A02">

-                                        <File Id="GTK20_PROPERTIES.MO_4" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\as\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_4" DiskId="1" Guid="E62CA341-429F-4393-B6AD-5114BFD86B3A">

-                                        <File Id="GTK20.MO_4" Name="gtk20.mo" Source="..\dist-x86\share\locale\as\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="AST" Name="ast">

-                                <Directory Id="LC_MESSAGES_49" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_5" DiskId="1" Guid="AC6FAB1E-211E-434C-AE8E-865983373495">

-                                        <File Id="GTK20_PROPERTIES.MO_5" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\ast\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_5" DiskId="1" Guid="29D648DD-AAE6-4955-9791-D4453B147988">

-                                        <File Id="GTK20.MO_5" Name="gtk20.mo" Source="..\dist-x86\share\locale\ast\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="AZ_1" Name="az">

-                                <Directory Id="LC_MESSAGES_50" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_6" DiskId="1" Guid="ECAE52C9-7C4A-46A7-9984-8E6B55EB99B7">

-                                        <File Id="GTK20_PROPERTIES.MO_6" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\az\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_6" DiskId="1" Guid="7647409B-1038-44FF-8BC1-E28DC5CCEBE3">

-                                        <File Id="GTK20.MO_6" Name="gtk20.mo" Source="..\dist-x86\share\locale\az\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="AZ_IR" Name="az_IR">

-                                <Directory Id="LC_MESSAGES_51" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_7" DiskId="1" Guid="31041743-C6EA-42E0-9EDC-30812CCB6DBC">

-                                        <File Id="GTK20_PROPERTIES.MO_7" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\az_IR\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_7" DiskId="1" Guid="81DC3A5E-1E25-4EC9-B552-EAFF6B7477C6">

-                                        <File Id="GTK20.MO_7" Name="gtk20.mo" Source="..\dist-x86\share\locale\az_IR\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="BE_1" Name="be">

-                                <Directory Id="LC_MESSAGES_52" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_8" DiskId="1" Guid="8A8CA8AA-A143-41E5-B131-D7F4D48DE5D2">

-                                        <File Id="GTK20_PROPERTIES.MO_8" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\be\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_8" DiskId="1" Guid="966E251E-BB6F-461B-81A0-8B9DFE984B0B">

-                                        <File Id="GTK20.MO_8" Name="gtk20.mo" Source="..\dist-x86\share\locale\be\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="BE_LATIN" Name="be@latin">

-                                <Directory Id="LC_MESSAGES_53" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_9" DiskId="1" Guid="2F1C59A4-107C-4EC0-A482-BF23DFBD8EF4">

-                                        <File Id="GTK20_PROPERTIES.MO_9" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\be@latin\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_9" DiskId="1" Guid="35BA1510-B48A-46A4-B40C-001189B023C4">

-                                        <File Id="GTK20.MO_9" Name="gtk20.mo" Source="..\dist-x86\share\locale\be@latin\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="BG_1" Name="bg">

-                                <Directory Id="LC_MESSAGES_54" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_10" DiskId="1" Guid="2F8D9D36-92B8-44DF-BA13-1ADF3607A80F">

-                                        <File Id="GTK20_PROPERTIES.MO_10" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\bg\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_10" DiskId="1" Guid="E993D756-EC1F-4A5E-BD91-3F91E7759168">

-                                        <File Id="GTK20.MO_10" Name="gtk20.mo" Source="..\dist-x86\share\locale\bg\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="BN" Name="bn">

-                                <Directory Id="LC_MESSAGES_55" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_11" DiskId="1" Guid="A2F648FA-EEFF-4226-8814-CFEC6927EE73">

-                                        <File Id="GTK20_PROPERTIES.MO_11" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\bn\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_11" DiskId="1" Guid="99B87F98-A412-4662-8E73-9F1DC19FF77C">

-                                        <File Id="GTK20.MO_11" Name="gtk20.mo" Source="..\dist-x86\share\locale\bn\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="BN_IN" Name="bn_IN">

-                                <Directory Id="LC_MESSAGES_56" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_12" DiskId="1" Guid="F9DB718C-8CA0-4E53-9354-52424E260C97">

-                                        <File Id="GTK20_PROPERTIES.MO_12" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\bn_IN\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_12" DiskId="1" Guid="701C9428-E427-49D2-B374-C74B68F7B3EF">

-                                        <File Id="GTK20.MO_12" Name="gtk20.mo" Source="..\dist-x86\share\locale\bn_IN\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="BR" Name="br">

-                                <Directory Id="LC_MESSAGES_57" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_13" DiskId="1" Guid="C7DFD692-0EA9-4D40-AA27-11F777A03A92">

-                                        <File Id="GTK20_PROPERTIES.MO_13" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\br\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_13" DiskId="1" Guid="B825D80E-B10B-4DD6-ADC9-9A01D5560467">

-                                        <File Id="GTK20.MO_13" Name="gtk20.mo" Source="..\dist-x86\share\locale\br\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="BS" Name="bs">

-                                <Directory Id="LC_MESSAGES_58" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_14" DiskId="1" Guid="17F10C0D-E21C-4FBB-8DE3-AC60517356DD">

-                                        <File Id="GTK20_PROPERTIES.MO_14" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\bs\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_14" DiskId="1" Guid="CCEF2036-9C19-45E0-BDA7-01978E73514B">

-                                        <File Id="GTK20.MO_14" Name="gtk20.mo" Source="..\dist-x86\share\locale\bs\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="CA_1" Name="ca">

-                                <Directory Id="LC_MESSAGES_59" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_15" DiskId="1" Guid="1FCB5CE4-C02D-4286-B203-14DA1C0494D5">

-                                        <File Id="GTK20_PROPERTIES.MO_15" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\ca\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_15" DiskId="1" Guid="E89DC1D2-F56A-4F0C-B9C7-F03B80414653">

-                                        <File Id="GTK20.MO_15" Name="gtk20.mo" Source="..\dist-x86\share\locale\ca\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="CA_VALENCIA" Name="ca@valencia">

-                                <Directory Id="LC_MESSAGES_60" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_16" DiskId="1" Guid="6372DCB3-6D65-4B8E-BA52-12D04C697E3E">

-                                        <File Id="GTK20_PROPERTIES.MO_16" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\ca@valencia\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_16" DiskId="1" Guid="7A910B9D-3890-4912-8A16-15268687ACD0">

-                                        <File Id="GTK20.MO_16" Name="gtk20.mo" Source="..\dist-x86\share\locale\ca@valencia\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="CRH" Name="crh">

-                                <Directory Id="LC_MESSAGES_61" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_17" DiskId="1" Guid="12D75D50-23C9-4463-BFEE-7D9E5771DD37">

-                                        <File Id="GTK20_PROPERTIES.MO_17" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\crh\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_17" DiskId="1" Guid="3905B82B-9AE9-464F-905A-77223F4207CB">

-                                        <File Id="GTK20.MO_17" Name="gtk20.mo" Source="..\dist-x86\share\locale\crh\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="CS_1" Name="cs">

-                                <Directory Id="LC_MESSAGES_62" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_18" DiskId="1" Guid="E7B77AA1-431E-4F52-A3BF-3C6F4BDC25EC">

-                                        <File Id="GTK20_PROPERTIES.MO_18" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\cs\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_18" DiskId="1" Guid="BA170F24-E5A7-4671-95F6-E60BFBC07502">

-                                        <File Id="GTK20.MO_18" Name="gtk20.mo" Source="..\dist-x86\share\locale\cs\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="CY" Name="cy">

-                                <Directory Id="LC_MESSAGES_63" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_19" DiskId="1" Guid="928C409E-DAA4-42D5-96B0-88ABB97BFDBD">

-                                        <File Id="GTK20_PROPERTIES.MO_19" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\cy\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_19" DiskId="1" Guid="100755EF-65E2-44BA-8481-3352DD1EA9DD">

-                                        <File Id="GTK20.MO_19" Name="gtk20.mo" Source="..\dist-x86\share\locale\cy\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="DA" Name="da">

-                                <Directory Id="LC_MESSAGES_64" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_20" DiskId="1" Guid="F6DDB44F-8480-4720-85BA-559292FB85CC">

-                                        <File Id="GTK20_PROPERTIES.MO_20" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\da\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_20" DiskId="1" Guid="AC36ED67-4F22-4576-9677-52E34BB482DB">

-                                        <File Id="GTK20.MO_20" Name="gtk20.mo" Source="..\dist-x86\share\locale\da\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="DE_1" Name="de">

-                                <Directory Id="LC_MESSAGES_65" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_21" DiskId="1" Guid="96B3072B-BBD7-4398-8B68-F81B55FEB29D">

-                                        <File Id="GTK20_PROPERTIES.MO_21" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\de\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_21" DiskId="1" Guid="3EF55727-65D8-437D-8E46-EDAA84922072">

-                                        <File Id="GTK20.MO_21" Name="gtk20.mo" Source="..\dist-x86\share\locale\de\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="DZ" Name="dz">

-                                <Directory Id="LC_MESSAGES_66" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_22" DiskId="1" Guid="58AC533F-1D30-4EFB-988D-85A925263FCB">

-                                        <File Id="GTK20_PROPERTIES.MO_22" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\dz\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_22" DiskId="1" Guid="C8013783-CD73-40D7-ADA3-BB50FEE204BC">

-                                        <File Id="GTK20.MO_22" Name="gtk20.mo" Source="..\dist-x86\share\locale\dz\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="EL_1" Name="el">

-                                <Directory Id="LC_MESSAGES_67" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_23" DiskId="1" Guid="261F9BFF-3694-46BE-B85D-A275E9BB2A31">

-                                        <File Id="GTK20_PROPERTIES.MO_23" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\el\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_23" DiskId="1" Guid="72DEB95A-2BC4-419E-A9A4-67C607B481F9">

-                                        <File Id="GTK20.MO_23" Name="gtk20.mo" Source="..\dist-x86\share\locale\el\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="EN_BOLDQUOT" Name="en@boldquot">

-                                <Directory Id="LC_MESSAGES_68" Name="LC_MESSAGES" />

-                            </Directory>

-                            <Directory Id="EN_QUOT" Name="en@quot">

-                                <Directory Id="LC_MESSAGES_69" Name="LC_MESSAGES" />

-                            </Directory>

-                            <Directory Id="EN_CA" Name="en_CA">

-                                <Directory Id="LC_MESSAGES_70" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_24" DiskId="1" Guid="06B64E2A-2DA3-4CA2-B99A-808B7821030E">

-                                        <File Id="GTK20_PROPERTIES.MO_24" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\en_CA\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_24" DiskId="1" Guid="EFB564BE-87E9-45D3-B697-C547B2194415">

-                                        <File Id="GTK20.MO_24" Name="gtk20.mo" Source="..\dist-x86\share\locale\en_CA\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="EN_GB_1" Name="en_GB">

-                                <Directory Id="LC_MESSAGES_71" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_25" DiskId="1" Guid="67740FAE-9C89-4288-B5E9-927CC82A5152">

-                                        <File Id="GTK20_PROPERTIES.MO_25" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\en_GB\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_25" DiskId="1" Guid="1055B5F6-98A0-4CE4-95C3-9F7CD6EE97EA">

-                                        <File Id="GTK20.MO_25" Name="gtk20.mo" Source="..\dist-x86\share\locale\en_GB\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="EO" Name="eo">

-                                <Directory Id="LC_MESSAGES_72" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_26" DiskId="1" Guid="45C32E49-C125-4129-8D18-395052DEF7D3">

-                                        <File Id="GTK20_PROPERTIES.MO_26" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\eo\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_26" DiskId="1" Guid="E76AF154-4D97-440C-955F-EEAF71E759AC">

-                                        <File Id="GTK20.MO_26" Name="gtk20.mo" Source="..\dist-x86\share\locale\eo\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="ES_1" Name="es">

-                                <Directory Id="LC_MESSAGES_73" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_27" DiskId="1" Guid="82B4E0AB-1C93-4C08-AABB-06F74EEA4D0A">

-                                        <File Id="GTK20_PROPERTIES.MO_27" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\es\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_27" DiskId="1" Guid="FBC06165-27E5-424B-9CCB-E8F445F24398">

-                                        <File Id="GTK20.MO_27" Name="gtk20.mo" Source="..\dist-x86\share\locale\es\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="ET_1" Name="et">

-                                <Directory Id="LC_MESSAGES_74" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_28" DiskId="1" Guid="6FB495CC-6F24-4C14-A2E8-73AF52A248D2">

-                                        <File Id="GTK20_PROPERTIES.MO_28" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\et\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_28" DiskId="1" Guid="86B46D02-3FD0-4DFE-B02A-AD6E8E38F7E3">

-                                        <File Id="GTK20.MO_28" Name="gtk20.mo" Source="..\dist-x86\share\locale\et\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="EU_1" Name="eu">

-                                <Directory Id="LC_MESSAGES_75" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_29" DiskId="1" Guid="BBB2D26A-1979-436F-B957-514896C4F7F9">

-                                        <File Id="GTK20_PROPERTIES.MO_29" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\eu\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_29" DiskId="1" Guid="A5A0AA85-7BD9-455E-8984-8AB45E5513E1">

-                                        <File Id="GTK20.MO_29" Name="gtk20.mo" Source="..\dist-x86\share\locale\eu\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="FA" Name="fa">

-                                <Directory Id="LC_MESSAGES_76" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_30" DiskId="1" Guid="13AEADD9-D10D-49E6-9B23-29938ED50733">

-                                        <File Id="GTK20_PROPERTIES.MO_30" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\fa\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_30" DiskId="1" Guid="88B381B7-E4FD-446B-BAF1-97B7F89A9B0F">

-                                        <File Id="GTK20.MO_30" Name="gtk20.mo" Source="..\dist-x86\share\locale\fa\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="FI_1" Name="fi">

-                                <Directory Id="LC_MESSAGES_77" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_31" DiskId="1" Guid="D095D5EE-2131-4983-AA61-021F486D4075">

-                                        <File Id="GTK20_PROPERTIES.MO_31" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\fi\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_31" DiskId="1" Guid="033D7157-CED8-4E74-AD8D-EDBA96BA18B8">

-                                        <File Id="GTK20.MO_31" Name="gtk20.mo" Source="..\dist-x86\share\locale\fi\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="FR_1" Name="fr">

-                                <Directory Id="LC_MESSAGES_78" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_32" DiskId="1" Guid="1163B660-3BEA-4658-BAF2-B368A085D4C8">

-                                        <File Id="GTK20_PROPERTIES.MO_32" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\fr\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_32" DiskId="1" Guid="00853BE9-D82C-490E-A6FC-3A0B154E0C37">

-                                        <File Id="GTK20.MO_32" Name="gtk20.mo" Source="..\dist-x86\share\locale\fr\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="GA" Name="ga">

-                                <Directory Id="LC_MESSAGES_79" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_33" DiskId="1" Guid="AADB7397-95FE-460F-8289-637DB18216CC">

-                                        <File Id="GTK20_PROPERTIES.MO_33" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\ga\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_33" DiskId="1" Guid="C2D23112-2988-4C56-A498-2A25DFDF80A2">

-                                        <File Id="GTK20.MO_33" Name="gtk20.mo" Source="..\dist-x86\share\locale\ga\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="GL_1" Name="gl">

-                                <Directory Id="LC_MESSAGES_80" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_34" DiskId="1" Guid="E8B8352E-555C-4C96-944E-87624E863C40">

-                                        <File Id="GTK20_PROPERTIES.MO_34" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\gl\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_34" DiskId="1" Guid="516E5787-FE02-4D10-A2D0-8655F7719DEB">

-                                        <File Id="GTK20.MO_34" Name="gtk20.mo" Source="..\dist-x86\share\locale\gl\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="GU" Name="gu">

-                                <Directory Id="LC_MESSAGES_81" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_35" DiskId="1" Guid="5A4E6021-1CD8-451A-A4C6-A9E7686A706B">

-                                        <File Id="GTK20_PROPERTIES.MO_35" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\gu\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_35" DiskId="1" Guid="5CA5E163-99C0-4689-8A35-2238B69DCEF8">

-                                        <File Id="GTK20.MO_35" Name="gtk20.mo" Source="..\dist-x86\share\locale\gu\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="HE" Name="he">

-                                <Directory Id="LC_MESSAGES_82" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_36" DiskId="1" Guid="D5AD36E9-4422-480E-814D-3078BBF27EF5">

-                                        <File Id="GTK20_PROPERTIES.MO_36" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\he\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_36" DiskId="1" Guid="C1477625-0A30-42AC-BF92-E1FA666204DF">

-                                        <File Id="GTK20.MO_36" Name="gtk20.mo" Source="..\dist-x86\share\locale\he\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="HI_1" Name="hi">

-                                <Directory Id="LC_MESSAGES_83" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_37" DiskId="1" Guid="B1BE05BE-4FCB-421D-B9E2-ED09E4C1B46F">

-                                        <File Id="GTK20_PROPERTIES.MO_37" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\hi\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_37" DiskId="1" Guid="03F3D75D-BBE3-4402-B31D-1167046ADC1B">

-                                        <File Id="GTK20.MO_37" Name="gtk20.mo" Source="..\dist-x86\share\locale\hi\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="HR" Name="hr">

-                                <Directory Id="LC_MESSAGES_84" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_38" DiskId="1" Guid="D20A3A6C-CFB1-406A-A4E8-4593D14B584C">

-                                        <File Id="GTK20_PROPERTIES.MO_38" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\hr\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_38" DiskId="1" Guid="4B5AB377-3AB3-4CD0-8396-344B5CEF732F">

-                                        <File Id="GTK20.MO_38" Name="gtk20.mo" Source="..\dist-x86\share\locale\hr\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="HU_1" Name="hu">

-                                <Directory Id="LC_MESSAGES_85" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_39" DiskId="1" Guid="0EF47D05-B22C-4243-9258-7416CB8CBD94">

-                                        <File Id="GTK20_PROPERTIES.MO_39" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\hu\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_39" DiskId="1" Guid="AC1FABD6-E832-41D4-9C30-FAF7BC2980D4">

-                                        <File Id="GTK20.MO_39" Name="gtk20.mo" Source="..\dist-x86\share\locale\hu\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="HY" Name="hy">

-                                <Directory Id="LC_MESSAGES_86" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_40" DiskId="1" Guid="694DFDD2-8047-4C0C-AA06-B53D379D7FD6">

-                                        <File Id="GTK20_PROPERTIES.MO_40" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\hy\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_40" DiskId="1" Guid="A7AA268A-F976-42C5-8425-045DA3C6FF34">

-                                        <File Id="GTK20.MO_40" Name="gtk20.mo" Source="..\dist-x86\share\locale\hy\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="IA" Name="ia">

-                                <Directory Id="LC_MESSAGES_87" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_41" DiskId="1" Guid="C4A43B69-D8B8-481C-9E26-FF17B01CF3A8">

-                                        <File Id="GTK20_PROPERTIES.MO_41" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\ia\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_41" DiskId="1" Guid="46156F92-1F40-40B2-9CE6-D62C6ECC2102">

-                                        <File Id="GTK20.MO_41" Name="gtk20.mo" Source="..\dist-x86\share\locale\ia\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="ID" Name="id">

-                                <Directory Id="LC_MESSAGES_88" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_42" DiskId="1" Guid="4A0B3477-B4A3-40C3-9E72-E7E0112EC853">

-                                        <File Id="GTK20_PROPERTIES.MO_42" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\id\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_42" DiskId="1" Guid="9BD92AA5-0CA9-49CC-B929-16240B52AF43">

-                                        <File Id="GTK20.MO_42" Name="gtk20.mo" Source="..\dist-x86\share\locale\id\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="IO" Name="io">

-                                <Directory Id="LC_MESSAGES_89" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_43" DiskId="1" Guid="1F6064FD-E250-4E7B-83D1-28DAAE09FE72">

-                                        <File Id="GTK20_PROPERTIES.MO_43" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\io\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_43" DiskId="1" Guid="75EFCCB4-0E89-4BB8-8028-555FB80160F1">

-                                        <File Id="GTK20.MO_43" Name="gtk20.mo" Source="..\dist-x86\share\locale\io\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="IS" Name="is">

-                                <Directory Id="LC_MESSAGES_90" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_44" DiskId="1" Guid="C89025B5-386B-4D5F-9BEB-8900795F082E">

-                                        <File Id="GTK20_PROPERTIES.MO_44" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\is\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_44" DiskId="1" Guid="34A1B847-FE3D-4579-B1AF-21878F83DC34">

-                                        <File Id="GTK20.MO_44" Name="gtk20.mo" Source="..\dist-x86\share\locale\is\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="IT_1" Name="it">

-                                <Directory Id="LC_MESSAGES_91" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_45" DiskId="1" Guid="85871604-E21C-4CF0-8DD4-6D30B993341A">

-                                        <File Id="GTK20_PROPERTIES.MO_45" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\it\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_45" DiskId="1" Guid="A59C887D-5D56-4AF5-801F-6AD9A08246AE">

-                                        <File Id="GTK20.MO_45" Name="gtk20.mo" Source="..\dist-x86\share\locale\it\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="JA_1" Name="ja">

-                                <Directory Id="LC_MESSAGES_92" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_46" DiskId="1" Guid="A838AA60-B52E-4E76-B4D3-7DE29C428933">

-                                        <File Id="GTK20_PROPERTIES.MO_46" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\ja\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_46" DiskId="1" Guid="C730EDE8-32FB-4EBB-9AFD-AC9588B8E0BB">

-                                        <File Id="GTK20.MO_46" Name="gtk20.mo" Source="..\dist-x86\share\locale\ja\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="KA" Name="ka">

-                                <Directory Id="LC_MESSAGES_93" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_47" DiskId="1" Guid="D0187D46-4575-4896-A389-2FCE5440ADE9">

-                                        <File Id="GTK20_PROPERTIES.MO_47" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\ka\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_47" DiskId="1" Guid="E9439474-6987-4898-B583-C3D273C79AE7">

-                                        <File Id="GTK20.MO_47" Name="gtk20.mo" Source="..\dist-x86\share\locale\ka\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="KK" Name="kk">

-                                <Directory Id="LC_MESSAGES_94" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_48" DiskId="1" Guid="1D5AE4E3-8CE0-4A65-ABD5-0415131EE1FC">

-                                        <File Id="GTK20_PROPERTIES.MO_48" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\kk\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_48" DiskId="1" Guid="0269E544-9F4E-42FE-B303-FF11C4050BB7">

-                                        <File Id="GTK20.MO_48" Name="gtk20.mo" Source="..\dist-x86\share\locale\kk\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="KN_1" Name="kn">

-                                <Directory Id="LC_MESSAGES_95" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_49" DiskId="1" Guid="4FF401D8-84E7-4A75-BE76-7F724CCDBB36">

-                                        <File Id="GTK20_PROPERTIES.MO_49" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\kn\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_49" DiskId="1" Guid="6CA141A5-BF11-40EE-AEA5-630200A285C9">

-                                        <File Id="GTK20.MO_49" Name="gtk20.mo" Source="..\dist-x86\share\locale\kn\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="KO_1" Name="ko">

-                                <Directory Id="LC_MESSAGES_96" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_50" DiskId="1" Guid="241ECB6F-9CD6-4B9A-BB66-A49098F77DDD">

-                                        <File Id="GTK20_PROPERTIES.MO_50" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\ko\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_50" DiskId="1" Guid="76D11520-298A-407F-B11C-96C25EAFC340">

-                                        <File Id="GTK20.MO_50" Name="gtk20.mo" Source="..\dist-x86\share\locale\ko\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="KU" Name="ku">

-                                <Directory Id="LC_MESSAGES_97" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_51" DiskId="1" Guid="271743A9-DFDE-4AFE-A966-5D850579E0F2">

-                                        <File Id="GTK20_PROPERTIES.MO_51" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\ku\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_51" DiskId="1" Guid="66D5C298-D5B0-4EC0-80EC-F0A097A691FF">

-                                        <File Id="GTK20.MO_51" Name="gtk20.mo" Source="..\dist-x86\share\locale\ku\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="LI" Name="li">

-                                <Directory Id="LC_MESSAGES_98" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_52" DiskId="1" Guid="2CF1BD1B-9100-4DBE-92CB-CDCA859E6E1D">

-                                        <File Id="GTK20_PROPERTIES.MO_52" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\li\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_52" DiskId="1" Guid="B0A41CB2-5F8C-4AB0-A263-C2FF9B20E482">

-                                        <File Id="GTK20.MO_52" Name="gtk20.mo" Source="..\dist-x86\share\locale\li\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="LT_1" Name="lt">

-                                <Directory Id="LC_MESSAGES_99" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_53" DiskId="1" Guid="E64F58B7-A0D8-4F83-A45E-913A1A97B72B">

-                                        <File Id="GTK20_PROPERTIES.MO_53" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\lt\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_53" DiskId="1" Guid="B4D1EFF1-8125-4C7D-BBE5-64CC8DC1579B">

-                                        <File Id="GTK20.MO_53" Name="gtk20.mo" Source="..\dist-x86\share\locale\lt\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="LV_1" Name="lv">

-                                <Directory Id="LC_MESSAGES_100" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_54" DiskId="1" Guid="B028F18A-066D-4EA6-8B3F-CD97A74CB1A0">

-                                        <File Id="GTK20_PROPERTIES.MO_54" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\lv\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_54" DiskId="1" Guid="1C59B16C-DC4F-42D4-B899-12D1F0B7197F">

-                                        <File Id="GTK20.MO_54" Name="gtk20.mo" Source="..\dist-x86\share\locale\lv\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="MAI" Name="mai">

-                                <Directory Id="LC_MESSAGES_101" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_55" DiskId="1" Guid="09554349-B4D0-41A6-97A6-2A319EE3A84B">

-                                        <File Id="GTK20_PROPERTIES.MO_55" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\mai\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_55" DiskId="1" Guid="87AF1AD9-90FF-494E-B4D8-D6530CDAD62E">

-                                        <File Id="GTK20.MO_55" Name="gtk20.mo" Source="..\dist-x86\share\locale\mai\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="MI" Name="mi">

-                                <Directory Id="LC_MESSAGES_102" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_56" DiskId="1" Guid="07D2CB5B-B935-4AF6-B4CC-BBF8E4292E54">

-                                        <File Id="GTK20_PROPERTIES.MO_56" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\mi\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_56" DiskId="1" Guid="9FC9544D-0056-44EF-96C5-C5433440F801">

-                                        <File Id="GTK20.MO_56" Name="gtk20.mo" Source="..\dist-x86\share\locale\mi\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="MK_1" Name="mk">

-                                <Directory Id="LC_MESSAGES_103" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_57" DiskId="1" Guid="D8E74454-5B3C-475B-914B-C0805F271CBF">

-                                        <File Id="GTK20_PROPERTIES.MO_57" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\mk\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_57" DiskId="1" Guid="C6896C40-5B9B-4767-B505-D2126D3AD698">

-                                        <File Id="GTK20.MO_57" Name="gtk20.mo" Source="..\dist-x86\share\locale\mk\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="ML" Name="ml">

-                                <Directory Id="LC_MESSAGES_104" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_58" DiskId="1" Guid="D0B80BA9-6C85-4CEF-84CA-B022B3244F54">

-                                        <File Id="GTK20_PROPERTIES.MO_58" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\ml\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_58" DiskId="1" Guid="E581CC4A-8A43-4AC8-95DD-F758F45BAB98">

-                                        <File Id="GTK20.MO_58" Name="gtk20.mo" Source="..\dist-x86\share\locale\ml\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="MN" Name="mn">

-                                <Directory Id="LC_MESSAGES_105" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_59" DiskId="1" Guid="C95B1180-B5CF-4E17-B7BE-6CB43DF87AD8">

-                                        <File Id="GTK20_PROPERTIES.MO_59" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\mn\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_59" DiskId="1" Guid="54418CF5-2A34-4BF7-8AD6-508F2304BF2B">

-                                        <File Id="GTK20.MO_59" Name="gtk20.mo" Source="..\dist-x86\share\locale\mn\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="MR" Name="mr">

-                                <Directory Id="LC_MESSAGES_106" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_60" DiskId="1" Guid="C8A57DBE-869C-466D-998A-2E71B81F6C46">

-                                        <File Id="GTK20_PROPERTIES.MO_60" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\mr\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_60" DiskId="1" Guid="73C53742-DAD9-41A7-A6B2-EEDDC756301A">

-                                        <File Id="GTK20.MO_60" Name="gtk20.mo" Source="..\dist-x86\share\locale\mr\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="MS_1" Name="ms">

-                                <Directory Id="LC_MESSAGES_107" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_61" DiskId="1" Guid="E4A5F7F1-3567-4741-88FB-7668395ABFCE">

-                                        <File Id="GTK20_PROPERTIES.MO_61" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\ms\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_61" DiskId="1" Guid="1F4A880F-49F2-4448-8A15-EA5A58E72A47">

-                                        <File Id="GTK20.MO_61" Name="gtk20.mo" Source="..\dist-x86\share\locale\ms\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="MY" Name="my">

-                                <Directory Id="LC_MESSAGES_108" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_62" DiskId="1" Guid="1ED95594-172E-45A4-88A8-6953DD2B1128">

-                                        <File Id="GTK20_PROPERTIES.MO_62" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\my\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_62" DiskId="1" Guid="730EF0CB-8F46-4469-87E2-CAD7CD070886">

-                                        <File Id="GTK20.MO_62" Name="gtk20.mo" Source="..\dist-x86\share\locale\my\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="NB_1" Name="nb">

-                                <Directory Id="LC_MESSAGES_109" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_63" DiskId="1" Guid="3C68302C-6426-47EF-8C84-EF1F36086CC7">

-                                        <File Id="GTK20_PROPERTIES.MO_63" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\nb\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_63" DiskId="1" Guid="19E62303-6417-42B8-A5D8-6AE418DE1AB5">

-                                        <File Id="GTK20.MO_63" Name="gtk20.mo" Source="..\dist-x86\share\locale\nb\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="NDS" Name="nds">

-                                <Directory Id="LC_MESSAGES_110" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_64" DiskId="1" Guid="03F2EF41-7DD6-4B24-8264-61638CA34A90">

-                                        <File Id="GTK20_PROPERTIES.MO_64" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\nds\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_64" DiskId="1" Guid="0C2C081A-0C44-46AF-8748-1C325058361A">

-                                        <File Id="GTK20.MO_64" Name="gtk20.mo" Source="..\dist-x86\share\locale\nds\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="NE" Name="ne">

-                                <Directory Id="LC_MESSAGES_111" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_65" DiskId="1" Guid="84C2997A-2EC9-4B58-A34D-FF32C8778856">

-                                        <File Id="GTK20_PROPERTIES.MO_65" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\ne\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_65" DiskId="1" Guid="F86B5426-4CDB-4347-8850-85A5F739F97D">

-                                        <File Id="GTK20.MO_65" Name="gtk20.mo" Source="..\dist-x86\share\locale\ne\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="NL_1" Name="nl">

-                                <Directory Id="LC_MESSAGES_112" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_66" DiskId="1" Guid="8B020C37-0922-4E24-BCF1-7C19629D4351">

-                                        <File Id="GTK20_PROPERTIES.MO_66" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\nl\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_66" DiskId="1" Guid="22344444-DDA4-4A8C-BDAC-D2291F1700C4">

-                                        <File Id="GTK20.MO_66" Name="gtk20.mo" Source="..\dist-x86\share\locale\nl\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="NN" Name="nn">

-                                <Directory Id="LC_MESSAGES_113" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_67" DiskId="1" Guid="F9BE0320-ACC9-4E8A-ACCA-149038639B31">

-                                        <File Id="GTK20_PROPERTIES.MO_67" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\nn\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_67" DiskId="1" Guid="CAED5C65-3149-4B36-95BC-07143976B067">

-                                        <File Id="GTK20.MO_67" Name="gtk20.mo" Source="..\dist-x86\share\locale\nn\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="NSO" Name="nso">

-                                <Directory Id="LC_MESSAGES_114" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_68" DiskId="1" Guid="D9ABD694-3A76-4FFC-B241-47B1DBE7E951">

-                                        <File Id="GTK20_PROPERTIES.MO_68" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\nso\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_68" DiskId="1" Guid="CF3F34C4-1B94-4FA1-8EE0-DF5A9C236DF9">

-                                        <File Id="GTK20.MO_68" Name="gtk20.mo" Source="..\dist-x86\share\locale\nso\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="OC" Name="oc">

-                                <Directory Id="LC_MESSAGES_115" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_69" DiskId="1" Guid="AA133D49-4612-4C0B-AFA1-2402691B54E7">

-                                        <File Id="GTK20_PROPERTIES.MO_69" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\oc\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_69" DiskId="1" Guid="DBB3CF0B-E7A0-4297-9B47-AF3295A8444C">

-                                        <File Id="GTK20.MO_69" Name="gtk20.mo" Source="..\dist-x86\share\locale\oc\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="OR" Name="or">

-                                <Directory Id="LC_MESSAGES_116" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_70" DiskId="1" Guid="7E23CA36-FAA2-476A-8314-42DB6EAB5C54">

-                                        <File Id="GTK20_PROPERTIES.MO_70" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\or\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_70" DiskId="1" Guid="CB9DE2D3-F00A-4BFC-97B1-6680D2C0C61F">

-                                        <File Id="GTK20.MO_70" Name="gtk20.mo" Source="..\dist-x86\share\locale\or\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="PA_1" Name="pa">

-                                <Directory Id="LC_MESSAGES_117" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_71" DiskId="1" Guid="BD97C81B-0E7B-47B6-8E2F-051429AEF070">

-                                        <File Id="GTK20_PROPERTIES.MO_71" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\pa\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_71" DiskId="1" Guid="263B9DE1-CAC6-4C67-A6A1-273E9046A9D6">

-                                        <File Id="GTK20.MO_71" Name="gtk20.mo" Source="..\dist-x86\share\locale\pa\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="PL_1" Name="pl">

-                                <Directory Id="LC_MESSAGES_118" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_72" DiskId="1" Guid="86F593AE-CADE-423E-BAC8-721CAE903F37">

-                                        <File Id="GTK20_PROPERTIES.MO_72" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\pl\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_72" DiskId="1" Guid="823A077C-C935-4E70-9DFD-134510B137AB">

-                                        <File Id="GTK20.MO_72" Name="gtk20.mo" Source="..\dist-x86\share\locale\pl\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="PS" Name="ps">

-                                <Directory Id="LC_MESSAGES_119" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_73" DiskId="1" Guid="D63A380B-7E7D-473E-BCFD-A038DC7CBD60">

-                                        <File Id="GTK20_PROPERTIES.MO_73" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\ps\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_73" DiskId="1" Guid="B2CA7C8F-E958-4417-9A4A-642F253F9056">

-                                        <File Id="GTK20.MO_73" Name="gtk20.mo" Source="..\dist-x86\share\locale\ps\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="PT_1" Name="pt">

-                                <Directory Id="LC_MESSAGES_120" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_74" DiskId="1" Guid="749FCEFC-2D24-492F-B087-3031F1782224">

-                                        <File Id="GTK20_PROPERTIES.MO_74" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\pt\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_74" DiskId="1" Guid="8990CC56-07AF-44E9-9D3A-7FB48B827620">

-                                        <File Id="GTK20.MO_74" Name="gtk20.mo" Source="..\dist-x86\share\locale\pt\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="PT_BR_1" Name="pt_BR">

-                                <Directory Id="LC_MESSAGES_121" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_75" DiskId="1" Guid="2B366204-8F44-48FA-887D-68E1BD82A38F">

-                                        <File Id="GTK20_PROPERTIES.MO_75" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\pt_BR\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_75" DiskId="1" Guid="6A276DB3-866E-4580-B5D4-B8836202A933">

-                                        <File Id="GTK20.MO_75" Name="gtk20.mo" Source="..\dist-x86\share\locale\pt_BR\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="RO" Name="ro">

-                                <Directory Id="LC_MESSAGES_122" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_76" DiskId="1" Guid="D52623F2-3D77-4F1C-B5A0-F5A2ACA599E6">

-                                        <File Id="GTK20_PROPERTIES.MO_76" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\ro\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_76" DiskId="1" Guid="9A8F3986-57AC-40DF-96E4-D81F8A2E2BCB">

-                                        <File Id="GTK20.MO_76" Name="gtk20.mo" Source="..\dist-x86\share\locale\ro\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="RU_1" Name="ru">

-                                <Directory Id="LC_MESSAGES_123" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_77" DiskId="1" Guid="12A55C33-0F77-4D41-B3F2-EDBD10D5A5D5">

-                                        <File Id="GTK20_PROPERTIES.MO_77" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\ru\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_77" DiskId="1" Guid="13E87803-59F4-4DB0-8235-60B07E8A14D9">

-                                        <File Id="GTK20.MO_77" Name="gtk20.mo" Source="..\dist-x86\share\locale\ru\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="RW" Name="rw">

-                                <Directory Id="LC_MESSAGES_124" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_78" DiskId="1" Guid="6CC11669-19E4-4C92-89D0-D334B70C1475">

-                                        <File Id="GTK20_PROPERTIES.MO_78" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\rw\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_78" DiskId="1" Guid="57BE1D6B-C202-48AC-8765-08F747979B71">

-                                        <File Id="GTK20.MO_78" Name="gtk20.mo" Source="..\dist-x86\share\locale\rw\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="SI" Name="si">

-                                <Directory Id="LC_MESSAGES_125" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_79" DiskId="1" Guid="A330BC17-F417-4D37-B1E3-C027C1CC4616">

-                                        <File Id="GTK20_PROPERTIES.MO_79" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\si\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_79" DiskId="1" Guid="BC3F8F33-3CD3-4A56-80C2-6EEC73A72E6F">

-                                        <File Id="GTK20.MO_79" Name="gtk20.mo" Source="..\dist-x86\share\locale\si\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="SK_1" Name="sk">

-                                <Directory Id="LC_MESSAGES_126" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_80" DiskId="1" Guid="6D14B297-128A-46AE-9553-AFBF09B020E4">

-                                        <File Id="GTK20_PROPERTIES.MO_80" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\sk\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_80" DiskId="1" Guid="66DF8798-B6D1-42DC-8F2D-829CCCF080D0">

-                                        <File Id="GTK20.MO_80" Name="gtk20.mo" Source="..\dist-x86\share\locale\sk\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="SL_1" Name="sl">

-                                <Directory Id="LC_MESSAGES_127" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_81" DiskId="1" Guid="67CA0D17-3914-428D-AD7C-F57A9823DF35">

-                                        <File Id="GTK20_PROPERTIES.MO_81" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\sl\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_81" DiskId="1" Guid="BC1F8343-A5A6-4EE0-8740-866BA4ABEA9C">

-                                        <File Id="GTK20.MO_81" Name="gtk20.mo" Source="..\dist-x86\share\locale\sl\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="SQ_1" Name="sq">

-                                <Directory Id="LC_MESSAGES_128" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_82" DiskId="1" Guid="E5D37B89-3693-4662-AF30-E3F5553CACF2">

-                                        <File Id="GTK20_PROPERTIES.MO_82" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\sq\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_82" DiskId="1" Guid="8918104D-5DF3-4B4A-9025-151DA870E0E5">

-                                        <File Id="GTK20.MO_82" Name="gtk20.mo" Source="..\dist-x86\share\locale\sq\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="SR_1" Name="sr">

-                                <Directory Id="LC_MESSAGES_129" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_83" DiskId="1" Guid="55C4C38F-2F44-4C4F-B289-E5D63EC003C5">

-                                        <File Id="GTK20_PROPERTIES.MO_83" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\sr\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_83" DiskId="1" Guid="52281C28-A765-4F6F-83DD-B3FAE15FB0B0">

-                                        <File Id="GTK20.MO_83" Name="gtk20.mo" Source="..\dist-x86\share\locale\sr\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="SR_IJE" Name="sr@ije">

-                                <Directory Id="LC_MESSAGES_130" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_84" DiskId="1" Guid="6B754183-B3C9-48F4-AFDC-FB96FAD9F77A">

-                                        <File Id="GTK20_PROPERTIES.MO_84" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\sr@ije\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_84" DiskId="1" Guid="0C1C15F8-0C56-445B-A3FE-DCE1470E9DDD">

-                                        <File Id="GTK20.MO_84" Name="gtk20.mo" Source="..\dist-x86\share\locale\sr@ije\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="SR_LATIN" Name="sr@latin">

-                                <Directory Id="LC_MESSAGES_131" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_85" DiskId="1" Guid="7908BDE1-3470-4104-8408-9B49FF34ACA6">

-                                        <File Id="GTK20_PROPERTIES.MO_85" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\sr@latin\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_85" DiskId="1" Guid="3B12FC9E-C54C-43E2-B2FF-64EC5397C81A">

-                                        <File Id="GTK20.MO_85" Name="gtk20.mo" Source="..\dist-x86\share\locale\sr@latin\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="SV_1" Name="sv">

-                                <Directory Id="LC_MESSAGES_132" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_86" DiskId="1" Guid="F0BA9671-35B7-4D52-B051-EAE683DD608E">

-                                        <File Id="GTK20_PROPERTIES.MO_86" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\sv\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_86" DiskId="1" Guid="160F02D7-6EC9-45FE-A933-6D59451DAD99">

-                                        <File Id="GTK20.MO_86" Name="gtk20.mo" Source="..\dist-x86\share\locale\sv\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="TA" Name="ta">

-                                <Directory Id="LC_MESSAGES_133" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_87" DiskId="1" Guid="A5A9CBB5-B46C-4C0E-A6FA-3A331B2225D1">

-                                        <File Id="GTK20_PROPERTIES.MO_87" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\ta\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_87" DiskId="1" Guid="55448FC2-4B7A-4990-815C-717BEE126F6E">

-                                        <File Id="GTK20.MO_87" Name="gtk20.mo" Source="..\dist-x86\share\locale\ta\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="TE" Name="te">

-                                <Directory Id="LC_MESSAGES_134" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_88" DiskId="1" Guid="D3BA78F9-7A8C-4714-BE27-7637FE1CBD3F">

-                                        <File Id="GTK20_PROPERTIES.MO_88" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\te\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_88" DiskId="1" Guid="9A42FFA0-B0F9-4C74-BC44-33688FD40365">

-                                        <File Id="GTK20.MO_88" Name="gtk20.mo" Source="..\dist-x86\share\locale\te\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="TH_1" Name="th">

-                                <Directory Id="LC_MESSAGES_135" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_89" DiskId="1" Guid="1BB4DEFA-0127-404F-AFDA-BE59BDC347D9">

-                                        <File Id="GTK20_PROPERTIES.MO_89" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\th\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_89" DiskId="1" Guid="10D59F1D-A810-4FE2-A041-71717FF142CD">

-                                        <File Id="GTK20.MO_89" Name="gtk20.mo" Source="..\dist-x86\share\locale\th\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="TK" Name="tk">

-                                <Directory Id="LC_MESSAGES_136" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_90" DiskId="1" Guid="E8ABC6CC-F1C9-43C3-B5E1-E3B28CFC4D09">

-                                        <File Id="GTK20_PROPERTIES.MO_90" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\tk\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_90" DiskId="1" Guid="6557EC91-357D-4DD7-BB9C-0B76DF7256AB">

-                                        <File Id="GTK20.MO_90" Name="gtk20.mo" Source="..\dist-x86\share\locale\tk\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="TR" Name="tr">

-                                <Directory Id="LC_MESSAGES_137" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_91" DiskId="1" Guid="8DCEA5C3-F3D1-41A8-A8D2-2E751F4E0135">

-                                        <File Id="GTK20_PROPERTIES.MO_91" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\tr\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_91" DiskId="1" Guid="48F65439-4F04-4004-A001-956C3A57E6C5">

-                                        <File Id="GTK20.MO_91" Name="gtk20.mo" Source="..\dist-x86\share\locale\tr\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="TT" Name="tt">

-                                <Directory Id="LC_MESSAGES_138" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_92" DiskId="1" Guid="504A50D3-814D-4510-89A7-1E53006A01A0">

-                                        <File Id="GTK20_PROPERTIES.MO_92" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\tt\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_92" DiskId="1" Guid="66C60D32-0069-404C-9EA0-76CC904D512D">

-                                        <File Id="GTK20.MO_92" Name="gtk20.mo" Source="..\dist-x86\share\locale\tt\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="UG" Name="ug">

-                                <Directory Id="LC_MESSAGES_139" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_93" DiskId="1" Guid="CE91FE76-9972-4F87-BD23-DC7817740F42">

-                                        <File Id="GTK20_PROPERTIES.MO_93" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\ug\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_93" DiskId="1" Guid="9A209F45-2ECF-4382-8CD8-D52951016D3C">

-                                        <File Id="GTK20.MO_93" Name="gtk20.mo" Source="..\dist-x86\share\locale\ug\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="UK_1" Name="uk">

-                                <Directory Id="LC_MESSAGES_140" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_94" DiskId="1" Guid="4ECD8A06-8630-4377-B24C-E920CDEE38A4">

-                                        <File Id="GTK20_PROPERTIES.MO_94" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\uk\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_94" DiskId="1" Guid="7BC281E3-EC62-4D1B-9ADA-F1CA492A6293">

-                                        <File Id="GTK20.MO_94" Name="gtk20.mo" Source="..\dist-x86\share\locale\uk\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="UR" Name="ur">

-                                <Directory Id="LC_MESSAGES_141" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_95" DiskId="1" Guid="6E1EE13B-3266-4A88-9F4F-06C87E3BFC57">

-                                        <File Id="GTK20_PROPERTIES.MO_95" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\ur\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_95" DiskId="1" Guid="A246E995-08F1-4CA6-BAC3-915F5E6BFDB2">

-                                        <File Id="GTK20.MO_95" Name="gtk20.mo" Source="..\dist-x86\share\locale\ur\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="UZ" Name="uz">

-                                <Directory Id="LC_MESSAGES_142" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_96" DiskId="1" Guid="6D6BC2F9-DE65-4BCB-9679-B940E5239103">

-                                        <File Id="GTK20_PROPERTIES.MO_96" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\uz\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_96" DiskId="1" Guid="C68E0015-3F37-4FD4-A1F8-40B1925FE0B7">

-                                        <File Id="GTK20.MO_96" Name="gtk20.mo" Source="..\dist-x86\share\locale\uz\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="UZ_CYRILLIC" Name="uz@cyrillic">

-                                <Directory Id="LC_MESSAGES_143" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_97" DiskId="1" Guid="CADBF11C-32A6-4E25-90DB-68B140AE379E">

-                                        <File Id="GTK20_PROPERTIES.MO_97" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\uz@cyrillic\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_97" DiskId="1" Guid="570795ED-793E-4B36-A200-D0E5B2AE57A5">

-                                        <File Id="GTK20.MO_97" Name="gtk20.mo" Source="..\dist-x86\share\locale\uz@cyrillic\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="VI_1" Name="vi">

-                                <Directory Id="LC_MESSAGES_144" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_98" DiskId="1" Guid="582A9399-2023-46F1-8A11-15D5EE5DE354">

-                                        <File Id="GTK20_PROPERTIES.MO_98" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\vi\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_98" DiskId="1" Guid="BAF02D8F-9A1F-4C3B-990D-38F0CC92B3BF">

-                                        <File Id="GTK20.MO_98" Name="gtk20.mo" Source="..\dist-x86\share\locale\vi\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="WA_1" Name="wa">

-                                <Directory Id="LC_MESSAGES_145" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_99" DiskId="1" Guid="136415C3-391D-41F5-BDE6-94744591634D">

-                                        <File Id="GTK20_PROPERTIES.MO_99" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\wa\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_99" DiskId="1" Guid="52431B39-0C0A-48E9-B1AE-66B51737712C">

-                                        <File Id="GTK20.MO_99" Name="gtk20.mo" Source="..\dist-x86\share\locale\wa\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="XH" Name="xh">

-                                <Directory Id="LC_MESSAGES_146" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_100" DiskId="1" Guid="87E6D37D-9CD0-4FE9-AAAB-B432E55F0B03">

-                                        <File Id="GTK20_PROPERTIES.MO_100" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\xh\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_100" DiskId="1" Guid="FF89A424-3687-4D83-81E0-5553B0DF456C">

-                                        <File Id="GTK20.MO_100" Name="gtk20.mo" Source="..\dist-x86\share\locale\xh\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="YI" Name="yi">

-                                <Directory Id="LC_MESSAGES_147" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_101" DiskId="1" Guid="5CAE684F-8C3E-4955-8DB9-EB1E792B8EC1">

-                                        <File Id="GTK20_PROPERTIES.MO_101" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\yi\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_101" DiskId="1" Guid="803E1634-0439-45C7-8513-0D93DD877547">

-                                        <File Id="GTK20.MO_101" Name="gtk20.mo" Source="..\dist-x86\share\locale\yi\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="ZH_CN_1" Name="zh_CN">

-                                <Directory Id="LC_MESSAGES_148" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_102" DiskId="1" Guid="6AC710CC-1FE8-4DC3-83FA-6480DD0D148C">

-                                        <File Id="GTK20_PROPERTIES.MO_102" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\zh_CN\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_102" DiskId="1" Guid="D030EAA6-BDE0-4331-AA48-BD3A9D4BE6A5">

-                                        <File Id="GTK20.MO_102" Name="gtk20.mo" Source="..\dist-x86\share\locale\zh_CN\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="ZH_HK" Name="zh_HK">

-                                <Directory Id="LC_MESSAGES_149" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_103" DiskId="1" Guid="1A239751-BCCB-4EF3-8490-EC09EC277844">

-                                        <File Id="GTK20_PROPERTIES.MO_103" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\zh_HK\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_103" DiskId="1" Guid="453CE1F6-F085-4DD3-89BC-96DA239475D7">

-                                        <File Id="GTK20.MO_103" Name="gtk20.mo" Source="..\dist-x86\share\locale\zh_HK\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="ZH_TW_1" Name="zh_TW">

-                                <Directory Id="LC_MESSAGES_150" Name="LC_MESSAGES">

-                                    <Component Id="GTK20_PROPERTIES.MO_104" DiskId="1" Guid="16EE0453-7415-4106-9D8D-22300A03BF24">

-                                        <File Id="GTK20_PROPERTIES.MO_104" Name="gtk20-properties.mo" Source="..\dist-x86\share\locale\zh_TW\LC_MESSAGES\gtk20-properties.mo" />

-                                    </Component>

-                                    <Component Id="GTK20.MO_104" DiskId="1" Guid="6186FBE7-36E4-4AD9-8D27-07911A9A93D2">

-                                        <File Id="GTK20.MO_104" Name="gtk20.mo" Source="..\dist-x86\share\locale\zh_TW\LC_MESSAGES\gtk20.mo" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                        </Directory>

-                        <Directory Id="THEMES" Name="themes">

-                            <Directory Id="CLEARLOOKS" Name="Clearlooks">

-                                <Directory Id="GTK_2.0_2" Name="gtk-2.0">

-                                    <Component Id="GTKRC_1" DiskId="1" Guid="79719AFD-1931-4F6F-A479-46032AE80D61">

-                                        <File Id="GTKRC_1" Name="gtkrc" Source="..\dist-x86\share\themes\Clearlooks\gtk-2.0\gtkrc" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="CRUX" Name="Crux">

-                                <Directory Id="GTK_2.0_3" Name="gtk-2.0">

-                                    <Component Id="GTKRC_2" DiskId="1" Guid="19CC4066-A2EC-4836-955A-7BBC6902E152">

-                                        <File Id="GTKRC_2" Name="gtkrc" Source="..\dist-x86\share\themes\Crux\gtk-2.0\gtkrc" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="DEFAULT" Name="Default">

-                                <Directory Id="GTK_2.0_KEY" Name="gtk-2.0-key">

-                                    <Component Id="GTKRC_3" DiskId="1" Guid="74CFD908-DC8D-432A-BC65-B7C46C38EF00">

-                                        <File Id="GTKRC_3" Name="gtkrc" Source="..\dist-x86\share\themes\Default\gtk-2.0-key\gtkrc" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="EMACS" Name="Emacs">

-                                <Directory Id="GTK_2.0_KEY_1" Name="gtk-2.0-key">

-                                    <Component Id="GTKRC_4" DiskId="1" Guid="004B7389-092C-4F55-B4BB-30A3F3C1790D">

-                                        <File Id="GTKRC_4" Name="gtkrc" Source="..\dist-x86\share\themes\Emacs\gtk-2.0-key\gtkrc" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="INDUSTRIAL" Name="Industrial">

-                                <Directory Id="GTK_2.0_4" Name="gtk-2.0">

-                                    <Component Id="GTKRC_5" DiskId="1" Guid="D0877D0D-9AEC-465E-A873-DA9E4B22D6B6">

-                                        <File Id="GTKRC_5" Name="gtkrc" Source="..\dist-x86\share\themes\Industrial\gtk-2.0\gtkrc" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="MIST" Name="Mist">

-                                <Directory Id="GTK_2.0_5" Name="gtk-2.0">

-                                    <Component Id="GTKRC_6" DiskId="1" Guid="475370A0-83D6-4E93-9988-54DC6B949A3A">

-                                        <File Id="GTKRC_6" Name="gtkrc" Source="..\dist-x86\share\themes\Mist\gtk-2.0\gtkrc" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="MS_WINDOWS" Name="MS-Windows">

-                                <Directory Id="GTK_2.0_6" Name="gtk-2.0">

-                                    <Component Id="GTKRC_7" DiskId="1" Guid="73295FA4-6B6D-411E-886A-E0E0B6CCC896">

-                                        <File Id="GTKRC_7" Name="gtkrc" Source="..\dist-x86\share\themes\MS-Windows\gtk-2.0\gtkrc" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="RALEIGH" Name="Raleigh">

-                                <Directory Id="GTK_2.0_7" Name="gtk-2.0">

-                                    <Component Id="GTKRC_8" DiskId="1" Guid="83C8D1CB-5E79-4598-86DC-002CF4DC4542">

-                                        <File Id="GTKRC_8" Name="gtkrc" Source="..\dist-x86\share\themes\Raleigh\gtk-2.0\gtkrc" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="REDMOND" Name="Redmond">

-                                <Directory Id="GTK_2.0_8" Name="gtk-2.0">

-                                    <Component Id="GTKRC_9" DiskId="1" Guid="91B37D9B-A051-4083-ADB2-6978FFC9CF41">

-                                        <File Id="GTKRC_9" Name="gtkrc" Source="..\dist-x86\share\themes\Redmond\gtk-2.0\gtkrc" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                            <Directory Id="THINICE" Name="ThinIce">

-                                <Directory Id="GTK_2.0_9" Name="gtk-2.0">

-                                    <Component Id="GTKRC_10" DiskId="1" Guid="730E3231-D441-4FFA-8F30-39AE35BC2DFB">

-                                        <File Id="GTKRC_10" Name="gtkrc" Source="..\dist-x86\share\themes\ThinIce\gtk-2.0\gtkrc" />

-                                    </Component>

-                                </Directory>

-                            </Directory>

-                        </Directory>

-                        <Directory Id="XML" Name="xml">

-                            <Directory Id="ISO_CODES" Name="iso-codes">

-                                <Component Id="ISO_3166.XML" DiskId="1" Guid="178E80EA-C135-4B04-A0DD-247B8AC1DF0E">

-                                    <File Id="ISO_3166.XML" Name="iso_3166.xml" Source="..\dist-x86\share\xml\iso-codes\iso_3166.xml" />

-                                </Component>

-                                <Component Id="ISO_639.XML" DiskId="1" Guid="51170189-78CC-4231-A03E-A79E8215EA7E">

-                                    <File Id="ISO_639.XML" Name="iso_639.xml" Source="..\dist-x86\share\xml\iso-codes\iso_639.xml" />

-                                </Component>

-                            </Directory>

-                        </Directory>

-                    </Directory>

-                </Directory>

-            </Directory>

-            <!--pfiles-->

-            <Directory Id="ProgramMenuFolder">

-                <Directory Id="ProgramMenuDir" Name="XChat-WDK">

-                    <Component Id="StartMenuShortcuts" Guid="6E4CCAA9-D055-4ED3-AB10-E3EF15E901B8">

-                        <RemoveFolder Id="ProgramMenuDir" On="uninstall" />

-                        <!--RegistryValue Root="HKCU" Key="Software\[Manufacturer]\[ProductName]" Type="string" Value="" /-->

-                        <Shortcut Id="UninstallProduct" Name="Uninstall XChat-WDK (x86)" Description="Uninstall XChat-WDK (x86) from your computer" Target="[System64Folder]msiexec.exe" Arguments="/x [ProductCode]" />

-                        <Shortcut Id="XChatShortcut" Name="XChat-WDK (x86)" Target="[APPLICATIONFOLDER]xchat.exe" Description="XChat-WDK (x86)" WorkingDirectory="APPLICATIONFOLDER">

-                            <Icon Id="XChatIcon" SourceFile="..\dist-x86\xchat.exe" />

-                        </Shortcut>

-                    </Component>

-                </Directory>

-            </Directory>

-        </Directory>

-        <Feature Id="XCWDK" Title="XChat-WDK" Absent="disallow" Level="1" ConfigurableDirectory="APPLICATIONFOLDER">

-            <ComponentRef Id="CERT.PEM" />

-            <ComponentRef Id="COPYING" />

-            <ComponentRef Id="GTK2_PREFS.EXE" />

-            <ComponentRef Id="LIBATK_1.0_0.DLL" />

-            <ComponentRef Id="LIBCAIRO_2.DLL" />

-            <ComponentRef Id="LIBEAY32.DLL" />

-            <ComponentRef Id="LIBENCHANT.DLL" />

-            <ComponentRef Id="LIBEXPAT_1.DLL" />

-            <ComponentRef Id="LIBFONTCONFIG_1.DLL" />

-            <ComponentRef Id="LIBFREETYPE_6.DLL" />

-            <ComponentRef Id="LIBGDK_WIN32_2.0_0.DLL" />

-            <ComponentRef Id="LIBGDK_PIXBUF_2.0_0.DLL" />

-            <ComponentRef Id="LIBGIO_2.0_0.DLL" />

-            <ComponentRef Id="LIBGLIB_2.0_0.DLL" />

-            <ComponentRef Id="LIBGMODULE_2.0_0.DLL" />

-            <ComponentRef Id="LIBGOBJECT_2.0_0.DLL" />

-            <ComponentRef Id="LIBGTHREAD_2.0_0.DLL" />

-            <ComponentRef Id="LIBGTK_WIN32_2.0_0.DLL" />

-            <ComponentRef Id="LIBINTL_8.DLL" />

-            <ComponentRef Id="LIBJASPER_1.DLL" />

-            <ComponentRef Id="LIBJPEG_8.DLL" />

-            <ComponentRef Id="LIBPANGO_1.0_0.DLL" />

-            <ComponentRef Id="LIBPANGOCAIRO_1.0_0.DLL" />

-            <ComponentRef Id="LIBPANGOFT2_1.0_0.DLL" />

-            <ComponentRef Id="LIBPANGOWIN32_1.0_0.DLL" />

-            <ComponentRef Id="LIBPIXMAN_1_0.DLL" />

-            <ComponentRef Id="LIBPNG15_15.DLL" />

-            <ComponentRef Id="LIBTIFF_3.DLL" />

-            <ComponentRef Id="LIBXML2_2.DLL" />

-            <ComponentRef Id="LICENSE.CAIRO" />

-            <ComponentRef Id="LICENSE.ENCHANT" />

-            <ComponentRef Id="LICENSE.GTK" />

-            <ComponentRef Id="LICENSE.LUA" />

-            <ComponentRef Id="LICENSE.OPENSSL" />

-            <ComponentRef Id="LICENSE.ZLIB" />

-            <!--ComponentRef Id="PORTABLE_MODE" /-->

-            <ComponentRef Id="SSLEAY32.DLL" />

-            <ComponentRef Id="XCHAT_TEXT.EXE" />

-            <ComponentRef Id="XCHAT.EXE" />

-            <ComponentRef Id="ZLIB1.DLL" />

-            <ComponentRef Id="DOWNLOAD.PNG" />

-            <ComponentRef Id="GTKPREF.PNG" />

-            <ComponentRef Id="MUSIC.PNG" />

-            <ComponentRef Id="GTKRC" />

-            <ComponentRef Id="LIBENCHANT_MYSPELL.DLL" />

-            <ComponentRef Id="LIBCLEARLOOKS.DLL" />

-            <ComponentRef Id="LIBCRUX_ENGINE.DLL" />

-            <ComponentRef Id="LIBGLIDE.DLL" />

-            <ComponentRef Id="LIBHCENGINE.DLL" />

-            <ComponentRef Id="LIBINDUSTRIAL.DLL" />

-            <ComponentRef Id="LIBMIST.DLL" />

-            <ComponentRef Id="LIBPIXMAP.DLL" />

-            <ComponentRef Id="LIBREDMOND95.DLL" />

-            <ComponentRef Id="LIBTHINICE.DLL" />

-            <ComponentRef Id="LIBWIMP.DLL" />

-            <ComponentRef Id="LIBGAIL.DLL" />

-            <ComponentRef Id="XCGTKPREF.DLL" />

-            <ComponentRef Id="GTKRC_1" />

-            <ComponentRef Id="GTKRC_2" />

-            <ComponentRef Id="GTKRC_3" />

-            <ComponentRef Id="GTKRC_4" />

-            <ComponentRef Id="GTKRC_5" />

-            <ComponentRef Id="GTKRC_6" />

-            <ComponentRef Id="GTKRC_7" />

-            <ComponentRef Id="GTKRC_8" />

-            <ComponentRef Id="GTKRC_9" />

-            <ComponentRef Id="GTKRC_10" />

-            <ComponentRef Id="ISO_3166.XML" />

-            <ComponentRef Id="ISO_639.XML" />

-            <ComponentRef Id="StartMenuShortcuts" />

-        </Feature>

-        <Feature Id="Translations" Level="1" Title="Translations">

-            <ComponentRef Id="XCHAT.MO" />

-            <ComponentRef Id="XCHAT.MO_1" />

-            <ComponentRef Id="XCHAT.MO_2" />

-            <ComponentRef Id="XCHAT.MO_3" />

-            <ComponentRef Id="XCHAT.MO_4" />

-            <ComponentRef Id="XCHAT.MO_5" />

-            <ComponentRef Id="XCHAT.MO_6" />

-            <ComponentRef Id="XCHAT.MO_7" />

-            <ComponentRef Id="XCHAT.MO_8" />

-            <ComponentRef Id="XCHAT.MO_9" />

-            <ComponentRef Id="XCHAT.MO_10" />

-            <ComponentRef Id="XCHAT.MO_11" />

-            <ComponentRef Id="XCHAT.MO_12" />

-            <ComponentRef Id="XCHAT.MO_13" />

-            <ComponentRef Id="XCHAT.MO_14" />

-            <ComponentRef Id="XCHAT.MO_15" />

-            <ComponentRef Id="XCHAT.MO_16" />

-            <ComponentRef Id="XCHAT.MO_17" />

-            <ComponentRef Id="XCHAT.MO_18" />

-            <ComponentRef Id="XCHAT.MO_19" />

-            <ComponentRef Id="XCHAT.MO_20" />

-            <ComponentRef Id="XCHAT.MO_21" />

-            <ComponentRef Id="XCHAT.MO_22" />

-            <ComponentRef Id="XCHAT.MO_23" />

-            <ComponentRef Id="XCHAT.MO_24" />

-            <ComponentRef Id="XCHAT.MO_25" />

-            <ComponentRef Id="XCHAT.MO_26" />

-            <ComponentRef Id="XCHAT.MO_27" />

-            <ComponentRef Id="XCHAT.MO_28" />

-            <ComponentRef Id="XCHAT.MO_29" />

-            <ComponentRef Id="XCHAT.MO_30" />

-            <ComponentRef Id="XCHAT.MO_31" />

-            <ComponentRef Id="XCHAT.MO_32" />

-            <ComponentRef Id="XCHAT.MO_33" />

-            <ComponentRef Id="XCHAT.MO_34" />

-            <ComponentRef Id="XCHAT.MO_35" />

-            <ComponentRef Id="XCHAT.MO_36" />

-            <ComponentRef Id="XCHAT.MO_37" />

-            <ComponentRef Id="XCHAT.MO_38" />

-            <ComponentRef Id="XCHAT.MO_39" />

-            <ComponentRef Id="XCHAT.MO_40" />

-            <ComponentRef Id="XCHAT.MO_41" />

-            <ComponentRef Id="XCHAT.MO_42" />

-            <ComponentRef Id="XCHAT.MO_43" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO" />

-            <ComponentRef Id="GTK20.MO" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_1" />

-            <ComponentRef Id="GTK20.MO_1" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_2" />

-            <ComponentRef Id="GTK20.MO_2" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_3" />

-            <ComponentRef Id="GTK20.MO_3" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_4" />

-            <ComponentRef Id="GTK20.MO_4" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_5" />

-            <ComponentRef Id="GTK20.MO_5" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_6" />

-            <ComponentRef Id="GTK20.MO_6" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_7" />

-            <ComponentRef Id="GTK20.MO_7" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_8" />

-            <ComponentRef Id="GTK20.MO_8" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_9" />

-            <ComponentRef Id="GTK20.MO_9" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_10" />

-            <ComponentRef Id="GTK20.MO_10" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_11" />

-            <ComponentRef Id="GTK20.MO_11" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_12" />

-            <ComponentRef Id="GTK20.MO_12" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_13" />

-            <ComponentRef Id="GTK20.MO_13" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_14" />

-            <ComponentRef Id="GTK20.MO_14" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_15" />

-            <ComponentRef Id="GTK20.MO_15" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_16" />

-            <ComponentRef Id="GTK20.MO_16" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_17" />

-            <ComponentRef Id="GTK20.MO_17" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_18" />

-            <ComponentRef Id="GTK20.MO_18" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_19" />

-            <ComponentRef Id="GTK20.MO_19" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_20" />

-            <ComponentRef Id="GTK20.MO_20" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_21" />

-            <ComponentRef Id="GTK20.MO_21" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_22" />

-            <ComponentRef Id="GTK20.MO_22" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_23" />

-            <ComponentRef Id="GTK20.MO_23" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_24" />

-            <ComponentRef Id="GTK20.MO_24" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_25" />

-            <ComponentRef Id="GTK20.MO_25" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_26" />

-            <ComponentRef Id="GTK20.MO_26" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_27" />

-            <ComponentRef Id="GTK20.MO_27" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_28" />

-            <ComponentRef Id="GTK20.MO_28" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_29" />

-            <ComponentRef Id="GTK20.MO_29" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_30" />

-            <ComponentRef Id="GTK20.MO_30" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_31" />

-            <ComponentRef Id="GTK20.MO_31" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_32" />

-            <ComponentRef Id="GTK20.MO_32" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_33" />

-            <ComponentRef Id="GTK20.MO_33" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_34" />

-            <ComponentRef Id="GTK20.MO_34" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_35" />

-            <ComponentRef Id="GTK20.MO_35" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_36" />

-            <ComponentRef Id="GTK20.MO_36" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_37" />

-            <ComponentRef Id="GTK20.MO_37" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_38" />

-            <ComponentRef Id="GTK20.MO_38" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_39" />

-            <ComponentRef Id="GTK20.MO_39" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_40" />

-            <ComponentRef Id="GTK20.MO_40" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_41" />

-            <ComponentRef Id="GTK20.MO_41" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_42" />

-            <ComponentRef Id="GTK20.MO_42" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_43" />

-            <ComponentRef Id="GTK20.MO_43" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_44" />

-            <ComponentRef Id="GTK20.MO_44" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_45" />

-            <ComponentRef Id="GTK20.MO_45" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_46" />

-            <ComponentRef Id="GTK20.MO_46" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_47" />

-            <ComponentRef Id="GTK20.MO_47" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_48" />

-            <ComponentRef Id="GTK20.MO_48" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_49" />

-            <ComponentRef Id="GTK20.MO_49" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_50" />

-            <ComponentRef Id="GTK20.MO_50" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_51" />

-            <ComponentRef Id="GTK20.MO_51" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_52" />

-            <ComponentRef Id="GTK20.MO_52" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_53" />

-            <ComponentRef Id="GTK20.MO_53" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_54" />

-            <ComponentRef Id="GTK20.MO_54" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_55" />

-            <ComponentRef Id="GTK20.MO_55" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_56" />

-            <ComponentRef Id="GTK20.MO_56" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_57" />

-            <ComponentRef Id="GTK20.MO_57" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_58" />

-            <ComponentRef Id="GTK20.MO_58" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_59" />

-            <ComponentRef Id="GTK20.MO_59" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_60" />

-            <ComponentRef Id="GTK20.MO_60" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_61" />

-            <ComponentRef Id="GTK20.MO_61" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_62" />

-            <ComponentRef Id="GTK20.MO_62" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_63" />

-            <ComponentRef Id="GTK20.MO_63" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_64" />

-            <ComponentRef Id="GTK20.MO_64" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_65" />

-            <ComponentRef Id="GTK20.MO_65" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_66" />

-            <ComponentRef Id="GTK20.MO_66" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_67" />

-            <ComponentRef Id="GTK20.MO_67" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_68" />

-            <ComponentRef Id="GTK20.MO_68" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_69" />

-            <ComponentRef Id="GTK20.MO_69" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_70" />

-            <ComponentRef Id="GTK20.MO_70" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_71" />

-            <ComponentRef Id="GTK20.MO_71" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_72" />

-            <ComponentRef Id="GTK20.MO_72" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_73" />

-            <ComponentRef Id="GTK20.MO_73" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_74" />

-            <ComponentRef Id="GTK20.MO_74" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_75" />

-            <ComponentRef Id="GTK20.MO_75" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_76" />

-            <ComponentRef Id="GTK20.MO_76" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_77" />

-            <ComponentRef Id="GTK20.MO_77" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_78" />

-            <ComponentRef Id="GTK20.MO_78" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_79" />

-            <ComponentRef Id="GTK20.MO_79" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_80" />

-            <ComponentRef Id="GTK20.MO_80" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_81" />

-            <ComponentRef Id="GTK20.MO_81" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_82" />

-            <ComponentRef Id="GTK20.MO_82" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_83" />

-            <ComponentRef Id="GTK20.MO_83" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_84" />

-            <ComponentRef Id="GTK20.MO_84" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_85" />

-            <ComponentRef Id="GTK20.MO_85" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_86" />

-            <ComponentRef Id="GTK20.MO_86" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_87" />

-            <ComponentRef Id="GTK20.MO_87" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_88" />

-            <ComponentRef Id="GTK20.MO_88" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_89" />

-            <ComponentRef Id="GTK20.MO_89" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_90" />

-            <ComponentRef Id="GTK20.MO_90" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_91" />

-            <ComponentRef Id="GTK20.MO_91" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_92" />

-            <ComponentRef Id="GTK20.MO_92" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_93" />

-            <ComponentRef Id="GTK20.MO_93" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_94" />

-            <ComponentRef Id="GTK20.MO_94" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_95" />

-            <ComponentRef Id="GTK20.MO_95" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_96" />

-            <ComponentRef Id="GTK20.MO_96" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_97" />

-            <ComponentRef Id="GTK20.MO_97" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_98" />

-            <ComponentRef Id="GTK20.MO_98" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_99" />

-            <ComponentRef Id="GTK20.MO_99" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_100" />

-            <ComponentRef Id="GTK20.MO_100" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_101" />

-            <ComponentRef Id="GTK20.MO_101" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_102" />

-            <ComponentRef Id="GTK20.MO_102" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_103" />

-            <ComponentRef Id="GTK20.MO_103" />

-            <ComponentRef Id="GTK20_PROPERTIES.MO_104" />

-            <ComponentRef Id="GTK20.MO_104" />

-        </Feature>

-        <Feature Id="Plugins" Level="1" Title="Plugins">

-            <Feature Id="Checksum" Level="5" Title="Checksum">

-                <ComponentRef Id="XCCHECKSUM.DLL" />

-            </Feature>

-            <Feature Id="mpcInfo" Level="5" Title="mpcInfo">

-                <ComponentRef Id="XCMPCINFO.DLL" />

-            </Feature>

-            <Feature Id="UpdChk" Level="1" Title="Update Checker">

-                <ComponentRef Id="XCUPD.DLL" />

-            </Feature>

-            <Feature Id="Winamp" Level="5" Title="Winamp">

-                <ComponentRef Id="XCWINAMP.DLL" />

-            </Feature>

-            <Feature Id="WMPA" Level="5" Title="Windows Media Player Announcer">

-                <ComponentRef Id="XCWMPA.DLL" />

-            </Feature>

-            <Feature Id="XTray" Level="5" Title="X-Tray">

-                <ComponentRef Id="XTRAY.DLL" />

-            </Feature>

-        </Feature>

-        <Feature Id="LangInterface" Level="5" Title="Language Interfaces">

-            <Feature Id="Lua" Level="5" Title="Lua">

-                <ComponentRef Id="XCLUA.DLL" />

-                <Feature Id="LuaWDK" Level="5" Title="Lua-WDK">

-                    <ComponentRef Id="LUA51.DLL" />

-                </Feature>

-            </Feature>

-            <Feature Id="Perl" Level="5" Title="Perl">

-                <Feature Id="Perl512" Level="5" Title="Perl 5.12">

-                    <ComponentRef Id="XCPERL_512.DLL" />

-                </Feature>

-                <Feature Id="Perl514" Level="5" Title="Perl 5.14">

-                    <ComponentRef Id="XCPERL_514.DLL" />

-                </Feature>

-            </Feature>

-            <Feature Id="Python" Level="5" Title="Python">

-                <ComponentRef Id="XCPYTHON.DLL" />

-            </Feature>

-            <Feature Id="Tcl" Level="5" Title="Tcl">

-                <ComponentRef Id="XCTCL.DLL" />

-            </Feature>

-        </Feature>

-        <WixVariable Id="WixUILicenseRtf" Value="..\COPYING.rtf" />

-        <WixVariable Id="WixUIDialogBmp" Value="bitmaps\wizardimage.bmp" />

-        <WixVariable Id="WixUIBannerBmp" Value="bitmaps\wizardsmallimage.bmp" />

-        <!--WixVariable Id="WixUISupportPerUser" Value="0" /-->

-        <Property Id="ApplicationFolderName" Value="XChat-WDK" />

-        <Property Id="WixAppFolder" Value="WixPerMachineFolder" />

-        <Property Id="WIXUI_EXITDIALOGOPTIONALCHECKBOXTEXT" Value="Run XChat-WDK after closing the Wizard" />

-        <Property Id="WixShellExecTarget" Value="[#XCHAT.EXE]" />

-        <Property Id="ARPPRODUCTICON">XChatIcon</Property>

-        <!--Property Id="ALLUSERS" Value="2" /-->

-        <!--Property Id="MSIINSTALLPERUSER" Value="1" /-->

-        <CustomAction Id="LaunchApplication" BinaryKey="WixCA" DllEntry="WixShellExec" Impersonate="yes" />

-        <UI>

-            <UIRef Id="WixUI_Mondo" />

-            <Publish Dialog="ExitDialog" Control="Finish" Event="DoAction" Value="LaunchApplication">

-                WIXUI_EXITDIALOGOPTIONALCHECKBOX = 1 and NOT Installed

-            </Publish>

-        </UI>

-    </Product>

-</Wix>
\ No newline at end of file
diff --git a/build/xchat-wdk-x64.aip b/build/xchat-wdk-x64.aip
deleted file mode 100644
index e2d14ef5..00000000
--- a/build/xchat-wdk-x64.aip
+++ /dev/null
@@ -1,213 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="yes"?>

-<DOCUMENT Type="Advanced Installer" CreateVersion="8.6" version="8.6" Modules="professional" RootPath="." Language="en" Id="{152A3541-F13F-4BD5-8563-0EBFC8A183FD}">

-  <COMPONENT cid="caphyon.advinst.msicomp.MsiPropsComponent">

-    <ROW Property="AI_CF_FrameBottomLeft" Value="frame_bottom_left.bmp" Type="1"/>

-    <ROW Property="AI_CF_FrameBottomLeftInactive" Value="frame_bottom_left_inactive.bmp" Type="1"/>

-    <ROW Property="AI_CF_FrameBottomMid" Value="frame_bottom_mid.bmp" Type="1"/>

-    <ROW Property="AI_CF_FrameBottomMidInactive" Value="frame_bottom_mid_inactive.bmp" Type="1"/>

-    <ROW Property="AI_CF_FrameBottomRight" Value="frame_bottom_right.bmp" Type="1"/>

-    <ROW Property="AI_CF_FrameBottomRightInactive" Value="frame_bottom_right_inactive.bmp" Type="1"/>

-    <ROW Property="AI_CF_FrameCaption" Value="frame_caption.bmp" Type="1"/>

-    <ROW Property="AI_CF_FrameCaptionInactive" Value="frame_caption_inactive.bmp" Type="1"/>

-    <ROW Property="AI_CF_FrameLeft" Value="frame_left.bmp" Type="1"/>

-    <ROW Property="AI_CF_FrameLeftInactive" Value="frame_left_inactive.bmp" Type="1"/>

-    <ROW Property="AI_CF_FrameRight" Value="frame_right.bmp" Type="1"/>

-    <ROW Property="AI_CF_FrameRightInactive" Value="frame_right_inactive.bmp" Type="1"/>

-    <ROW Property="AI_CF_FrameTopLeft" Value="frame_top_left.bmp" Type="1"/>

-    <ROW Property="AI_CF_FrameTopLeftInactive" Value="frame_top_left_inactive.bmp" Type="1"/>

-    <ROW Property="AI_CF_FrameTopMid" Value="frame_top_mid.bmp" Type="1"/>

-    <ROW Property="AI_CF_FrameTopMidInactive" Value="frame_top_mid_inactive.bmp" Type="1"/>

-    <ROW Property="AI_CF_FrameTopRight" Value="frame_top_right.bmp" Type="1"/>

-    <ROW Property="AI_CF_FrameTopRightInactive" Value="frame_top_right_inactive.bmp" Type="1"/>

-    <ROW Property="AI_CF_SysCloseDown" Value="sys_close_down.bmp" Type="1"/>

-    <ROW Property="AI_CF_SysCloseHot" Value="sys_close_hot.bmp" Type="1"/>

-    <ROW Property="AI_CF_SysCloseInactive" Value="sys_close_inactive.bmp" Type="1"/>

-    <ROW Property="AI_CF_SysCloseNormal" Value="sys_close_normal.bmp" Type="1"/>

-    <ROW Property="AI_CF_SysMinDown" Value="sys_min_down.bmp" Type="1"/>

-    <ROW Property="AI_CF_SysMinHot" Value="sys_min_hot.bmp" Type="1"/>

-    <ROW Property="AI_CF_SysMinInactive" Value="sys_min_inactive.bmp" Type="1"/>

-    <ROW Property="AI_CF_SysMinNormal" Value="sys_min_normal.bmp" Type="1"/>

-    <ROW Property="AI_CF_TYPE" Value="0" MultiBuildValue="DefaultBuild:1" Type="4"/>

-    <ROW Property="AI_EXTERNALUIUNINSTALLERNAME" MultiBuildValue="DefaultBuild:aiui"/>

-    <ROW Property="AI_FrameBtns" Value="default" MultiBuildValue="DefaultBuild:red" MsiKey="AI_FrameBtns"/>

-    <ROW Property="AI_FrameColor" Value="lightslategray" MultiBuildValue="DefaultBuild:chrome" MsiKey="AI_FrameColor"/>

-    <ROW Property="AI_ImagesColor" Value="powderblue" MultiBuildValue="DefaultBuild:chrome" MsiKey="AI_ImagesColor"/>

-    <ROW Property="AI_PRODUCTNAME_ARP" Value="XChat-WDK (x64)"/>

-    <ROW Property="AI_SecondColor" Value="default" MultiBuildValue="DefaultBuild:red" MsiKey="AI_SecondColor"/>

-    <ROW Property="AI_ThemeStyle" Value="default" MultiBuildValue="DefaultBuild:red-waves" MsiKey="AI_ThemeStyle"/>

-    <ROW Property="AI_UNINSTALLER" Value="msiexec.exe"/>

-    <ROW Property="ALLUSERS" Value="2"/>

-    <ROW Property="ARPCOMMENTS" Value="This installer database contains the logic and data required to install [|ProductName]." ValueLocId="*"/>

-    <ROW Property="ARPHELPLINK" Value="http://code.google.com/p/xchat-wdk/issues/list"/>

-    <ROW Property="ARPNOREPAIR" Value="1"/>

-    <ROW Property="ARPPRODUCTICON" Value="xchat.exe" Type="8"/>

-    <ROW Property="ARPSYSTEMCOMPONENT" Value="1"/>

-    <ROW Property="ARPURLINFOABOUT" Value="http://www.xchat-wdk.org/"/>

-    <ROW Property="ARPURLUPDATEINFO" Value="http://www.xchat-wdk.org/home/downloads"/>

-    <ROW Property="MSIFASTINSTALL" MultiBuildValue="DefaultBuild:1"/>

-    <ROW Property="Manufacturer" Value="XChat-WDK" ValueLocId="*"/>

-    <ROW Property="ProductCode" Value="1033:{B8697CD4-B83A-4158-AA55-4AB29C7B4B4D} " Type="16"/>

-    <ROW Property="ProductLanguage" Value="1033"/>

-    <ROW Property="ProductName" Value="XChat-WDK (x64)" ValueLocId="*"/>

-    <ROW Property="ProductVersion" Value="14.98"/>

-    <ROW Property="SecureCustomProperties" Value="OLDPRODUCTS;AI_NEWERPRODUCTFOUND"/>

-    <ROW Property="UpgradeCode" Value="{904AE886-74F7-4140-86FC-D6C6F78438FE}"/>

-    <ROW Property="WindowsType9X" MultiBuildValue="DefaultBuild:Windows 9x/ME" ValueLocId="-"/>

-    <ROW Property="WindowsType9XDisplay" MultiBuildValue="DefaultBuild:Windows 9x/ME" ValueLocId="-"/>

-    <ROW Property="WindowsTypeNT" MultiBuildValue="DefaultBuild:Windows NT/2k/XP/Vista/Windows7 x86" ValueLocId="-"/>

-    <ROW Property="WindowsTypeNTDisplay" MultiBuildValue="DefaultBuild:Windows NT/2k/XP/Vista/Windows7 x86" ValueLocId="-"/>

-  </COMPONENT>

-  <COMPONENT cid="caphyon.advinst.msicomp.MsiDirsComponent">

-    <ROW Directory="APPDIR" Directory_Parent="TARGETDIR" DefaultDir="APPDIR:." IsPseudoRoot="1"/>

-    <ROW Directory="TARGETDIR" DefaultDir="SourceDir"/>

-  </COMPONENT>

-  <COMPONENT cid="caphyon.advinst.msicomp.MsiCompsComponent">

-    <ROW Component="AI_CustomARPName" ComponentId="{9C9B3132-327C-455E-9002-DAA853634B99}" Directory_="APPDIR" Attributes="4" KeyPath="DisplayName" Options="1"/>

-    <ROW Component="ProductInformation" ComponentId="{FA820708-23AD-4F6F-8B2A-F90F0B176DD9}" Directory_="APPDIR" Attributes="4" KeyPath="ProductName_"/>

-  </COMPONENT>

-  <COMPONENT cid="caphyon.advinst.msicomp.MsiFeatsComponent">

-    <ROW Feature="MainFeature" Title="MainFeature" Description="Description" Display="1" Level="1" Directory_="APPDIR" Attributes="0" Components="AI_CustomARPName ProductInformation"/>

-    <ATTRIBUTE name="CurrentFeature" value="MainFeature"/>

-  </COMPONENT>

-  <COMPONENT cid="caphyon.advinst.msicomp.BuildComponent">

-    <ROW BuildKey="DefaultBuild" BuildName="DefaultBuild" BuildOrder="1" BuildType="0" Languages="en" InstallationType="4" PackageType="1" ExtUI="true" MsiPackageType="x64"/>

-    <ATTRIBUTE name="CurrentBuild" value="DefaultBuild"/>

-  </COMPONENT>

-  <COMPONENT cid="caphyon.advinst.msicomp.DictionaryComponent">

-    <ROW Path="&lt;AI_DICTS&gt;ui.ail"/>

-    <ROW Path="&lt;AI_DICTS&gt;ui_en.ail"/>

-  </COMPONENT>

-  <COMPONENT cid="caphyon.advinst.msicomp.FragmentComponent">

-    <ROW Fragment="CommonUI.aip" Path="&lt;AI_FRAGS&gt;CommonUI.aip"/>

-    <ROW Fragment="FolderDlg.aip" Path="&lt;AI_THEMES&gt;graphite\fragments\FolderDlg.aip"/>

-    <ROW Fragment="LicenseAgreementDlg.aip" Path="&lt;AI_THEMES&gt;graphite\fragments\LicenseAgreementDlg.aip"/>

-    <ROW Fragment="SequenceDialogs.aip" Path="&lt;AI_THEMES&gt;graphite\fragments\SequenceDialogs.aip"/>

-    <ROW Fragment="Sequences.aip" Path="&lt;AI_FRAGS&gt;Sequences.aip"/>

-    <ROW Fragment="SetupTypeDlg.aip" Path="&lt;AI_THEMES&gt;graphite\fragments\SetupTypeDlg.aip"/>

-    <ROW Fragment="StaticUIStrings.aip" Path="&lt;AI_FRAGS&gt;StaticUIStrings.aip"/>

-    <ROW Fragment="UI.aip" Path="&lt;AI_THEMES&gt;graphite\fragments\UI.aip"/>

-    <ROW Fragment="Validation.aip" Path="&lt;AI_FRAGS&gt;Validation.aip"/>

-  </COMPONENT>

-  <COMPONENT cid="caphyon.advinst.msicomp.MsiBinaryComponent">

-    <ROW Name="ExternalUICleaner.dll" SourcePath="&lt;AI_CUSTACTS&gt;ExternalUICleaner.dll"/>

-    <ROW Name="aicustact.dll" SourcePath="&lt;AI_CUSTACTS&gt;aicustact.dll"/>

-    <ROW Name="frame_bottom_left.bmp" SourcePath="&lt;AI_FRAME_COLOR&gt;frame_bottom_left.bmp"/>

-    <ROW Name="frame_bottom_left_inactive.bmp" SourcePath="&lt;AI_FRAME_COLOR&gt;frame_bottom_left_inactive.bmp"/>

-    <ROW Name="frame_bottom_mid.bmp" SourcePath="&lt;AI_FRAME_COLOR&gt;frame_bottom_mid.bmp"/>

-    <ROW Name="frame_bottom_mid_inactive.bmp" SourcePath="&lt;AI_FRAME_COLOR&gt;frame_bottom_mid_inactive.bmp"/>

-    <ROW Name="frame_bottom_right.bmp" SourcePath="&lt;AI_FRAME_COLOR&gt;frame_bottom_right.bmp"/>

-    <ROW Name="frame_bottom_right_inactive.bmp" SourcePath="&lt;AI_FRAME_COLOR&gt;frame_bottom_right_inactive.bmp"/>

-    <ROW Name="frame_caption.bmp" SourcePath="&lt;AI_FRAME_COLOR&gt;frame_caption.bmp"/>

-    <ROW Name="frame_caption_inactive.bmp" SourcePath="&lt;AI_FRAME_COLOR&gt;frame_caption_inactive.bmp"/>

-    <ROW Name="frame_left.bmp" SourcePath="&lt;AI_FRAME_COLOR&gt;frame_left.bmp"/>

-    <ROW Name="frame_left_inactive.bmp" SourcePath="&lt;AI_FRAME_COLOR&gt;frame_left_inactive.bmp"/>

-    <ROW Name="frame_right.bmp" SourcePath="&lt;AI_FRAME_COLOR&gt;frame_right.bmp"/>

-    <ROW Name="frame_right_inactive.bmp" SourcePath="&lt;AI_FRAME_COLOR&gt;frame_right_inactive.bmp"/>

-    <ROW Name="frame_top_left.bmp" SourcePath="&lt;AI_FRAME_COLOR&gt;frame_top_left.bmp"/>

-    <ROW Name="frame_top_left_inactive.bmp" SourcePath="&lt;AI_FRAME_COLOR&gt;frame_top_left_inactive.bmp"/>

-    <ROW Name="frame_top_mid.bmp" SourcePath="&lt;AI_FRAME_COLOR&gt;frame_top_mid.bmp"/>

-    <ROW Name="frame_top_mid_inactive.bmp" SourcePath="&lt;AI_FRAME_COLOR&gt;frame_top_mid_inactive.bmp"/>

-    <ROW Name="frame_top_right.bmp" SourcePath="&lt;AI_FRAME_COLOR&gt;frame_top_right.bmp"/>

-    <ROW Name="frame_top_right_inactive.bmp" SourcePath="&lt;AI_FRAME_COLOR&gt;frame_top_right_inactive.bmp"/>

-    <ROW Name="sys_close_down.bmp" SourcePath="&lt;AI_FRAME_BTNS&gt;sys_close_down.bmp"/>

-    <ROW Name="sys_close_hot.bmp" SourcePath="&lt;AI_FRAME_BTNS&gt;sys_close_hot.bmp"/>

-    <ROW Name="sys_close_inactive.bmp" SourcePath="&lt;AI_FRAME_BTNS&gt;sys_close_inactive.bmp"/>

-    <ROW Name="sys_close_normal.bmp" SourcePath="&lt;AI_FRAME_BTNS&gt;sys_close_normal.bmp"/>

-    <ROW Name="sys_min_down.bmp" SourcePath="&lt;AI_FRAME_COLOR&gt;sys_min_down.bmp"/>

-    <ROW Name="sys_min_hot.bmp" SourcePath="&lt;AI_FRAME_COLOR&gt;sys_min_hot.bmp"/>

-    <ROW Name="sys_min_inactive.bmp" SourcePath="&lt;AI_FRAME_COLOR&gt;sys_min_inactive.bmp"/>

-    <ROW Name="sys_min_normal.bmp" SourcePath="&lt;AI_FRAME_COLOR&gt;sys_min_normal.bmp"/>

-  </COMPONENT>

-  <COMPONENT cid="caphyon.advinst.msicomp.MsiControlComponent">

-    <ROW Dialog_="LicenseAgreementDlg" Control="AgreementText" Type="FileScrollableText" X="175" Y="104" Width="323" Height="120" Attributes="7" Text="..\COPYING.rtf" Control_Next="Buttons" TextLocId="Control.Text.LicenseAgreementDlg#AgreementText" MsiKey="LicenseAgreementDlg#AgreementText"/>

-    <ATTRIBUTE name="FixedSizeBitmaps" value="0"/>

-  </COMPONENT>

-  <COMPONENT cid="caphyon.advinst.msicomp.MsiControlEventComponent">

-    <ROW Dialog_="FolderDlg" Control_="Back" Event="NewDialog" Argument="LicenseAgreementDlg" Condition="AI_INSTALL" Ordering="1"/>

-    <ROW Dialog_="WelcomeDlg" Control_="Next" Event="NewDialog" Argument="LicenseAgreementDlg" Condition="AI_INSTALL" Ordering="1"/>

-    <ROW Dialog_="VerifyReadyDlg" Control_="Back" Event="NewDialog" Argument="SetupTypeDlg" Condition="AI_INSTALL" Ordering="201"/>

-    <ROW Dialog_="FolderDlg" Control_="Next" Event="NewDialog" Argument="SetupTypeDlg" Condition="AI_INSTALL" Ordering="201"/>

-    <ROW Dialog_="VerifyReadyDlg" Control_="Install" Event="EndDialog" Argument="Return" Condition="AI_INSTALL" Ordering="197"/>

-    <ROW Dialog_="MaintenanceTypeDlg" Control_="Back" Event="NewDialog" Argument="MaintenanceWelcomeDlg" Condition="AI_MAINT" Ordering="1"/>

-    <ROW Dialog_="MaintenanceWelcomeDlg" Control_="Next" Event="NewDialog" Argument="MaintenanceTypeDlg" Condition="AI_MAINT" Ordering="99"/>

-    <ROW Dialog_="CustomizeDlg" Control_="Back" Event="NewDialog" Argument="MaintenanceTypeDlg" Condition="AI_MAINT" Ordering="1"/>

-    <ROW Dialog_="MaintenanceTypeDlg" Control_="Next" Event="NewDialog" Argument="CustomizeDlg" Condition="AI_MAINT" Ordering="699"/>

-    <ROW Dialog_="VerifyReadyDlg" Control_="Back" Event="NewDialog" Argument="CustomizeDlg" Condition="AI_MAINT" Ordering="203"/>

-    <ROW Dialog_="CustomizeDlg" Control_="Next" Event="NewDialog" Argument="VerifyReadyDlg" Condition="AI_MAINT" Ordering="1"/>

-    <ROW Dialog_="VerifyReadyDlg" Control_="Install" Event="EndDialog" Argument="Return" Condition="AI_MAINT" Ordering="198"/>

-    <ROW Dialog_="VerifyReadyDlg" Control_="Back" Event="NewDialog" Argument="PatchWelcomeDlg" Condition="AI_PATCH" Ordering="204"/>

-    <ROW Dialog_="PatchWelcomeDlg" Control_="Next" Event="NewDialog" Argument="VerifyReadyDlg" Condition="AI_PATCH" Ordering="201"/>

-    <ROW Dialog_="VerifyReadyDlg" Control_="Install" Event="EndDialog" Argument="Return" Condition="AI_PATCH" Ordering="199"/>

-    <ROW Dialog_="ResumeDlg" Control_="Install" Event="EndDialog" Argument="Return" Condition="AI_RESUME" Ordering="299"/>

-    <ROW Dialog_="LicenseAgreementDlg" Control_="Next" Event="NewDialog" Argument="FolderDlg" Condition="AI_INSTALL" Ordering="1"/>

-    <ROW Dialog_="LicenseAgreementDlg" Control_="Back" Event="NewDialog" Argument="WelcomeDlg" Condition="AI_INSTALL" Ordering="1"/>

-    <ROW Dialog_="SetupTypeDlg" Control_="Next" Event="NewDialog" Argument="VerifyReadyDlg" Condition="AI_INSTALL" Ordering="201"/>

-    <ROW Dialog_="SetupTypeDlg" Control_="Back" Event="NewDialog" Argument="FolderDlg" Condition="AI_INSTALL" Ordering="1"/>

-    <ROW Dialog_="SetupTypeDlg" Control_="Next" Event="NewDialog" Argument="CustomizeDlg" Condition="AI_INSTALL AND SetupTypeOption=&quot;Custom&quot;" Ordering="202"/>

-    <ROW Dialog_="CustomizeDlg" Control_="Back" Event="NewDialog" Argument="SetupTypeDlg" Condition="AI_INSTALL AND SetupTypeOption=&quot;Custom&quot;" Ordering="2"/>

-    <ROW Dialog_="CustomizeDlg" Control_="Next" Event="NewDialog" Argument="VerifyReadyDlg" Condition="AI_INSTALL AND SetupTypeOption=&quot;Custom&quot;" Ordering="2"/>

-    <ROW Dialog_="VerifyReadyDlg" Control_="Back" Event="NewDialog" Argument="CustomizeDlg" Condition="AI_INSTALL AND SetupTypeOption=&quot;Custom&quot;" Ordering="202"/>

-  </COMPONENT>

-  <COMPONENT cid="caphyon.advinst.msicomp.MsiCustActComponent">

-    <ROW Action="AI_DOWNGRADE" Type="19" Target="4010"/>

-    <ROW Action="AI_DoRemoveExternalUIStub" Type="3585" Source="ExternalUICleaner.dll" Target="DoRemoveExternalUIStub" WithoutSeq="true"/>

-    <ROW Action="AI_GetArpIconPath" Type="1" Source="aicustact.dll" Target="GetArpIconPath"/>

-    <ROW Action="AI_PREPARE_UPGRADE" Type="65" Source="aicustact.dll" Target="PrepareUpgrade"/>

-    <ROW Action="AI_RESTORE_LOCATION" Type="65" Source="aicustact.dll" Target="RestoreLocation"/>

-    <ROW Action="AI_RemoveExternalUIStub" Type="1" Source="ExternalUICleaner.dll" Target="RemoveExternalUIStub"/>

-    <ROW Action="AI_ResolveKnownFolders" Type="1" Source="aicustact.dll" Target="AI_ResolveKnownFolders"/>

-    <ROW Action="AI_SHOW_LOG" Type="65" Source="aicustact.dll" Target="LaunchLogFile" WithoutSeq="true"/>

-    <ROW Action="AI_STORE_LOCATION" Type="51" Source="ARPINSTALLLOCATION" Target="[APPDIR]"/>

-    <ROW Action="SET_APPDIR" Type="307" Source="APPDIR" Target="[ProgramFilesFolder][Manufacturer]\[ProductName]" MultiBuildTarget="DefaultBuild:[ProgramFiles64Folder][CompanyName]"/>

-    <ROW Action="SET_SHORTCUTDIR" Type="307" Source="SHORTCUTDIR" Target="[ProgramMenuFolder][ProductName]"/>

-    <ROW Action="SET_TARGETDIR_TO_APPDIR" Type="51" Source="TARGETDIR" Target="[APPDIR]"/>

-  </COMPONENT>

-  <COMPONENT cid="caphyon.advinst.msicomp.MsiIconsComponent">

-    <ROW Name="xchat.exe" SourcePath="..\xchat.ico" Index="0"/>

-  </COMPONENT>

-  <COMPONENT cid="caphyon.advinst.msicomp.MsiInstExSeqComponent">

-    <ROW Action="AI_DOWNGRADE" Condition="AI_NEWERPRODUCTFOUND AND (UILevel &lt;&gt; 5)" Sequence="210"/>

-    <ROW Action="AI_RESTORE_LOCATION" Condition="APPDIR=&quot;&quot;" Sequence="749"/>

-    <ROW Action="AI_STORE_LOCATION" Condition="(Not Installed) OR REINSTALL" Sequence="1502"/>

-    <ROW Action="AI_PREPARE_UPGRADE" Condition="AI_UPGRADE=&quot;No&quot; AND (Not Installed)" Sequence="1399"/>

-    <ROW Action="AI_ResolveKnownFolders" Sequence="52"/>

-    <ROW Action="AI_GetArpIconPath" Sequence="51"/>

-    <ROW Action="AI_RemoveExternalUIStub" Condition="(REMOVE=&quot;ALL&quot;) AND ((VersionNT &gt; 500) OR((VersionNT = 500) AND (ServicePackLevel &gt;= 4)))" Sequence="1501"/>

-  </COMPONENT>

-  <COMPONENT cid="caphyon.advinst.msicomp.MsiInstallUISequenceComponent">

-    <ROW Action="AI_RESTORE_LOCATION" Condition="APPDIR=&quot;&quot;" Sequence="749"/>

-    <ROW Action="AI_ResolveKnownFolders" Sequence="51"/>

-  </COMPONENT>

-  <COMPONENT cid="caphyon.advinst.msicomp.MsiLaunchConditionsComponent">

-    <ROW Condition="( Version9X OR VersionNT64 )" Description="[ProductName] cannot be installed on [WindowsTypeNTDisplay]" DescriptionLocId="AI.LaunchCondition.NoNT" IsPredefined="true" Builds="DefaultBuild"/>

-    <ROW Condition="VersionNT" Description="[ProductName] cannot be installed on [WindowsType9XDisplay]" DescriptionLocId="AI.LaunchCondition.No9X" IsPredefined="true" Builds="DefaultBuild"/>

-  </COMPONENT>

-  <COMPONENT cid="caphyon.advinst.msicomp.MsiRegsComponent">

-    <ROW Registry="Comments" Root="-1" Key="Software\Microsoft\Windows\CurrentVersion\Uninstall\[ProductName] [ProductVersion]" Name="Comments" Value="[ARPCOMMENTS]" Component_="AI_CustomARPName"/>

-    <ROW Registry="Contact" Root="-1" Key="Software\Microsoft\Windows\CurrentVersion\Uninstall\[ProductName] [ProductVersion]" Name="Contact" Value="[ARPCONTACT]" Component_="AI_CustomARPName"/>

-    <ROW Registry="DisplayIcon" Root="-1" Key="Software\Microsoft\Windows\CurrentVersion\Uninstall\[ProductName] [ProductVersion]" Name="DisplayIcon" Value="[ARP_ICON_PATH]" Component_="AI_CustomARPName"/>

-    <ROW Registry="DisplayName" Root="-1" Key="Software\Microsoft\Windows\CurrentVersion\Uninstall\[ProductName] [ProductVersion]" Name="DisplayName" Value="[AI_PRODUCTNAME_ARP]" Component_="AI_CustomARPName"/>

-    <ROW Registry="DisplayVersion" Root="-1" Key="Software\Microsoft\Windows\CurrentVersion\Uninstall\[ProductName] [ProductVersion]" Name="DisplayVersion" Value="[ProductVersion]" Component_="AI_CustomARPName"/>

-    <ROW Registry="HelpLink" Root="-1" Key="Software\Microsoft\Windows\CurrentVersion\Uninstall\[ProductName] [ProductVersion]" Name="HelpLink" Value="[ARPHELPLINK]" Component_="AI_CustomARPName"/>

-    <ROW Registry="HelpTelephone" Root="-1" Key="Software\Microsoft\Windows\CurrentVersion\Uninstall\[ProductName] [ProductVersion]" Name="HelpTelephone" Value="[ARPHELPTELEPHONE]" Component_="AI_CustomARPName"/>

-    <ROW Registry="InstallLocation" Root="-1" Key="Software\Microsoft\Windows\CurrentVersion\Uninstall\[ProductName] [ProductVersion]" Name="InstallLocation" Value="[APPDIR]" Component_="AI_CustomARPName"/>

-    <ROW Registry="ModifyPath" Root="-1" Key="Software\Microsoft\Windows\CurrentVersion\Uninstall\[ProductName] [ProductVersion]" Name="ModifyPath" Value="[AI_UNINSTALLER] /I [ProductCode]" Component_="AI_CustomARPName"/>

-    <ROW Registry="NoRepair" Root="-1" Key="Software\Microsoft\Windows\CurrentVersion\Uninstall\[ProductName] [ProductVersion]" Name="NoRepair" Value="#1" Component_="AI_CustomARPName"/>

-    <ROW Registry="Path" Root="-1" Key="Software\[Manufacturer]\[ProductName]" Name="Path" Value="[APPDIR]" Component_="ProductInformation"/>

-    <ROW Registry="ProductName_" Root="-1" Key="Software\[Manufacturer]\[ProductName]" Name="+" Component_="ProductInformation"/>

-    <ROW Registry="Publisher" Root="-1" Key="Software\Microsoft\Windows\CurrentVersion\Uninstall\[ProductName] [ProductVersion]" Name="Publisher" Value="[Manufacturer]" Component_="AI_CustomARPName"/>

-    <ROW Registry="URLInfoAbout" Root="-1" Key="Software\Microsoft\Windows\CurrentVersion\Uninstall\[ProductName] [ProductVersion]" Name="URLInfoAbout" Value="[ARPURLINFOABOUT]" Component_="AI_CustomARPName"/>

-    <ROW Registry="URLUpdateInfo" Root="-1" Key="Software\Microsoft\Windows\CurrentVersion\Uninstall\[ProductName] [ProductVersion]" Name="URLUpdateInfo" Value="[ARPURLUPDATEINFO]" Component_="AI_CustomARPName"/>

-    <ROW Registry="UninstallString" Root="-1" Key="Software\Microsoft\Windows\CurrentVersion\Uninstall\[ProductName] [ProductVersion]" Name="UninstallString" Value="[AI_UNINSTALLER] /x [ProductCode]" Component_="AI_CustomARPName"/>

-    <ROW Registry="Version" Root="-1" Key="Software\[Manufacturer]\[ProductName]" Name="Version" Value="[ProductVersion]" Component_="ProductInformation"/>

-    <ROW Registry="VersionMajor" Root="-1" Key="Software\Microsoft\Windows\CurrentVersion\Uninstall\[ProductName] [ProductVersion]" Name="VersionMajor" Value="#14" Component_="AI_CustomARPName"/>

-    <ROW Registry="VersionMinor" Root="-1" Key="Software\Microsoft\Windows\CurrentVersion\Uninstall\[ProductName] [ProductVersion]" Name="VersionMinor" Value="#98" Component_="AI_CustomARPName"/>

-  </COMPONENT>

-  <COMPONENT cid="caphyon.advinst.msicomp.MsiThemeComponent">

-    <ATTRIBUTE name="UsedTheme" value="graphite"/>

-  </COMPONENT>

-  <COMPONENT cid="caphyon.advinst.msicomp.MsiUpgradeComponent">

-    <ROW UpgradeCode="[|UpgradeCode]" VersionMax="[|ProductVersion]" Attributes="1025" ActionProperty="OLDPRODUCTS"/>

-    <ROW UpgradeCode="[|UpgradeCode]" VersionMin="[|ProductVersion]" Attributes="2" ActionProperty="AI_NEWERPRODUCTFOUND"/>

-  </COMPONENT>

-</DOCUMENT>

diff --git a/build/xchat-wdk-x86.aip b/build/xchat-wdk-x86.aip
deleted file mode 100644
index 67a7a6da..00000000
--- a/build/xchat-wdk-x86.aip
+++ /dev/null
@@ -1,1288 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="yes"?>

-<DOCUMENT Type="Advanced Installer" CreateVersion="8.6" version="8.6" Modules="professional" RootPath="." Language="en" Id="{F73D4A08-A8D6-4EBE-B4EE-563689DF68DD}">

-  <COMPONENT cid="caphyon.advinst.msicomp.ProjectOptionsComponent">

-    <ROW Name="HiddenItems" Value="DigCertStoreComponent;UpdaterComponent;SerValComponent;MsiServInstComponent;ActSyncAppComponent;BackgroundImagesComponent;DictionaryComponent;CPLAppletComponent;MsiClassComponent;WebApplicationsComponent;MsiOdbcDataSrcComponent"/>

-  </COMPONENT>

-  <COMPONENT cid="caphyon.advinst.msicomp.MsiPropsComponent">

-    <ROW Property="AI_CF_FrameBottomLeft" Value="frame_bottom_left.bmp" Type="1"/>

-    <ROW Property="AI_CF_FrameBottomLeftInactive" Value="frame_bottom_left_inactive.bmp" Type="1"/>

-    <ROW Property="AI_CF_FrameBottomMid" Value="frame_bottom_mid.bmp" Type="1"/>

-    <ROW Property="AI_CF_FrameBottomMidInactive" Value="frame_bottom_mid_inactive.bmp" Type="1"/>

-    <ROW Property="AI_CF_FrameBottomRight" Value="frame_bottom_right.bmp" Type="1"/>

-    <ROW Property="AI_CF_FrameBottomRightInactive" Value="frame_bottom_right_inactive.bmp" Type="1"/>

-    <ROW Property="AI_CF_FrameCaption" Value="frame_caption.bmp" Type="1"/>

-    <ROW Property="AI_CF_FrameCaptionInactive" Value="frame_caption_inactive.bmp" Type="1"/>

-    <ROW Property="AI_CF_FrameLeft" Value="frame_left.bmp" Type="1"/>

-    <ROW Property="AI_CF_FrameLeftInactive" Value="frame_left_inactive.bmp" Type="1"/>

-    <ROW Property="AI_CF_FrameRight" Value="frame_right.bmp" Type="1"/>

-    <ROW Property="AI_CF_FrameRightInactive" Value="frame_right_inactive.bmp" Type="1"/>

-    <ROW Property="AI_CF_FrameTopLeft" Value="frame_top_left.bmp" Type="1"/>

-    <ROW Property="AI_CF_FrameTopLeftInactive" Value="frame_top_left_inactive.bmp" Type="1"/>

-    <ROW Property="AI_CF_FrameTopMid" Value="frame_top_mid.bmp" Type="1"/>

-    <ROW Property="AI_CF_FrameTopMidInactive" Value="frame_top_mid_inactive.bmp" Type="1"/>

-    <ROW Property="AI_CF_FrameTopRight" Value="frame_top_right.bmp" Type="1"/>

-    <ROW Property="AI_CF_FrameTopRightInactive" Value="frame_top_right_inactive.bmp" Type="1"/>

-    <ROW Property="AI_CF_SysCloseDown" Value="sys_close_down.bmp" Type="1"/>

-    <ROW Property="AI_CF_SysCloseHot" Value="sys_close_hot.bmp" Type="1"/>

-    <ROW Property="AI_CF_SysCloseInactive" Value="sys_close_inactive.bmp" Type="1"/>

-    <ROW Property="AI_CF_SysCloseNormal" Value="sys_close_normal.bmp" Type="1"/>

-    <ROW Property="AI_CF_SysMinDown" Value="sys_min_down.bmp" Type="1"/>

-    <ROW Property="AI_CF_SysMinHot" Value="sys_min_hot.bmp" Type="1"/>

-    <ROW Property="AI_CF_SysMinInactive" Value="sys_min_inactive.bmp" Type="1"/>

-    <ROW Property="AI_CF_SysMinNormal" Value="sys_min_normal.bmp" Type="1"/>

-    <ROW Property="AI_CF_TYPE" Value="0" MultiBuildValue="DefaultBuild:1" Type="4"/>

-    <ROW Property="AI_EXTERNALUIUNINSTALLERNAME" MultiBuildValue="DefaultBuild:aiui"/>

-    <ROW Property="AI_FINDEXE_TITLE" Value="Select the installation package for [|ProductName]" ValueLocId="AI.Property.FindExeTitle"/>

-    <ROW Property="AI_FrameBtns" Value="default" MultiBuildValue="DefaultBuild:orange" MsiKey="AI_FrameBtns"/>

-    <ROW Property="AI_FrameColor" Value="lightslategray" MultiBuildValue="DefaultBuild:darkblue" MsiKey="AI_FrameColor"/>

-    <ROW Property="AI_ImagesColor" Value="powderblue" MultiBuildValue="DefaultBuild:chrome" MsiKey="AI_ImagesColor"/>

-    <ROW Property="AI_PRODUCTNAME_ARP" Value="[|ProductName] [|ProductVersion]"/>

-    <ROW Property="AI_SecondColor" Value="default" MultiBuildValue="DefaultBuild:pink" MsiKey="AI_SecondColor"/>

-    <ROW Property="AI_ThemeStyle" Value="default" MultiBuildValue="DefaultBuild:deep-sea" MsiKey="AI_ThemeStyle"/>

-    <ROW Property="AI_UNINSTALLER" Value="msiexec.exe"/>

-    <ROW Property="ALLUSERS" Value="2"/>

-    <ROW Property="ARPCOMMENTS" Value="[|ProductName] installer" ValueLocId="*"/>

-    <ROW Property="ARPHELPLINK" Value="http://code.google.com/p/xchat-wdk/issues/list"/>

-    <ROW Property="ARPNOREPAIR" Value="1"/>

-    <ROW Property="ARPPRODUCTICON" Value="xchat.exe" Type="8"/>

-    <ROW Property="ARPSYSTEMCOMPONENT" Value="1"/>

-    <ROW Property="ARPURLINFOABOUT" Value="http://www.xchat-wdk.org/"/>

-    <ROW Property="ARPURLUPDATEINFO" Value="http://www.xchat-wdk.org/home/downloads"/>

-    <ROW Property="CTRLS" Value="2"/>

-    <ROW Property="MSIFASTINSTALL" MultiBuildValue="DefaultBuild:1"/>

-    <ROW Property="Manufacturer" Value="XChat-WDK" ValueLocId="*"/>

-    <ROW Property="ProductCode" Value="1033:{FF2D8F2E-3A1E-4D0A-BBC9-3D880D5CD181} " Type="16"/>

-    <ROW Property="ProductLanguage" Value="1033"/>

-    <ROW Property="ProductName" Value="XChat-WDK (x86)" ValueLocId="*"/>

-    <ROW Property="ProductVersion" Value="14.98"/>

-    <ROW Property="RUNAPPLICATION" Value="1" Type="4"/>

-    <ROW Property="SecureCustomProperties" Value="OLDPRODUCTS;AI_NEWERPRODUCTFOUND;AI_SETUPEXEPATH;SETUPEXEDIR"/>

-    <ROW Property="UpgradeCode" Value="{01209F39-ECB8-4E42-9E41-990912AEAD90}"/>

-    <ROW Property="WindowsType9X" MultiBuildValue="DefaultBuild:Windows 9x/ME" ValueLocId="-"/>

-    <ROW Property="WindowsType9XDisplay" MultiBuildValue="DefaultBuild:Windows 9x/ME" ValueLocId="-"/>

-    <ROW Property="WindowsTypeNT" MultiBuildValue="DefaultBuild:Windows NT 4.0, Windows NT 4.0 Service Pack 1, Windows NT 4.0 Service Pack 2, Windows NT 4.0 Service Pack 3, Windows NT 4.0 Service Pack 4, Windows NT 4.0 Service Pack 5, Windows NT 4.0 Service Pack 6, Windows 2000, Windows 2000 Service Pack 1, Windows 2000 Service Pack 2, Windows 2000 Service Pack 3, Windows 2000 Service Pack 4" ValueLocId="-"/>

-    <ROW Property="WindowsTypeNTDisplay" MultiBuildValue="DefaultBuild:Windows NT 4.0, Windows 2000" ValueLocId="-"/>

-  </COMPONENT>

-  <COMPONENT cid="caphyon.advinst.msicomp.MsiDirsComponent">

-    <ROW Directory="APPDIR" Directory_Parent="TARGETDIR" DefaultDir="APPDIR:." IsPseudoRoot="1"/>

-    <ROW Directory="LC_MESSAGES_305_Dir" Directory_Parent="az_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_306_Dir" Directory_Parent="be_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_307_Dir" Directory_Parent="bg_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_308_Dir" Directory_Parent="ca_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_309_Dir" Directory_Parent="cs_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_310_Dir" Directory_Parent="de_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_311_Dir" Directory_Parent="el_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_312_Dir" Directory_Parent="en_GB_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_313_Dir" Directory_Parent="es_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_314_Dir" Directory_Parent="et_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_315_Dir" Directory_Parent="eu_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_316_Dir" Directory_Parent="fi_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_317_Dir" Directory_Parent="fr_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_318_Dir" Directory_Parent="gl_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_319_Dir" Directory_Parent="hi_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_320_Dir" Directory_Parent="hu_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_321_Dir" Directory_Parent="it_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_322_Dir" Directory_Parent="ja_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_323_Dir" Directory_Parent="kn_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_324_Dir" Directory_Parent="ko_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_325_Dir" Directory_Parent="lt_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_326_Dir" Directory_Parent="lv_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_327_Dir" Directory_Parent="mk_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_328_Dir" Directory_Parent="ms_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_329_Dir" Directory_Parent="nb_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_330_Dir" Directory_Parent="nl_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_331_Dir" Directory_Parent="no_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_332_Dir" Directory_Parent="pa_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_333_Dir" Directory_Parent="pl_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_334_Dir" Directory_Parent="pt_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_335_Dir" Directory_Parent="pt_BR_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_336_Dir" Directory_Parent="ru_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_337_Dir" Directory_Parent="sk_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_338_Dir" Directory_Parent="sl_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_339_Dir" Directory_Parent="sq_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_340_Dir" Directory_Parent="sr_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_341_Dir" Directory_Parent="sv_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_342_Dir" Directory_Parent="th_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_343_Dir" Directory_Parent="uk_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_344_Dir" Directory_Parent="vi_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_345_Dir" Directory_Parent="wa_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_346_Dir" Directory_Parent="zh_CN_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_347_Dir" Directory_Parent="zh_TW_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_348_Dir" Directory_Parent="af_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_349_Dir" Directory_Parent="am_3_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_350_Dir" Directory_Parent="ang_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_351_Dir" Directory_Parent="ar_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_352_Dir" Directory_Parent="as_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_353_Dir" Directory_Parent="ast_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_354_Dir" Directory_Parent="az_3_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_355_Dir" Directory_Parent="az_IR_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_356_Dir" Directory_Parent="be_3_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_357_Dir" Directory_Parent="be_latin_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_358_Dir" Directory_Parent="bg_3_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_359_Dir" Directory_Parent="bn_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_360_Dir" Directory_Parent="bn_IN_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_361_Dir" Directory_Parent="br_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_362_Dir" Directory_Parent="bs_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_363_Dir" Directory_Parent="ca_3_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_364_Dir" Directory_Parent="ca_valencia_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_365_Dir" Directory_Parent="crh_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_366_Dir" Directory_Parent="cs_3_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_367_Dir" Directory_Parent="cy_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_368_Dir" Directory_Parent="da_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_369_Dir" Directory_Parent="de_3_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_370_Dir" Directory_Parent="dz_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_371_Dir" Directory_Parent="el_3_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_372_Dir" Directory_Parent="en_shaw_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_373_Dir" Directory_Parent="en_CA_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_374_Dir" Directory_Parent="en_GB_3_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_375_Dir" Directory_Parent="eo_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_376_Dir" Directory_Parent="es_3_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_377_Dir" Directory_Parent="et_3_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_378_Dir" Directory_Parent="eu_3_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_379_Dir" Directory_Parent="fa_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_380_Dir" Directory_Parent="fi_3_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_381_Dir" Directory_Parent="fr_3_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_382_Dir" Directory_Parent="ga_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_383_Dir" Directory_Parent="gl_3_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_384_Dir" Directory_Parent="gu_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_385_Dir" Directory_Parent="he_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_386_Dir" Directory_Parent="hi_3_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_387_Dir" Directory_Parent="hr_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_388_Dir" Directory_Parent="hu_3_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_389_Dir" Directory_Parent="hy_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_390_Dir" Directory_Parent="ia_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_391_Dir" Directory_Parent="id_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_392_Dir" Directory_Parent="io_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_393_Dir" Directory_Parent="is_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_394_Dir" Directory_Parent="it_3_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_395_Dir" Directory_Parent="ja_3_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_396_Dir" Directory_Parent="ka_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_397_Dir" Directory_Parent="kk_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_398_Dir" Directory_Parent="kn_3_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_399_Dir" Directory_Parent="ko_3_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_400_Dir" Directory_Parent="ku_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_401_Dir" Directory_Parent="li_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_402_Dir" Directory_Parent="lt_3_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_403_Dir" Directory_Parent="lv_3_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_404_Dir" Directory_Parent="mai_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_405_Dir" Directory_Parent="mg_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_406_Dir" Directory_Parent="mi_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_407_Dir" Directory_Parent="mk_3_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_408_Dir" Directory_Parent="ml_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_409_Dir" Directory_Parent="mn_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_410_Dir" Directory_Parent="mr_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_411_Dir" Directory_Parent="ms_3_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_412_Dir" Directory_Parent="nb_3_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_413_Dir" Directory_Parent="nds_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_414_Dir" Directory_Parent="ne_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_415_Dir" Directory_Parent="nl_3_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_416_Dir" Directory_Parent="nn_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_417_Dir" Directory_Parent="nso_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_418_Dir" Directory_Parent="oc_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_419_Dir" Directory_Parent="or_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_420_Dir" Directory_Parent="pa_3_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_421_Dir" Directory_Parent="pl_3_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_422_Dir" Directory_Parent="ps_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_423_Dir" Directory_Parent="pt_3_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_424_Dir" Directory_Parent="pt_BR_3_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_425_Dir" Directory_Parent="ro_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_426_Dir" Directory_Parent="ru_3_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_427_Dir" Directory_Parent="rw_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_428_Dir" Directory_Parent="si_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_429_Dir" Directory_Parent="sk_3_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_430_Dir" Directory_Parent="sl_3_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_431_Dir" Directory_Parent="sq_3_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_432_Dir" Directory_Parent="sr_3_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_433_Dir" Directory_Parent="sr_ije_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_434_Dir" Directory_Parent="sr_latin_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_435_Dir" Directory_Parent="sv_3_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_436_Dir" Directory_Parent="ta_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_437_Dir" Directory_Parent="te_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_438_Dir" Directory_Parent="th_3_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_439_Dir" Directory_Parent="tk_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_440_Dir" Directory_Parent="tl_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_441_Dir" Directory_Parent="tr_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_442_Dir" Directory_Parent="tt_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_443_Dir" Directory_Parent="ug_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_444_Dir" Directory_Parent="uk_3_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_445_Dir" Directory_Parent="ur_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_446_Dir" Directory_Parent="uz_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_447_Dir" Directory_Parent="uz_cyrillic_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_448_Dir" Directory_Parent="vi_3_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_449_Dir" Directory_Parent="wa_3_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_450_Dir" Directory_Parent="xh_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_451_Dir" Directory_Parent="yi_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_452_Dir" Directory_Parent="zh_CN_3_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_453_Dir" Directory_Parent="zh_HK_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_454_Dir" Directory_Parent="zh_TW_3_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="LC_MESSAGES_Dir" Directory_Parent="am_Dir" DefaultDir="LC_MES~1|LC_MESSAGES"/>

-    <ROW Directory="SHORTCUTDIR" Directory_Parent="TARGETDIR" DefaultDir="SHORTC~1|SHORTCUTDIR" IsPseudoRoot="1"/>

-    <ROW Directory="TARGETDIR" DefaultDir="SourceDir"/>

-    <ROW Directory="__Dir" Directory_Parent="gtk_2.0_7_Dir" DefaultDir="210~1.0|2.10.0"/>

-    <ROW Directory="af_Dir" Directory_Parent="locale_3_Dir" DefaultDir="af"/>

-    <ROW Directory="am_3_Dir" Directory_Parent="locale_3_Dir" DefaultDir="am"/>

-    <ROW Directory="am_Dir" Directory_Parent="locale_Dir" DefaultDir="am"/>

-    <ROW Directory="ang_Dir" Directory_Parent="locale_3_Dir" DefaultDir="ang"/>

-    <ROW Directory="ar_Dir" Directory_Parent="locale_3_Dir" DefaultDir="ar"/>

-    <ROW Directory="as_Dir" Directory_Parent="locale_3_Dir" DefaultDir="as"/>

-    <ROW Directory="ast_Dir" Directory_Parent="locale_3_Dir" DefaultDir="ast"/>

-    <ROW Directory="az_3_Dir" Directory_Parent="locale_3_Dir" DefaultDir="az"/>

-    <ROW Directory="az_Dir" Directory_Parent="locale_Dir" DefaultDir="az"/>

-    <ROW Directory="az_IR_Dir" Directory_Parent="locale_3_Dir" DefaultDir="az_IR"/>

-    <ROW Directory="be_3_Dir" Directory_Parent="locale_3_Dir" DefaultDir="be"/>

-    <ROW Directory="be_Dir" Directory_Parent="locale_Dir" DefaultDir="be"/>

-    <ROW Directory="be_latin_Dir" Directory_Parent="locale_3_Dir" DefaultDir="be@latin"/>

-    <ROW Directory="bg_3_Dir" Directory_Parent="locale_3_Dir" DefaultDir="bg"/>

-    <ROW Directory="bg_Dir" Directory_Parent="locale_Dir" DefaultDir="bg"/>

-    <ROW Directory="bn_Dir" Directory_Parent="locale_3_Dir" DefaultDir="bn"/>

-    <ROW Directory="bn_IN_Dir" Directory_Parent="locale_3_Dir" DefaultDir="bn_IN"/>

-    <ROW Directory="br_Dir" Directory_Parent="locale_3_Dir" DefaultDir="br"/>

-    <ROW Directory="bs_Dir" Directory_Parent="locale_3_Dir" DefaultDir="bs"/>

-    <ROW Directory="ca_3_Dir" Directory_Parent="locale_3_Dir" DefaultDir="ca"/>

-    <ROW Directory="ca_Dir" Directory_Parent="locale_Dir" DefaultDir="ca"/>

-    <ROW Directory="ca_valencia_Dir" Directory_Parent="locale_3_Dir" DefaultDir="ca@val~1|ca@valencia"/>

-    <ROW Directory="crh_Dir" Directory_Parent="locale_3_Dir" DefaultDir="crh"/>

-    <ROW Directory="cs_3_Dir" Directory_Parent="locale_3_Dir" DefaultDir="cs"/>

-    <ROW Directory="cs_Dir" Directory_Parent="locale_Dir" DefaultDir="cs"/>

-    <ROW Directory="cy_Dir" Directory_Parent="locale_3_Dir" DefaultDir="cy"/>

-    <ROW Directory="da_Dir" Directory_Parent="locale_3_Dir" DefaultDir="da"/>

-    <ROW Directory="de_3_Dir" Directory_Parent="locale_3_Dir" DefaultDir="de"/>

-    <ROW Directory="de_Dir" Directory_Parent="locale_Dir" DefaultDir="de"/>

-    <ROW Directory="dz_Dir" Directory_Parent="locale_3_Dir" DefaultDir="dz"/>

-    <ROW Directory="el_3_Dir" Directory_Parent="locale_3_Dir" DefaultDir="el"/>

-    <ROW Directory="el_Dir" Directory_Parent="locale_Dir" DefaultDir="el"/>

-    <ROW Directory="en_CA_Dir" Directory_Parent="locale_3_Dir" DefaultDir="en_CA"/>

-    <ROW Directory="en_GB_3_Dir" Directory_Parent="locale_3_Dir" DefaultDir="en_GB"/>

-    <ROW Directory="en_GB_Dir" Directory_Parent="locale_Dir" DefaultDir="en_GB"/>

-    <ROW Directory="en_shaw_Dir" Directory_Parent="locale_3_Dir" DefaultDir="en@shaw"/>

-    <ROW Directory="enchant_Dir" Directory_Parent="lib_Dir" DefaultDir="enchant"/>

-    <ROW Directory="engines_Dir" Directory_Parent="__Dir" DefaultDir="engines"/>

-    <ROW Directory="eo_Dir" Directory_Parent="locale_3_Dir" DefaultDir="eo"/>

-    <ROW Directory="es_3_Dir" Directory_Parent="locale_3_Dir" DefaultDir="es"/>

-    <ROW Directory="es_Dir" Directory_Parent="locale_Dir" DefaultDir="es"/>

-    <ROW Directory="et_3_Dir" Directory_Parent="locale_3_Dir" DefaultDir="et"/>

-    <ROW Directory="et_Dir" Directory_Parent="locale_Dir" DefaultDir="et"/>

-    <ROW Directory="etc_Dir" Directory_Parent="APPDIR" DefaultDir="etc"/>

-    <ROW Directory="eu_3_Dir" Directory_Parent="locale_3_Dir" DefaultDir="eu"/>

-    <ROW Directory="eu_Dir" Directory_Parent="locale_Dir" DefaultDir="eu"/>

-    <ROW Directory="fa_Dir" Directory_Parent="locale_3_Dir" DefaultDir="fa"/>

-    <ROW Directory="fi_3_Dir" Directory_Parent="locale_3_Dir" DefaultDir="fi"/>

-    <ROW Directory="fi_Dir" Directory_Parent="locale_Dir" DefaultDir="fi"/>

-    <ROW Directory="fr_3_Dir" Directory_Parent="locale_3_Dir" DefaultDir="fr"/>

-    <ROW Directory="fr_Dir" Directory_Parent="locale_Dir" DefaultDir="fr"/>

-    <ROW Directory="ga_Dir" Directory_Parent="locale_3_Dir" DefaultDir="ga"/>

-    <ROW Directory="gl_3_Dir" Directory_Parent="locale_3_Dir" DefaultDir="gl"/>

-    <ROW Directory="gl_Dir" Directory_Parent="locale_Dir" DefaultDir="gl"/>

-    <ROW Directory="gtk_2.0_7_Dir" Directory_Parent="lib_Dir" DefaultDir="gtk-2.0"/>

-    <ROW Directory="gtk_2.0_Dir" Directory_Parent="etc_Dir" DefaultDir="gtk-2.0"/>

-    <ROW Directory="gu_Dir" Directory_Parent="locale_3_Dir" DefaultDir="gu"/>

-    <ROW Directory="he_Dir" Directory_Parent="locale_3_Dir" DefaultDir="he"/>

-    <ROW Directory="hi_3_Dir" Directory_Parent="locale_3_Dir" DefaultDir="hi"/>

-    <ROW Directory="hi_Dir" Directory_Parent="locale_Dir" DefaultDir="hi"/>

-    <ROW Directory="hr_Dir" Directory_Parent="locale_3_Dir" DefaultDir="hr"/>

-    <ROW Directory="hu_3_Dir" Directory_Parent="locale_3_Dir" DefaultDir="hu"/>

-    <ROW Directory="hu_Dir" Directory_Parent="locale_Dir" DefaultDir="hu"/>

-    <ROW Directory="hy_Dir" Directory_Parent="locale_3_Dir" DefaultDir="hy"/>

-    <ROW Directory="ia_Dir" Directory_Parent="locale_3_Dir" DefaultDir="ia"/>

-    <ROW Directory="id_Dir" Directory_Parent="locale_3_Dir" DefaultDir="id"/>

-    <ROW Directory="io_Dir" Directory_Parent="locale_3_Dir" DefaultDir="io"/>

-    <ROW Directory="is_Dir" Directory_Parent="locale_3_Dir" DefaultDir="is"/>

-    <ROW Directory="iso_codes_Dir" Directory_Parent="xml_Dir" DefaultDir="iso-co~1|iso-codes"/>

-    <ROW Directory="it_3_Dir" Directory_Parent="locale_3_Dir" DefaultDir="it"/>

-    <ROW Directory="it_Dir" Directory_Parent="locale_Dir" DefaultDir="it"/>

-    <ROW Directory="ja_3_Dir" Directory_Parent="locale_3_Dir" DefaultDir="ja"/>

-    <ROW Directory="ja_Dir" Directory_Parent="locale_Dir" DefaultDir="ja"/>

-    <ROW Directory="ka_Dir" Directory_Parent="locale_3_Dir" DefaultDir="ka"/>

-    <ROW Directory="kk_Dir" Directory_Parent="locale_3_Dir" DefaultDir="kk"/>

-    <ROW Directory="kn_3_Dir" Directory_Parent="locale_3_Dir" DefaultDir="kn"/>

-    <ROW Directory="kn_Dir" Directory_Parent="locale_Dir" DefaultDir="kn"/>

-    <ROW Directory="ko_3_Dir" Directory_Parent="locale_3_Dir" DefaultDir="ko"/>

-    <ROW Directory="ko_Dir" Directory_Parent="locale_Dir" DefaultDir="ko"/>

-    <ROW Directory="ku_Dir" Directory_Parent="locale_3_Dir" DefaultDir="ku"/>

-    <ROW Directory="li_Dir" Directory_Parent="locale_3_Dir" DefaultDir="li"/>

-    <ROW Directory="lib_Dir" Directory_Parent="APPDIR" DefaultDir="lib"/>

-    <ROW Directory="locale_3_Dir" Directory_Parent="share_Dir" DefaultDir="locale"/>

-    <ROW Directory="locale_Dir" Directory_Parent="APPDIR" DefaultDir="locale"/>

-    <ROW Directory="lt_3_Dir" Directory_Parent="locale_3_Dir" DefaultDir="lt"/>

-    <ROW Directory="lt_Dir" Directory_Parent="locale_Dir" DefaultDir="lt"/>

-    <ROW Directory="lv_3_Dir" Directory_Parent="locale_3_Dir" DefaultDir="lv"/>

-    <ROW Directory="lv_Dir" Directory_Parent="locale_Dir" DefaultDir="lv"/>

-    <ROW Directory="mai_Dir" Directory_Parent="locale_3_Dir" DefaultDir="mai"/>

-    <ROW Directory="mg_Dir" Directory_Parent="locale_3_Dir" DefaultDir="mg"/>

-    <ROW Directory="mi_Dir" Directory_Parent="locale_3_Dir" DefaultDir="mi"/>

-    <ROW Directory="mk_3_Dir" Directory_Parent="locale_3_Dir" DefaultDir="mk"/>

-    <ROW Directory="mk_Dir" Directory_Parent="locale_Dir" DefaultDir="mk"/>

-    <ROW Directory="ml_Dir" Directory_Parent="locale_3_Dir" DefaultDir="ml"/>

-    <ROW Directory="mn_Dir" Directory_Parent="locale_3_Dir" DefaultDir="mn"/>

-    <ROW Directory="modules_Dir" Directory_Parent="gtk_2.0_7_Dir" DefaultDir="modules"/>

-    <ROW Directory="mr_Dir" Directory_Parent="locale_3_Dir" DefaultDir="mr"/>

-    <ROW Directory="ms_3_Dir" Directory_Parent="locale_3_Dir" DefaultDir="ms"/>

-    <ROW Directory="ms_Dir" Directory_Parent="locale_Dir" DefaultDir="ms"/>

-    <ROW Directory="nb_3_Dir" Directory_Parent="locale_3_Dir" DefaultDir="nb"/>

-    <ROW Directory="nb_Dir" Directory_Parent="locale_Dir" DefaultDir="nb"/>

-    <ROW Directory="nds_Dir" Directory_Parent="locale_3_Dir" DefaultDir="nds"/>

-    <ROW Directory="ne_Dir" Directory_Parent="locale_3_Dir" DefaultDir="ne"/>

-    <ROW Directory="nl_3_Dir" Directory_Parent="locale_3_Dir" DefaultDir="nl"/>

-    <ROW Directory="nl_Dir" Directory_Parent="locale_Dir" DefaultDir="nl"/>

-    <ROW Directory="nn_Dir" Directory_Parent="locale_3_Dir" DefaultDir="nn"/>

-    <ROW Directory="no_Dir" Directory_Parent="locale_Dir" DefaultDir="no"/>

-    <ROW Directory="nso_Dir" Directory_Parent="locale_3_Dir" DefaultDir="nso"/>

-    <ROW Directory="oc_Dir" Directory_Parent="locale_3_Dir" DefaultDir="oc"/>

-    <ROW Directory="or_Dir" Directory_Parent="locale_3_Dir" DefaultDir="or"/>

-    <ROW Directory="pa_3_Dir" Directory_Parent="locale_3_Dir" DefaultDir="pa"/>

-    <ROW Directory="pa_Dir" Directory_Parent="locale_Dir" DefaultDir="pa"/>

-    <ROW Directory="pl_3_Dir" Directory_Parent="locale_3_Dir" DefaultDir="pl"/>

-    <ROW Directory="pl_Dir" Directory_Parent="locale_Dir" DefaultDir="pl"/>

-    <ROW Directory="plugins_Dir" Directory_Parent="APPDIR" DefaultDir="plugins"/>

-    <ROW Directory="ps_Dir" Directory_Parent="locale_3_Dir" DefaultDir="ps"/>

-    <ROW Directory="pt_3_Dir" Directory_Parent="locale_3_Dir" DefaultDir="pt"/>

-    <ROW Directory="pt_BR_3_Dir" Directory_Parent="locale_3_Dir" DefaultDir="pt_BR"/>

-    <ROW Directory="pt_BR_Dir" Directory_Parent="locale_Dir" DefaultDir="pt_BR"/>

-    <ROW Directory="pt_Dir" Directory_Parent="locale_Dir" DefaultDir="pt"/>

-    <ROW Directory="ro_Dir" Directory_Parent="locale_3_Dir" DefaultDir="ro"/>

-    <ROW Directory="ru_3_Dir" Directory_Parent="locale_3_Dir" DefaultDir="ru"/>

-    <ROW Directory="ru_Dir" Directory_Parent="locale_Dir" DefaultDir="ru"/>

-    <ROW Directory="rw_Dir" Directory_Parent="locale_3_Dir" DefaultDir="rw"/>

-    <ROW Directory="share_Dir" Directory_Parent="APPDIR" DefaultDir="share"/>

-    <ROW Directory="si_Dir" Directory_Parent="locale_3_Dir" DefaultDir="si"/>

-    <ROW Directory="sk_3_Dir" Directory_Parent="locale_3_Dir" DefaultDir="sk"/>

-    <ROW Directory="sk_Dir" Directory_Parent="locale_Dir" DefaultDir="sk"/>

-    <ROW Directory="sl_3_Dir" Directory_Parent="locale_3_Dir" DefaultDir="sl"/>

-    <ROW Directory="sl_Dir" Directory_Parent="locale_Dir" DefaultDir="sl"/>

-    <ROW Directory="sq_3_Dir" Directory_Parent="locale_3_Dir" DefaultDir="sq"/>

-    <ROW Directory="sq_Dir" Directory_Parent="locale_Dir" DefaultDir="sq"/>

-    <ROW Directory="sr_3_Dir" Directory_Parent="locale_3_Dir" DefaultDir="sr"/>

-    <ROW Directory="sr_Dir" Directory_Parent="locale_Dir" DefaultDir="sr"/>

-    <ROW Directory="sr_ije_Dir" Directory_Parent="locale_3_Dir" DefaultDir="sr@ije"/>

-    <ROW Directory="sr_latin_Dir" Directory_Parent="locale_3_Dir" DefaultDir="sr@latin"/>

-    <ROW Directory="sv_3_Dir" Directory_Parent="locale_3_Dir" DefaultDir="sv"/>

-    <ROW Directory="sv_Dir" Directory_Parent="locale_Dir" DefaultDir="sv"/>

-    <ROW Directory="ta_Dir" Directory_Parent="locale_3_Dir" DefaultDir="ta"/>

-    <ROW Directory="te_Dir" Directory_Parent="locale_3_Dir" DefaultDir="te"/>

-    <ROW Directory="th_3_Dir" Directory_Parent="locale_3_Dir" DefaultDir="th"/>

-    <ROW Directory="th_Dir" Directory_Parent="locale_Dir" DefaultDir="th"/>

-    <ROW Directory="tk_Dir" Directory_Parent="locale_3_Dir" DefaultDir="tk"/>

-    <ROW Directory="tl_Dir" Directory_Parent="locale_3_Dir" DefaultDir="tl"/>

-    <ROW Directory="tr_Dir" Directory_Parent="locale_3_Dir" DefaultDir="tr"/>

-    <ROW Directory="tt_Dir" Directory_Parent="locale_3_Dir" DefaultDir="tt"/>

-    <ROW Directory="ug_Dir" Directory_Parent="locale_3_Dir" DefaultDir="ug"/>

-    <ROW Directory="uk_3_Dir" Directory_Parent="locale_3_Dir" DefaultDir="uk"/>

-    <ROW Directory="uk_Dir" Directory_Parent="locale_Dir" DefaultDir="uk"/>

-    <ROW Directory="ur_Dir" Directory_Parent="locale_3_Dir" DefaultDir="ur"/>

-    <ROW Directory="uz_Dir" Directory_Parent="locale_3_Dir" DefaultDir="uz"/>

-    <ROW Directory="uz_cyrillic_Dir" Directory_Parent="locale_3_Dir" DefaultDir="uz@cyr~1|uz@cyrillic"/>

-    <ROW Directory="vi_3_Dir" Directory_Parent="locale_3_Dir" DefaultDir="vi"/>

-    <ROW Directory="vi_Dir" Directory_Parent="locale_Dir" DefaultDir="vi"/>

-    <ROW Directory="wa_3_Dir" Directory_Parent="locale_3_Dir" DefaultDir="wa"/>

-    <ROW Directory="wa_Dir" Directory_Parent="locale_Dir" DefaultDir="wa"/>

-    <ROW Directory="xh_Dir" Directory_Parent="locale_3_Dir" DefaultDir="xh"/>

-    <ROW Directory="xml_Dir" Directory_Parent="share_Dir" DefaultDir="xml"/>

-    <ROW Directory="yi_Dir" Directory_Parent="locale_3_Dir" DefaultDir="yi"/>

-    <ROW Directory="zh_CN_3_Dir" Directory_Parent="locale_3_Dir" DefaultDir="zh_CN"/>

-    <ROW Directory="zh_CN_Dir" Directory_Parent="locale_Dir" DefaultDir="zh_CN"/>

-    <ROW Directory="zh_HK_Dir" Directory_Parent="locale_3_Dir" DefaultDir="zh_HK"/>

-    <ROW Directory="zh_TW_3_Dir" Directory_Parent="locale_3_Dir" DefaultDir="zh_TW"/>

-    <ROW Directory="zh_TW_Dir" Directory_Parent="locale_Dir" DefaultDir="zh_TW"/>

-  </COMPONENT>

-  <COMPONENT cid="caphyon.advinst.msicomp.MsiCompsComponent">

-    <ROW Component="AI_CustomARPName" ComponentId="{D7BBA10A-A7BB-43F8-B48C-C28A64499FB5}" Directory_="APPDIR" Attributes="4" KeyPath="DisplayName" Options="1"/>

-    <ROW Component="AI_ExePath" ComponentId="{6F2CCC92-C3A5-4067-A3BF-C79450540A8E}" Directory_="APPDIR" Attributes="4" KeyPath="AI_ExePath"/>

-    <ROW Component="ProductInformation" ComponentId="{7340FB38-A8CA-4674-BDB7-60DCA2AD2C98}" Directory_="APPDIR" Attributes="4" KeyPath="ProductName_"/>

-    <ROW Component="SHORTCUTDIR" ComponentId="{557C8CFA-C096-4366-80D6-5D7D22B5A5E4}" Directory_="SHORTCUTDIR" Attributes="0"/>

-    <ROW Component="atk10.mo" ComponentId="{A0D2687E-646A-4768-877C-FB698B74EDED}" Directory_="LC_MESSAGES_348_Dir" Attributes="0" KeyPath="atk10.mo"/>

-    <ROW Component="atk10.mo_185" ComponentId="{0830061E-179D-42D7-AEB2-3D038E460DFE}" Directory_="LC_MESSAGES_349_Dir" Attributes="0" KeyPath="atk10.mo_185" Type="0"/>

-    <ROW Component="atk10.mo_186" ComponentId="{9243544D-4D76-4A4F-848B-4FB30C66B24B}" Directory_="LC_MESSAGES_351_Dir" Attributes="0" KeyPath="atk10.mo_186" Type="0"/>

-    <ROW Component="atk10.mo_187" ComponentId="{51A731D3-381A-440E-9843-91129E413E80}" Directory_="LC_MESSAGES_352_Dir" Attributes="0" KeyPath="atk10.mo_187" Type="0"/>

-    <ROW Component="atk10.mo_188" ComponentId="{4B44AE74-F5A0-4B50-B0ED-5E8349B81FF8}" Directory_="LC_MESSAGES_353_Dir" Attributes="0" KeyPath="atk10.mo_188" Type="0"/>

-    <ROW Component="atk10.mo_189" ComponentId="{0AF78803-C360-4263-803C-861ADAC81C7D}" Directory_="LC_MESSAGES_354_Dir" Attributes="0" KeyPath="atk10.mo_189" Type="0"/>

-    <ROW Component="atk10.mo_190" ComponentId="{A0C2F60D-4974-4D65-A4B1-9E23E79DF6A0}" Directory_="LC_MESSAGES_356_Dir" Attributes="0" KeyPath="atk10.mo_190" Type="0"/>

-    <ROW Component="atk10.mo_191" ComponentId="{C09675DB-4E0F-4F2B-996B-1EA4C23D85C8}" Directory_="LC_MESSAGES_357_Dir" Attributes="0" KeyPath="atk10.mo_191" Type="0"/>

-    <ROW Component="atk10.mo_192" ComponentId="{1E3271A1-761D-445F-9C8A-E96D0186EE6D}" Directory_="LC_MESSAGES_358_Dir" Attributes="0" KeyPath="atk10.mo_192" Type="0"/>

-    <ROW Component="atk10.mo_193" ComponentId="{10EC0BDF-31A3-4299-8169-4E062953E4C5}" Directory_="LC_MESSAGES_359_Dir" Attributes="0" KeyPath="atk10.mo_193" Type="0"/>

-    <ROW Component="atk10.mo_194" ComponentId="{97B82F92-0E97-4070-9C00-EF3E23FE0059}" Directory_="LC_MESSAGES_360_Dir" Attributes="0" KeyPath="atk10.mo_194" Type="0"/>

-    <ROW Component="atk10.mo_195" ComponentId="{1C127E5A-D251-4767-A947-B6F6B7294986}" Directory_="LC_MESSAGES_362_Dir" Attributes="0" KeyPath="atk10.mo_195" Type="0"/>

-    <ROW Component="atk10.mo_196" ComponentId="{EDACC216-1E09-46E7-8EC3-9CB3F20F711C}" Directory_="LC_MESSAGES_363_Dir" Attributes="0" KeyPath="atk10.mo_196" Type="0"/>

-    <ROW Component="atk10.mo_197" ComponentId="{9926DF9B-F722-4D00-9B73-44F7C55C811F}" Directory_="LC_MESSAGES_364_Dir" Attributes="0" KeyPath="atk10.mo_197" Type="0"/>

-    <ROW Component="atk10.mo_198" ComponentId="{BF044ABD-CC30-433D-9897-DC492D12796D}" Directory_="LC_MESSAGES_366_Dir" Attributes="0" KeyPath="atk10.mo_198" Type="0"/>

-    <ROW Component="atk10.mo_199" ComponentId="{3A038DC5-3A4A-446B-82BD-1054FA853FCD}" Directory_="LC_MESSAGES_367_Dir" Attributes="0" KeyPath="atk10.mo_199" Type="0"/>

-    <ROW Component="atk10.mo_200" ComponentId="{D73DBF13-D4D7-4305-BF73-F8B157052A1A}" Directory_="LC_MESSAGES_368_Dir" Attributes="0" KeyPath="atk10.mo_200" Type="0"/>

-    <ROW Component="atk10.mo_201" ComponentId="{17FD8A85-15CE-453D-8916-0F1E76E1D7FB}" Directory_="LC_MESSAGES_369_Dir" Attributes="0" KeyPath="atk10.mo_201" Type="0"/>

-    <ROW Component="atk10.mo_202" ComponentId="{873912C1-C7DF-4FE4-AE46-B6D4AB2139A1}" Directory_="LC_MESSAGES_370_Dir" Attributes="0" KeyPath="atk10.mo_202" Type="0"/>

-    <ROW Component="atk10.mo_203" ComponentId="{61AA5AE4-1544-42BB-910B-0BC26B2E0CAB}" Directory_="LC_MESSAGES_371_Dir" Attributes="0" KeyPath="atk10.mo_203" Type="0"/>

-    <ROW Component="atk10.mo_204" ComponentId="{033CDB2D-3248-46BC-9E3E-A32A3AEFB6F4}" Directory_="LC_MESSAGES_372_Dir" Attributes="0" KeyPath="atk10.mo_204" Type="0"/>

-    <ROW Component="atk10.mo_205" ComponentId="{E0C487C7-D06D-4DC7-BE0D-657E0B7D823F}" Directory_="LC_MESSAGES_373_Dir" Attributes="0" KeyPath="atk10.mo_205" Type="0"/>

-    <ROW Component="atk10.mo_206" ComponentId="{2FC064D8-61B9-4061-A9C8-4E44DD670E4E}" Directory_="LC_MESSAGES_374_Dir" Attributes="0" KeyPath="atk10.mo_206" Type="0"/>

-    <ROW Component="atk10.mo_207" ComponentId="{1D1842A7-2FA1-45EE-9C07-8CA4F9230341}" Directory_="LC_MESSAGES_375_Dir" Attributes="0" KeyPath="atk10.mo_207" Type="0"/>

-    <ROW Component="atk10.mo_208" ComponentId="{FFF9F034-3FB6-4DC7-95B8-5CE2AE05631A}" Directory_="LC_MESSAGES_376_Dir" Attributes="0" KeyPath="atk10.mo_208" Type="0"/>

-    <ROW Component="atk10.mo_209" ComponentId="{328B8343-4E65-465F-BF88-7A4366F90D53}" Directory_="LC_MESSAGES_377_Dir" Attributes="0" KeyPath="atk10.mo_209" Type="0"/>

-    <ROW Component="atk10.mo_210" ComponentId="{392DE9BA-EAA4-49F9-96A7-50C1C0EA592B}" Directory_="LC_MESSAGES_378_Dir" Attributes="0" KeyPath="atk10.mo_210" Type="0"/>

-    <ROW Component="atk10.mo_211" ComponentId="{41D3F641-C7C8-4A11-A270-265F31307583}" Directory_="LC_MESSAGES_379_Dir" Attributes="0" KeyPath="atk10.mo_211" Type="0"/>

-    <ROW Component="atk10.mo_212" ComponentId="{AB957FEA-5B47-49BE-BC84-93DDE06A0E4B}" Directory_="LC_MESSAGES_380_Dir" Attributes="0" KeyPath="atk10.mo_212" Type="0"/>

-    <ROW Component="atk10.mo_213" ComponentId="{B4141E46-29F8-4498-B1E6-2BB91ABF945D}" Directory_="LC_MESSAGES_381_Dir" Attributes="0" KeyPath="atk10.mo_213" Type="0"/>

-    <ROW Component="atk10.mo_214" ComponentId="{6D309831-3731-4794-8DB0-142877F1DD10}" Directory_="LC_MESSAGES_382_Dir" Attributes="0" KeyPath="atk10.mo_214" Type="0"/>

-    <ROW Component="atk10.mo_215" ComponentId="{461860A5-4E5D-4F55-9212-50EB4C2A72CC}" Directory_="LC_MESSAGES_383_Dir" Attributes="0" KeyPath="atk10.mo_215" Type="0"/>

-    <ROW Component="atk10.mo_216" ComponentId="{8A624770-A884-4A76-A2AA-F0E2D987D179}" Directory_="LC_MESSAGES_384_Dir" Attributes="0" KeyPath="atk10.mo_216" Type="0"/>

-    <ROW Component="atk10.mo_217" ComponentId="{9D34962F-B016-420B-8B3A-C54F1C8C859B}" Directory_="LC_MESSAGES_385_Dir" Attributes="0" KeyPath="atk10.mo_217" Type="0"/>

-    <ROW Component="atk10.mo_218" ComponentId="{75362F8A-6157-42A5-9950-C1979DB59A07}" Directory_="LC_MESSAGES_386_Dir" Attributes="0" KeyPath="atk10.mo_218" Type="0"/>

-    <ROW Component="atk10.mo_219" ComponentId="{2C71D2AA-5E8F-4E4B-8CC5-CE1FD23AE77F}" Directory_="LC_MESSAGES_387_Dir" Attributes="0" KeyPath="atk10.mo_219" Type="0"/>

-    <ROW Component="atk10.mo_220" ComponentId="{A61BC50A-B246-4D5F-B7AD-FAAA65F4E61D}" Directory_="LC_MESSAGES_388_Dir" Attributes="0" KeyPath="atk10.mo_220" Type="0"/>

-    <ROW Component="atk10.mo_221" ComponentId="{2D5F329A-6814-497E-B3E1-3CA2B4D6DB1C}" Directory_="LC_MESSAGES_389_Dir" Attributes="0" KeyPath="atk10.mo_221" Type="0"/>

-    <ROW Component="atk10.mo_222" ComponentId="{3937A42E-B2FC-443D-BD74-2C8B68F00FA2}" Directory_="LC_MESSAGES_391_Dir" Attributes="0" KeyPath="atk10.mo_222" Type="0"/>

-    <ROW Component="atk10.mo_223" ComponentId="{E5002896-016B-429A-96F2-E513EFDB44FD}" Directory_="LC_MESSAGES_393_Dir" Attributes="0" KeyPath="atk10.mo_223" Type="0"/>

-    <ROW Component="atk10.mo_224" ComponentId="{23E464F7-CEC4-458B-8CB2-91F8D7DC1CAA}" Directory_="LC_MESSAGES_394_Dir" Attributes="0" KeyPath="atk10.mo_224" Type="0"/>

-    <ROW Component="atk10.mo_225" ComponentId="{8F806F99-A224-4AFB-874C-2C5DBA3E63BC}" Directory_="LC_MESSAGES_395_Dir" Attributes="0" KeyPath="atk10.mo_225" Type="0"/>

-    <ROW Component="atk10.mo_226" ComponentId="{1EF4CAA4-2487-4889-810B-9CE97E8FD970}" Directory_="LC_MESSAGES_396_Dir" Attributes="0" KeyPath="atk10.mo_226" Type="0"/>

-    <ROW Component="atk10.mo_227" ComponentId="{47D64C76-E263-4896-9649-C697F8FE5F4D}" Directory_="LC_MESSAGES_397_Dir" Attributes="0" KeyPath="atk10.mo_227" Type="0"/>

-    <ROW Component="atk10.mo_228" ComponentId="{504BB42B-A99C-4E5E-8954-53F85637A322}" Directory_="LC_MESSAGES_398_Dir" Attributes="0" KeyPath="atk10.mo_228" Type="0"/>

-    <ROW Component="atk10.mo_229" ComponentId="{F1FA2684-EE77-4B7F-921B-9A045B211D03}" Directory_="LC_MESSAGES_399_Dir" Attributes="0" KeyPath="atk10.mo_229" Type="0"/>

-    <ROW Component="atk10.mo_230" ComponentId="{FCB0ACC9-75D4-4D07-B6FF-9BD8AAC052C6}" Directory_="LC_MESSAGES_400_Dir" Attributes="0" KeyPath="atk10.mo_230" Type="0"/>

-    <ROW Component="atk10.mo_231" ComponentId="{C90BBCBE-B510-4117-91F1-664086FDF81F}" Directory_="LC_MESSAGES_401_Dir" Attributes="0" KeyPath="atk10.mo_231" Type="0"/>

-    <ROW Component="atk10.mo_232" ComponentId="{B2CAADF3-6A2A-41A6-8599-A061A9DB756D}" Directory_="LC_MESSAGES_402_Dir" Attributes="0" KeyPath="atk10.mo_232" Type="0"/>

-    <ROW Component="atk10.mo_233" ComponentId="{3809F56C-DCFA-4FEF-A044-9129791794F8}" Directory_="LC_MESSAGES_403_Dir" Attributes="0" KeyPath="atk10.mo_233" Type="0"/>

-    <ROW Component="atk10.mo_234" ComponentId="{55D71158-E03F-45AE-9786-74D80C459B75}" Directory_="LC_MESSAGES_404_Dir" Attributes="0" KeyPath="atk10.mo_234" Type="0"/>

-    <ROW Component="atk10.mo_235" ComponentId="{EA0B610E-4E01-404D-92D2-088B5588DCDA}" Directory_="LC_MESSAGES_407_Dir" Attributes="0" KeyPath="atk10.mo_235" Type="0"/>

-    <ROW Component="atk10.mo_236" ComponentId="{DCD8D1D6-E58B-4AEC-A372-BEDEBA51928D}" Directory_="LC_MESSAGES_408_Dir" Attributes="0" KeyPath="atk10.mo_236" Type="0"/>

-    <ROW Component="atk10.mo_237" ComponentId="{769D834C-B54D-449C-B591-A73FDC1754C9}" Directory_="LC_MESSAGES_409_Dir" Attributes="0" KeyPath="atk10.mo_237" Type="0"/>

-    <ROW Component="atk10.mo_238" ComponentId="{F9205B99-DE1F-43E1-9A0D-FFB1666FF7A1}" Directory_="LC_MESSAGES_410_Dir" Attributes="0" KeyPath="atk10.mo_238" Type="0"/>

-    <ROW Component="atk10.mo_239" ComponentId="{9E7201E5-12A4-4C40-88BE-0995FD9137AF}" Directory_="LC_MESSAGES_411_Dir" Attributes="0" KeyPath="atk10.mo_239" Type="0"/>

-    <ROW Component="atk10.mo_240" ComponentId="{097DBA45-7DC7-48D7-AF86-AC7D1660A6C7}" Directory_="LC_MESSAGES_412_Dir" Attributes="0" KeyPath="atk10.mo_240" Type="0"/>

-    <ROW Component="atk10.mo_241" ComponentId="{245377D6-5BF9-446A-8A43-8E47C2CED5E1}" Directory_="LC_MESSAGES_414_Dir" Attributes="0" KeyPath="atk10.mo_241" Type="0"/>

-    <ROW Component="atk10.mo_242" ComponentId="{AB28B526-998F-4C30-8646-31C3BBBAE509}" Directory_="LC_MESSAGES_415_Dir" Attributes="0" KeyPath="atk10.mo_242" Type="0"/>

-    <ROW Component="atk10.mo_243" ComponentId="{A09BB1A9-AF7B-49A4-A24E-10D8B40A3B95}" Directory_="LC_MESSAGES_416_Dir" Attributes="0" KeyPath="atk10.mo_243" Type="0"/>

-    <ROW Component="atk10.mo_244" ComponentId="{BC674C3F-E712-4ED6-AC14-026724A2141E}" Directory_="LC_MESSAGES_418_Dir" Attributes="0" KeyPath="atk10.mo_244" Type="0"/>

-    <ROW Component="atk10.mo_245" ComponentId="{AD7EA8EF-3ED6-4102-938F-5B365C5A9D5C}" Directory_="LC_MESSAGES_419_Dir" Attributes="0" KeyPath="atk10.mo_245" Type="0"/>

-    <ROW Component="atk10.mo_246" ComponentId="{E109EB02-CD74-4616-925F-A91991132C7F}" Directory_="LC_MESSAGES_420_Dir" Attributes="0" KeyPath="atk10.mo_246" Type="0"/>

-    <ROW Component="atk10.mo_247" ComponentId="{D4820CD3-2DFA-4D5C-82B9-87F810A99C79}" Directory_="LC_MESSAGES_421_Dir" Attributes="0" KeyPath="atk10.mo_247" Type="0"/>

-    <ROW Component="atk10.mo_248" ComponentId="{06BDB080-C8DF-4925-BD7F-D28D125CD106}" Directory_="LC_MESSAGES_422_Dir" Attributes="0" KeyPath="atk10.mo_248" Type="0"/>

-    <ROW Component="atk10.mo_249" ComponentId="{A8F919B0-D26F-454D-BECB-A372B52E268D}" Directory_="LC_MESSAGES_423_Dir" Attributes="0" KeyPath="atk10.mo_249" Type="0"/>

-    <ROW Component="atk10.mo_250" ComponentId="{BB850F01-5C8F-48C3-813C-F7BDE63FFF15}" Directory_="LC_MESSAGES_424_Dir" Attributes="0" KeyPath="atk10.mo_250" Type="0"/>

-    <ROW Component="atk10.mo_251" ComponentId="{4C7B2246-E418-4376-93DF-0DEBAEC3DAD2}" Directory_="LC_MESSAGES_425_Dir" Attributes="0" KeyPath="atk10.mo_251" Type="0"/>

-    <ROW Component="atk10.mo_252" ComponentId="{AAC88259-FBA2-4A6C-95CC-DCF577F1515C}" Directory_="LC_MESSAGES_426_Dir" Attributes="0" KeyPath="atk10.mo_252" Type="0"/>

-    <ROW Component="atk10.mo_253" ComponentId="{4373F384-4EA8-4B8E-A20D-898563529544}" Directory_="LC_MESSAGES_427_Dir" Attributes="0" KeyPath="atk10.mo_253" Type="0"/>

-    <ROW Component="atk10.mo_254" ComponentId="{949F2578-157D-471A-B22B-C01C934CF5D1}" Directory_="LC_MESSAGES_428_Dir" Attributes="0" KeyPath="atk10.mo_254" Type="0"/>

-    <ROW Component="atk10.mo_255" ComponentId="{5C92DDBE-2254-4D34-AF1B-8C4B64565013}" Directory_="LC_MESSAGES_429_Dir" Attributes="0" KeyPath="atk10.mo_255" Type="0"/>

-    <ROW Component="atk10.mo_256" ComponentId="{27E91EB0-0FB1-4F5A-BEB6-8299977E916E}" Directory_="LC_MESSAGES_430_Dir" Attributes="0" KeyPath="atk10.mo_256" Type="0"/>

-    <ROW Component="atk10.mo_257" ComponentId="{36FFB258-3B93-4208-AFDD-038A6F9C498E}" Directory_="LC_MESSAGES_431_Dir" Attributes="0" KeyPath="atk10.mo_257" Type="0"/>

-    <ROW Component="atk10.mo_258" ComponentId="{242590B6-7DF0-4A5D-B870-96B16A0B7319}" Directory_="LC_MESSAGES_432_Dir" Attributes="0" KeyPath="atk10.mo_258" Type="0"/>

-    <ROW Component="atk10.mo_259" ComponentId="{BA26BBFC-71D7-4A12-A181-ED3BCE962D1D}" Directory_="LC_MESSAGES_433_Dir" Attributes="0" KeyPath="atk10.mo_259" Type="0"/>

-    <ROW Component="atk10.mo_260" ComponentId="{4017EE43-577D-4CFA-9C3A-8E7DD5AE7595}" Directory_="LC_MESSAGES_434_Dir" Attributes="0" KeyPath="atk10.mo_260" Type="0"/>

-    <ROW Component="atk10.mo_261" ComponentId="{CD5C526E-734D-4A1A-8E69-EE7E918BA756}" Directory_="LC_MESSAGES_435_Dir" Attributes="0" KeyPath="atk10.mo_261" Type="0"/>

-    <ROW Component="atk10.mo_262" ComponentId="{CBA32A37-5FD7-41C1-B329-2B231E1492BB}" Directory_="LC_MESSAGES_436_Dir" Attributes="0" KeyPath="atk10.mo_262" Type="0"/>

-    <ROW Component="atk10.mo_263" ComponentId="{4B5B7E7F-8751-435D-BC92-C9567174D46F}" Directory_="LC_MESSAGES_437_Dir" Attributes="0" KeyPath="atk10.mo_263" Type="0"/>

-    <ROW Component="atk10.mo_264" ComponentId="{AD1BC8C6-8207-4389-AA02-859DA79191BC}" Directory_="LC_MESSAGES_438_Dir" Attributes="0" KeyPath="atk10.mo_264" Type="0"/>

-    <ROW Component="atk10.mo_265" ComponentId="{54E750F1-B134-4CD0-9EF7-678B5E9420A1}" Directory_="LC_MESSAGES_439_Dir" Attributes="0" KeyPath="atk10.mo_265" Type="0"/>

-    <ROW Component="atk10.mo_266" ComponentId="{E7464ECF-E1D5-4372-A562-3114C073C700}" Directory_="LC_MESSAGES_441_Dir" Attributes="0" KeyPath="atk10.mo_266" Type="0"/>

-    <ROW Component="atk10.mo_267" ComponentId="{EB975A2A-C769-4B41-B6A7-8A40A3E4BD82}" Directory_="LC_MESSAGES_442_Dir" Attributes="0" KeyPath="atk10.mo_267" Type="0"/>

-    <ROW Component="atk10.mo_268" ComponentId="{4972EBAB-F59A-4FFB-B4DB-B1495C3C8D74}" Directory_="LC_MESSAGES_443_Dir" Attributes="0" KeyPath="atk10.mo_268" Type="0"/>

-    <ROW Component="atk10.mo_269" ComponentId="{A03AD30E-B2E0-4BF9-A5FE-4D80DE074D12}" Directory_="LC_MESSAGES_444_Dir" Attributes="0" KeyPath="atk10.mo_269" Type="0"/>

-    <ROW Component="atk10.mo_270" ComponentId="{421F9EDB-9274-4485-A657-48BA2AE7B166}" Directory_="LC_MESSAGES_448_Dir" Attributes="0" KeyPath="atk10.mo_270" Type="0"/>

-    <ROW Component="atk10.mo_271" ComponentId="{1D1534D7-1DE8-41E9-A361-DFF9013851CB}" Directory_="LC_MESSAGES_449_Dir" Attributes="0" KeyPath="atk10.mo_271" Type="0"/>

-    <ROW Component="atk10.mo_272" ComponentId="{697F14FE-7DFC-4899-9F5B-88123A3B1E9D}" Directory_="LC_MESSAGES_450_Dir" Attributes="0" KeyPath="atk10.mo_272" Type="0"/>

-    <ROW Component="atk10.mo_273" ComponentId="{50361C6F-0798-4DE8-8C29-84B3361FFD3B}" Directory_="LC_MESSAGES_451_Dir" Attributes="0" KeyPath="atk10.mo_273" Type="0"/>

-    <ROW Component="atk10.mo_274" ComponentId="{3E52B167-1A42-42F8-BEC3-DA0EEDE200E6}" Directory_="LC_MESSAGES_452_Dir" Attributes="0" KeyPath="atk10.mo_274" Type="0"/>

-    <ROW Component="atk10.mo_275" ComponentId="{E3E4778E-C749-421D-A6FB-21F7DA0A434F}" Directory_="LC_MESSAGES_453_Dir" Attributes="0" KeyPath="atk10.mo_275" Type="0"/>

-    <ROW Component="atk10.mo_276" ComponentId="{B8F8D3FF-4D17-4E03-8D6C-DC4BBA6CF52B}" Directory_="LC_MESSAGES_454_Dir" Attributes="0" KeyPath="atk10.mo_276" Type="0"/>

-    <ROW Component="cert.pem" ComponentId="{CE66904E-0093-4B8B-8040-728CBFE7935B}" Directory_="APPDIR" Attributes="0" KeyPath="cert.pem" Type="0"/>

-    <ROW Component="download.png" ComponentId="{D033F768-6351-4835-9A73-C62F41DE2F46}" Directory_="etc_Dir" Attributes="0" KeyPath="download.png" Type="0"/>

-    <ROW Component="freetype6.dll" ComponentId="{7FBD56B6-C09F-4BE3-9355-5D2766C0CAED}" Directory_="APPDIR" Attributes="0" KeyPath="freetype6.dll"/>

-    <ROW Component="glib20.mo" ComponentId="{AF097392-9D2A-487A-9A6F-772C4E3D73A7}" Directory_="LC_MESSAGES_405_Dir" Attributes="0" KeyPath="glib20.mo_234" Type="0"/>

-    <ROW Component="glib20.mo_5" ComponentId="{4956B1EB-967F-4BF8-B5CB-28DE5ABC562E}" Directory_="LC_MESSAGES_413_Dir" Attributes="0" KeyPath="glib20.mo_241" Type="0"/>

-    <ROW Component="glib20.mo_6" ComponentId="{D6AAF7B4-F372-4B12-A35A-C36EC8D355E8}" Directory_="LC_MESSAGES_440_Dir" Attributes="0" KeyPath="glib20.mo_266" Type="0"/>

-    <ROW Component="gtk20_properties.mo" ComponentId="{0DE462B3-5943-4D2D-AAA8-EE3C9EE683CE}" Directory_="LC_MESSAGES_350_Dir" Attributes="0" KeyPath="gtk20_properties.mo_202" Type="0"/>

-    <ROW Component="gtk20_properties.mo_21" ComponentId="{C9C9B251-B8D6-4C7E-A035-2233B2A19B12}" Directory_="LC_MESSAGES_355_Dir" Attributes="0" KeyPath="gtk20_properties.mo_207" Type="0"/>

-    <ROW Component="gtk20_properties.mo_22" ComponentId="{49647FBF-7C4A-48AA-8CD3-4C93779C4737}" Directory_="LC_MESSAGES_361_Dir" Attributes="0" KeyPath="gtk20_properties.mo_213" Type="0"/>

-    <ROW Component="gtk20_properties.mo_23" ComponentId="{828C9981-95E5-4B9D-95AD-B476674F80A1}" Directory_="LC_MESSAGES_365_Dir" Attributes="0" KeyPath="gtk20_properties.mo_217" Type="0"/>

-    <ROW Component="gtk20_properties.mo_24" ComponentId="{9B86DE75-D5CF-42A8-B021-7AA6CD525A7F}" Directory_="LC_MESSAGES_390_Dir" Attributes="0" KeyPath="gtk20_properties.mo_241" Type="0"/>

-    <ROW Component="gtk20_properties.mo_25" ComponentId="{B1F2F9BA-A466-47D1-B998-7492D2ACB9A3}" Directory_="LC_MESSAGES_392_Dir" Attributes="0" KeyPath="gtk20_properties.mo_243" Type="0"/>

-    <ROW Component="gtk20_properties.mo_26" ComponentId="{442B6AE2-4466-4220-B5CD-9A55D153BEEF}" Directory_="LC_MESSAGES_406_Dir" Attributes="0" KeyPath="gtk20_properties.mo_255" Type="0"/>

-    <ROW Component="gtk20_properties.mo_27" ComponentId="{6E673C8C-2C73-488E-8E0F-CD38DE0B91C4}" Directory_="LC_MESSAGES_417_Dir" Attributes="0" KeyPath="gtk20_properties.mo_265" Type="0"/>

-    <ROW Component="gtk20_properties.mo_28" ComponentId="{FF8138A1-8C02-4839-8D0D-8FBA6F4CE2BD}" Directory_="LC_MESSAGES_445_Dir" Attributes="0" KeyPath="gtk20_properties.mo_291" Type="0"/>

-    <ROW Component="gtk20_properties.mo_29" ComponentId="{21836A53-D7B8-4102-8D72-DC2AA19A12F3}" Directory_="LC_MESSAGES_446_Dir" Attributes="0" KeyPath="gtk20_properties.mo_292" Type="0"/>

-    <ROW Component="gtk20_properties.mo_30" ComponentId="{E74ED291-8A8A-4A14-AAF4-651DD524AE25}" Directory_="LC_MESSAGES_447_Dir" Attributes="0" KeyPath="gtk20_properties.mo_293" Type="0"/>

-    <ROW Component="gtkrc" ComponentId="{76DEECFD-FE56-4F5F-84AE-4BBC12AF9AC6}" Directory_="gtk_2.0_Dir" Attributes="0" KeyPath="gtkrc" Type="0"/>

-    <ROW Component="intl.dll" ComponentId="{02772218-F45D-44CE-A3B0-991A643870EC}" Directory_="APPDIR" Attributes="0" KeyPath="intl.dll"/>

-    <ROW Component="iso_3166.xml" ComponentId="{232A21C8-130F-4B52-A3F2-AA19F708A8EC}" Directory_="iso_codes_Dir" Attributes="0" KeyPath="iso_3166.xml" Type="0"/>

-    <ROW Component="libatk_1.0_0.dll" ComponentId="{E143C476-EE13-4810-A7C1-454F7CC978BF}" Directory_="APPDIR" Attributes="0" KeyPath="libatk_1.0_0.dll"/>

-    <ROW Component="libcairo_2.dll" ComponentId="{69C18F8A-9215-42F5-8824-7A7D270CBA97}" Directory_="APPDIR" Attributes="0" KeyPath="libcairo_2.dll"/>

-    <ROW Component="libeay32.dll" ComponentId="{D0D288B3-1771-4A32-BBD7-C51B02C1F3BF}" Directory_="APPDIR" Attributes="0" KeyPath="libeay32.dll"/>

-    <ROW Component="libenchant.dll" ComponentId="{B280C722-7C9B-4DFC-818E-5831FD742AAD}" Directory_="APPDIR" Attributes="0" KeyPath="libenchant.dll"/>

-    <ROW Component="libenchant_myspell.dll" ComponentId="{1E036411-7DA6-4CB6-9391-520ADDC06A58}" Directory_="enchant_Dir" Attributes="0" KeyPath="libenchant_myspell.dll"/>

-    <ROW Component="libexpat_1.dll" ComponentId="{B2412F4A-5EE2-4FB6-9A94-7937DAAFC68F}" Directory_="APPDIR" Attributes="0" KeyPath="libexpat_1.dll"/>

-    <ROW Component="libfontconfig_1.dll" ComponentId="{D620F60D-AF82-4D13-8B43-2F02930129D9}" Directory_="APPDIR" Attributes="0" KeyPath="libfontconfig_1.dll"/>

-    <ROW Component="libgail.dll" ComponentId="{CB315B24-819D-4FC0-A4AC-6E1E18242DBA}" Directory_="modules_Dir" Attributes="0" KeyPath="libgail.dll"/>

-    <ROW Component="libgdk_pixbuf_2.0_0.dll" ComponentId="{0E333A1B-AB42-4882-9809-9DF264DB659E}" Directory_="APPDIR" Attributes="0" KeyPath="libgdk_pixbuf_2.0_0.dll"/>

-    <ROW Component="libgdk_win32_2.0_0.dll" ComponentId="{A2A045D4-2922-490D-BF5F-99718533BF23}" Directory_="APPDIR" Attributes="0" KeyPath="libgdk_win32_2.0_0.dll"/>

-    <ROW Component="libgio_2.0_0.dll" ComponentId="{79B441FF-A4A2-4648-8DBB-482D749C81CB}" Directory_="APPDIR" Attributes="0" KeyPath="libgio_2.0_0.dll"/>

-    <ROW Component="libglib_2.0_0.dll" ComponentId="{6355F70C-4072-4DBF-B0B7-1DD8D8053BAF}" Directory_="APPDIR" Attributes="0" KeyPath="libglib_2.0_0.dll"/>

-    <ROW Component="libgmodule_2.0_0.dll" ComponentId="{D5AF2780-9639-4372-9EE0-3C5D4A64547E}" Directory_="APPDIR" Attributes="0" KeyPath="libgmodule_2.0_0.dll"/>

-    <ROW Component="libgobject_2.0_0.dll" ComponentId="{4B04AC24-EA71-4278-A730-8BA9FB65F0F6}" Directory_="APPDIR" Attributes="0" KeyPath="libgobject_2.0_0.dll"/>

-    <ROW Component="libgthread_2.0_0.dll" ComponentId="{E7FB17F0-D091-4CA5-A32A-EF4212CB821D}" Directory_="APPDIR" Attributes="0" KeyPath="libgthread_2.0_0.dll"/>

-    <ROW Component="libgtk_win32_2.0_0.dll" ComponentId="{46CC44F1-43D1-4007-9057-F50FCE763017}" Directory_="APPDIR" Attributes="0" KeyPath="libgtk_win32_2.0_0.dll"/>

-    <ROW Component="libpango_1.0_0.dll" ComponentId="{2B63E9F0-9D12-44F5-AC58-45EF348EEEDE}" Directory_="APPDIR" Attributes="0" KeyPath="libpango_1.0_0.dll"/>

-    <ROW Component="libpangocairo_1.0_0.dll" ComponentId="{2CD17971-58A0-4B38-BCD9-AC70A2DEE124}" Directory_="APPDIR" Attributes="0" KeyPath="libpangocairo_1.0_0.dll"/>

-    <ROW Component="libpangoft2_1.0_0.dll" ComponentId="{2DA32856-E5E9-4BDA-848A-92C075C08DB5}" Directory_="APPDIR" Attributes="0" KeyPath="libpangoft2_1.0_0.dll"/>

-    <ROW Component="libpangowin32_1.0_0.dll" ComponentId="{0C835979-94FC-4EF1-98E0-3434840E0604}" Directory_="APPDIR" Attributes="0" KeyPath="libpangowin32_1.0_0.dll"/>

-    <ROW Component="libpixmap.dll" ComponentId="{D4C39BEB-87CA-4410-BED8-FC98EC793C90}" Directory_="engines_Dir" Attributes="0" KeyPath="libpixmap.dll"/>

-    <ROW Component="libpng14_14.dll" ComponentId="{9D1FD7A0-A142-4131-9002-A457AAE6F3FA}" Directory_="APPDIR" Attributes="0" KeyPath="libpng14_14.dll"/>

-    <ROW Component="libwimp.dll" ComponentId="{70D7C9E1-EA9E-472D-A618-F9F94904B1FE}" Directory_="engines_Dir" Attributes="0" KeyPath="libwimp.dll"/>

-    <ROW Component="libxml2.dll" ComponentId="{943F6150-D849-412B-9618-72C6EF866A7C}" Directory_="APPDIR" Attributes="0" KeyPath="libxml2.dll"/>

-    <ROW Component="locale.alias" ComponentId="{18678AFC-879A-41EB-9563-AFDA4CB5BE87}" Directory_="locale_3_Dir" Attributes="0" KeyPath="locale.alias" Type="0"/>

-    <ROW Component="lua51.dll" ComponentId="{A409D57F-7542-4650-8F8B-6F51ADB3B48B}" Directory_="APPDIR" Attributes="0" KeyPath="lua51.dll"/>

-    <ROW Component="portable_mode" ComponentId="{8981C989-80B0-4749-A8F5-B22564C94909}" Directory_="APPDIR" Attributes="0" KeyPath="portable_mode"/>

-    <ROW Component="ssleay32.dll" ComponentId="{0108EC78-A3CF-4060-9EEB-E25C0F45E8FF}" Directory_="APPDIR" Attributes="0" KeyPath="ssleay32.dll"/>

-    <ROW Component="xcchecksum.dll" ComponentId="{AC652105-7FD8-412E-9598-04DD05DD4B95}" Directory_="plugins_Dir" Attributes="0" KeyPath="xcchecksum.dll"/>

-    <ROW Component="xcdoat.dll" ComponentId="{A98785B7-C8E4-42BB-9F0E-469D41C4B6F9}" Directory_="plugins_Dir" Attributes="0" KeyPath="xcdoat.dll"/>

-    <ROW Component="xchat.exe" ComponentId="{6A143F50-A592-4D89-8BC7-351B34625411}" Directory_="APPDIR" Attributes="0" KeyPath="xchat.exe"/>

-    <ROW Component="xchat.mo" ComponentId="{2F968A16-F285-495C-AC28-FABDBF184F6E}" Directory_="LC_MESSAGES_Dir" Attributes="0" KeyPath="xchat.mo" Type="0"/>

-    <ROW Component="xchat.mo_100" ComponentId="{C0575D36-922F-4021-BE40-E88DD1306E36}" Directory_="LC_MESSAGES_318_Dir" Attributes="0" KeyPath="xchat.mo_100" Type="0"/>

-    <ROW Component="xchat.mo_101" ComponentId="{2294C317-1595-44FD-8A23-3EC2F215D1C2}" Directory_="LC_MESSAGES_319_Dir" Attributes="0" KeyPath="xchat.mo_101" Type="0"/>

-    <ROW Component="xchat.mo_102" ComponentId="{4746FC0F-9C07-4A01-B4BB-7CBD635035BB}" Directory_="LC_MESSAGES_320_Dir" Attributes="0" KeyPath="xchat.mo_102" Type="0"/>

-    <ROW Component="xchat.mo_103" ComponentId="{31D7501E-5E09-4E6E-B313-D2575C9874E9}" Directory_="LC_MESSAGES_321_Dir" Attributes="0" KeyPath="xchat.mo_103" Type="0"/>

-    <ROW Component="xchat.mo_104" ComponentId="{1C3BBF88-65C2-4380-845B-098FF75F3B2C}" Directory_="LC_MESSAGES_322_Dir" Attributes="0" KeyPath="xchat.mo_104" Type="0"/>

-    <ROW Component="xchat.mo_105" ComponentId="{A7E44F90-1512-47C1-ACD6-86EDDBC51CB7}" Directory_="LC_MESSAGES_323_Dir" Attributes="0" KeyPath="xchat.mo_105" Type="0"/>

-    <ROW Component="xchat.mo_106" ComponentId="{2AF59A87-BA9D-4838-BD2F-08ACC81BF83B}" Directory_="LC_MESSAGES_324_Dir" Attributes="0" KeyPath="xchat.mo_106" Type="0"/>

-    <ROW Component="xchat.mo_107" ComponentId="{E645BC65-717D-49C5-9C31-775A868E01AF}" Directory_="LC_MESSAGES_325_Dir" Attributes="0" KeyPath="xchat.mo_107" Type="0"/>

-    <ROW Component="xchat.mo_108" ComponentId="{6262C151-9258-437F-BB98-8BAAD1ABD984}" Directory_="LC_MESSAGES_326_Dir" Attributes="0" KeyPath="xchat.mo_108" Type="0"/>

-    <ROW Component="xchat.mo_109" ComponentId="{DAB2A2D2-3483-4B2C-AF7B-AD5407C16427}" Directory_="LC_MESSAGES_327_Dir" Attributes="0" KeyPath="xchat.mo_109" Type="0"/>

-    <ROW Component="xchat.mo_110" ComponentId="{9D393BA3-DD41-4529-8F9D-C210DBD90792}" Directory_="LC_MESSAGES_328_Dir" Attributes="0" KeyPath="xchat.mo_110" Type="0"/>

-    <ROW Component="xchat.mo_111" ComponentId="{9E7E1BEA-F459-4A2A-8C16-232F224FC7C6}" Directory_="LC_MESSAGES_329_Dir" Attributes="0" KeyPath="xchat.mo_111" Type="0"/>

-    <ROW Component="xchat.mo_112" ComponentId="{403DC2D5-F1C2-4FF9-B711-B021A5957868}" Directory_="LC_MESSAGES_330_Dir" Attributes="0" KeyPath="xchat.mo_112" Type="0"/>

-    <ROW Component="xchat.mo_113" ComponentId="{EA49851B-C1BC-419C-91E6-415A230B940C}" Directory_="LC_MESSAGES_331_Dir" Attributes="0" KeyPath="xchat.mo_113" Type="0"/>

-    <ROW Component="xchat.mo_114" ComponentId="{1516F73A-3453-4244-A417-121CAAE6A810}" Directory_="LC_MESSAGES_332_Dir" Attributes="0" KeyPath="xchat.mo_114" Type="0"/>

-    <ROW Component="xchat.mo_115" ComponentId="{14A3A6AF-9BF4-45E6-8D72-787D9AFE9B01}" Directory_="LC_MESSAGES_333_Dir" Attributes="0" KeyPath="xchat.mo_115" Type="0"/>

-    <ROW Component="xchat.mo_116" ComponentId="{2CF8E122-5DC3-41E4-BA9E-A6F1192CA194}" Directory_="LC_MESSAGES_334_Dir" Attributes="0" KeyPath="xchat.mo_116" Type="0"/>

-    <ROW Component="xchat.mo_117" ComponentId="{142070F0-2FC2-4867-B0FA-850D91E2D22C}" Directory_="LC_MESSAGES_335_Dir" Attributes="0" KeyPath="xchat.mo_117" Type="0"/>

-    <ROW Component="xchat.mo_118" ComponentId="{E0481346-8553-431F-9B47-1BA19C4CF244}" Directory_="LC_MESSAGES_336_Dir" Attributes="0" KeyPath="xchat.mo_118" Type="0"/>

-    <ROW Component="xchat.mo_119" ComponentId="{E7FDB94F-F933-4FC1-B27B-B969826E3706}" Directory_="LC_MESSAGES_337_Dir" Attributes="0" KeyPath="xchat.mo_119" Type="0"/>

-    <ROW Component="xchat.mo_120" ComponentId="{2D01E218-0CCD-4024-92DD-B68571F296CA}" Directory_="LC_MESSAGES_338_Dir" Attributes="0" KeyPath="xchat.mo_120" Type="0"/>

-    <ROW Component="xchat.mo_121" ComponentId="{CFD62259-F0FC-4FFA-9A53-B9E474E9A014}" Directory_="LC_MESSAGES_339_Dir" Attributes="0" KeyPath="xchat.mo_121" Type="0"/>

-    <ROW Component="xchat.mo_122" ComponentId="{990A8112-A1E8-4C42-BAB7-9EA9909CBFCC}" Directory_="LC_MESSAGES_340_Dir" Attributes="0" KeyPath="xchat.mo_122" Type="0"/>

-    <ROW Component="xchat.mo_123" ComponentId="{91EB1BAA-5A07-4A8D-B617-C1E7B72F1B60}" Directory_="LC_MESSAGES_341_Dir" Attributes="0" KeyPath="xchat.mo_123" Type="0"/>

-    <ROW Component="xchat.mo_124" ComponentId="{8000E68F-A121-46EE-89E8-2F24BF875553}" Directory_="LC_MESSAGES_342_Dir" Attributes="0" KeyPath="xchat.mo_124" Type="0"/>

-    <ROW Component="xchat.mo_125" ComponentId="{62F4CD4F-3B9D-4CE6-AB93-9027C4B53657}" Directory_="LC_MESSAGES_343_Dir" Attributes="0" KeyPath="xchat.mo_125" Type="0"/>

-    <ROW Component="xchat.mo_126" ComponentId="{B66DE5F0-346D-4219-A7F6-9BAF39435F6D}" Directory_="LC_MESSAGES_344_Dir" Attributes="0" KeyPath="xchat.mo_126" Type="0"/>

-    <ROW Component="xchat.mo_127" ComponentId="{6C84DFA8-1591-4611-BF8C-28EAF064859C}" Directory_="LC_MESSAGES_345_Dir" Attributes="0" KeyPath="xchat.mo_127" Type="0"/>

-    <ROW Component="xchat.mo_128" ComponentId="{B66AC51B-E8C4-43BD-BB1D-35C6F714ABC7}" Directory_="LC_MESSAGES_346_Dir" Attributes="0" KeyPath="xchat.mo_128" Type="0"/>

-    <ROW Component="xchat.mo_129" ComponentId="{39228F63-06CB-4784-B9FC-20A3450E2CD1}" Directory_="LC_MESSAGES_347_Dir" Attributes="0" KeyPath="xchat.mo_129" Type="0"/>

-    <ROW Component="xchat.mo_87" ComponentId="{7E5078A3-0922-4833-86E1-5B5653B5DABB}" Directory_="LC_MESSAGES_305_Dir" Attributes="0" KeyPath="xchat.mo_87" Type="0"/>

-    <ROW Component="xchat.mo_88" ComponentId="{703BDFDD-6977-4F1F-BC17-A7E81AD633F7}" Directory_="LC_MESSAGES_306_Dir" Attributes="0" KeyPath="xchat.mo_88" Type="0"/>

-    <ROW Component="xchat.mo_89" ComponentId="{E0260A95-935C-469D-87E0-16117C01691F}" Directory_="LC_MESSAGES_307_Dir" Attributes="0" KeyPath="xchat.mo_89" Type="0"/>

-    <ROW Component="xchat.mo_90" ComponentId="{D008A4EB-E516-47D0-B5CF-F43D7E229406}" Directory_="LC_MESSAGES_308_Dir" Attributes="0" KeyPath="xchat.mo_90" Type="0"/>

-    <ROW Component="xchat.mo_91" ComponentId="{86976D1F-ED44-469E-BA42-6F10D4C9C98D}" Directory_="LC_MESSAGES_309_Dir" Attributes="0" KeyPath="xchat.mo_91" Type="0"/>

-    <ROW Component="xchat.mo_92" ComponentId="{9F361E70-0B8E-4169-B660-E24BA1EA5203}" Directory_="LC_MESSAGES_310_Dir" Attributes="0" KeyPath="xchat.mo_92" Type="0"/>

-    <ROW Component="xchat.mo_93" ComponentId="{C7748DE5-5108-41E0-937B-BFDA4420B3D4}" Directory_="LC_MESSAGES_311_Dir" Attributes="0" KeyPath="xchat.mo_93" Type="0"/>

-    <ROW Component="xchat.mo_94" ComponentId="{1935B22B-12C1-4D4E-A05B-5201DD561DE9}" Directory_="LC_MESSAGES_312_Dir" Attributes="0" KeyPath="xchat.mo_94" Type="0"/>

-    <ROW Component="xchat.mo_95" ComponentId="{53D6D512-B484-4AD2-B372-A9FD1827AE3E}" Directory_="LC_MESSAGES_313_Dir" Attributes="0" KeyPath="xchat.mo_95"/>

-    <ROW Component="xchat.mo_96" ComponentId="{29A1B19C-35AA-4D74-B2E7-529D3ED30EE5}" Directory_="LC_MESSAGES_314_Dir" Attributes="0" KeyPath="xchat.mo_96"/>

-    <ROW Component="xchat.mo_97" ComponentId="{8E34019B-22E9-429C-A739-DB0FA20B1910}" Directory_="LC_MESSAGES_315_Dir" Attributes="0" KeyPath="xchat.mo_97"/>

-    <ROW Component="xchat.mo_98" ComponentId="{66B9BEBA-269A-4EF5-9E61-5923ADC552C9}" Directory_="LC_MESSAGES_316_Dir" Attributes="0" KeyPath="xchat.mo_98"/>

-    <ROW Component="xchat.mo_99" ComponentId="{344E9C2E-C48F-4B6A-9D8D-B44A1AF084BB}" Directory_="LC_MESSAGES_317_Dir" Attributes="0" KeyPath="xchat.mo_99"/>

-    <ROW Component="xchat_text.exe" ComponentId="{7DAC3044-43F4-4972-9CC9-636E0419C3C7}" Directory_="APPDIR" Attributes="0" KeyPath="xchat_text.exe"/>

-    <ROW Component="xclua.dll" ComponentId="{8917B319-E158-4A09-BBE1-10A448768CBA}" Directory_="plugins_Dir" Attributes="0" KeyPath="xclua.dll"/>

-    <ROW Component="xcmpcinfo.dll" ComponentId="{24ABE392-6744-407D-9CDE-C60AC1F39AF9}" Directory_="plugins_Dir" Attributes="0" KeyPath="xcmpcinfo.dll"/>

-    <ROW Component="xcperl_512.dll" ComponentId="{5A41E317-3557-4E56-A6DC-4602E024CEF5}" Directory_="plugins_Dir" Attributes="0" KeyPath="xcperl_512.dll"/>

-    <ROW Component="xcperl_514.dll" ComponentId="{98B3D6A2-F8A0-4FC2-9BBC-FA32F2BEBA94}" Directory_="plugins_Dir" Attributes="0" KeyPath="xcperl_514.dll"/>

-    <ROW Component="xcpython.dll" ComponentId="{40E7E121-9D5F-4657-AF93-0F4464DC9E6B}" Directory_="plugins_Dir" Attributes="0" KeyPath="xcpython.dll"/>

-    <ROW Component="xctcl.dll" ComponentId="{D7F87C74-F7F8-4410-B297-C2D3B4B29567}" Directory_="plugins_Dir" Attributes="0" KeyPath="xctcl.dll"/>

-    <ROW Component="xcupd.dll" ComponentId="{3E6764BA-2392-4DCC-8134-970380C25945}" Directory_="plugins_Dir" Attributes="0" KeyPath="xcupd.dll"/>

-    <ROW Component="xcwinamp.dll" ComponentId="{B98AF69A-7B20-4D48-AE86-EB7D65E11DE4}" Directory_="plugins_Dir" Attributes="0" KeyPath="xcwinamp.dll"/>

-    <ROW Component="xcwmpa.dll" ComponentId="{68019777-09B8-4CE0-9DC5-9C46B123F4DC}" Directory_="plugins_Dir" Attributes="0" KeyPath="xcwmpa.dll"/>

-    <ROW Component="xtray.dll" ComponentId="{4DA16C22-1F4B-431A-8834-C1490E492A98}" Directory_="plugins_Dir" Attributes="0" KeyPath="xtray.dll"/>

-    <ROW Component="zlib1.dll" ComponentId="{42A63715-A1CC-43AF-B35A-B97C70DFCB3F}" Directory_="APPDIR" Attributes="0" KeyPath="zlib1.dll"/>

-  </COMPONENT>

-  <COMPONENT cid="caphyon.advinst.msicomp.MsiFeatsComponent">

-    <ROW Feature="Feature" Title="Translations" Description="Translations" Display="5" Level="1" Directory_="APPDIR" Attributes="0" Components="AI_CustomARPName atk10.mo atk10.mo_185 atk10.mo_186 atk10.mo_187 atk10.mo_188 atk10.mo_189 atk10.mo_190 atk10.mo_191 atk10.mo_192 atk10.mo_193 atk10.mo_194 atk10.mo_195 atk10.mo_196 atk10.mo_197 atk10.mo_198 atk10.mo_199 atk10.mo_200 atk10.mo_201 atk10.mo_202 atk10.mo_203 atk10.mo_204 atk10.mo_205 atk10.mo_206 atk10.mo_207 atk10.mo_208 atk10.mo_209 atk10.mo_210 atk10.mo_211 atk10.mo_212 atk10.mo_213 atk10.mo_214 atk10.mo_215 atk10.mo_216 atk10.mo_217 atk10.mo_218 atk10.mo_219 atk10.mo_220 atk10.mo_221 atk10.mo_222 atk10.mo_223 atk10.mo_224 atk10.mo_225 atk10.mo_226 atk10.mo_227 atk10.mo_228 atk10.mo_229 atk10.mo_230 atk10.mo_231 atk10.mo_232 atk10.mo_233 atk10.mo_234 atk10.mo_235 atk10.mo_236 atk10.mo_237 atk10.mo_238 atk10.mo_239 atk10.mo_240 atk10.mo_241 atk10.mo_242 atk10.mo_243 atk10.mo_244 atk10.mo_245 atk10.mo_246 atk10.mo_247 atk10.mo_248 atk10.mo_249 atk10.mo_250 atk10.mo_251 atk10.mo_252 atk10.mo_253 atk10.mo_254 atk10.mo_255 atk10.mo_256 atk10.mo_257 atk10.mo_258 atk10.mo_259 atk10.mo_260 atk10.mo_261 atk10.mo_262 atk10.mo_263 atk10.mo_264 atk10.mo_265 atk10.mo_266 atk10.mo_267 atk10.mo_268 atk10.mo_269 atk10.mo_270 atk10.mo_271 atk10.mo_272 atk10.mo_273 atk10.mo_274 atk10.mo_275 atk10.mo_276 glib20.mo glib20.mo_5 glib20.mo_6 gtk20_properties.mo gtk20_properties.mo_21 gtk20_properties.mo_22 gtk20_properties.mo_23 gtk20_properties.mo_24 gtk20_properties.mo_25 gtk20_properties.mo_26 gtk20_properties.mo_27 gtk20_properties.mo_28 gtk20_properties.mo_29 gtk20_properties.mo_30 locale.alias xchat.mo xchat.mo_100 xchat.mo_101 xchat.mo_102 xchat.mo_103 xchat.mo_104 xchat.mo_105 xchat.mo_106 xchat.mo_107 xchat.mo_108 xchat.mo_109 xchat.mo_110 xchat.mo_111 xchat.mo_112 xchat.mo_113 xchat.mo_114 xchat.mo_115 xchat.mo_116 xchat.mo_117 xchat.mo_118 xchat.mo_119 xchat.mo_120 xchat.mo_121 xchat.mo_122 xchat.mo_123 xchat.mo_124 xchat.mo_125 xchat.mo_126 xchat.mo_127 xchat.mo_128 xchat.mo_129 xchat.mo_87 xchat.mo_88 xchat.mo_89 xchat.mo_90 xchat.mo_91 xchat.mo_92 xchat.mo_93 xchat.mo_94 xchat.mo_95 xchat.mo_96 xchat.mo_97 xchat.mo_98 xchat.mo_99"/>

-    <ROW Feature="Feature_1" Title="XChat-Text" Description="XChat-Text" Display="7" Level="4" Directory_="APPDIR" Attributes="0" Components="AI_CustomARPName xchat_text.exe"/>

-    <ROW Feature="Feature_10" Title="Language Interfaces" Description="Language Interfaces" Display="11" Level="4" Directory_="APPDIR" Attributes="0" Components="AI_CustomARPName"/>

-    <ROW Feature="Feature_11" Feature_Parent="Feature_10" Title="Lua" Description="Description" Display="3" Level="1" Directory_="APPDIR" Attributes="0" Components="AI_CustomARPName xclua.dll"/>

-    <ROW Feature="Feature_12" Feature_Parent="Feature_10" Title="Perl" Description="Description" Display="5" Level="1" Directory_="APPDIR" Attributes="0" Components="AI_CustomARPName"/>

-    <ROW Feature="Feature_13" Feature_Parent="Feature_10" Title="Python" Description="Description" Display="7" Level="1" Directory_="APPDIR" Attributes="0" Components="AI_CustomARPName xcpython.dll"/>

-    <ROW Feature="Feature_14" Feature_Parent="Feature_10" Title="Tcl" Description="Description" Display="9" Level="1" Directory_="APPDIR" Attributes="0" Components="AI_CustomARPName xctcl.dll"/>

-    <ROW Feature="Feature_15" Feature_Parent="Feature_12" Title="5.12" Description="Description" Display="3" Level="1" Directory_="APPDIR" Attributes="0" Components="AI_CustomARPName xcperl_512.dll"/>

-    <ROW Feature="Feature_16" Feature_Parent="Feature_12" Title="5.14" Description="Description" Display="5" Level="1" Directory_="APPDIR" Attributes="0" Components="AI_CustomARPName xcperl_514.dll"/>

-    <ROW Feature="Feature_17" Title="Portable Mode" Description="Description" Display="13" Level="0" Directory_="APPDIR" Attributes="0" Components="AI_CustomARPName portable_mode"/>

-    <ROW Feature="Feature_2" Title="Plugins" Description="Plugins" Display="9" Level="1" Directory_="APPDIR" Attributes="0" Components="AI_CustomARPName"/>

-    <ROW Feature="Feature_3" Feature_Parent="Feature_2" Title="Checksum" Description="Checksum" Display="3" Level="4" Directory_="APPDIR" Attributes="0" Components="AI_CustomARPName xcchecksum.dll"/>

-    <ROW Feature="Feature_4" Feature_Parent="Feature_2" Title="mpcInfo" Description="mpcInfo" Display="7" Level="4" Directory_="APPDIR" Attributes="0" Components="AI_CustomARPName xcmpcinfo.dll"/>

-    <ROW Feature="Feature_5" Feature_Parent="Feature_2" Title="Update Checker" Description="Update Checker" Display="9" Level="1" Directory_="APPDIR" Attributes="0" Components="AI_CustomARPName xcupd.dll"/>

-    <ROW Feature="Feature_6" Feature_Parent="Feature_2" Title="Winamp" Description="Winamp" Display="11" Level="4" Directory_="APPDIR" Attributes="0" Components="AI_CustomARPName xcwinamp.dll"/>

-    <ROW Feature="Feature_7" Feature_Parent="Feature_2" Title="Windows Media Player Announcer" Description="Windows Media Player Announcer" Display="13" Level="4" Directory_="APPDIR" Attributes="0" Components="AI_CustomARPName xcwmpa.dll"/>

-    <ROW Feature="Feature_8" Feature_Parent="Feature_2" Title="X-Tray" Description="X-Tray" Display="15" Level="4" Directory_="APPDIR" Attributes="0" Components="AI_CustomARPName xtray.dll"/>

-    <ROW Feature="Feature_9" Feature_Parent="Feature_2" Title="Do At" Description="Do At" Display="5" Level="4" Directory_="APPDIR" Attributes="0" Components="AI_CustomARPName xcdoat.dll"/>

-    <ROW Feature="MainFeature" Title="XChat-WDK" Description="XChat-WDK" Display="3" Level="1" Directory_="APPDIR" Attributes="16" Components="AI_CustomARPName AI_ExePath ProductInformation SHORTCUTDIR cert.pem download.png freetype6.dll gtkrc intl.dll iso_3166.xml libatk_1.0_0.dll libcairo_2.dll libeay32.dll libenchant.dll libenchant_myspell.dll libexpat_1.dll libfontconfig_1.dll libgail.dll libgdk_pixbuf_2.0_0.dll libgdk_win32_2.0_0.dll libgio_2.0_0.dll libglib_2.0_0.dll libgmodule_2.0_0.dll libgobject_2.0_0.dll libgthread_2.0_0.dll libgtk_win32_2.0_0.dll libpango_1.0_0.dll libpangocairo_1.0_0.dll libpangoft2_1.0_0.dll libpangowin32_1.0_0.dll libpixmap.dll libpng14_14.dll libwimp.dll libxml2.dll lua51.dll ssleay32.dll xchat.exe zlib1.dll"/>

-    <ATTRIBUTE name="CurrentFeature" value="MainFeature"/>

-  </COMPONENT>

-  <COMPONENT cid="caphyon.advinst.msicomp.MsiFilesComponent">

-    <ROW File="COPYING" Component_="cert.pem" FileName="COPYING" Attributes="0" SourcePath="..\dist-x86\COPYING" SelfReg="false" NextFile="freetype6.dll"/>

-    <ROW File="LICENSE.CAIRO" Component_="cert.pem" FileName="LICENS~1.CAI|LICENSE.CAIRO" Attributes="0" SourcePath="..\dist-x86\LICENSE.CAIRO" SelfReg="false" NextFile="LICENSE.ENCHANT"/>

-    <ROW File="LICENSE.ENCHANT" Component_="cert.pem" FileName="LICENS~1.ENC|LICENSE.ENCHANT" Attributes="0" SourcePath="..\dist-x86\LICENSE.ENCHANT" SelfReg="false" NextFile="LICENSE.GTK"/>

-    <ROW File="LICENSE.GTK" Component_="cert.pem" FileName="LICENSE.GTK" Attributes="0" SourcePath="..\dist-x86\LICENSE.GTK" SelfReg="false" NextFile="LICENSE.LUA"/>

-    <ROW File="LICENSE.LUA" Component_="cert.pem" FileName="LICENSE.LUA" Attributes="0" SourcePath="..\dist-x86\LICENSE.LUA" SelfReg="false" NextFile="LICENSE.OPENSSL"/>

-    <ROW File="LICENSE.OPENSSL" Component_="cert.pem" FileName="LICENS~1.OPE|LICENSE.OPENSSL" Attributes="0" SourcePath="..\dist-x86\LICENSE.OPENSSL" SelfReg="false" NextFile="LICENSE.ZLIB"/>

-    <ROW File="LICENSE.ZLIB" Component_="cert.pem" FileName="LICENS~1.ZLI|LICENSE.ZLIB" Attributes="0" SourcePath="..\dist-x86\LICENSE.ZLIB" SelfReg="false" NextFile="lua51.dll"/>

-    <ROW File="atk10.mo" Component_="atk10.mo" FileName="atk10.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\af\LC_MESSAGES\atk10.mo" SelfReg="false" NextFile="glib20.mo"/>

-    <ROW File="atk10.mo_185" Component_="atk10.mo_185" FileName="atk10.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\am\LC_MESSAGES\atk10.mo" SelfReg="false" NextFile="glib20.mo_185"/>

-    <ROW File="atk10.mo_186" Component_="atk10.mo_186" FileName="atk10.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\ar\LC_MESSAGES\atk10.mo" SelfReg="false" NextFile="glib20.mo_186"/>

-    <ROW File="atk10.mo_187" Component_="atk10.mo_187" FileName="atk10.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\as\LC_MESSAGES\atk10.mo" SelfReg="false" NextFile="glib20.mo_187"/>

-    <ROW File="atk10.mo_188" Component_="atk10.mo_188" FileName="atk10.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\ast\LC_MESSAGES\atk10.mo" SelfReg="false" NextFile="glib20.mo_188"/>

-    <ROW File="atk10.mo_189" Component_="atk10.mo_189" FileName="atk10.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\az\LC_MESSAGES\atk10.mo" SelfReg="false" NextFile="glib20.mo_189"/>

-    <ROW File="atk10.mo_190" Component_="atk10.mo_190" FileName="atk10.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\be\LC_MESSAGES\atk10.mo" SelfReg="false" NextFile="glib20.mo_190"/>

-    <ROW File="atk10.mo_191" Component_="atk10.mo_191" FileName="atk10.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\be@latin\LC_MESSAGES\atk10.mo" SelfReg="false" NextFile="glib20.mo_191"/>

-    <ROW File="atk10.mo_192" Component_="atk10.mo_192" FileName="atk10.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\bg\LC_MESSAGES\atk10.mo" SelfReg="false" NextFile="glib20.mo_192"/>

-    <ROW File="atk10.mo_193" Component_="atk10.mo_193" FileName="atk10.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\bn\LC_MESSAGES\atk10.mo" SelfReg="false" NextFile="glib20.mo_193"/>

-    <ROW File="atk10.mo_194" Component_="atk10.mo_194" FileName="atk10.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\bn_IN\LC_MESSAGES\atk10.mo" SelfReg="false" NextFile="glib20.mo_194"/>

-    <ROW File="atk10.mo_195" Component_="atk10.mo_195" FileName="atk10.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\bs\LC_MESSAGES\atk10.mo" SelfReg="false" NextFile="glib20.mo_195"/>

-    <ROW File="atk10.mo_196" Component_="atk10.mo_196" FileName="atk10.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\ca\LC_MESSAGES\atk10.mo" SelfReg="false" NextFile="glib20.mo_196"/>

-    <ROW File="atk10.mo_197" Component_="atk10.mo_197" FileName="atk10.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\ca@valencia\LC_MESSAGES\atk10.mo" SelfReg="false" NextFile="glib20.mo_197"/>

-    <ROW File="atk10.mo_198" Component_="atk10.mo_198" FileName="atk10.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\cs\LC_MESSAGES\atk10.mo" SelfReg="false" NextFile="glib20.mo_198"/>

-    <ROW File="atk10.mo_199" Component_="atk10.mo_199" FileName="atk10.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\cy\LC_MESSAGES\atk10.mo" SelfReg="false" NextFile="glib20.mo_199"/>

-    <ROW File="atk10.mo_200" Component_="atk10.mo_200" FileName="atk10.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\da\LC_MESSAGES\atk10.mo" SelfReg="false" NextFile="glib20.mo_200"/>

-    <ROW File="atk10.mo_201" Component_="atk10.mo_201" FileName="atk10.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\de\LC_MESSAGES\atk10.mo" SelfReg="false" NextFile="glib20.mo_201"/>

-    <ROW File="atk10.mo_202" Component_="atk10.mo_202" FileName="atk10.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\dz\LC_MESSAGES\atk10.mo" SelfReg="false" NextFile="glib20.mo_202"/>

-    <ROW File="atk10.mo_203" Component_="atk10.mo_203" FileName="atk10.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\el\LC_MESSAGES\atk10.mo" SelfReg="false" NextFile="glib20.mo_203"/>

-    <ROW File="atk10.mo_204" Component_="atk10.mo_204" FileName="atk10.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\en@shaw\LC_MESSAGES\atk10.mo" SelfReg="false" NextFile="glib20.mo_204"/>

-    <ROW File="atk10.mo_205" Component_="atk10.mo_205" FileName="atk10.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\en_CA\LC_MESSAGES\atk10.mo" SelfReg="false" NextFile="glib20.mo_205"/>

-    <ROW File="atk10.mo_206" Component_="atk10.mo_206" FileName="atk10.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\en_GB\LC_MESSAGES\atk10.mo" SelfReg="false" NextFile="glib20.mo_206"/>

-    <ROW File="atk10.mo_207" Component_="atk10.mo_207" FileName="atk10.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\eo\LC_MESSAGES\atk10.mo" SelfReg="false" NextFile="glib20.mo_207"/>

-    <ROW File="atk10.mo_208" Component_="atk10.mo_208" FileName="atk10.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\es\LC_MESSAGES\atk10.mo" SelfReg="false" NextFile="glib20.mo_208"/>

-    <ROW File="atk10.mo_209" Component_="atk10.mo_209" FileName="atk10.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\et\LC_MESSAGES\atk10.mo" SelfReg="false" NextFile="glib20.mo_209"/>

-    <ROW File="atk10.mo_210" Component_="atk10.mo_210" FileName="atk10.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\eu\LC_MESSAGES\atk10.mo" SelfReg="false" NextFile="glib20.mo_210"/>

-    <ROW File="atk10.mo_211" Component_="atk10.mo_211" FileName="atk10.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\fa\LC_MESSAGES\atk10.mo" SelfReg="false" NextFile="glib20.mo_211"/>

-    <ROW File="atk10.mo_212" Component_="atk10.mo_212" FileName="atk10.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\fi\LC_MESSAGES\atk10.mo" SelfReg="false" NextFile="glib20.mo_212"/>

-    <ROW File="atk10.mo_213" Component_="atk10.mo_213" FileName="atk10.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\fr\LC_MESSAGES\atk10.mo" SelfReg="false" NextFile="glib20.mo_213"/>

-    <ROW File="atk10.mo_214" Component_="atk10.mo_214" FileName="atk10.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\ga\LC_MESSAGES\atk10.mo" SelfReg="false" NextFile="glib20.mo_214"/>

-    <ROW File="atk10.mo_215" Component_="atk10.mo_215" FileName="atk10.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\gl\LC_MESSAGES\atk10.mo" SelfReg="false" NextFile="glib20.mo_215"/>

-    <ROW File="atk10.mo_216" Component_="atk10.mo_216" FileName="atk10.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\gu\LC_MESSAGES\atk10.mo" SelfReg="false" NextFile="glib20.mo_216"/>

-    <ROW File="atk10.mo_217" Component_="atk10.mo_217" FileName="atk10.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\he\LC_MESSAGES\atk10.mo" SelfReg="false" NextFile="glib20.mo_217"/>

-    <ROW File="atk10.mo_218" Component_="atk10.mo_218" FileName="atk10.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\hi\LC_MESSAGES\atk10.mo" SelfReg="false" NextFile="glib20.mo_218"/>

-    <ROW File="atk10.mo_219" Component_="atk10.mo_219" FileName="atk10.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\hr\LC_MESSAGES\atk10.mo" SelfReg="false" NextFile="glib20.mo_219"/>

-    <ROW File="atk10.mo_220" Component_="atk10.mo_220" FileName="atk10.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\hu\LC_MESSAGES\atk10.mo" SelfReg="false" NextFile="glib20.mo_220"/>

-    <ROW File="atk10.mo_221" Component_="atk10.mo_221" FileName="atk10.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\hy\LC_MESSAGES\atk10.mo" SelfReg="false" NextFile="glib20.mo_221"/>

-    <ROW File="atk10.mo_222" Component_="atk10.mo_222" FileName="atk10.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\id\LC_MESSAGES\atk10.mo" SelfReg="false" NextFile="glib20.mo_222"/>

-    <ROW File="atk10.mo_223" Component_="atk10.mo_223" FileName="atk10.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\is\LC_MESSAGES\atk10.mo" SelfReg="false" NextFile="glib20.mo_223"/>

-    <ROW File="atk10.mo_224" Component_="atk10.mo_224" FileName="atk10.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\it\LC_MESSAGES\atk10.mo" SelfReg="false" NextFile="glib20.mo_224"/>

-    <ROW File="atk10.mo_225" Component_="atk10.mo_225" FileName="atk10.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\ja\LC_MESSAGES\atk10.mo" SelfReg="false" NextFile="glib20.mo_225"/>

-    <ROW File="atk10.mo_226" Component_="atk10.mo_226" FileName="atk10.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\ka\LC_MESSAGES\atk10.mo" SelfReg="false" NextFile="glib20.mo_226"/>

-    <ROW File="atk10.mo_227" Component_="atk10.mo_227" FileName="atk10.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\kk\LC_MESSAGES\atk10.mo" SelfReg="false" NextFile="glib20.mo_227"/>

-    <ROW File="atk10.mo_228" Component_="atk10.mo_228" FileName="atk10.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\kn\LC_MESSAGES\atk10.mo" SelfReg="false" NextFile="glib20.mo_228"/>

-    <ROW File="atk10.mo_229" Component_="atk10.mo_229" FileName="atk10.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\ko\LC_MESSAGES\atk10.mo" SelfReg="false" NextFile="glib20.mo_229"/>

-    <ROW File="atk10.mo_230" Component_="atk10.mo_230" FileName="atk10.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\ku\LC_MESSAGES\atk10.mo" SelfReg="false" NextFile="glib20.mo_230"/>

-    <ROW File="atk10.mo_231" Component_="atk10.mo_231" FileName="atk10.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\li\LC_MESSAGES\atk10.mo" SelfReg="false" NextFile="gtk20_properties.mo_251"/>

-    <ROW File="atk10.mo_232" Component_="atk10.mo_232" FileName="atk10.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\lt\LC_MESSAGES\atk10.mo" SelfReg="false" NextFile="glib20.mo_231"/>

-    <ROW File="atk10.mo_233" Component_="atk10.mo_233" FileName="atk10.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\lv\LC_MESSAGES\atk10.mo" SelfReg="false" NextFile="glib20.mo_232"/>

-    <ROW File="atk10.mo_234" Component_="atk10.mo_234" FileName="atk10.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\mai\LC_MESSAGES\atk10.mo" SelfReg="false" NextFile="glib20.mo_233"/>

-    <ROW File="atk10.mo_235" Component_="atk10.mo_235" FileName="atk10.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\mk\LC_MESSAGES\atk10.mo" SelfReg="false" NextFile="glib20.mo_235"/>

-    <ROW File="atk10.mo_236" Component_="atk10.mo_236" FileName="atk10.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\ml\LC_MESSAGES\atk10.mo" SelfReg="false" NextFile="glib20.mo_236"/>

-    <ROW File="atk10.mo_237" Component_="atk10.mo_237" FileName="atk10.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\mn\LC_MESSAGES\atk10.mo" SelfReg="false" NextFile="glib20.mo_237"/>

-    <ROW File="atk10.mo_238" Component_="atk10.mo_238" FileName="atk10.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\mr\LC_MESSAGES\atk10.mo" SelfReg="false" NextFile="glib20.mo_238"/>

-    <ROW File="atk10.mo_239" Component_="atk10.mo_239" FileName="atk10.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\ms\LC_MESSAGES\atk10.mo" SelfReg="false" NextFile="glib20.mo_239"/>

-    <ROW File="atk10.mo_240" Component_="atk10.mo_240" FileName="atk10.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\nb\LC_MESSAGES\atk10.mo" SelfReg="false" NextFile="glib20.mo_240"/>

-    <ROW File="atk10.mo_241" Component_="atk10.mo_241" FileName="atk10.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\ne\LC_MESSAGES\atk10.mo" SelfReg="false" NextFile="glib20.mo_242"/>

-    <ROW File="atk10.mo_242" Component_="atk10.mo_242" FileName="atk10.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\nl\LC_MESSAGES\atk10.mo" SelfReg="false" NextFile="glib20.mo_243"/>

-    <ROW File="atk10.mo_243" Component_="atk10.mo_243" FileName="atk10.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\nn\LC_MESSAGES\atk10.mo" SelfReg="false" NextFile="glib20.mo_244"/>

-    <ROW File="atk10.mo_244" Component_="atk10.mo_244" FileName="atk10.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\oc\LC_MESSAGES\atk10.mo" SelfReg="false" NextFile="glib20.mo_245"/>

-    <ROW File="atk10.mo_245" Component_="atk10.mo_245" FileName="atk10.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\or\LC_MESSAGES\atk10.mo" SelfReg="false" NextFile="glib20.mo_246"/>

-    <ROW File="atk10.mo_246" Component_="atk10.mo_246" FileName="atk10.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\pa\LC_MESSAGES\atk10.mo" SelfReg="false" NextFile="glib20.mo_247"/>

-    <ROW File="atk10.mo_247" Component_="atk10.mo_247" FileName="atk10.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\pl\LC_MESSAGES\atk10.mo" SelfReg="false" NextFile="glib20.mo_248"/>

-    <ROW File="atk10.mo_248" Component_="atk10.mo_248" FileName="atk10.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\ps\LC_MESSAGES\atk10.mo" SelfReg="false" NextFile="glib20.mo_249"/>

-    <ROW File="atk10.mo_249" Component_="atk10.mo_249" FileName="atk10.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\pt\LC_MESSAGES\atk10.mo" SelfReg="false" NextFile="glib20.mo_250"/>

-    <ROW File="atk10.mo_250" Component_="atk10.mo_250" FileName="atk10.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\pt_BR\LC_MESSAGES\atk10.mo" SelfReg="false" NextFile="glib20.mo_251"/>

-    <ROW File="atk10.mo_251" Component_="atk10.mo_251" FileName="atk10.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\ro\LC_MESSAGES\atk10.mo" SelfReg="false" NextFile="glib20.mo_252"/>

-    <ROW File="atk10.mo_252" Component_="atk10.mo_252" FileName="atk10.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\ru\LC_MESSAGES\atk10.mo" SelfReg="false" NextFile="glib20.mo_253"/>

-    <ROW File="atk10.mo_253" Component_="atk10.mo_253" FileName="atk10.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\rw\LC_MESSAGES\atk10.mo" SelfReg="false" NextFile="glib20.mo_254"/>

-    <ROW File="atk10.mo_254" Component_="atk10.mo_254" FileName="atk10.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\si\LC_MESSAGES\atk10.mo" SelfReg="false" NextFile="glib20.mo_255"/>

-    <ROW File="atk10.mo_255" Component_="atk10.mo_255" FileName="atk10.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\sk\LC_MESSAGES\atk10.mo" SelfReg="false" NextFile="glib20.mo_256"/>

-    <ROW File="atk10.mo_256" Component_="atk10.mo_256" FileName="atk10.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\sl\LC_MESSAGES\atk10.mo" SelfReg="false" NextFile="glib20.mo_257"/>

-    <ROW File="atk10.mo_257" Component_="atk10.mo_257" FileName="atk10.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\sq\LC_MESSAGES\atk10.mo" SelfReg="false" NextFile="glib20.mo_258"/>

-    <ROW File="atk10.mo_258" Component_="atk10.mo_258" FileName="atk10.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\sr\LC_MESSAGES\atk10.mo" SelfReg="false" NextFile="glib20.mo_259"/>

-    <ROW File="atk10.mo_259" Component_="atk10.mo_259" FileName="atk10.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\sr@ije\LC_MESSAGES\atk10.mo" SelfReg="false" NextFile="glib20.mo_260"/>

-    <ROW File="atk10.mo_260" Component_="atk10.mo_260" FileName="atk10.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\sr@latin\LC_MESSAGES\atk10.mo" SelfReg="false" NextFile="glib20.mo_261"/>

-    <ROW File="atk10.mo_261" Component_="atk10.mo_261" FileName="atk10.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\sv\LC_MESSAGES\atk10.mo" SelfReg="false" NextFile="glib20.mo_262"/>

-    <ROW File="atk10.mo_262" Component_="atk10.mo_262" FileName="atk10.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\ta\LC_MESSAGES\atk10.mo" SelfReg="false" NextFile="glib20.mo_263"/>

-    <ROW File="atk10.mo_263" Component_="atk10.mo_263" FileName="atk10.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\te\LC_MESSAGES\atk10.mo" SelfReg="false" NextFile="glib20.mo_264"/>

-    <ROW File="atk10.mo_264" Component_="atk10.mo_264" FileName="atk10.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\th\LC_MESSAGES\atk10.mo" SelfReg="false" NextFile="glib20.mo_265"/>

-    <ROW File="atk10.mo_265" Component_="atk10.mo_265" FileName="atk10.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\tk\LC_MESSAGES\atk10.mo" SelfReg="false" NextFile="gtk20_properties.mo_287"/>

-    <ROW File="atk10.mo_266" Component_="atk10.mo_266" FileName="atk10.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\tr\LC_MESSAGES\atk10.mo" SelfReg="false" NextFile="glib20.mo_267"/>

-    <ROW File="atk10.mo_267" Component_="atk10.mo_267" FileName="atk10.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\tt\LC_MESSAGES\atk10.mo" SelfReg="false" NextFile="glib20.mo_268"/>

-    <ROW File="atk10.mo_268" Component_="atk10.mo_268" FileName="atk10.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\ug\LC_MESSAGES\atk10.mo" SelfReg="false" NextFile="atk10.mo_269"/>

-    <ROW File="atk10.mo_269" Component_="atk10.mo_269" FileName="atk10.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\uk\LC_MESSAGES\atk10.mo" SelfReg="false" NextFile="glib20.mo_269"/>

-    <ROW File="atk10.mo_270" Component_="atk10.mo_270" FileName="atk10.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\vi\LC_MESSAGES\atk10.mo" SelfReg="false" NextFile="glib20.mo_270"/>

-    <ROW File="atk10.mo_271" Component_="atk10.mo_271" FileName="atk10.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\wa\LC_MESSAGES\atk10.mo" SelfReg="false" NextFile="glib20.mo_271"/>

-    <ROW File="atk10.mo_272" Component_="atk10.mo_272" FileName="atk10.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\xh\LC_MESSAGES\atk10.mo" SelfReg="false" NextFile="glib20.mo_272"/>

-    <ROW File="atk10.mo_273" Component_="atk10.mo_273" FileName="atk10.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\yi\LC_MESSAGES\atk10.mo" SelfReg="false" NextFile="glib20.mo_273"/>

-    <ROW File="atk10.mo_274" Component_="atk10.mo_274" FileName="atk10.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\zh_CN\LC_MESSAGES\atk10.mo" SelfReg="false" NextFile="glib20.mo_274"/>

-    <ROW File="atk10.mo_275" Component_="atk10.mo_275" FileName="atk10.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\zh_HK\LC_MESSAGES\atk10.mo" SelfReg="false" NextFile="glib20.mo_275"/>

-    <ROW File="atk10.mo_276" Component_="atk10.mo_276" FileName="atk10.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\zh_TW\LC_MESSAGES\atk10.mo" SelfReg="false" NextFile="glib20.mo_276"/>

-    <ROW File="cert.pem" Component_="cert.pem" FileName="cert.pem" Attributes="0" SourcePath="..\dist-x86\cert.pem" SelfReg="false" NextFile="COPYING"/>

-    <ROW File="download.png" Component_="download.png" FileName="download.png" Attributes="0" SourcePath="..\dist-x86\etc\download.png" SelfReg="false" NextFile="gtkrc"/>

-    <ROW File="freetype6.dll" Component_="freetype6.dll" FileName="freety~1.dll|freetype6.dll" Attributes="0" SourcePath="..\dist-x86\freetype6.dll" SelfReg="false" NextFile="intl.dll"/>

-    <ROW File="glib20.mo" Component_="atk10.mo" FileName="glib20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\af\LC_MESSAGES\glib20.mo" SelfReg="false" NextFile="gtk20_properties.mo"/>

-    <ROW File="glib20.mo_185" Component_="atk10.mo_185" FileName="glib20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\am\LC_MESSAGES\glib20.mo" SelfReg="false" NextFile="gtk20_properties.mo_201"/>

-    <ROW File="glib20.mo_186" Component_="atk10.mo_186" FileName="glib20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\ar\LC_MESSAGES\glib20.mo" SelfReg="false" NextFile="gtk20_properties.mo_203"/>

-    <ROW File="glib20.mo_187" Component_="atk10.mo_187" FileName="glib20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\as\LC_MESSAGES\glib20.mo" SelfReg="false" NextFile="gtk20_properties.mo_204"/>

-    <ROW File="glib20.mo_188" Component_="atk10.mo_188" FileName="glib20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\ast\LC_MESSAGES\glib20.mo" SelfReg="false" NextFile="gtk20_properties.mo_205"/>

-    <ROW File="glib20.mo_189" Component_="atk10.mo_189" FileName="glib20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\az\LC_MESSAGES\glib20.mo" SelfReg="false" NextFile="gtk20_properties.mo_206"/>

-    <ROW File="glib20.mo_190" Component_="atk10.mo_190" FileName="glib20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\be\LC_MESSAGES\glib20.mo" SelfReg="false" NextFile="gtk20_properties.mo_208"/>

-    <ROW File="glib20.mo_191" Component_="atk10.mo_191" FileName="glib20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\be@latin\LC_MESSAGES\glib20.mo" SelfReg="false" NextFile="gtk20_properties.mo_209"/>

-    <ROW File="glib20.mo_192" Component_="atk10.mo_192" FileName="glib20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\bg\LC_MESSAGES\glib20.mo" SelfReg="false" NextFile="gtk20_properties.mo_210"/>

-    <ROW File="glib20.mo_193" Component_="atk10.mo_193" FileName="glib20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\bn\LC_MESSAGES\glib20.mo" SelfReg="false" NextFile="gtk20_properties.mo_211"/>

-    <ROW File="glib20.mo_194" Component_="atk10.mo_194" FileName="glib20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\bn_IN\LC_MESSAGES\glib20.mo" SelfReg="false" NextFile="gtk20_properties.mo_212"/>

-    <ROW File="glib20.mo_195" Component_="atk10.mo_195" FileName="glib20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\bs\LC_MESSAGES\glib20.mo" SelfReg="false" NextFile="gtk20_properties.mo_214"/>

-    <ROW File="glib20.mo_196" Component_="atk10.mo_196" FileName="glib20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\ca\LC_MESSAGES\glib20.mo" SelfReg="false" NextFile="gtk20_properties.mo_215"/>

-    <ROW File="glib20.mo_197" Component_="atk10.mo_197" FileName="glib20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\ca@valencia\LC_MESSAGES\glib20.mo" SelfReg="false" NextFile="gtk20_properties.mo_216"/>

-    <ROW File="glib20.mo_198" Component_="atk10.mo_198" FileName="glib20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\cs\LC_MESSAGES\glib20.mo" SelfReg="false" NextFile="gtk20_properties.mo_218"/>

-    <ROW File="glib20.mo_199" Component_="atk10.mo_199" FileName="glib20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\cy\LC_MESSAGES\glib20.mo" SelfReg="false" NextFile="gtk20_properties.mo_219"/>

-    <ROW File="glib20.mo_200" Component_="atk10.mo_200" FileName="glib20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\da\LC_MESSAGES\glib20.mo" SelfReg="false" NextFile="gtk20_properties.mo_220"/>

-    <ROW File="glib20.mo_201" Component_="atk10.mo_201" FileName="glib20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\de\LC_MESSAGES\glib20.mo" SelfReg="false" NextFile="gtk20_properties.mo_221"/>

-    <ROW File="glib20.mo_202" Component_="atk10.mo_202" FileName="glib20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\dz\LC_MESSAGES\glib20.mo" SelfReg="false" NextFile="gtk20_properties.mo_222"/>

-    <ROW File="glib20.mo_203" Component_="atk10.mo_203" FileName="glib20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\el\LC_MESSAGES\glib20.mo" SelfReg="false" NextFile="gtk20_properties.mo_223"/>

-    <ROW File="glib20.mo_204" Component_="atk10.mo_204" FileName="glib20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\en@shaw\LC_MESSAGES\glib20.mo" SelfReg="false" NextFile="atk10.mo_205"/>

-    <ROW File="glib20.mo_205" Component_="atk10.mo_205" FileName="glib20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\en_CA\LC_MESSAGES\glib20.mo" SelfReg="false" NextFile="gtk20_properties.mo_224"/>

-    <ROW File="glib20.mo_206" Component_="atk10.mo_206" FileName="glib20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\en_GB\LC_MESSAGES\glib20.mo" SelfReg="false" NextFile="gtk20_properties.mo_225"/>

-    <ROW File="glib20.mo_207" Component_="atk10.mo_207" FileName="glib20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\eo\LC_MESSAGES\glib20.mo" SelfReg="false" NextFile="gtk20_properties.mo_226"/>

-    <ROW File="glib20.mo_208" Component_="atk10.mo_208" FileName="glib20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\es\LC_MESSAGES\glib20.mo" SelfReg="false" NextFile="gtk20_properties.mo_227"/>

-    <ROW File="glib20.mo_209" Component_="atk10.mo_209" FileName="glib20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\et\LC_MESSAGES\glib20.mo" SelfReg="false" NextFile="gtk20_properties.mo_228"/>

-    <ROW File="glib20.mo_210" Component_="atk10.mo_210" FileName="glib20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\eu\LC_MESSAGES\glib20.mo" SelfReg="false" NextFile="gtk20_properties.mo_229"/>

-    <ROW File="glib20.mo_211" Component_="atk10.mo_211" FileName="glib20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\fa\LC_MESSAGES\glib20.mo" SelfReg="false" NextFile="gtk20_properties.mo_230"/>

-    <ROW File="glib20.mo_212" Component_="atk10.mo_212" FileName="glib20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\fi\LC_MESSAGES\glib20.mo" SelfReg="false" NextFile="gtk20_properties.mo_231"/>

-    <ROW File="glib20.mo_213" Component_="atk10.mo_213" FileName="glib20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\fr\LC_MESSAGES\glib20.mo" SelfReg="false" NextFile="gtk20_properties.mo_232"/>

-    <ROW File="glib20.mo_214" Component_="atk10.mo_214" FileName="glib20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\ga\LC_MESSAGES\glib20.mo" SelfReg="false" NextFile="gtk20_properties.mo_233"/>

-    <ROW File="glib20.mo_215" Component_="atk10.mo_215" FileName="glib20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\gl\LC_MESSAGES\glib20.mo" SelfReg="false" NextFile="gtk20_properties.mo_234"/>

-    <ROW File="glib20.mo_216" Component_="atk10.mo_216" FileName="glib20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\gu\LC_MESSAGES\glib20.mo" SelfReg="false" NextFile="gtk20_properties.mo_235"/>

-    <ROW File="glib20.mo_217" Component_="atk10.mo_217" FileName="glib20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\he\LC_MESSAGES\glib20.mo" SelfReg="false" NextFile="gtk20_properties.mo_236"/>

-    <ROW File="glib20.mo_218" Component_="atk10.mo_218" FileName="glib20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\hi\LC_MESSAGES\glib20.mo" SelfReg="false" NextFile="gtk20_properties.mo_237"/>

-    <ROW File="glib20.mo_219" Component_="atk10.mo_219" FileName="glib20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\hr\LC_MESSAGES\glib20.mo" SelfReg="false" NextFile="gtk20_properties.mo_238"/>

-    <ROW File="glib20.mo_220" Component_="atk10.mo_220" FileName="glib20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\hu\LC_MESSAGES\glib20.mo" SelfReg="false" NextFile="gtk20_properties.mo_239"/>

-    <ROW File="glib20.mo_221" Component_="atk10.mo_221" FileName="glib20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\hy\LC_MESSAGES\glib20.mo" SelfReg="false" NextFile="gtk20_properties.mo_240"/>

-    <ROW File="glib20.mo_222" Component_="atk10.mo_222" FileName="glib20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\id\LC_MESSAGES\glib20.mo" SelfReg="false" NextFile="gtk20_properties.mo_242"/>

-    <ROW File="glib20.mo_223" Component_="atk10.mo_223" FileName="glib20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\is\LC_MESSAGES\glib20.mo" SelfReg="false" NextFile="gtk20_properties.mo_244"/>

-    <ROW File="glib20.mo_224" Component_="atk10.mo_224" FileName="glib20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\it\LC_MESSAGES\glib20.mo" SelfReg="false" NextFile="gtk20_properties.mo_245"/>

-    <ROW File="glib20.mo_225" Component_="atk10.mo_225" FileName="glib20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\ja\LC_MESSAGES\glib20.mo" SelfReg="false" NextFile="gtk20_properties.mo_246"/>

-    <ROW File="glib20.mo_226" Component_="atk10.mo_226" FileName="glib20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\ka\LC_MESSAGES\glib20.mo" SelfReg="false" NextFile="gtk20_properties.mo_247"/>

-    <ROW File="glib20.mo_227" Component_="atk10.mo_227" FileName="glib20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\kk\LC_MESSAGES\glib20.mo" SelfReg="false" NextFile="atk10.mo_228"/>

-    <ROW File="glib20.mo_228" Component_="atk10.mo_228" FileName="glib20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\kn\LC_MESSAGES\glib20.mo" SelfReg="false" NextFile="gtk20_properties.mo_248"/>

-    <ROW File="glib20.mo_229" Component_="atk10.mo_229" FileName="glib20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\ko\LC_MESSAGES\glib20.mo" SelfReg="false" NextFile="gtk20_properties.mo_249"/>

-    <ROW File="glib20.mo_230" Component_="atk10.mo_230" FileName="glib20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\ku\LC_MESSAGES\glib20.mo" SelfReg="false" NextFile="gtk20_properties.mo_250"/>

-    <ROW File="glib20.mo_231" Component_="atk10.mo_232" FileName="glib20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\lt\LC_MESSAGES\glib20.mo" SelfReg="false" NextFile="gtk20_properties.mo_252"/>

-    <ROW File="glib20.mo_232" Component_="atk10.mo_233" FileName="glib20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\lv\LC_MESSAGES\glib20.mo" SelfReg="false" NextFile="gtk20_properties.mo_253"/>

-    <ROW File="glib20.mo_233" Component_="atk10.mo_234" FileName="glib20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\mai\LC_MESSAGES\glib20.mo" SelfReg="false" NextFile="gtk20_properties.mo_254"/>

-    <ROW File="glib20.mo_234" Component_="glib20.mo" FileName="glib20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\mg\LC_MESSAGES\glib20.mo" SelfReg="false" NextFile="gtk20_properties.mo_255"/>

-    <ROW File="glib20.mo_235" Component_="atk10.mo_235" FileName="glib20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\mk\LC_MESSAGES\glib20.mo" SelfReg="false" NextFile="gtk20_properties.mo_256"/>

-    <ROW File="glib20.mo_236" Component_="atk10.mo_236" FileName="glib20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\ml\LC_MESSAGES\glib20.mo" SelfReg="false" NextFile="gtk20_properties.mo_257"/>

-    <ROW File="glib20.mo_237" Component_="atk10.mo_237" FileName="glib20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\mn\LC_MESSAGES\glib20.mo" SelfReg="false" NextFile="gtk20_properties.mo_258"/>

-    <ROW File="glib20.mo_238" Component_="atk10.mo_238" FileName="glib20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\mr\LC_MESSAGES\glib20.mo" SelfReg="false" NextFile="gtk20_properties.mo_259"/>

-    <ROW File="glib20.mo_239" Component_="atk10.mo_239" FileName="glib20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\ms\LC_MESSAGES\glib20.mo" SelfReg="false" NextFile="gtk20_properties.mo_260"/>

-    <ROW File="glib20.mo_240" Component_="atk10.mo_240" FileName="glib20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\nb\LC_MESSAGES\glib20.mo" SelfReg="false" NextFile="gtk20_properties.mo_261"/>

-    <ROW File="glib20.mo_241" Component_="glib20.mo_5" FileName="glib20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\nds\LC_MESSAGES\glib20.mo" SelfReg="false" NextFile="atk10.mo_241"/>

-    <ROW File="glib20.mo_242" Component_="atk10.mo_241" FileName="glib20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\ne\LC_MESSAGES\glib20.mo" SelfReg="false" NextFile="gtk20_properties.mo_262"/>

-    <ROW File="glib20.mo_243" Component_="atk10.mo_242" FileName="glib20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\nl\LC_MESSAGES\glib20.mo" SelfReg="false" NextFile="gtk20_properties.mo_263"/>

-    <ROW File="glib20.mo_244" Component_="atk10.mo_243" FileName="glib20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\nn\LC_MESSAGES\glib20.mo" SelfReg="false" NextFile="gtk20_properties.mo_264"/>

-    <ROW File="glib20.mo_245" Component_="atk10.mo_244" FileName="glib20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\oc\LC_MESSAGES\glib20.mo" SelfReg="false" NextFile="gtk20_properties.mo_266"/>

-    <ROW File="glib20.mo_246" Component_="atk10.mo_245" FileName="glib20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\or\LC_MESSAGES\glib20.mo" SelfReg="false" NextFile="gtk20_properties.mo_267"/>

-    <ROW File="glib20.mo_247" Component_="atk10.mo_246" FileName="glib20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\pa\LC_MESSAGES\glib20.mo" SelfReg="false" NextFile="gtk20_properties.mo_268"/>

-    <ROW File="glib20.mo_248" Component_="atk10.mo_247" FileName="glib20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\pl\LC_MESSAGES\glib20.mo" SelfReg="false" NextFile="gtk20_properties.mo_269"/>

-    <ROW File="glib20.mo_249" Component_="atk10.mo_248" FileName="glib20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\ps\LC_MESSAGES\glib20.mo" SelfReg="false" NextFile="gtk20_properties.mo_270"/>

-    <ROW File="glib20.mo_250" Component_="atk10.mo_249" FileName="glib20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\pt\LC_MESSAGES\glib20.mo" SelfReg="false" NextFile="gtk20_properties.mo_271"/>

-    <ROW File="glib20.mo_251" Component_="atk10.mo_250" FileName="glib20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\pt_BR\LC_MESSAGES\glib20.mo" SelfReg="false" NextFile="gtk20_properties.mo_272"/>

-    <ROW File="glib20.mo_252" Component_="atk10.mo_251" FileName="glib20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\ro\LC_MESSAGES\glib20.mo" SelfReg="false" NextFile="gtk20_properties.mo_273"/>

-    <ROW File="glib20.mo_253" Component_="atk10.mo_252" FileName="glib20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\ru\LC_MESSAGES\glib20.mo" SelfReg="false" NextFile="gtk20_properties.mo_274"/>

-    <ROW File="glib20.mo_254" Component_="atk10.mo_253" FileName="glib20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\rw\LC_MESSAGES\glib20.mo" SelfReg="false" NextFile="gtk20_properties.mo_275"/>

-    <ROW File="glib20.mo_255" Component_="atk10.mo_254" FileName="glib20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\si\LC_MESSAGES\glib20.mo" SelfReg="false" NextFile="gtk20_properties.mo_276"/>

-    <ROW File="glib20.mo_256" Component_="atk10.mo_255" FileName="glib20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\sk\LC_MESSAGES\glib20.mo" SelfReg="false" NextFile="gtk20_properties.mo_277"/>

-    <ROW File="glib20.mo_257" Component_="atk10.mo_256" FileName="glib20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\sl\LC_MESSAGES\glib20.mo" SelfReg="false" NextFile="gtk20_properties.mo_278"/>

-    <ROW File="glib20.mo_258" Component_="atk10.mo_257" FileName="glib20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\sq\LC_MESSAGES\glib20.mo" SelfReg="false" NextFile="gtk20_properties.mo_279"/>

-    <ROW File="glib20.mo_259" Component_="atk10.mo_258" FileName="glib20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\sr\LC_MESSAGES\glib20.mo" SelfReg="false" NextFile="gtk20_properties.mo_280"/>

-    <ROW File="glib20.mo_260" Component_="atk10.mo_259" FileName="glib20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\sr@ije\LC_MESSAGES\glib20.mo" SelfReg="false" NextFile="gtk20_properties.mo_281"/>

-    <ROW File="glib20.mo_261" Component_="atk10.mo_260" FileName="glib20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\sr@latin\LC_MESSAGES\glib20.mo" SelfReg="false" NextFile="gtk20_properties.mo_282"/>

-    <ROW File="glib20.mo_262" Component_="atk10.mo_261" FileName="glib20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\sv\LC_MESSAGES\glib20.mo" SelfReg="false" NextFile="gtk20_properties.mo_283"/>

-    <ROW File="glib20.mo_263" Component_="atk10.mo_262" FileName="glib20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\ta\LC_MESSAGES\glib20.mo" SelfReg="false" NextFile="gtk20_properties.mo_284"/>

-    <ROW File="glib20.mo_264" Component_="atk10.mo_263" FileName="glib20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\te\LC_MESSAGES\glib20.mo" SelfReg="false" NextFile="gtk20_properties.mo_285"/>

-    <ROW File="glib20.mo_265" Component_="atk10.mo_264" FileName="glib20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\th\LC_MESSAGES\glib20.mo" SelfReg="false" NextFile="gtk20_properties.mo_286"/>

-    <ROW File="glib20.mo_266" Component_="glib20.mo_6" FileName="glib20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\tl\LC_MESSAGES\glib20.mo" SelfReg="false" NextFile="atk10.mo_266"/>

-    <ROW File="glib20.mo_267" Component_="atk10.mo_266" FileName="glib20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\tr\LC_MESSAGES\glib20.mo" SelfReg="false" NextFile="gtk20_properties.mo_288"/>

-    <ROW File="glib20.mo_268" Component_="atk10.mo_267" FileName="glib20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\tt\LC_MESSAGES\glib20.mo" SelfReg="false" NextFile="gtk20_properties.mo_289"/>

-    <ROW File="glib20.mo_269" Component_="atk10.mo_269" FileName="glib20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\uk\LC_MESSAGES\glib20.mo" SelfReg="false" NextFile="gtk20_properties.mo_290"/>

-    <ROW File="glib20.mo_270" Component_="atk10.mo_270" FileName="glib20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\vi\LC_MESSAGES\glib20.mo" SelfReg="false" NextFile="gtk20_properties.mo_294"/>

-    <ROW File="glib20.mo_271" Component_="atk10.mo_271" FileName="glib20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\wa\LC_MESSAGES\glib20.mo" SelfReg="false" NextFile="gtk20_properties.mo_295"/>

-    <ROW File="glib20.mo_272" Component_="atk10.mo_272" FileName="glib20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\xh\LC_MESSAGES\glib20.mo" SelfReg="false" NextFile="gtk20_properties.mo_296"/>

-    <ROW File="glib20.mo_273" Component_="atk10.mo_273" FileName="glib20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\yi\LC_MESSAGES\glib20.mo" SelfReg="false" NextFile="gtk20_properties.mo_297"/>

-    <ROW File="glib20.mo_274" Component_="atk10.mo_274" FileName="glib20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\zh_CN\LC_MESSAGES\glib20.mo" SelfReg="false" NextFile="gtk20_properties.mo_298"/>

-    <ROW File="glib20.mo_275" Component_="atk10.mo_275" FileName="glib20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\zh_HK\LC_MESSAGES\glib20.mo" SelfReg="false" NextFile="gtk20_properties.mo_299"/>

-    <ROW File="glib20.mo_276" Component_="atk10.mo_276" FileName="glib20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\zh_TW\LC_MESSAGES\glib20.mo" SelfReg="false" NextFile="gtk20_properties.mo_300"/>

-    <ROW File="gtk20.mo" Component_="atk10.mo" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\af\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="atk10.mo_185"/>

-    <ROW File="gtk20.mo_201" Component_="atk10.mo_185" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\am\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="gtk20_properties.mo_202"/>

-    <ROW File="gtk20.mo_202" Component_="gtk20_properties.mo" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\ang\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="atk10.mo_186"/>

-    <ROW File="gtk20.mo_203" Component_="atk10.mo_186" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\ar\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="atk10.mo_187"/>

-    <ROW File="gtk20.mo_204" Component_="atk10.mo_187" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\as\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="atk10.mo_188"/>

-    <ROW File="gtk20.mo_205" Component_="atk10.mo_188" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\ast\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="atk10.mo_189"/>

-    <ROW File="gtk20.mo_206" Component_="atk10.mo_189" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\az\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="gtk20_properties.mo_207"/>

-    <ROW File="gtk20.mo_207" Component_="gtk20_properties.mo_21" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\az_IR\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="atk10.mo_190"/>

-    <ROW File="gtk20.mo_208" Component_="atk10.mo_190" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\be\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="atk10.mo_191"/>

-    <ROW File="gtk20.mo_209" Component_="atk10.mo_191" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\be@latin\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="atk10.mo_192"/>

-    <ROW File="gtk20.mo_210" Component_="atk10.mo_192" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\bg\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="atk10.mo_193"/>

-    <ROW File="gtk20.mo_211" Component_="atk10.mo_193" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\bn\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="atk10.mo_194"/>

-    <ROW File="gtk20.mo_212" Component_="atk10.mo_194" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\bn_IN\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="gtk20_properties.mo_213"/>

-    <ROW File="gtk20.mo_213" Component_="gtk20_properties.mo_22" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\br\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="atk10.mo_195"/>

-    <ROW File="gtk20.mo_214" Component_="atk10.mo_195" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\bs\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="atk10.mo_196"/>

-    <ROW File="gtk20.mo_215" Component_="atk10.mo_196" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\ca\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="atk10.mo_197"/>

-    <ROW File="gtk20.mo_216" Component_="atk10.mo_197" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\ca@valencia\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="gtk20_properties.mo_217"/>

-    <ROW File="gtk20.mo_217" Component_="gtk20_properties.mo_23" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\crh\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="atk10.mo_198"/>

-    <ROW File="gtk20.mo_218" Component_="atk10.mo_198" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\cs\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="atk10.mo_199"/>

-    <ROW File="gtk20.mo_219" Component_="atk10.mo_199" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\cy\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="atk10.mo_200"/>

-    <ROW File="gtk20.mo_220" Component_="atk10.mo_200" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\da\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="atk10.mo_201"/>

-    <ROW File="gtk20.mo_221" Component_="atk10.mo_201" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\de\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="atk10.mo_202"/>

-    <ROW File="gtk20.mo_222" Component_="atk10.mo_202" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\dz\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="atk10.mo_203"/>

-    <ROW File="gtk20.mo_223" Component_="atk10.mo_203" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\el\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="atk10.mo_204"/>

-    <ROW File="gtk20.mo_224" Component_="atk10.mo_205" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\en_CA\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="atk10.mo_206"/>

-    <ROW File="gtk20.mo_225" Component_="atk10.mo_206" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\en_GB\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="atk10.mo_207"/>

-    <ROW File="gtk20.mo_226" Component_="atk10.mo_207" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\eo\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="atk10.mo_208"/>

-    <ROW File="gtk20.mo_227" Component_="atk10.mo_208" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\es\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="atk10.mo_209"/>

-    <ROW File="gtk20.mo_228" Component_="atk10.mo_209" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\et\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="atk10.mo_210"/>

-    <ROW File="gtk20.mo_229" Component_="atk10.mo_210" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\eu\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="atk10.mo_211"/>

-    <ROW File="gtk20.mo_230" Component_="atk10.mo_211" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\fa\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="atk10.mo_212"/>

-    <ROW File="gtk20.mo_231" Component_="atk10.mo_212" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\fi\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="atk10.mo_213"/>

-    <ROW File="gtk20.mo_232" Component_="atk10.mo_213" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\fr\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="atk10.mo_214"/>

-    <ROW File="gtk20.mo_233" Component_="atk10.mo_214" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\ga\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="atk10.mo_215"/>

-    <ROW File="gtk20.mo_234" Component_="atk10.mo_215" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\gl\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="atk10.mo_216"/>

-    <ROW File="gtk20.mo_235" Component_="atk10.mo_216" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\gu\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="atk10.mo_217"/>

-    <ROW File="gtk20.mo_236" Component_="atk10.mo_217" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\he\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="atk10.mo_218"/>

-    <ROW File="gtk20.mo_237" Component_="atk10.mo_218" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\hi\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="atk10.mo_219"/>

-    <ROW File="gtk20.mo_238" Component_="atk10.mo_219" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\hr\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="atk10.mo_220"/>

-    <ROW File="gtk20.mo_239" Component_="atk10.mo_220" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\hu\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="atk10.mo_221"/>

-    <ROW File="gtk20.mo_240" Component_="atk10.mo_221" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\hy\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="gtk20_properties.mo_241"/>

-    <ROW File="gtk20.mo_241" Component_="gtk20_properties.mo_24" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\ia\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="atk10.mo_222"/>

-    <ROW File="gtk20.mo_242" Component_="atk10.mo_222" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\id\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="gtk20_properties.mo_243"/>

-    <ROW File="gtk20.mo_243" Component_="gtk20_properties.mo_25" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\io\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="atk10.mo_223"/>

-    <ROW File="gtk20.mo_244" Component_="atk10.mo_223" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\is\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="atk10.mo_224"/>

-    <ROW File="gtk20.mo_245" Component_="atk10.mo_224" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\it\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="atk10.mo_225"/>

-    <ROW File="gtk20.mo_246" Component_="atk10.mo_225" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\ja\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="atk10.mo_226"/>

-    <ROW File="gtk20.mo_247" Component_="atk10.mo_226" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\ka\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="atk10.mo_227"/>

-    <ROW File="gtk20.mo_248" Component_="atk10.mo_228" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\kn\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="atk10.mo_229"/>

-    <ROW File="gtk20.mo_249" Component_="atk10.mo_229" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\ko\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="atk10.mo_230"/>

-    <ROW File="gtk20.mo_250" Component_="atk10.mo_230" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\ku\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="atk10.mo_231"/>

-    <ROW File="gtk20.mo_251" Component_="atk10.mo_231" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\li\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="locale.alias"/>

-    <ROW File="gtk20.mo_252" Component_="atk10.mo_232" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\lt\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="atk10.mo_233"/>

-    <ROW File="gtk20.mo_253" Component_="atk10.mo_233" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\lv\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="atk10.mo_234"/>

-    <ROW File="gtk20.mo_254" Component_="atk10.mo_234" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\mai\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="glib20.mo_234"/>

-    <ROW File="gtk20.mo_255" Component_="gtk20_properties.mo_26" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\mi\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="atk10.mo_235"/>

-    <ROW File="gtk20.mo_256" Component_="atk10.mo_235" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\mk\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="atk10.mo_236"/>

-    <ROW File="gtk20.mo_257" Component_="atk10.mo_236" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\ml\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="atk10.mo_237"/>

-    <ROW File="gtk20.mo_258" Component_="atk10.mo_237" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\mn\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="atk10.mo_238"/>

-    <ROW File="gtk20.mo_259" Component_="atk10.mo_238" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\mr\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="atk10.mo_239"/>

-    <ROW File="gtk20.mo_260" Component_="atk10.mo_239" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\ms\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="atk10.mo_240"/>

-    <ROW File="gtk20.mo_261" Component_="atk10.mo_240" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\nb\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="glib20.mo_241"/>

-    <ROW File="gtk20.mo_262" Component_="atk10.mo_241" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\ne\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="atk10.mo_242"/>

-    <ROW File="gtk20.mo_263" Component_="atk10.mo_242" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\nl\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="atk10.mo_243"/>

-    <ROW File="gtk20.mo_264" Component_="atk10.mo_243" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\nn\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="gtk20_properties.mo_265"/>

-    <ROW File="gtk20.mo_265" Component_="gtk20_properties.mo_27" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\nso\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="atk10.mo_244"/>

-    <ROW File="gtk20.mo_266" Component_="atk10.mo_244" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\oc\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="atk10.mo_245"/>

-    <ROW File="gtk20.mo_267" Component_="atk10.mo_245" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\or\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="atk10.mo_246"/>

-    <ROW File="gtk20.mo_268" Component_="atk10.mo_246" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\pa\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="atk10.mo_247"/>

-    <ROW File="gtk20.mo_269" Component_="atk10.mo_247" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\pl\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="atk10.mo_248"/>

-    <ROW File="gtk20.mo_270" Component_="atk10.mo_248" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\ps\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="atk10.mo_249"/>

-    <ROW File="gtk20.mo_271" Component_="atk10.mo_249" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\pt\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="atk10.mo_250"/>

-    <ROW File="gtk20.mo_272" Component_="atk10.mo_250" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\pt_BR\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="atk10.mo_251"/>

-    <ROW File="gtk20.mo_273" Component_="atk10.mo_251" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\ro\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="atk10.mo_252"/>

-    <ROW File="gtk20.mo_274" Component_="atk10.mo_252" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\ru\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="atk10.mo_253"/>

-    <ROW File="gtk20.mo_275" Component_="atk10.mo_253" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\rw\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="atk10.mo_254"/>

-    <ROW File="gtk20.mo_276" Component_="atk10.mo_254" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\si\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="atk10.mo_255"/>

-    <ROW File="gtk20.mo_277" Component_="atk10.mo_255" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\sk\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="atk10.mo_256"/>

-    <ROW File="gtk20.mo_278" Component_="atk10.mo_256" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\sl\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="atk10.mo_257"/>

-    <ROW File="gtk20.mo_279" Component_="atk10.mo_257" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\sq\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="atk10.mo_258"/>

-    <ROW File="gtk20.mo_280" Component_="atk10.mo_258" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\sr\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="atk10.mo_259"/>

-    <ROW File="gtk20.mo_281" Component_="atk10.mo_259" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\sr@ije\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="atk10.mo_260"/>

-    <ROW File="gtk20.mo_282" Component_="atk10.mo_260" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\sr@latin\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="atk10.mo_261"/>

-    <ROW File="gtk20.mo_283" Component_="atk10.mo_261" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\sv\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="atk10.mo_262"/>

-    <ROW File="gtk20.mo_284" Component_="atk10.mo_262" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\ta\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="atk10.mo_263"/>

-    <ROW File="gtk20.mo_285" Component_="atk10.mo_263" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\te\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="atk10.mo_264"/>

-    <ROW File="gtk20.mo_286" Component_="atk10.mo_264" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\th\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="atk10.mo_265"/>

-    <ROW File="gtk20.mo_287" Component_="atk10.mo_265" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\tk\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="glib20.mo_266"/>

-    <ROW File="gtk20.mo_288" Component_="atk10.mo_266" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\tr\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="atk10.mo_267"/>

-    <ROW File="gtk20.mo_289" Component_="atk10.mo_267" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\tt\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="atk10.mo_268"/>

-    <ROW File="gtk20.mo_290" Component_="atk10.mo_269" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\uk\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="gtk20_properties.mo_291"/>

-    <ROW File="gtk20.mo_291" Component_="gtk20_properties.mo_28" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\ur\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="gtk20_properties.mo_292"/>

-    <ROW File="gtk20.mo_292" Component_="gtk20_properties.mo_29" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\uz\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="gtk20_properties.mo_293"/>

-    <ROW File="gtk20.mo_293" Component_="gtk20_properties.mo_30" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\uz@cyrillic\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="atk10.mo_270"/>

-    <ROW File="gtk20.mo_294" Component_="atk10.mo_270" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\vi\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="atk10.mo_271"/>

-    <ROW File="gtk20.mo_295" Component_="atk10.mo_271" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\wa\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="atk10.mo_272"/>

-    <ROW File="gtk20.mo_296" Component_="atk10.mo_272" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\xh\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="atk10.mo_273"/>

-    <ROW File="gtk20.mo_297" Component_="atk10.mo_273" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\yi\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="atk10.mo_274"/>

-    <ROW File="gtk20.mo_298" Component_="atk10.mo_274" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\zh_CN\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="atk10.mo_275"/>

-    <ROW File="gtk20.mo_299" Component_="atk10.mo_275" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\zh_HK\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="atk10.mo_276"/>

-    <ROW File="gtk20.mo_300" Component_="atk10.mo_276" FileName="gtk20.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\zh_TW\LC_MESSAGES\gtk20.mo" SelfReg="false" NextFile="iso_3166.xml"/>

-    <ROW File="gtk20_properties.mo" Component_="atk10.mo" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\af\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo"/>

-    <ROW File="gtk20_properties.mo_201" Component_="atk10.mo_185" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\am\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo_201"/>

-    <ROW File="gtk20_properties.mo_202" Component_="gtk20_properties.mo" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\ang\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo_202"/>

-    <ROW File="gtk20_properties.mo_203" Component_="atk10.mo_186" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\ar\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo_203"/>

-    <ROW File="gtk20_properties.mo_204" Component_="atk10.mo_187" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\as\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo_204"/>

-    <ROW File="gtk20_properties.mo_205" Component_="atk10.mo_188" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\ast\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo_205"/>

-    <ROW File="gtk20_properties.mo_206" Component_="atk10.mo_189" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\az\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo_206"/>

-    <ROW File="gtk20_properties.mo_207" Component_="gtk20_properties.mo_21" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\az_IR\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo_207"/>

-    <ROW File="gtk20_properties.mo_208" Component_="atk10.mo_190" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\be\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo_208"/>

-    <ROW File="gtk20_properties.mo_209" Component_="atk10.mo_191" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\be@latin\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo_209"/>

-    <ROW File="gtk20_properties.mo_210" Component_="atk10.mo_192" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\bg\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo_210"/>

-    <ROW File="gtk20_properties.mo_211" Component_="atk10.mo_193" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\bn\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo_211"/>

-    <ROW File="gtk20_properties.mo_212" Component_="atk10.mo_194" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\bn_IN\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo_212"/>

-    <ROW File="gtk20_properties.mo_213" Component_="gtk20_properties.mo_22" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\br\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo_213"/>

-    <ROW File="gtk20_properties.mo_214" Component_="atk10.mo_195" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\bs\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo_214"/>

-    <ROW File="gtk20_properties.mo_215" Component_="atk10.mo_196" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\ca\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo_215"/>

-    <ROW File="gtk20_properties.mo_216" Component_="atk10.mo_197" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\ca@valencia\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo_216"/>

-    <ROW File="gtk20_properties.mo_217" Component_="gtk20_properties.mo_23" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\crh\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo_217"/>

-    <ROW File="gtk20_properties.mo_218" Component_="atk10.mo_198" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\cs\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo_218"/>

-    <ROW File="gtk20_properties.mo_219" Component_="atk10.mo_199" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\cy\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo_219"/>

-    <ROW File="gtk20_properties.mo_220" Component_="atk10.mo_200" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\da\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo_220"/>

-    <ROW File="gtk20_properties.mo_221" Component_="atk10.mo_201" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\de\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo_221"/>

-    <ROW File="gtk20_properties.mo_222" Component_="atk10.mo_202" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\dz\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo_222"/>

-    <ROW File="gtk20_properties.mo_223" Component_="atk10.mo_203" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\el\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo_223"/>

-    <ROW File="gtk20_properties.mo_224" Component_="atk10.mo_205" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\en_CA\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo_224"/>

-    <ROW File="gtk20_properties.mo_225" Component_="atk10.mo_206" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\en_GB\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo_225"/>

-    <ROW File="gtk20_properties.mo_226" Component_="atk10.mo_207" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\eo\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo_226"/>

-    <ROW File="gtk20_properties.mo_227" Component_="atk10.mo_208" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\es\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo_227"/>

-    <ROW File="gtk20_properties.mo_228" Component_="atk10.mo_209" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\et\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo_228"/>

-    <ROW File="gtk20_properties.mo_229" Component_="atk10.mo_210" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\eu\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo_229"/>

-    <ROW File="gtk20_properties.mo_230" Component_="atk10.mo_211" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\fa\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo_230"/>

-    <ROW File="gtk20_properties.mo_231" Component_="atk10.mo_212" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\fi\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo_231"/>

-    <ROW File="gtk20_properties.mo_232" Component_="atk10.mo_213" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\fr\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo_232"/>

-    <ROW File="gtk20_properties.mo_233" Component_="atk10.mo_214" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\ga\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo_233"/>

-    <ROW File="gtk20_properties.mo_234" Component_="atk10.mo_215" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\gl\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo_234"/>

-    <ROW File="gtk20_properties.mo_235" Component_="atk10.mo_216" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\gu\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo_235"/>

-    <ROW File="gtk20_properties.mo_236" Component_="atk10.mo_217" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\he\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo_236"/>

-    <ROW File="gtk20_properties.mo_237" Component_="atk10.mo_218" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\hi\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo_237"/>

-    <ROW File="gtk20_properties.mo_238" Component_="atk10.mo_219" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\hr\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo_238"/>

-    <ROW File="gtk20_properties.mo_239" Component_="atk10.mo_220" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\hu\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo_239"/>

-    <ROW File="gtk20_properties.mo_240" Component_="atk10.mo_221" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\hy\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo_240"/>

-    <ROW File="gtk20_properties.mo_241" Component_="gtk20_properties.mo_24" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\ia\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo_241"/>

-    <ROW File="gtk20_properties.mo_242" Component_="atk10.mo_222" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\id\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo_242"/>

-    <ROW File="gtk20_properties.mo_243" Component_="gtk20_properties.mo_25" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\io\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo_243"/>

-    <ROW File="gtk20_properties.mo_244" Component_="atk10.mo_223" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\is\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo_244"/>

-    <ROW File="gtk20_properties.mo_245" Component_="atk10.mo_224" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\it\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo_245"/>

-    <ROW File="gtk20_properties.mo_246" Component_="atk10.mo_225" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\ja\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo_246"/>

-    <ROW File="gtk20_properties.mo_247" Component_="atk10.mo_226" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\ka\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo_247"/>

-    <ROW File="gtk20_properties.mo_248" Component_="atk10.mo_228" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\kn\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo_248"/>

-    <ROW File="gtk20_properties.mo_249" Component_="atk10.mo_229" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\ko\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo_249"/>

-    <ROW File="gtk20_properties.mo_250" Component_="atk10.mo_230" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\ku\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo_250"/>

-    <ROW File="gtk20_properties.mo_251" Component_="atk10.mo_231" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\li\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo_251"/>

-    <ROW File="gtk20_properties.mo_252" Component_="atk10.mo_232" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\lt\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo_252"/>

-    <ROW File="gtk20_properties.mo_253" Component_="atk10.mo_233" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\lv\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo_253"/>

-    <ROW File="gtk20_properties.mo_254" Component_="atk10.mo_234" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\mai\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo_254"/>

-    <ROW File="gtk20_properties.mo_255" Component_="gtk20_properties.mo_26" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\mi\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo_255"/>

-    <ROW File="gtk20_properties.mo_256" Component_="atk10.mo_235" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\mk\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo_256"/>

-    <ROW File="gtk20_properties.mo_257" Component_="atk10.mo_236" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\ml\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo_257"/>

-    <ROW File="gtk20_properties.mo_258" Component_="atk10.mo_237" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\mn\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo_258"/>

-    <ROW File="gtk20_properties.mo_259" Component_="atk10.mo_238" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\mr\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo_259"/>

-    <ROW File="gtk20_properties.mo_260" Component_="atk10.mo_239" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\ms\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo_260"/>

-    <ROW File="gtk20_properties.mo_261" Component_="atk10.mo_240" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\nb\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo_261"/>

-    <ROW File="gtk20_properties.mo_262" Component_="atk10.mo_241" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\ne\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo_262"/>

-    <ROW File="gtk20_properties.mo_263" Component_="atk10.mo_242" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\nl\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo_263"/>

-    <ROW File="gtk20_properties.mo_264" Component_="atk10.mo_243" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\nn\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo_264"/>

-    <ROW File="gtk20_properties.mo_265" Component_="gtk20_properties.mo_27" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\nso\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo_265"/>

-    <ROW File="gtk20_properties.mo_266" Component_="atk10.mo_244" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\oc\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo_266"/>

-    <ROW File="gtk20_properties.mo_267" Component_="atk10.mo_245" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\or\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo_267"/>

-    <ROW File="gtk20_properties.mo_268" Component_="atk10.mo_246" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\pa\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo_268"/>

-    <ROW File="gtk20_properties.mo_269" Component_="atk10.mo_247" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\pl\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo_269"/>

-    <ROW File="gtk20_properties.mo_270" Component_="atk10.mo_248" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\ps\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo_270"/>

-    <ROW File="gtk20_properties.mo_271" Component_="atk10.mo_249" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\pt\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo_271"/>

-    <ROW File="gtk20_properties.mo_272" Component_="atk10.mo_250" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\pt_BR\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo_272"/>

-    <ROW File="gtk20_properties.mo_273" Component_="atk10.mo_251" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\ro\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo_273"/>

-    <ROW File="gtk20_properties.mo_274" Component_="atk10.mo_252" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\ru\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo_274"/>

-    <ROW File="gtk20_properties.mo_275" Component_="atk10.mo_253" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\rw\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo_275"/>

-    <ROW File="gtk20_properties.mo_276" Component_="atk10.mo_254" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\si\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo_276"/>

-    <ROW File="gtk20_properties.mo_277" Component_="atk10.mo_255" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\sk\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo_277"/>

-    <ROW File="gtk20_properties.mo_278" Component_="atk10.mo_256" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\sl\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo_278"/>

-    <ROW File="gtk20_properties.mo_279" Component_="atk10.mo_257" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\sq\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo_279"/>

-    <ROW File="gtk20_properties.mo_280" Component_="atk10.mo_258" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\sr\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo_280"/>

-    <ROW File="gtk20_properties.mo_281" Component_="atk10.mo_259" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\sr@ije\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo_281"/>

-    <ROW File="gtk20_properties.mo_282" Component_="atk10.mo_260" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\sr@latin\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo_282"/>

-    <ROW File="gtk20_properties.mo_283" Component_="atk10.mo_261" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\sv\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo_283"/>

-    <ROW File="gtk20_properties.mo_284" Component_="atk10.mo_262" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\ta\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo_284"/>

-    <ROW File="gtk20_properties.mo_285" Component_="atk10.mo_263" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\te\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo_285"/>

-    <ROW File="gtk20_properties.mo_286" Component_="atk10.mo_264" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\th\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo_286"/>

-    <ROW File="gtk20_properties.mo_287" Component_="atk10.mo_265" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\tk\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo_287"/>

-    <ROW File="gtk20_properties.mo_288" Component_="atk10.mo_266" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\tr\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo_288"/>

-    <ROW File="gtk20_properties.mo_289" Component_="atk10.mo_267" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\tt\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo_289"/>

-    <ROW File="gtk20_properties.mo_290" Component_="atk10.mo_269" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\uk\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo_290"/>

-    <ROW File="gtk20_properties.mo_291" Component_="gtk20_properties.mo_28" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\ur\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo_291"/>

-    <ROW File="gtk20_properties.mo_292" Component_="gtk20_properties.mo_29" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\uz\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo_292"/>

-    <ROW File="gtk20_properties.mo_293" Component_="gtk20_properties.mo_30" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\uz@cyrillic\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo_293"/>

-    <ROW File="gtk20_properties.mo_294" Component_="atk10.mo_270" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\vi\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo_294"/>

-    <ROW File="gtk20_properties.mo_295" Component_="atk10.mo_271" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\wa\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo_295"/>

-    <ROW File="gtk20_properties.mo_296" Component_="atk10.mo_272" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\xh\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo_296"/>

-    <ROW File="gtk20_properties.mo_297" Component_="atk10.mo_273" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\yi\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo_297"/>

-    <ROW File="gtk20_properties.mo_298" Component_="atk10.mo_274" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\zh_CN\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo_298"/>

-    <ROW File="gtk20_properties.mo_299" Component_="atk10.mo_275" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\zh_HK\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo_299"/>

-    <ROW File="gtk20_properties.mo_300" Component_="atk10.mo_276" FileName="gtk20-~1.mo|gtk20-properties.mo" Attributes="0" SourcePath="..\dist-x86\share\locale\zh_TW\LC_MESSAGES\gtk20-properties.mo" SelfReg="false" NextFile="gtk20.mo_300"/>

-    <ROW File="gtkpref.png" Component_="download.png" FileName="gtkpref.png" Attributes="0" SourcePath="..\dist-x86\etc\gtkpref.png" SelfReg="false" NextFile="music.png"/>

-    <ROW File="gtkrc" Component_="gtkrc" FileName="gtkrc" Attributes="0" SourcePath="..\dist-x86\etc\gtk-2.0\gtkrc" SelfReg="false" NextFile="gtkpref.png"/>

-    <ROW File="intl.dll" Component_="intl.dll" FileName="intl.dll" Attributes="0" SourcePath="..\dist-x86\intl.dll" SelfReg="false" NextFile="libatk_1.0_0.dll"/>

-    <ROW File="iso_3166.xml" Component_="iso_3166.xml" FileName="iso_3166.xml" Attributes="0" SourcePath="..\dist-x86\share\xml\iso-codes\iso_3166.xml" SelfReg="false" NextFile="iso_639.xml"/>

-    <ROW File="iso_639.xml" Component_="iso_3166.xml" FileName="iso_639.xml" Attributes="0" SourcePath="..\dist-x86\share\xml\iso-codes\iso_639.xml" SelfReg="false" NextFile="cert.pem"/>

-    <ROW File="libatk_1.0_0.dll" Component_="libatk_1.0_0.dll" FileName="libatk~1.dll|libatk-1.0-0.dll" Attributes="0" SourcePath="..\dist-x86\libatk-1.0-0.dll" SelfReg="false" NextFile="libcairo_2.dll"/>

-    <ROW File="libcairo_2.dll" Component_="libcairo_2.dll" FileName="libcai~1.dll|libcairo-2.dll" Attributes="0" SourcePath="..\dist-x86\libcairo-2.dll" SelfReg="false" NextFile="libeay32.dll"/>

-    <ROW File="libeay32.dll" Component_="libeay32.dll" FileName="libeay32.dll" Attributes="0" SourcePath="..\dist-x86\libeay32.dll" SelfReg="false" NextFile="libenchant.dll"/>

-    <ROW File="libenchant.dll" Component_="libenchant.dll" FileName="libenc~1.dll|libenchant.dll" Attributes="0" SourcePath="..\dist-x86\libenchant.dll" SelfReg="false" NextFile="libexpat_1.dll"/>

-    <ROW File="libenchant_myspell.dll" Component_="libenchant_myspell.dll" FileName="libenc~1.dll|libenchant_myspell.dll" Attributes="0" SourcePath="..\dist-x86\lib\enchant\libenchant_myspell.dll" SelfReg="false" NextFile="libpixmap.dll"/>

-    <ROW File="libexpat_1.dll" Component_="libexpat_1.dll" FileName="libexp~1.dll|libexpat-1.dll" Attributes="0" SourcePath="..\dist-x86\libexpat-1.dll" SelfReg="false" NextFile="libfontconfig_1.dll"/>

-    <ROW File="libfontconfig_1.dll" Component_="libfontconfig_1.dll" FileName="libfon~1.dll|libfontconfig-1.dll" Attributes="0" SourcePath="..\dist-x86\libfontconfig-1.dll" SelfReg="false" NextFile="libgdk_pixbuf_2.0_0.dll"/>

-    <ROW File="libgail.dll" Component_="libgail.dll" FileName="libgail.dll" Attributes="0" SourcePath="..\dist-x86\lib\gtk-2.0\modules\libgail.dll" SelfReg="false" NextFile="xchat.mo"/>

-    <ROW File="libgdk_pixbuf_2.0_0.dll" Component_="libgdk_pixbuf_2.0_0.dll" FileName="libgdk~1.dll|libgdk_pixbuf-2.0-0.dll" Attributes="0" SourcePath="..\dist-x86\libgdk_pixbuf-2.0-0.dll" SelfReg="false" NextFile="libgdk_win32_2.0_0.dll"/>

-    <ROW File="libgdk_win32_2.0_0.dll" Component_="libgdk_win32_2.0_0.dll" FileName="libgdk~2.dll|libgdk-win32-2.0-0.dll" Attributes="0" SourcePath="..\dist-x86\libgdk-win32-2.0-0.dll" SelfReg="false" NextFile="libgio_2.0_0.dll"/>

-    <ROW File="libgio_2.0_0.dll" Component_="libgio_2.0_0.dll" FileName="libgio~1.dll|libgio-2.0-0.dll" Attributes="0" SourcePath="..\dist-x86\libgio-2.0-0.dll" SelfReg="false" NextFile="libglib_2.0_0.dll"/>

-    <ROW File="libglib_2.0_0.dll" Component_="libglib_2.0_0.dll" FileName="libgli~1.dll|libglib-2.0-0.dll" Attributes="0" SourcePath="..\dist-x86\libglib-2.0-0.dll" SelfReg="false" NextFile="libgmodule_2.0_0.dll"/>

-    <ROW File="libgmodule_2.0_0.dll" Component_="libgmodule_2.0_0.dll" FileName="libgmo~1.dll|libgmodule-2.0-0.dll" Attributes="0" SourcePath="..\dist-x86\libgmodule-2.0-0.dll" SelfReg="false" NextFile="libgobject_2.0_0.dll"/>

-    <ROW File="libgobject_2.0_0.dll" Component_="libgobject_2.0_0.dll" FileName="libgob~1.dll|libgobject-2.0-0.dll" Attributes="0" SourcePath="..\dist-x86\libgobject-2.0-0.dll" SelfReg="false" NextFile="libgthread_2.0_0.dll"/>

-    <ROW File="libgthread_2.0_0.dll" Component_="libgthread_2.0_0.dll" FileName="libgth~1.dll|libgthread-2.0-0.dll" Attributes="0" SourcePath="..\dist-x86\libgthread-2.0-0.dll" SelfReg="false" NextFile="libgtk_win32_2.0_0.dll"/>

-    <ROW File="libgtk_win32_2.0_0.dll" Component_="libgtk_win32_2.0_0.dll" FileName="libgtk~1.dll|libgtk-win32-2.0-0.dll" Attributes="0" SourcePath="..\dist-x86\libgtk-win32-2.0-0.dll" SelfReg="false" NextFile="libpango_1.0_0.dll"/>

-    <ROW File="libpango_1.0_0.dll" Component_="libpango_1.0_0.dll" FileName="libpan~1.dll|libpango-1.0-0.dll" Attributes="0" SourcePath="..\dist-x86\libpango-1.0-0.dll" SelfReg="false" NextFile="libpangocairo_1.0_0.dll"/>

-    <ROW File="libpangocairo_1.0_0.dll" Component_="libpangocairo_1.0_0.dll" FileName="libpan~2.dll|libpangocairo-1.0-0.dll" Attributes="0" SourcePath="..\dist-x86\libpangocairo-1.0-0.dll" SelfReg="false" NextFile="libpangoft2_1.0_0.dll"/>

-    <ROW File="libpangoft2_1.0_0.dll" Component_="libpangoft2_1.0_0.dll" FileName="libpan~3.dll|libpangoft2-1.0-0.dll" Attributes="0" SourcePath="..\dist-x86\libpangoft2-1.0-0.dll" SelfReg="false" NextFile="libpangowin32_1.0_0.dll"/>

-    <ROW File="libpangowin32_1.0_0.dll" Component_="libpangowin32_1.0_0.dll" FileName="libpan~4.dll|libpangowin32-1.0-0.dll" Attributes="0" SourcePath="..\dist-x86\libpangowin32-1.0-0.dll" SelfReg="false" NextFile="libpng14_14.dll"/>

-    <ROW File="libpixmap.dll" Component_="libpixmap.dll" FileName="libpix~1.dll|libpixmap.dll" Attributes="0" SourcePath="..\dist-x86\lib\gtk-2.0\2.10.0\engines\libpixmap.dll" SelfReg="false" NextFile="libwimp.dll"/>

-    <ROW File="libpng14_14.dll" Component_="libpng14_14.dll" FileName="libpng~1.dll|libpng14-14.dll" Attributes="0" SourcePath="..\dist-x86\libpng14-14.dll" SelfReg="false" NextFile="libxml2.dll"/>

-    <ROW File="libwimp.dll" Component_="libwimp.dll" FileName="libwimp.dll" Attributes="0" SourcePath="..\dist-x86\lib\gtk-2.0\2.10.0\engines\libwimp.dll" SelfReg="false" NextFile="libgail.dll"/>

-    <ROW File="libxml2.dll" Component_="libxml2.dll" FileName="libxml2.dll" Attributes="0" SourcePath="..\dist-x86\libxml2.dll" SelfReg="false" NextFile="LICENSE.CAIRO"/>

-    <ROW File="locale.alias" Component_="locale.alias" FileName="locale~1.ali|locale.alias" Attributes="0" SourcePath="..\dist-x86\share\locale\locale.alias" SelfReg="false" NextFile="atk10.mo_232"/>

-    <ROW File="lua51.dll" Component_="lua51.dll" FileName="lua51.dll" Attributes="0" SourcePath="..\dist-x86\lua51.dll" SelfReg="false" NextFile="portable_mode"/>

-    <ROW File="music.png" Component_="download.png" FileName="music.png" Attributes="0" SourcePath="..\dist-x86\etc\music.png" SelfReg="false" NextFile="libenchant_myspell.dll"/>

-    <ROW File="portable_mode" Component_="portable_mode" FileName="portab~1|portable-mode" Attributes="0" SourcePath="..\dist-x86\portable-mode" SelfReg="false" NextFile="ssleay32.dll"/>

-    <ROW File="ssleay32.dll" Component_="ssleay32.dll" FileName="ssleay32.dll" Attributes="0" SourcePath="..\dist-x86\ssleay32.dll" SelfReg="false" NextFile="xchat.exe"/>

-    <ROW File="xcchecksum.dll" Component_="xcchecksum.dll" FileName="xcchec~1.dll|xcchecksum.dll" Attributes="0" SourcePath="..\dist-x86\plugins\xcchecksum.dll" SelfReg="false" NextFile="xcdoat.dll"/>

-    <ROW File="xcdoat.dll" Component_="xcdoat.dll" FileName="xcdoat.dll" Attributes="0" SourcePath="..\dist-x86\plugins\xcdoat.dll" SelfReg="false" NextFile="xclua.dll"/>

-    <ROW File="xchat.exe" Component_="xchat.exe" FileName="xchat.exe" Attributes="0" SourcePath="..\dist-x86\xchat.exe" SelfReg="false" NextFile="xchat_text.exe"/>

-    <ROW File="xchat.mo" Component_="xchat.mo" FileName="xchat.mo" Attributes="0" SourcePath="..\dist-x86\locale\am\LC_MESSAGES\xchat.mo" SelfReg="false" NextFile="xchat.mo_87"/>

-    <ROW File="xchat.mo_100" Component_="xchat.mo_100" FileName="xchat.mo" Attributes="0" SourcePath="..\dist-x86\locale\gl\LC_MESSAGES\xchat.mo" SelfReg="false" NextFile="xchat.mo_101"/>

-    <ROW File="xchat.mo_101" Component_="xchat.mo_101" FileName="xchat.mo" Attributes="0" SourcePath="..\dist-x86\locale\hi\LC_MESSAGES\xchat.mo" SelfReg="false" NextFile="xchat.mo_102"/>

-    <ROW File="xchat.mo_102" Component_="xchat.mo_102" FileName="xchat.mo" Attributes="0" SourcePath="..\dist-x86\locale\hu\LC_MESSAGES\xchat.mo" SelfReg="false" NextFile="xchat.mo_103"/>

-    <ROW File="xchat.mo_103" Component_="xchat.mo_103" FileName="xchat.mo" Attributes="0" SourcePath="..\dist-x86\locale\it\LC_MESSAGES\xchat.mo" SelfReg="false" NextFile="xchat.mo_104"/>

-    <ROW File="xchat.mo_104" Component_="xchat.mo_104" FileName="xchat.mo" Attributes="0" SourcePath="..\dist-x86\locale\ja\LC_MESSAGES\xchat.mo" SelfReg="false" NextFile="xchat.mo_105"/>

-    <ROW File="xchat.mo_105" Component_="xchat.mo_105" FileName="xchat.mo" Attributes="0" SourcePath="..\dist-x86\locale\kn\LC_MESSAGES\xchat.mo" SelfReg="false" NextFile="xchat.mo_106"/>

-    <ROW File="xchat.mo_106" Component_="xchat.mo_106" FileName="xchat.mo" Attributes="0" SourcePath="..\dist-x86\locale\ko\LC_MESSAGES\xchat.mo" SelfReg="false" NextFile="xchat.mo_107"/>

-    <ROW File="xchat.mo_107" Component_="xchat.mo_107" FileName="xchat.mo" Attributes="0" SourcePath="..\dist-x86\locale\lt\LC_MESSAGES\xchat.mo" SelfReg="false" NextFile="xchat.mo_108"/>

-    <ROW File="xchat.mo_108" Component_="xchat.mo_108" FileName="xchat.mo" Attributes="0" SourcePath="..\dist-x86\locale\lv\LC_MESSAGES\xchat.mo" SelfReg="false" NextFile="xchat.mo_109"/>

-    <ROW File="xchat.mo_109" Component_="xchat.mo_109" FileName="xchat.mo" Attributes="0" SourcePath="..\dist-x86\locale\mk\LC_MESSAGES\xchat.mo" SelfReg="false" NextFile="xchat.mo_110"/>

-    <ROW File="xchat.mo_110" Component_="xchat.mo_110" FileName="xchat.mo" Attributes="0" SourcePath="..\dist-x86\locale\ms\LC_MESSAGES\xchat.mo" SelfReg="false" NextFile="xchat.mo_111"/>

-    <ROW File="xchat.mo_111" Component_="xchat.mo_111" FileName="xchat.mo" Attributes="0" SourcePath="..\dist-x86\locale\nb\LC_MESSAGES\xchat.mo" SelfReg="false" NextFile="xchat.mo_112"/>

-    <ROW File="xchat.mo_112" Component_="xchat.mo_112" FileName="xchat.mo" Attributes="0" SourcePath="..\dist-x86\locale\nl\LC_MESSAGES\xchat.mo" SelfReg="false" NextFile="xchat.mo_113"/>

-    <ROW File="xchat.mo_113" Component_="xchat.mo_113" FileName="xchat.mo" Attributes="0" SourcePath="..\dist-x86\locale\no\LC_MESSAGES\xchat.mo" SelfReg="false" NextFile="xchat.mo_114"/>

-    <ROW File="xchat.mo_114" Component_="xchat.mo_114" FileName="xchat.mo" Attributes="0" SourcePath="..\dist-x86\locale\pa\LC_MESSAGES\xchat.mo" SelfReg="false" NextFile="xchat.mo_115"/>

-    <ROW File="xchat.mo_115" Component_="xchat.mo_115" FileName="xchat.mo" Attributes="0" SourcePath="..\dist-x86\locale\pl\LC_MESSAGES\xchat.mo" SelfReg="false" NextFile="xchat.mo_116"/>

-    <ROW File="xchat.mo_116" Component_="xchat.mo_116" FileName="xchat.mo" Attributes="0" SourcePath="..\dist-x86\locale\pt\LC_MESSAGES\xchat.mo" SelfReg="false" NextFile="xchat.mo_117"/>

-    <ROW File="xchat.mo_117" Component_="xchat.mo_117" FileName="xchat.mo" Attributes="0" SourcePath="..\dist-x86\locale\pt_BR\LC_MESSAGES\xchat.mo" SelfReg="false" NextFile="xchat.mo_118"/>

-    <ROW File="xchat.mo_118" Component_="xchat.mo_118" FileName="xchat.mo" Attributes="0" SourcePath="..\dist-x86\locale\ru\LC_MESSAGES\xchat.mo" SelfReg="false" NextFile="xchat.mo_119"/>

-    <ROW File="xchat.mo_119" Component_="xchat.mo_119" FileName="xchat.mo" Attributes="0" SourcePath="..\dist-x86\locale\sk\LC_MESSAGES\xchat.mo" SelfReg="false" NextFile="xchat.mo_120"/>

-    <ROW File="xchat.mo_120" Component_="xchat.mo_120" FileName="xchat.mo" Attributes="0" SourcePath="..\dist-x86\locale\sl\LC_MESSAGES\xchat.mo" SelfReg="false" NextFile="xchat.mo_121"/>

-    <ROW File="xchat.mo_121" Component_="xchat.mo_121" FileName="xchat.mo" Attributes="0" SourcePath="..\dist-x86\locale\sq\LC_MESSAGES\xchat.mo" SelfReg="false" NextFile="xchat.mo_122"/>

-    <ROW File="xchat.mo_122" Component_="xchat.mo_122" FileName="xchat.mo" Attributes="0" SourcePath="..\dist-x86\locale\sr\LC_MESSAGES\xchat.mo" SelfReg="false" NextFile="xchat.mo_123"/>

-    <ROW File="xchat.mo_123" Component_="xchat.mo_123" FileName="xchat.mo" Attributes="0" SourcePath="..\dist-x86\locale\sv\LC_MESSAGES\xchat.mo" SelfReg="false" NextFile="xchat.mo_124"/>

-    <ROW File="xchat.mo_124" Component_="xchat.mo_124" FileName="xchat.mo" Attributes="0" SourcePath="..\dist-x86\locale\th\LC_MESSAGES\xchat.mo" SelfReg="false" NextFile="xchat.mo_125"/>

-    <ROW File="xchat.mo_125" Component_="xchat.mo_125" FileName="xchat.mo" Attributes="0" SourcePath="..\dist-x86\locale\uk\LC_MESSAGES\xchat.mo" SelfReg="false" NextFile="xchat.mo_126"/>

-    <ROW File="xchat.mo_126" Component_="xchat.mo_126" FileName="xchat.mo" Attributes="0" SourcePath="..\dist-x86\locale\vi\LC_MESSAGES\xchat.mo" SelfReg="false" NextFile="xchat.mo_127"/>

-    <ROW File="xchat.mo_127" Component_="xchat.mo_127" FileName="xchat.mo" Attributes="0" SourcePath="..\dist-x86\locale\wa\LC_MESSAGES\xchat.mo" SelfReg="false" NextFile="xchat.mo_128"/>

-    <ROW File="xchat.mo_128" Component_="xchat.mo_128" FileName="xchat.mo" Attributes="0" SourcePath="..\dist-x86\locale\zh_CN\LC_MESSAGES\xchat.mo" SelfReg="false" NextFile="xchat.mo_129"/>

-    <ROW File="xchat.mo_129" Component_="xchat.mo_129" FileName="xchat.mo" Attributes="0" SourcePath="..\dist-x86\locale\zh_TW\LC_MESSAGES\xchat.mo" SelfReg="false" NextFile="xcchecksum.dll"/>

-    <ROW File="xchat.mo_87" Component_="xchat.mo_87" FileName="xchat.mo" Attributes="0" SourcePath="..\dist-x86\locale\az\LC_MESSAGES\xchat.mo" SelfReg="false" NextFile="xchat.mo_88"/>

-    <ROW File="xchat.mo_88" Component_="xchat.mo_88" FileName="xchat.mo" Attributes="0" SourcePath="..\dist-x86\locale\be\LC_MESSAGES\xchat.mo" SelfReg="false" NextFile="xchat.mo_89"/>

-    <ROW File="xchat.mo_89" Component_="xchat.mo_89" FileName="xchat.mo" Attributes="0" SourcePath="..\dist-x86\locale\bg\LC_MESSAGES\xchat.mo" SelfReg="false" NextFile="xchat.mo_90"/>

-    <ROW File="xchat.mo_90" Component_="xchat.mo_90" FileName="xchat.mo" Attributes="0" SourcePath="..\dist-x86\locale\ca\LC_MESSAGES\xchat.mo" SelfReg="false" NextFile="xchat.mo_91"/>

-    <ROW File="xchat.mo_91" Component_="xchat.mo_91" FileName="xchat.mo" Attributes="0" SourcePath="..\dist-x86\locale\cs\LC_MESSAGES\xchat.mo" SelfReg="false" NextFile="xchat.mo_92"/>

-    <ROW File="xchat.mo_92" Component_="xchat.mo_92" FileName="xchat.mo" Attributes="0" SourcePath="..\dist-x86\locale\de\LC_MESSAGES\xchat.mo" SelfReg="false" NextFile="xchat.mo_93"/>

-    <ROW File="xchat.mo_93" Component_="xchat.mo_93" FileName="xchat.mo" Attributes="0" SourcePath="..\dist-x86\locale\el\LC_MESSAGES\xchat.mo" SelfReg="false" NextFile="xchat.mo_94"/>

-    <ROW File="xchat.mo_94" Component_="xchat.mo_94" FileName="xchat.mo" Attributes="0" SourcePath="..\dist-x86\locale\en_GB\LC_MESSAGES\xchat.mo" SelfReg="false" NextFile="xchat.mo_95"/>

-    <ROW File="xchat.mo_95" Component_="xchat.mo_95" FileName="xchat.mo" Attributes="0" SourcePath="..\dist-x86\locale\es\LC_MESSAGES\xchat.mo" SelfReg="false" NextFile="xchat.mo_96"/>

-    <ROW File="xchat.mo_96" Component_="xchat.mo_96" FileName="xchat.mo" Attributes="0" SourcePath="..\dist-x86\locale\et\LC_MESSAGES\xchat.mo" SelfReg="false" NextFile="xchat.mo_97"/>

-    <ROW File="xchat.mo_97" Component_="xchat.mo_97" FileName="xchat.mo" Attributes="0" SourcePath="..\dist-x86\locale\eu\LC_MESSAGES\xchat.mo" SelfReg="false" NextFile="xchat.mo_98"/>

-    <ROW File="xchat.mo_98" Component_="xchat.mo_98" FileName="xchat.mo" Attributes="0" SourcePath="..\dist-x86\locale\fi\LC_MESSAGES\xchat.mo" SelfReg="false" NextFile="xchat.mo_99"/>

-    <ROW File="xchat.mo_99" Component_="xchat.mo_99" FileName="xchat.mo" Attributes="0" SourcePath="..\dist-x86\locale\fr\LC_MESSAGES\xchat.mo" SelfReg="false" NextFile="xchat.mo_100"/>

-    <ROW File="xchat_text.exe" Component_="xchat_text.exe" FileName="xchat-~1.exe|xchat-text.exe" Attributes="0" SourcePath="..\dist-x86\xchat-text.exe" SelfReg="false" NextFile="zlib1.dll"/>

-    <ROW File="xclua.dll" Component_="xclua.dll" FileName="xclua.dll" Attributes="0" SourcePath="..\dist-x86\plugins\xclua.dll" SelfReg="false" NextFile="xcmpcinfo.dll"/>

-    <ROW File="xcmpcinfo.dll" Component_="xcmpcinfo.dll" FileName="xcmpci~1.dll|xcmpcinfo.dll" Attributes="0" SourcePath="..\dist-x86\plugins\xcmpcinfo.dll" SelfReg="false" NextFile="xcperl_512.dll"/>

-    <ROW File="xcperl_512.dll" Component_="xcperl_512.dll" FileName="xcperl~1.dll|xcperl-512.dll" Attributes="0" SourcePath="..\dist-x86\plugins\xcperl-512.dll" SelfReg="false" NextFile="xcperl_514.dll"/>

-    <ROW File="xcperl_514.dll" Component_="xcperl_514.dll" FileName="xcperl~2.dll|xcperl-514.dll" Attributes="0" SourcePath="..\dist-x86\plugins\xcperl-514.dll" SelfReg="false" NextFile="xcpython.dll"/>

-    <ROW File="xcpython.dll" Component_="xcpython.dll" FileName="xcpython.dll" Attributes="0" SourcePath="..\dist-x86\plugins\xcpython.dll" SelfReg="false" NextFile="xctcl.dll"/>

-    <ROW File="xctcl.dll" Component_="xctcl.dll" FileName="xctcl.dll" Attributes="0" SourcePath="..\dist-x86\plugins\xctcl.dll" SelfReg="false" NextFile="xcupd.dll"/>

-    <ROW File="xcupd.dll" Component_="xcupd.dll" FileName="xcupd.dll" Attributes="0" SourcePath="..\dist-x86\plugins\xcupd.dll" SelfReg="false" NextFile="xcwinamp.dll"/>

-    <ROW File="xcwinamp.dll" Component_="xcwinamp.dll" FileName="xcwinamp.dll" Attributes="0" SourcePath="..\dist-x86\plugins\xcwinamp.dll" SelfReg="false" NextFile="xcwmpa.dll"/>

-    <ROW File="xcwmpa.dll" Component_="xcwmpa.dll" FileName="xcwmpa.dll" Attributes="0" SourcePath="..\dist-x86\plugins\xcwmpa.dll" SelfReg="false" NextFile="xtray.dll"/>

-    <ROW File="xtray.dll" Component_="xtray.dll" FileName="xtray.dll" Attributes="0" SourcePath="..\dist-x86\plugins\xtray.dll" SelfReg="false" NextFile="atk10.mo"/>

-    <ROW File="zlib1.dll" Component_="zlib1.dll" FileName="zlib1.dll" Attributes="0" SourcePath="..\dist-x86\zlib1.dll" SelfReg="false"/>

-  </COMPONENT>

-  <COMPONENT cid="caphyon.advinst.msicomp.BuildComponent">

-    <ROW BuildKey="DefaultBuild" BuildName="DefaultBuild" BuildOrder="1" BuildType="0" PackageFolder="." PackageFileName="XChat-WDK 1498 x86" Languages="en" InstallationType="4" CabsLocation="1" PackageType="1" FilesInsideExe="true" ExeIconPath="..\xchat.ico" ExtractionFolder="[AppDataFolder][|Manufacturer]\[|ProductName] [|ProductVersion]\install" ExtUI="true" ExeName="XChat-WDK 1498 x86"/>

-    <ATTRIBUTE name="CurrentBuild" value="DefaultBuild"/>

-  </COMPONENT>

-  <COMPONENT cid="caphyon.advinst.msicomp.DictionaryComponent">

-    <ROW Path="&lt;AI_DICTS&gt;ui.ail"/>

-    <ROW Path="&lt;AI_DICTS&gt;ui_en.ail"/>

-  </COMPONENT>

-  <COMPONENT cid="caphyon.advinst.msicomp.FragmentComponent">

-    <ROW Fragment="CommonUI.aip" Path="&lt;AI_FRAGS&gt;CommonUI.aip"/>

-    <ROW Fragment="FolderDlg.aip" Path="&lt;AI_THEMES&gt;graphite\fragments\FolderDlg.aip"/>

-    <ROW Fragment="LicenseAgreementDlg.aip" Path="&lt;AI_THEMES&gt;graphite\fragments\LicenseAgreementDlg.aip"/>

-    <ROW Fragment="SequenceDialogs.aip" Path="&lt;AI_THEMES&gt;graphite\fragments\SequenceDialogs.aip"/>

-    <ROW Fragment="Sequences.aip" Path="&lt;AI_FRAGS&gt;Sequences.aip"/>

-    <ROW Fragment="SetupTypeDlg.aip" Path="&lt;AI_THEMES&gt;graphite\fragments\SetupTypeDlg.aip"/>

-    <ROW Fragment="StaticUIStrings.aip" Path="&lt;AI_FRAGS&gt;StaticUIStrings.aip"/>

-    <ROW Fragment="UI.aip" Path="&lt;AI_THEMES&gt;graphite\fragments\UI.aip"/>

-    <ROW Fragment="Validation.aip" Path="&lt;AI_FRAGS&gt;Validation.aip"/>

-  </COMPONENT>

-  <COMPONENT cid="caphyon.advinst.msicomp.MsiActionTextComponent">

-    <ROW Action="AI_DeleteLzma" Description="Deleting files extracted from archive" DescriptionLocId="ActionText.Description.AI_DeleteLzma" TemplateLocId="-"/>

-    <ROW Action="AI_DeleteRLzma" Description="Deleting files extracted from archive" DescriptionLocId="ActionText.Description.AI_DeleteLzma" TemplateLocId="-"/>

-    <ROW Action="AI_ExtractLzma" Description="Extracting files from archive" DescriptionLocId="ActionText.Description.AI_ExtractLzma" TemplateLocId="-"/>

-  </COMPONENT>

-  <COMPONENT cid="caphyon.advinst.msicomp.MsiAppSearchComponent">

-    <ROW Property="AI_SETUPEXEPATH" Signature_="AI_EXE_PATH_CU" Builds="DefaultBuild"/>

-    <ROW Property="AI_SETUPEXEPATH" Signature_="AI_EXE_PATH_LM" Builds="DefaultBuild"/>

-  </COMPONENT>

-  <COMPONENT cid="caphyon.advinst.msicomp.MsiBinaryComponent">

-    <ROW Name="ExternalUICleaner.dll" SourcePath="&lt;AI_CUSTACTS&gt;ExternalUICleaner.dll"/>

-    <ROW Name="aicustact.dll" SourcePath="&lt;AI_CUSTACTS&gt;aicustact.dll"/>

-    <ROW Name="frame_bottom_left.bmp" SourcePath="&lt;AI_FRAME_COLOR&gt;frame_bottom_left.bmp"/>

-    <ROW Name="frame_bottom_left_inactive.bmp" SourcePath="&lt;AI_FRAME_COLOR&gt;frame_bottom_left_inactive.bmp"/>

-    <ROW Name="frame_bottom_mid.bmp" SourcePath="&lt;AI_FRAME_COLOR&gt;frame_bottom_mid.bmp"/>

-    <ROW Name="frame_bottom_mid_inactive.bmp" SourcePath="&lt;AI_FRAME_COLOR&gt;frame_bottom_mid_inactive.bmp"/>

-    <ROW Name="frame_bottom_right.bmp" SourcePath="&lt;AI_FRAME_COLOR&gt;frame_bottom_right.bmp"/>

-    <ROW Name="frame_bottom_right_inactive.bmp" SourcePath="&lt;AI_FRAME_COLOR&gt;frame_bottom_right_inactive.bmp"/>

-    <ROW Name="frame_caption.bmp" SourcePath="&lt;AI_FRAME_COLOR&gt;frame_caption.bmp"/>

-    <ROW Name="frame_caption_inactive.bmp" SourcePath="&lt;AI_FRAME_COLOR&gt;frame_caption_inactive.bmp"/>

-    <ROW Name="frame_left.bmp" SourcePath="&lt;AI_FRAME_COLOR&gt;frame_left.bmp"/>

-    <ROW Name="frame_left_inactive.bmp" SourcePath="&lt;AI_FRAME_COLOR&gt;frame_left_inactive.bmp"/>

-    <ROW Name="frame_right.bmp" SourcePath="&lt;AI_FRAME_COLOR&gt;frame_right.bmp"/>

-    <ROW Name="frame_right_inactive.bmp" SourcePath="&lt;AI_FRAME_COLOR&gt;frame_right_inactive.bmp"/>

-    <ROW Name="frame_top_left.bmp" SourcePath="&lt;AI_FRAME_COLOR&gt;frame_top_left.bmp"/>

-    <ROW Name="frame_top_left_inactive.bmp" SourcePath="&lt;AI_FRAME_COLOR&gt;frame_top_left_inactive.bmp"/>

-    <ROW Name="frame_top_mid.bmp" SourcePath="&lt;AI_FRAME_COLOR&gt;frame_top_mid.bmp"/>

-    <ROW Name="frame_top_mid_inactive.bmp" SourcePath="&lt;AI_FRAME_COLOR&gt;frame_top_mid_inactive.bmp"/>

-    <ROW Name="frame_top_right.bmp" SourcePath="&lt;AI_FRAME_COLOR&gt;frame_top_right.bmp"/>

-    <ROW Name="frame_top_right_inactive.bmp" SourcePath="&lt;AI_FRAME_COLOR&gt;frame_top_right_inactive.bmp"/>

-    <ROW Name="lzmaextractor.dll" SourcePath="&lt;AI_CUSTACTS&gt;lzmaextractor.dll"/>

-    <ROW Name="sys_close_down.bmp" SourcePath="&lt;AI_FRAME_BTNS&gt;sys_close_down.bmp"/>

-    <ROW Name="sys_close_hot.bmp" SourcePath="&lt;AI_FRAME_BTNS&gt;sys_close_hot.bmp"/>

-    <ROW Name="sys_close_inactive.bmp" SourcePath="&lt;AI_FRAME_BTNS&gt;sys_close_inactive.bmp"/>

-    <ROW Name="sys_close_normal.bmp" SourcePath="&lt;AI_FRAME_BTNS&gt;sys_close_normal.bmp"/>

-    <ROW Name="sys_min_down.bmp" SourcePath="&lt;AI_FRAME_COLOR&gt;sys_min_down.bmp"/>

-    <ROW Name="sys_min_hot.bmp" SourcePath="&lt;AI_FRAME_COLOR&gt;sys_min_hot.bmp"/>

-    <ROW Name="sys_min_inactive.bmp" SourcePath="&lt;AI_FRAME_COLOR&gt;sys_min_inactive.bmp"/>

-    <ROW Name="sys_min_normal.bmp" SourcePath="&lt;AI_FRAME_COLOR&gt;sys_min_normal.bmp"/>

-  </COMPONENT>

-  <COMPONENT cid="caphyon.advinst.msicomp.MsiControlComponent">

-    <ROW Dialog_="LicenseAgreementDlg" Control="AgreementText" Type="FileScrollableText" X="175" Y="104" Width="323" Height="120" Attributes="7" Text="..\COPYING.rtf" Control_Next="Buttons" TextLocId="Control.Text.LicenseAgreementDlg#AgreementText" MsiKey="LicenseAgreementDlg#AgreementText"/>

-    <ATTRIBUTE name="FixedSizeBitmaps" value="0"/>

-  </COMPONENT>

-  <COMPONENT cid="caphyon.advinst.msicomp.MsiControlEventComponent">

-    <ROW Dialog_="FolderDlg" Control_="Back" Event="NewDialog" Argument="LicenseAgreementDlg" Condition="AI_INSTALL" Ordering="1"/>

-    <ROW Dialog_="WelcomeDlg" Control_="Next" Event="NewDialog" Argument="LicenseAgreementDlg" Condition="AI_INSTALL" Ordering="1"/>

-    <ROW Dialog_="VerifyReadyDlg" Control_="Back" Event="NewDialog" Argument="SetupTypeDlg" Condition="AI_INSTALL" Ordering="201"/>

-    <ROW Dialog_="FolderDlg" Control_="Next" Event="NewDialog" Argument="SetupTypeDlg" Condition="AI_INSTALL" Ordering="201"/>

-    <ROW Dialog_="VerifyReadyDlg" Control_="Install" Event="EndDialog" Argument="Return" Condition="AI_INSTALL" Ordering="197"/>

-    <ROW Dialog_="MaintenanceTypeDlg" Control_="Back" Event="NewDialog" Argument="MaintenanceWelcomeDlg" Condition="AI_MAINT" Ordering="1"/>

-    <ROW Dialog_="MaintenanceWelcomeDlg" Control_="Next" Event="NewDialog" Argument="MaintenanceTypeDlg" Condition="AI_MAINT" Ordering="99"/>

-    <ROW Dialog_="CustomizeDlg" Control_="Back" Event="NewDialog" Argument="MaintenanceTypeDlg" Condition="AI_MAINT" Ordering="1"/>

-    <ROW Dialog_="MaintenanceTypeDlg" Control_="Next" Event="NewDialog" Argument="CustomizeDlg" Condition="AI_MAINT" Ordering="699"/>

-    <ROW Dialog_="VerifyReadyDlg" Control_="Back" Event="NewDialog" Argument="CustomizeDlg" Condition="AI_MAINT" Ordering="203"/>

-    <ROW Dialog_="CustomizeDlg" Control_="Next" Event="NewDialog" Argument="VerifyReadyDlg" Condition="AI_MAINT" Ordering="1"/>

-    <ROW Dialog_="VerifyReadyDlg" Control_="Install" Event="EndDialog" Argument="Return" Condition="AI_MAINT" Ordering="198"/>

-    <ROW Dialog_="VerifyReadyDlg" Control_="Back" Event="NewDialog" Argument="PatchWelcomeDlg" Condition="AI_PATCH" Ordering="204"/>

-    <ROW Dialog_="PatchWelcomeDlg" Control_="Next" Event="NewDialog" Argument="VerifyReadyDlg" Condition="AI_PATCH" Ordering="201"/>

-    <ROW Dialog_="VerifyReadyDlg" Control_="Install" Event="EndDialog" Argument="Return" Condition="AI_PATCH" Ordering="199"/>

-    <ROW Dialog_="ResumeDlg" Control_="Install" Event="EndDialog" Argument="Return" Condition="AI_RESUME" Ordering="299"/>

-    <ROW Dialog_="SetupTypeDlg" Control_="Next" Event="NewDialog" Argument="VerifyReadyDlg" Condition="AI_INSTALL" Ordering="201"/>

-    <ROW Dialog_="SetupTypeDlg" Control_="Back" Event="NewDialog" Argument="FolderDlg" Condition="AI_INSTALL" Ordering="1"/>

-    <ROW Dialog_="SetupTypeDlg" Control_="Next" Event="NewDialog" Argument="CustomizeDlg" Condition="AI_INSTALL AND SetupTypeOption=&quot;Custom&quot;" Ordering="202"/>

-    <ROW Dialog_="CustomizeDlg" Control_="Back" Event="NewDialog" Argument="SetupTypeDlg" Condition="AI_INSTALL AND SetupTypeOption=&quot;Custom&quot;" Ordering="2"/>

-    <ROW Dialog_="CustomizeDlg" Control_="Next" Event="NewDialog" Argument="VerifyReadyDlg" Condition="AI_INSTALL AND SetupTypeOption=&quot;Custom&quot;" Ordering="2"/>

-    <ROW Dialog_="VerifyReadyDlg" Control_="Back" Event="NewDialog" Argument="CustomizeDlg" Condition="AI_INSTALL AND SetupTypeOption=&quot;Custom&quot;" Ordering="202"/>

-    <ROW Dialog_="LicenseAgreementDlg" Control_="Next" Event="NewDialog" Argument="FolderDlg" Condition="AI_INSTALL" Ordering="1"/>

-    <ROW Dialog_="LicenseAgreementDlg" Control_="Back" Event="NewDialog" Argument="WelcomeDlg" Condition="AI_INSTALL" Ordering="1"/>

-  </COMPONENT>

-  <COMPONENT cid="caphyon.advinst.msicomp.MsiCreateFolderComponent">

-    <ROW Directory_="SHORTCUTDIR" Component_="SHORTCUTDIR"/>

-  </COMPONENT>

-  <COMPONENT cid="caphyon.advinst.msicomp.MsiCustActComponent">

-    <ROW Action="AI_DOWNGRADE" Type="19" Target="4010"/>

-    <ROW Action="AI_DeleteCadLzma" Type="51" Source="AI_DeleteLzma" Target="[AI_SETUPEXEPATH]"/>

-    <ROW Action="AI_DeleteLzma" Type="1025" Source="lzmaextractor.dll" Target="DeleteLZMAFiles"/>

-    <ROW Action="AI_DeleteRCadLzma" Type="51" Source="AI_DeleteRLzma" Target="[AI_SETUPEXEPATH]"/>

-    <ROW Action="AI_DeleteRLzma" Type="1281" Source="lzmaextractor.dll" Target="DeleteLZMAFiles"/>

-    <ROW Action="AI_DoRemoveExternalUIStub" Type="3585" Source="ExternalUICleaner.dll" Target="DoRemoveExternalUIStub" WithoutSeq="true"/>

-    <ROW Action="AI_ExtractCadLzma" Type="51" Source="AI_ExtractLzma" Target="[AI_SETUPEXEPATH]"/>

-    <ROW Action="AI_ExtractLzma" Type="1025" Source="lzmaextractor.dll" Target="ExtractLZMAFiles"/>

-    <ROW Action="AI_FindExeLzma" Type="1" Source="lzmaextractor.dll" Target="FindEXE"/>

-    <ROW Action="AI_GetArpIconPath" Type="1" Source="aicustact.dll" Target="GetArpIconPath"/>

-    <ROW Action="AI_LaunchApp" Type="1" Source="aicustact.dll" Target="[#xchat.exe]"/>

-    <ROW Action="AI_PREPARE_UPGRADE" Type="65" Source="aicustact.dll" Target="PrepareUpgrade"/>

-    <ROW Action="AI_RESTORE_LOCATION" Type="65" Source="aicustact.dll" Target="RestoreLocation"/>

-    <ROW Action="AI_RemoveExternalUIStub" Type="1" Source="ExternalUICleaner.dll" Target="RemoveExternalUIStub"/>

-    <ROW Action="AI_ResolveKnownFolders" Type="1" Source="aicustact.dll" Target="AI_ResolveKnownFolders"/>

-    <ROW Action="AI_SHOW_LOG" Type="65" Source="aicustact.dll" Target="LaunchLogFile" WithoutSeq="true"/>

-    <ROW Action="AI_STORE_LOCATION" Type="51" Source="ARPINSTALLLOCATION" Target="[APPDIR]"/>

-    <ROW Action="SET_APPDIR" Type="307" Source="APPDIR" Target="[ProgramFilesFolder][Manufacturer]\[ProductName]" MultiBuildTarget="DefaultBuild:[ProgramFilesFolder]XChat-WDK"/>

-    <ROW Action="SET_SHORTCUTDIR" Type="307" Source="SHORTCUTDIR" Target="[ProgramMenuFolder][ProductName]"/>

-    <ROW Action="SET_TARGETDIR_TO_APPDIR" Type="51" Source="TARGETDIR" Target="[APPDIR]"/>

-  </COMPONENT>

-  <COMPONENT cid="caphyon.advinst.msicomp.MsiIconsComponent">

-    <ROW Name="SystemFolder_msiexec.exe" SourcePath="&lt;AI_RES&gt;uninstall.ico" Index="0"/>

-    <ROW Name="xchat.exe" SourcePath="..\xchat.ico" Index="0"/>

-  </COMPONENT>

-  <COMPONENT cid="caphyon.advinst.msicomp.MsiInstExSeqComponent">

-    <ROW Action="AI_DOWNGRADE" Condition="AI_NEWERPRODUCTFOUND AND (UILevel &lt;&gt; 5)" Sequence="210"/>

-    <ROW Action="AI_RESTORE_LOCATION" Condition="APPDIR=&quot;&quot;" Sequence="749"/>

-    <ROW Action="AI_STORE_LOCATION" Condition="(Not Installed) OR REINSTALL" Sequence="1502"/>

-    <ROW Action="AI_PREPARE_UPGRADE" Condition="AI_UPGRADE=&quot;No&quot; AND (Not Installed)" Sequence="1399"/>

-    <ROW Action="AI_ResolveKnownFolders" Sequence="52"/>

-    <ROW Action="AI_GetArpIconPath" Sequence="51"/>

-    <ROW Action="AI_RemoveExternalUIStub" Condition="(REMOVE=&quot;ALL&quot;) AND ((VersionNT &gt; 500) OR((VersionNT = 500) AND (ServicePackLevel &gt;= 4)))" Sequence="1501"/>

-    <ROW Action="AI_DeleteCadLzma" Condition="SETUPEXEDIR=&quot;&quot; AND Installed AND (REMOVE&lt;&gt;&quot;ALL&quot;) AND (NOT PATCH)" Sequence="199" Builds="DefaultBuild"/>

-    <ROW Action="AI_DeleteRCadLzma" Condition="SETUPEXEDIR=&quot;&quot; AND Installed AND (REMOVE&lt;&gt;&quot;ALL&quot;) AND (NOT PATCH)" Sequence="198" Builds="DefaultBuild"/>

-    <ROW Action="AI_ExtractCadLzma" Condition="SETUPEXEDIR=&quot;&quot; AND Installed AND (REMOVE&lt;&gt;&quot;ALL&quot;) AND (NOT PATCH)" Sequence="197" Builds="DefaultBuild"/>

-    <ROW Action="AI_FindExeLzma" Condition="SETUPEXEDIR=&quot;&quot; AND Installed AND (REMOVE&lt;&gt;&quot;ALL&quot;) AND (NOT PATCH)" Sequence="196" Builds="DefaultBuild"/>

-    <ROW Action="AI_ExtractLzma" Condition="SETUPEXEDIR=&quot;&quot; AND Installed AND (REMOVE&lt;&gt;&quot;ALL&quot;) AND (NOT PATCH)" Sequence="1549" Builds="DefaultBuild"/>

-    <ROW Action="AI_DeleteRLzma" Condition="SETUPEXEDIR=&quot;&quot; AND Installed AND (REMOVE&lt;&gt;&quot;ALL&quot;) AND (NOT PATCH)" Sequence="1548" Builds="DefaultBuild"/>

-    <ROW Action="AI_DeleteLzma" Condition="SETUPEXEDIR=&quot;&quot; AND Installed AND (REMOVE&lt;&gt;&quot;ALL&quot;) AND (NOT PATCH)" Sequence="6599" Builds="DefaultBuild"/>

-  </COMPONENT>

-  <COMPONENT cid="caphyon.advinst.msicomp.MsiInstallUISequenceComponent">

-    <ROW Action="AI_RESTORE_LOCATION" Condition="APPDIR=&quot;&quot;" Sequence="749"/>

-    <ROW Action="AI_ResolveKnownFolders" Sequence="51"/>

-  </COMPONENT>

-  <COMPONENT cid="caphyon.advinst.msicomp.MsiLaunchConditionsComponent">

-    <ROW Condition="( Version9X OR VersionNT64 OR ( VersionNT AND ((VersionNT &lt;&gt; 400) OR ((VersionNT = 400) AND (ServicePackLevel &gt;= 1))) AND ((VersionNT &lt;&gt; 400) OR ((VersionNT = 400) AND (ServicePackLevel &lt;&gt; 1))) AND ((VersionNT &lt;&gt; 400) OR ((VersionNT = 400) AND (ServicePackLevel &lt;&gt; 2))) AND ((VersionNT &lt;&gt; 400) OR ((VersionNT = 400) AND (ServicePackLevel &lt;&gt; 3))) AND ((VersionNT &lt;&gt; 400) OR ((VersionNT = 400) AND (ServicePackLevel &lt;&gt; 4))) AND ((VersionNT &lt;&gt; 400) OR ((VersionNT = 400) AND (ServicePackLevel &lt;&gt; 5))) AND ((VersionNT &lt;&gt; 400) OR ((VersionNT = 400) AND (ServicePackLevel &lt;&gt; 6))) AND ((VersionNT &lt;&gt; 500) OR ((VersionNT = 500) AND (ServicePackLevel &gt;= 1))) AND ((VersionNT &lt;&gt; 500) OR ((VersionNT = 500) AND (ServicePackLevel &lt;&gt; 1))) AND ((VersionNT &lt;&gt; 500) OR ((VersionNT = 500) AND (ServicePackLevel &lt;&gt; 2))) AND ((VersionNT &lt;&gt; 500) OR ((VersionNT = 500) AND (ServicePackLevel &lt;&gt; 3))) AND ((VersionNT &lt;&gt; 500) OR ((VersionNT = 500) AND (ServicePackLevel &lt;&gt; 4))) ) )" Description="[ProductName] cannot be installed on the following Windows versions: [WindowsTypeNTDisplay]" DescriptionLocId="AI.LaunchCondition.NoSpecificNT" IsPredefined="true" Builds="DefaultBuild"/>

-    <ROW Condition="VersionNT" Description="[ProductName] cannot be installed on [WindowsType9XDisplay]" DescriptionLocId="AI.LaunchCondition.No9X" IsPredefined="true" Builds="DefaultBuild"/>

-  </COMPONENT>

-  <COMPONENT cid="caphyon.advinst.msicomp.MsiRegLocatorComponent">

-    <ROW Signature_="AI_EXE_PATH_CU" Root="1" Key="Software\Caphyon\Advanced Installer\LZMA\[ProductCode]\[ProductVersion]" Name="AI_ExePath" Type="2"/>

-    <ROW Signature_="AI_EXE_PATH_LM" Root="2" Key="Software\Caphyon\Advanced Installer\LZMA\[ProductCode]\[ProductVersion]" Name="AI_ExePath" Type="2"/>

-  </COMPONENT>

-  <COMPONENT cid="caphyon.advinst.msicomp.MsiRegsComponent">

-    <ROW Registry="AI_ExePath" Root="-1" Key="Software\Caphyon\Advanced Installer\LZMA\[ProductCode]\[ProductVersion]" Name="AI_ExePath" Value="[AI_SETUPEXEPATH]" Component_="AI_ExePath"/>

-    <ROW Registry="Comments" Root="-1" Key="Software\Microsoft\Windows\CurrentVersion\Uninstall\[ProductName] [ProductVersion]" Name="Comments" Value="[ARPCOMMENTS]" Component_="AI_CustomARPName"/>

-    <ROW Registry="Contact" Root="-1" Key="Software\Microsoft\Windows\CurrentVersion\Uninstall\[ProductName] [ProductVersion]" Name="Contact" Value="[ARPCONTACT]" Component_="AI_CustomARPName"/>

-    <ROW Registry="DisplayIcon" Root="-1" Key="Software\Microsoft\Windows\CurrentVersion\Uninstall\[ProductName] [ProductVersion]" Name="DisplayIcon" Value="[ARP_ICON_PATH]" Component_="AI_CustomARPName"/>

-    <ROW Registry="DisplayName" Root="-1" Key="Software\Microsoft\Windows\CurrentVersion\Uninstall\[ProductName] [ProductVersion]" Name="DisplayName" Value="[AI_PRODUCTNAME_ARP]" Component_="AI_CustomARPName"/>

-    <ROW Registry="DisplayVersion" Root="-1" Key="Software\Microsoft\Windows\CurrentVersion\Uninstall\[ProductName] [ProductVersion]" Name="DisplayVersion" Value="[ProductVersion]" Component_="AI_CustomARPName"/>

-    <ROW Registry="HelpLink" Root="-1" Key="Software\Microsoft\Windows\CurrentVersion\Uninstall\[ProductName] [ProductVersion]" Name="HelpLink" Value="[ARPHELPLINK]" Component_="AI_CustomARPName"/>

-    <ROW Registry="HelpTelephone" Root="-1" Key="Software\Microsoft\Windows\CurrentVersion\Uninstall\[ProductName] [ProductVersion]" Name="HelpTelephone" Value="[ARPHELPTELEPHONE]" Component_="AI_CustomARPName"/>

-    <ROW Registry="InstallLocation" Root="-1" Key="Software\Microsoft\Windows\CurrentVersion\Uninstall\[ProductName] [ProductVersion]" Name="InstallLocation" Value="[APPDIR]" Component_="AI_CustomARPName"/>

-    <ROW Registry="ModifyPath" Root="-1" Key="Software\Microsoft\Windows\CurrentVersion\Uninstall\[ProductName] [ProductVersion]" Name="ModifyPath" Value="[AI_UNINSTALLER] /I [ProductCode]" Component_="AI_CustomARPName"/>

-    <ROW Registry="NoRepair" Root="-1" Key="Software\Microsoft\Windows\CurrentVersion\Uninstall\[ProductName] [ProductVersion]" Name="NoRepair" Value="#1" Component_="AI_CustomARPName"/>

-    <ROW Registry="Path" Root="-1" Key="Software\[Manufacturer]\[ProductName]" Name="Path" Value="[APPDIR]" Component_="ProductInformation"/>

-    <ROW Registry="ProductName_" Root="-1" Key="Software\[Manufacturer]\[ProductName]" Name="+" Component_="ProductInformation"/>

-    <ROW Registry="Publisher" Root="-1" Key="Software\Microsoft\Windows\CurrentVersion\Uninstall\[ProductName] [ProductVersion]" Name="Publisher" Value="[Manufacturer]" Component_="AI_CustomARPName"/>

-    <ROW Registry="URLInfoAbout" Root="-1" Key="Software\Microsoft\Windows\CurrentVersion\Uninstall\[ProductName] [ProductVersion]" Name="URLInfoAbout" Value="[ARPURLINFOABOUT]" Component_="AI_CustomARPName"/>

-    <ROW Registry="URLUpdateInfo" Root="-1" Key="Software\Microsoft\Windows\CurrentVersion\Uninstall\[ProductName] [ProductVersion]" Name="URLUpdateInfo" Value="[ARPURLUPDATEINFO]" Component_="AI_CustomARPName"/>

-    <ROW Registry="UninstallString" Root="-1" Key="Software\Microsoft\Windows\CurrentVersion\Uninstall\[ProductName] [ProductVersion]" Name="UninstallString" Value="[AI_UNINSTALLER] /x [ProductCode]" Component_="AI_CustomARPName"/>

-    <ROW Registry="Version" Root="-1" Key="Software\[Manufacturer]\[ProductName]" Name="Version" Value="[ProductVersion]" Component_="ProductInformation"/>

-    <ROW Registry="VersionMajor" Root="-1" Key="Software\Microsoft\Windows\CurrentVersion\Uninstall\[ProductName] [ProductVersion]" Name="VersionMajor" Value="#14" Component_="AI_CustomARPName"/>

-    <ROW Registry="VersionMinor" Root="-1" Key="Software\Microsoft\Windows\CurrentVersion\Uninstall\[ProductName] [ProductVersion]" Name="VersionMinor" Value="#98" Component_="AI_CustomARPName"/>

-  </COMPONENT>

-  <COMPONENT cid="caphyon.advinst.msicomp.MsiShortsComponent">

-    <ROW Shortcut="Uninstall_XChat_WDK__x86_" Directory_="SHORTCUTDIR" Name="Uninst~1|Uninstall XChat-WDK (x86)" Component_="AI_ExePath" Target="[SystemFolder]msiexec.exe" Arguments="/x [ProductCode]" Hotkey="0" Icon_="SystemFolder_msiexec.exe" IconIndex="0" ShowCmd="1"/>

-    <ROW Shortcut="XChat_Text__x86_" Directory_="SHORTCUTDIR" Name="XChat-~2|XChat-Text (x86)" Component_="xchat_text.exe" Target="[#xchat_text.exe]" Hotkey="0" IconIndex="0" ShowCmd="1" WkDir="APPDIR"/>

-    <ROW Shortcut="XChat_WDK__x86_" Directory_="SHORTCUTDIR" Name="XChat-~1|XChat-WDK (x86)" Component_="xchat.exe" Target="[#xchat.exe]" Hotkey="0" IconIndex="0" ShowCmd="1" WkDir="APPDIR"/>

-  </COMPONENT>

-  <COMPONENT cid="caphyon.advinst.msicomp.MsiThemeComponent">

-    <ATTRIBUTE name="UsedTheme" value="graphite"/>

-  </COMPONENT>

-  <COMPONENT cid="caphyon.advinst.msicomp.MsiUpgradeComponent">

-    <ROW UpgradeCode="[|UpgradeCode]" VersionMax="[|ProductVersion]" Attributes="1025" ActionProperty="OLDPRODUCTS"/>

-    <ROW UpgradeCode="[|UpgradeCode]" VersionMin="[|ProductVersion]" Attributes="2" ActionProperty="AI_NEWERPRODUCTFOUND"/>

-  </COMPONENT>

-</DOCUMENT>

diff --git a/build/xchat-wdk.skel.iss b/build/xchat-wdk.skel.iss
deleted file mode 100644
index afefe28a..00000000
--- a/build/xchat-wdk.skel.iss
+++ /dev/null
@@ -1,299 +0,0 @@
-AppName=XChat-WDK

-AppPublisher=XChat-WDK

-AppPublisherURL=http://code.google.com/p/xchat-wdk/

-AppCopyright=Copyright (C) 1998-2010 Peter Zelezny

-AppSupportURL=http://code.google.com/p/xchat-wdk/issues/list

-AppUpdatesURL=http://code.google.com/p/xchat-wdk/wiki/InfoXChat

-LicenseFile=COPYING

-UninstallDisplayIcon={app}\xchat.exe

-UninstallDisplayName=XChat-WDK

-DefaultDirName={pf}\XChat-WDK

-DefaultGroupName=XChat-WDK

-DisableProgramGroupPage=yes

-SolidCompression=yes

-SourceDir=..\tmp

-OutputDir=..\build

-FlatComponentsList=no

-PrivilegesRequired=none

-ShowComponentSizes=no

-CreateUninstallRegKey=not IsTaskSelected('portable')

-Uninstallable=not IsTaskSelected('portable')

-ArchitecturesAllowed=x86 x64

-ArchitecturesInstallIn64BitMode=x64

-

-[Types]

-Name: "normal"; Description: "Normal Installation"

-Name: "full"; Description: "Full Installation"

-Name: "minimal"; Description: "Minimal Installation"

-Name: "custom"; Description: "Custom Installation"; Flags: iscustom

-

-[Components]

-Name: "libs"; Description: "XChat-WDK"; Types: normal full minimal custom; Flags: fixed

-Name: "xctext"; Description: "XChat-Text"; Types: full custom; Flags: disablenouninstallwarning

-Name: "translations"; Description: "Translations"; Types: normal full custom; Flags: disablenouninstallwarning

-;Name: "spelling"; Description: "Spelling Dictionaries"; Types: full custom; Flags: disablenouninstallwarning

-Name: "plugins"; Description: "Plugins"; Types: full custom; Flags: disablenouninstallwarning

-Name: "plugins\checksum"; Description: "Checksum"; Types: full custom; Flags: disablenouninstallwarning

-Name: "plugins\mpcinfo"; Description: "mpcInfo"; Types: full custom; Flags: disablenouninstallwarning

-Name: "plugins\upd"; Description: "Update Checker"; Types: normal full custom; Flags: disablenouninstallwarning

-Name: "plugins\winamp"; Description: "Winamp"; Types: full custom; Flags: disablenouninstallwarning

-Name: "plugins\wmpa"; Description: "Windows Media Player Announcer"; Types: full custom; Flags: disablenouninstallwarning

-Name: "plugins\xtray"; Description: "X-Tray"; Types: full custom; Flags: disablenouninstallwarning

-Name: "langs"; Description: "Language Interfaces"; Types: full custom; Flags: disablenouninstallwarning

-Name: "langs\lua"; Description: "Lua"; Types: full custom; Flags: disablenouninstallwarning

-Name: "langs\lua\luawdk"; Description: "Lua-WDK"; Types: full custom; Flags: disablenouninstallwarning

-Name: "langs\perl"; Description: "Perl"; Types: full custom; Flags: disablenouninstallwarning

-Name: "langs\python"; Description: "Python"; Types: full custom; Flags: disablenouninstallwarning

-Name: "langs\tcl"; Description: "Tcl"; Types: full custom; Flags: disablenouninstallwarning

-

-[Tasks]

-Name: x86; Description: "x86"; GroupDescription: "XChat-WDK version:"; Flags: exclusive unchecked

-Name: x64; Description: "x64"; GroupDescription: "XChat-WDK version:"; Flags: exclusive; Check: Is64BitInstallMode

-

-Name: perl512; Description: "5.12"; GroupDescription: "Perl version:"; Flags: exclusive; Components: langs\perl

-Name: perl514; Description: "5.14"; GroupDescription: "Perl version:"; Flags: exclusive unchecked; Components: langs\perl

-

-Name: portable; Description: "Yes"; GroupDescription: "Portable Install (no Registry entries, no Start Menu icons, no uninstaller):"; Flags: unchecked

-

-[Registry]

-Root: HKCR; Subkey: "irc"; ValueType: none; ValueName: ""; ValueData: ""; Flags: deletekey uninsdeletekey; Tasks: not portable

-Root: HKCR; Subkey: "irc"; ValueType: string; ValueName: ""; ValueData: "URL:IRC Protocol"; Flags: uninsdeletevalue; Tasks: not portable

-Root: HKCR; Subkey: "irc"; ValueType: string; ValueName: "URL Protocol"; ValueData: ""; Flags: uninsdeletevalue; Tasks: not portable

-Root: HKCR; Subkey: "irc\DefaultIcon"; ValueType: string; ValueName: ""; ValueData: "{app}\xchat.exe,0"; Flags: uninsdeletevalue; Tasks: not portable

-Root: HKCR; Subkey: "irc\shell"; ValueType: string; ValueName: ""; ValueData: "open"; Flags: uninsdeletevalue; Tasks: not portable

-Root: HKCR; Subkey: "irc\shell\open\command"; ValueType: string; ValueName: ""; ValueData: "{app}\xchat.exe --url=""%1"""; Flags: uninsdeletevalue; Tasks: not portable

-

-[Run]

-Filename: "{app}\xchat.exe"; Description: "Run XChat-WDK after closing the Wizard"; Flags: nowait postinstall skipifsilent

-

-[Files]

-Source: "cert.pem"; DestDir: "{app}"; Components: libs

-Source: "COPYING"; DestDir: "{app}"; Components: libs

-Source: "LICENSE.OPENSSL"; DestDir: "{app}"; Components: libs

-Source: "LICENSE.ZLIB"; DestDir: "{app}"; Components: libs

-Source: "LICENSE.GTK"; DestDir: "{app}"; Components: libs

-Source: "LICENSE.CAIRO"; DestDir: "{app}"; Components: libs

-Source: "LICENSE.LUA"; DestDir: "{app}"; Components: libs

-Source: "LICENSE.ENCHANT"; DestDir: "{app}"; Components: libs

-Source: "LICENSE.LIBXML"; DestDir: "{app}"; Components: libs

-Source: "portable-mode"; DestDir: "{app}"; Tasks: portable

-Source: "etc\*"; DestDir: "{app}\etc"; Flags: createallsubdirs recursesubdirs; Components: libs

-Source: "share\xml\*"; DestDir: "{app}\share\xml"; Flags: createallsubdirs recursesubdirs; Components: libs

-Source: "locale\*"; DestDir: "{app}\locale"; Flags: createallsubdirs recursesubdirs; Components: translations

-Source: "share\locale\*"; DestDir: "{app}\share\locale"; Flags: createallsubdirs recursesubdirs; Components: translations

-;Source: "share\myspell\*"; DestDir: "{app}\share\myspell"; Flags: createallsubdirs recursesubdirs; Components: spelling

-

-

-

-Source: "xchat.exe"; DestDir: "{app}"; Components: libs; Tasks: x86

-Source: "xchat.exe.x64"; DestDir: "{app}"; DestName: "xchat.exe"; Components: libs; Tasks: x64

-

-

-

-Source: "freetype6.dll"; DestDir: "{app}"; Components: libs; Tasks: x86

-Source: "libfreetype-6.dll.x64"; DestDir: "{app}"; DestName: "libfreetype-6.dll"; Components: libs; Tasks: x64

-

-Source: "intl.dll"; DestDir: "{app}"; Components: libs; Tasks: x86

-Source: "libintl-8.dll.x64"; DestDir: "{app}"; DestName: "libintl-8.dll"; Components: libs; Tasks: x64

-

-

-

-Source: "libatk-1.0-0.dll"; DestDir: "{app}"; Components: libs; Tasks: x86

-Source: "libatk-1.0-0.dll.x64"; DestDir: "{app}"; DestName: "libatk-1.0-0.dll"; Components: libs; Tasks: x64

-

-Source: "libcairo-2.dll"; DestDir: "{app}"; Components: libs; Tasks: x86

-Source: "libcairo-2.dll.x64"; DestDir: "{app}"; DestName: "libcairo-2.dll"; Components: libs; Tasks: x64

-

-Source: "libeay32.dll"; DestDir: "{app}"; Components: libs; Tasks: x86

-Source: "libeay32.dll.x64"; DestDir: "{app}"; DestName: "libeay32.dll"; Components: libs; Tasks: x64

-

-Source: "libexpat-1.dll"; DestDir: "{app}"; Components: libs; Tasks: x86

-Source: "libexpat-1.dll.x64"; DestDir: "{app}"; DestName: "libexpat-1.dll"; Components: libs; Tasks: x64

-

-Source: "libfontconfig-1.dll"; DestDir: "{app}"; Components: libs; Tasks: x86

-Source: "libfontconfig-1.dll.x64"; DestDir: "{app}"; DestName: "libfontconfig-1.dll"; Components: libs; Tasks: x64

-

-Source: "libgdk_pixbuf-2.0-0.dll"; DestDir: "{app}"; Components: libs; Tasks: x86

-Source: "libgdk_pixbuf-2.0-0.dll.x64"; DestDir: "{app}"; DestName: "libgdk_pixbuf-2.0-0.dll"; Components: libs; Tasks: x64

-

-Source: "libgdk-win32-2.0-0.dll"; DestDir: "{app}"; Components: libs; Tasks: x86

-Source: "libgdk-win32-2.0-0.dll.x64"; DestDir: "{app}"; DestName: "libgdk-win32-2.0-0.dll"; Components: libs; Tasks: x64

-

-Source: "libgio-2.0-0.dll"; DestDir: "{app}"; Components: libs; Tasks: x86

-Source: "libgio-2.0-0.dll.x64"; DestDir: "{app}"; DestName: "libgio-2.0-0.dll"; Components: libs; Tasks: x64

-

-Source: "libglib-2.0-0.dll"; DestDir: "{app}"; Components: libs; Tasks: x86

-Source: "libglib-2.0-0.dll.x64"; DestDir: "{app}"; DestName: "libglib-2.0-0.dll"; Components: libs; Tasks: x64

-

-Source: "libgmodule-2.0-0.dll"; DestDir: "{app}"; Components: libs; Tasks: x86

-Source: "libgmodule-2.0-0.dll.x64"; DestDir: "{app}"; DestName: "libgmodule-2.0-0.dll"; Components: libs; Tasks: x64

-

-Source: "libgobject-2.0-0.dll"; DestDir: "{app}"; Components: libs; Tasks: x86

-Source: "libgobject-2.0-0.dll.x64"; DestDir: "{app}"; DestName: "libgobject-2.0-0.dll"; Components: libs; Tasks: x64

-

-Source: "libgthread-2.0-0.dll"; DestDir: "{app}"; Components: libs; Tasks: x86

-Source: "libgthread-2.0-0.dll.x64"; DestDir: "{app}"; DestName: "libgthread-2.0-0.dll"; Components: libs; Tasks: x64

-

-Source: "libgtk-win32-2.0-0.dll"; DestDir: "{app}"; Components: libs; Tasks: x86

-Source: "libgtk-win32-2.0-0.dll.x64"; DestDir: "{app}"; DestName: "libgtk-win32-2.0-0.dll"; Components: libs; Tasks: x64

-

-Source: "libpango-1.0-0.dll"; DestDir: "{app}"; Components: libs; Tasks: x86

-Source: "libpango-1.0-0.dll.x64"; DestDir: "{app}"; DestName: "libpango-1.0-0.dll"; Components: libs; Tasks: x64

-

-Source: "libpangocairo-1.0-0.dll"; DestDir: "{app}"; Components: libs; Tasks: x86

-Source: "libpangocairo-1.0-0.dll.x64"; DestDir: "{app}"; DestName: "libpangocairo-1.0-0.dll"; Components: libs; Tasks: x64

-

-Source: "libpangoft2-1.0-0.dll"; DestDir: "{app}"; Components: libs; Tasks: x86

-Source: "libpangoft2-1.0-0.dll.x64"; DestDir: "{app}"; DestName: "libpangoft2-1.0-0.dll"; Components: libs; Tasks: x64

-

-Source: "libpangowin32-1.0-0.dll"; DestDir: "{app}"; Components: libs; Tasks: x86

-Source: "libpangowin32-1.0-0.dll.x64"; DestDir: "{app}"; DestName: "libpangowin32-1.0-0.dll"; Components: libs; Tasks: x64

-

-Source: "libpng14-14.dll"; DestDir: "{app}"; Components: libs; Tasks: x86

-Source: "libpng14-14.dll.x64"; DestDir: "{app}"; DestName: "libpng14-14.dll"; Components: libs; Tasks: x64

-

-Source: "lua51.dll"; DestDir: "{app}"; Components: libs; Tasks: x86

-Source: "lua51.dll.x64"; DestDir: "{app}"; DestName: "lua51.dll"; Components: libs; Tasks: x64

-

-Source: "ssleay32.dll"; DestDir: "{app}"; Components: libs; Tasks: x86

-Source: "ssleay32.dll.x64"; DestDir: "{app}"; DestName: "ssleay32.dll"; Components: libs; Tasks: x64

-

-Source: "zlib1.dll"; DestDir: "{app}"; Components: libs; Tasks: x86

-Source: "zlib1.dll.x64"; DestDir: "{app}"; DestName: "zlib1.dll"; Components: libs; Tasks: x64

-

-Source: "libxml2.dll"; DestDir: "{app}"; Components: libs; Tasks: x86

-Source: "libxml2.dll.x64"; DestDir: "{app}"; DestName: "libxml2.dll"; Components: libs; Tasks: x64

-

-Source: "libenchant.dll"; DestDir: "{app}"; Components: libs; Tasks: x86

-Source: "libenchant.dll.x64"; DestDir: "{app}"; DestName: "libenchant.dll"; Components: libs; Tasks: x64

-

-Source: "lib\enchant\libenchant_myspell.dll"; DestDir: "{app}\lib\enchant"; Components: libs; Tasks: x86

-Source: "lib\enchant\libenchant_myspell.dll.x64"; DestDir: "{app}\lib\enchant"; DestName: "libenchant_myspell.dll"; Components: libs; Tasks: x64

-

-

-

-Source: "lib\gtk-2.0\2.10.0\engines\libpixmap.dll"; DestDir: "{app}\lib\gtk-2.0\2.10.0\engines"; Components: libs; Tasks: x86

-Source: "lib\gtk-2.0\2.10.0\engines\libpixmap.dll.x64"; DestDir: "{app}\lib\gtk-2.0\2.10.0\engines"; DestName: "libpixmap.dll"; Components: libs; Tasks: x64

-

-Source: "lib\gtk-2.0\2.10.0\engines\libwimp.dll"; DestDir: "{app}\lib\gtk-2.0\2.10.0\engines"; Components: libs; Tasks: x86

-Source: "lib\gtk-2.0\2.10.0\engines\libwimp.dll.x64"; DestDir: "{app}\lib\gtk-2.0\2.10.0\engines"; DestName: "libwimp.dll"; Components: libs; Tasks: x64

-

-Source: "lib\gtk-2.0\modules\libgail.dll"; DestDir: "{app}\lib\gtk-2.0\modules"; Components: libs; Tasks: x86

-Source: "lib\gtk-2.0\modules\libgail.dll.x64"; DestDir: "{app}\lib\gtk-2.0\modules"; DestName: "libgail.dll"; Components: libs; Tasks: x64

-

-

-

-Source: "xchat-text.exe"; DestDir: "{app}"; Components: xctext; Tasks: x86

-Source: "xchat-text.exe.x64"; DestDir: "{app}"; DestName: "xchat-text.exe"; Components: xctext; Tasks: x64

-

-

-

-Source: "plugins\xcchecksum.dll"; DestDir: "{app}\plugins"; Components: plugins\checksum; Tasks: x86

-Source: "plugins\xcchecksum.dll.x64"; DestDir: "{app}\plugins"; DestName: "xcchecksum.dll"; Components: plugins\checksum; Tasks: x64

-

-Source: "plugins\xcmpcinfo.dll"; DestDir: "{app}\plugins"; Components: plugins\mpcinfo; Tasks: x86

-Source: "plugins\xcmpcinfo.dll.x64"; DestDir: "{app}\plugins"; DestName: "xcmpcinfo.dll"; Components: plugins\mpcinfo; Tasks: x64

-

-Source: "plugins\xcupd.dll"; DestDir: "{app}\plugins"; Components: plugins\upd; Tasks: x86

-Source: "plugins\xcupd.dll.x64"; DestDir: "{app}\plugins"; DestName: "xcupd.dll"; Components: plugins\upd; Tasks: x64

-

-Source: "plugins\xcwinamp.dll"; DestDir: "{app}\plugins"; Components: plugins\winamp; Tasks: x86

-Source: "plugins\xcwinamp.dll.x64"; DestDir: "{app}\plugins"; DestName: "xcwinamp.dll"; Components: plugins\winamp; Tasks: x64

-

-Source: "plugins\xtray.dll"; DestDir: "{app}\plugins"; Components: plugins\xtray; Tasks: x86

-Source: "plugins\xtray.dll.x64"; DestDir: "{app}\plugins"; DestName: "xtray.dll"; Components: plugins\xtray; Tasks: x64

-

-Source: "plugins\xcwmpa.dll"; DestDir: "{app}\plugins"; Components: plugins\wmpa; Tasks: x86

-Source: "plugins\xcwmpa.dll.x64"; DestDir: "{app}\plugins"; DestName: "xcwmpa.dll"; Components: plugins\wmpa; Tasks: x64

-

-

-

-Source: "plugins\xclua.dll"; DestDir: "{app}\plugins"; Components: langs\lua; Tasks: x86

-Source: "plugins\xclua.dll.x64"; DestDir: "{app}\plugins"; DestName: "xclua.dll"; Components: langs\lua; Tasks: x64

-

-Source: "plugins\xcpython.dll"; DestDir: "{app}\plugins"; Components: langs\python; Tasks: x86

-Source: "plugins\xcpython.dll.x64"; DestDir: "{app}\plugins"; DestName: "xcpython.dll"; Components: langs\python; Tasks: x64

-

-Source: "plugins\xctcl.dll"; DestDir: "{app}\plugins"; Components: langs\tcl; Tasks: x86

-Source: "plugins\xctcl.dll.x64"; DestDir: "{app}\plugins"; DestName: "xctcl.dll"; Components: langs\tcl; Tasks: x64

-

-

-

-Source: "plugins\xcperl-512.dll"; DestDir: "{app}\plugins"; DestName: "xcperl.dll"; Components: langs\perl; Tasks: x86 and perl512

-Source: "plugins\xcperl-512.dll.x64"; DestDir: "{app}\plugins"; DestName: "xcperl.dll"; Components: langs\perl; Tasks: x64 and perl512

-

-Source: "plugins\xcperl-514.dll"; DestDir: "{app}\plugins"; DestName: "xcperl.dll"; Components: langs\perl; Tasks: x86 and perl514

-Source: "plugins\xcperl-514.dll.x64"; DestDir: "{app}\plugins"; DestName: "xcperl.dll"; Components: langs\perl; Tasks: x64 and perl514

-

-[Icons]

-Name: "{group}\XChat-WDK"; Filename: "{app}\xchat.exe"; Tasks: not portable

-Name: "{group}\XChat-Text"; Filename: "{app}\xchat-text.exe"; Components: xctext; Tasks: not portable

-Name: "{group}\Uninstall XChat-WDK"; Filename: "{uninstallexe}"; Tasks: not portable

-

-[Messages]

-BeveledLabel= XChat-WDK

-

-[Code]

-/////////////////////////////////////////////////////////////////////

-// these are required for x86->x64 or reverse upgrades

-/////////////////////////////////////////////////////////////////////

-function GetUninstallString(): String;

-var

-	sUnInstPath: String;

-	sUnInstallString: String;

-begin

-	sUnInstPath := ExpandConstant('Software\Microsoft\Windows\CurrentVersion\Uninstall\XChat-WDK_is1');

-	sUnInstallString := '';

-	if not RegQueryStringValue(HKLM, sUnInstPath, 'UninstallString', sUnInstallString) then

-		RegQueryStringValue(HKCU, sUnInstPath, 'UninstallString', sUnInstallString);

-	Result := sUnInstallString;

-end;

-

-

-/////////////////////////////////////////////////////////////////////

-function IsUpgrade(): Boolean;

-begin

-	Result := (GetUninstallString() <> '');

-end;

-

-

-/////////////////////////////////////////////////////////////////////

-function UnInstallOldVersion(): Integer;

-var

-	sUnInstallString: String;

-	iResultCode: Integer;

-begin

-// Return Values:

-// 1 - uninstall string is empty

-// 2 - error executing the UnInstallString

-// 3 - successfully executed the UnInstallString

-

-	// default return value

-	Result := 0;

-

-	// get the uninstall string of the old app

-	sUnInstallString := GetUninstallString();

-	if sUnInstallString <> '' then begin

-		sUnInstallString := RemoveQuotes(sUnInstallString);

-		if Exec(sUnInstallString, '/SILENT /NORESTART /SUPPRESSMSGBOXES','', SW_HIDE, ewWaitUntilTerminated, iResultCode) then

-			Result := 3

-		else

-			Result := 2;

-	end else

-		Result := 1;

-end;

-

-/////////////////////////////////////////////////////////////////////

-procedure CurStepChanged(CurStep: TSetupStep);

-begin

-	if not (IsTaskSelected('portable')) then

-	begin

-		if (CurStep=ssInstall) then

-		begin

-			if (IsUpgrade()) then

-			begin

-				UnInstallOldVersion();

-			end;

-		end;

-	end;

-end;