You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cli-dev@httpd.apache.org by wr...@apache.org on 2004/10/30 21:31:05 UTC

svn commit: rev 56064 - in incubator/httpd/cli/trunk/mod_aspdotnet: . installer

Author: wrowe
Date: Sat Oct 30 12:31:04 2004
New Revision: 56064

Added:
   incubator/httpd/cli/trunk/mod_aspdotnet/installer.ism   (contents, props changed)
Removed:
   incubator/httpd/cli/trunk/mod_aspdotnet/installer/
   incubator/httpd/cli/trunk/mod_aspdotnet/installer.isv
Log:

  Remove the old installer, add the .xml InstallShield X installer

Added: incubator/httpd/cli/trunk/mod_aspdotnet/installer.ism
==============================================================================
--- (empty file)
+++ incubator/httpd/cli/trunk/mod_aspdotnet/installer.ism	Sat Oct 30 12:31:04 2004
@@ -0,0 +1,4492 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<?xml-stylesheet type="text/xsl" href="is.xsl" ?>
+<!DOCTYPE msi [
+   <!ELEMENT msi   (summary,table*)>
+   <!ATTLIST msi version    CDATA #REQUIRED>
+   <!ATTLIST msi xmlns:dt   CDATA #IMPLIED
+                 codepage   CDATA #IMPLIED
+                 compression (MSZIP|LZX|none) "LZX">
+   
+   <!ELEMENT summary       (codepage?,title?,subject?,author?,keywords?,comments?,
+                            template,lastauthor?,revnumber,lastprinted?,
+                            createdtm?,lastsavedtm?,pagecount,wordcount,
+                            charcount?,appname?,security?)>
+                            
+   <!ELEMENT codepage      (#PCDATA)>
+   <!ELEMENT title         (#PCDATA)>
+   <!ELEMENT subject       (#PCDATA)>
+   <!ELEMENT author        (#PCDATA)>
+   <!ELEMENT keywords      (#PCDATA)>
+   <!ELEMENT comments      (#PCDATA)>
+   <!ELEMENT template      (#PCDATA)>
+   <!ELEMENT lastauthor    (#PCDATA)>
+   <!ELEMENT revnumber     (#PCDATA)>
+   <!ELEMENT lastprinted   (#PCDATA)>
+   <!ELEMENT createdtm     (#PCDATA)>
+   <!ELEMENT lastsavedtm   (#PCDATA)>
+   <!ELEMENT pagecount     (#PCDATA)>
+   <!ELEMENT wordcount     (#PCDATA)>
+   <!ELEMENT charcount     (#PCDATA)>
+   <!ELEMENT appname       (#PCDATA)>
+   <!ELEMENT security      (#PCDATA)>                            
+                                
+   <!ELEMENT table         (col+,row*)>
+   <!ATTLIST table
+                name        CDATA #REQUIRED>
+
+   <!ELEMENT col           (#PCDATA)>
+   <!ATTLIST col
+                 key       (yes|no) #IMPLIED
+                 def       CDATA #IMPLIED>
+                 
+   <!ELEMENT row            (td+)>
+   
+   <!ELEMENT td             (#PCDATA)>
+   <!ATTLIST td
+                 href       CDATA #IMPLIED
+                 dt:dt     (string|bin.base64) #IMPLIED
+                 md5        CDATA #IMPLIED>
+]>
+<msi version="2.0" xmlns:dt="urn:schemas-microsoft-com:datatypes">
+	
+	<summary>
+		<codepage>1252</codepage>
+		<title>Installation Database</title>
+		<subject>Apache mod_aspdotnet</subject>
+		<author>##COMPANY_NAME##</author>
+		<keywords>Installer,MSI,Database</keywords>
+		<comments>##ID_STRING1##</comments>
+		<template>Intel;1033</template>
+		<lastauthor>Administrator</lastauthor>
+		<revnumber>{F0A1AD16-6B9F-4DBD-AA5F-811B7F6F5337}</revnumber>
+		<lastprinted/>
+		<createdtm>06/21/1999 01:00</createdtm>
+		<lastsavedtm>07/14/2000 04:50</lastsavedtm>
+		<pagecount>200</pagecount>
+		<wordcount>0</wordcount>
+		<charcount/>
+		<appname>InstallShield Developer</appname>
+		<security>1</security>
+	</summary>
+	
+	<table name="ActionText">
+		<col key="yes" def="s72">Action</col>
+		<col def="L64">Description</col>
+		<col def="L128">Template</col>
+		<row><td>Advertise</td><td>##IDS_ACTIONTEXT_1##</td><td/></row>
+		<row><td>AllocateRegistrySpace</td><td>##IDS_ACTIONTEXT_2##</td><td>##IDS_ACTIONTEXT_3##</td></row>
+		<row><td>AppSearch</td><td>##IDS_ACTIONTEXT_4##</td><td>##IDS_ACTIONTEXT_5##</td></row>
+		<row><td>BindImage</td><td>##IDS_ACTIONTEXT_6##</td><td>##IDS_ACTIONTEXT_7##</td></row>
+		<row><td>CCPSearch</td><td>##IDS_ACTIONTEXT_8##</td><td/></row>
+		<row><td>CostFinalize</td><td>##IDS_ACTIONTEXT_9##</td><td/></row>
+		<row><td>CostInitialize</td><td>##IDS_ACTIONTEXT_10##</td><td/></row>
+		<row><td>CreateFolders</td><td>##IDS_ACTIONTEXT_11##</td><td>##IDS_ACTIONTEXT_12##</td></row>
+		<row><td>CreateShortcuts</td><td>##IDS_ACTIONTEXT_13##</td><td>##IDS_ACTIONTEXT_14##</td></row>
+		<row><td>DeleteServices</td><td>##IDS_ACTIONTEXT_15##</td><td>##IDS_ACTIONTEXT_16##</td></row>
+		<row><td>DuplicateFiles</td><td>##IDS_ACTIONTEXT_17##</td><td>##IDS_ACTIONTEXT_18##</td></row>
+		<row><td>FileCost</td><td>##IDS_ACTIONTEXT_19##</td><td/></row>
+		<row><td>FindRelatedProducts</td><td>##IDS_ACTIONTEXT_115##</td><td>##IDS_ACTIONTEXT_116##</td></row>
+		<row><td>GenerateScript</td><td>##IDS_ACTIONTEXT_20##</td><td>##IDS_ACTIONTEXT_21##</td></row>
+		<row><td>InstallAdminPackage</td><td>##IDS_ACTIONTEXT_22##</td><td>##IDS_ACTIONTEXT_23##</td></row>
+		<row><td>InstallFiles</td><td>##IDS_ACTIONTEXT_24##</td><td>##IDS_ACTIONTEXT_25##</td></row>
+		<row><td>InstallODBC</td><td>##IDS_ACTIONTEXT_26##</td><td/></row>
+		<row><td>InstallSFPCatalogFile</td><td>##IDS_ACTIONTEXT_121##</td><td>##IDS_ACTIONTEXT_122##</td></row>
+		<row><td>InstallServices</td><td>##IDS_ACTIONTEXT_27##</td><td>##IDS_ACTIONTEXT_28##</td></row>
+		<row><td>InstallValidate</td><td>##IDS_ACTIONTEXT_29##</td><td/></row>
+		<row><td>LaunchConditions</td><td>##IDS_ACTIONTEXT_30##</td><td/></row>
+		<row><td>MigrateFeatureStates</td><td>##IDS_ACTIONTEXT_117##</td><td>##IDS_ACTIONTEXT_118##</td></row>
+		<row><td>MoveFiles</td><td>##IDS_ACTIONTEXT_31##</td><td>##IDS_ACTIONTEXT_32##</td></row>
+		<row><td>PatchFiles</td><td>##IDS_ACTIONTEXT_33##</td><td>##IDS_ACTIONTEXT_34##</td></row>
+		<row><td>ProcessComponents</td><td>##IDS_ACTIONTEXT_35##</td><td/></row>
+		<row><td>PublishComponents</td><td>##IDS_ACTIONTEXT_36##</td><td>##IDS_ACTIONTEXT_37##</td></row>
+		<row><td>PublishFeatures</td><td>##IDS_ACTIONTEXT_38##</td><td>##IDS_ACTIONTEXT_39##</td></row>
+		<row><td>PublishProduct</td><td>##IDS_ACTIONTEXT_40##</td><td/></row>
+		<row><td>RMCCPSearch</td><td>##IDS_ACTIONTEXT_72##</td><td/></row>
+		<row><td>RegisterClassInfo</td><td>##IDS_ACTIONTEXT_41##</td><td>##IDS_ACTIONTEXT_42##</td></row>
+		<row><td>RegisterComPlus</td><td>##IDS_ACTIONTEXT_111##</td><td>##IDS_ACTIONTEXT_112##</td></row>
+		<row><td>RegisterExtensionInfo</td><td>##IDS_ACTIONTEXT_43##</td><td>##IDS_ACTIONTEXT_44##</td></row>
+		<row><td>RegisterFonts</td><td>##IDS_ACTIONTEXT_45##</td><td>##IDS_ACTIONTEXT_46##</td></row>
+		<row><td>RegisterMIMEInfo</td><td>##IDS_ACTIONTEXT_47##</td><td>##IDS_ACTIONTEXT_48##</td></row>
+		<row><td>RegisterProduct</td><td>##IDS_ACTIONTEXT_49##</td><td>##IDS_ACTIONTEXT_50##</td></row>
+		<row><td>RegisterProgIdInfo</td><td>##IDS_ACTIONTEXT_51##</td><td>##IDS_ACTIONTEXT_52##</td></row>
+		<row><td>RegisterTypeLibraries</td><td>##IDS_ACTIONTEXT_53##</td><td>##IDS_ACTIONTEXT_54##</td></row>
+		<row><td>RegisterUser</td><td>##IDS_ACTIONTEXT_55##</td><td>##IDS_ACTIONTEXT_56##</td></row>
+		<row><td>RemoveDuplicateFiles</td><td>##IDS_ACTIONTEXT_57##</td><td>##IDS_ACTIONTEXT_58##</td></row>
+		<row><td>RemoveEnvironmentStrings</td><td>##IDS_ACTIONTEXT_59##</td><td>##IDS_ACTIONTEXT_60##</td></row>
+		<row><td>RemoveExistingProducts</td><td>##IDS_ACTIONTEXT_119##</td><td>##IDS_ACTIONTEXT_120##</td></row>
+		<row><td>RemoveFiles</td><td>##IDS_ACTIONTEXT_61##</td><td>##IDS_ACTIONTEXT_62##</td></row>
+		<row><td>RemoveFolders</td><td>##IDS_ACTIONTEXT_63##</td><td>##IDS_ACTIONTEXT_64##</td></row>
+		<row><td>RemoveIniValues</td><td>##IDS_ACTIONTEXT_65##</td><td>##IDS_ACTIONTEXT_66##</td></row>
+		<row><td>RemoveODBC</td><td>##IDS_ACTIONTEXT_67##</td><td/></row>
+		<row><td>RemoveRegistryValues</td><td>##IDS_ACTIONTEXT_68##</td><td>##IDS_ACTIONTEXT_69##</td></row>
+		<row><td>RemoveShortcuts</td><td>##IDS_ACTIONTEXT_70##</td><td>##IDS_ACTIONTEXT_71##</td></row>
+		<row><td>Rollback</td><td>##IDS_ACTIONTEXT_73##</td><td>##IDS_ACTIONTEXT_74##</td></row>
+		<row><td>RollbackCleanup</td><td>##IDS_ACTIONTEXT_75##</td><td>##IDS_ACTIONTEXT_76##</td></row>
+		<row><td>SelfRegModules</td><td>##IDS_ACTIONTEXT_77##</td><td>##IDS_ACTIONTEXT_78##</td></row>
+		<row><td>SelfUnregModules</td><td>##IDS_ACTIONTEXT_79##</td><td>##IDS_ACTIONTEXT_80##</td></row>
+		<row><td>SetODBCFolders</td><td>##IDS_ACTIONTEXT_81##</td><td/></row>
+		<row><td>StartServices</td><td>##IDS_ACTIONTEXT_82##</td><td>##IDS_ACTIONTEXT_83##</td></row>
+		<row><td>StopServices</td><td>##IDS_ACTIONTEXT_84##</td><td>##IDS_ACTIONTEXT_85##</td></row>
+		<row><td>UnmoveFiles</td><td>##IDS_ACTIONTEXT_86##</td><td>##IDS_ACTIONTEXT_87##</td></row>
+		<row><td>UnpublishComponents</td><td>##IDS_ACTIONTEXT_88##</td><td>##IDS_ACTIONTEXT_89##</td></row>
+		<row><td>UnpublishFeatures</td><td>##IDS_ACTIONTEXT_90##</td><td>##IDS_ACTIONTEXT_91##</td></row>
+		<row><td>UnpublishProduct</td><td>##IDS_ACTIONTEXT_92##</td><td/></row>
+		<row><td>UnregisterClassInfo</td><td>##IDS_ACTIONTEXT_93##</td><td>##IDS_ACTIONTEXT_94##</td></row>
+		<row><td>UnregisterComPlus</td><td>##IDS_ACTIONTEXT_113##</td><td>##IDS_ACTIONTEXT_114##</td></row>
+		<row><td>UnregisterExtensionInfo</td><td>##IDS_ACTIONTEXT_95##</td><td>##IDS_ACTIONTEXT_96##</td></row>
+		<row><td>UnregisterFonts</td><td>##IDS_ACTIONTEXT_97##</td><td>##IDS_ACTIONTEXT_98##</td></row>
+		<row><td>UnregisterMIMEInfo</td><td>##IDS_ACTIONTEXT_99##</td><td>##IDS_ACTIONTEXT_100##</td></row>
+		<row><td>UnregisterProgIdInfo</td><td>##IDS_ACTIONTEXT_101##</td><td>##IDS_ACTIONTEXT_102##</td></row>
+		<row><td>UnregisterTypeLibraries</td><td>##IDS_ACTIONTEXT_103##</td><td>##IDS_ACTIONTEXT_104##</td></row>
+		<row><td>WriteEnvironmentStrings</td><td>##IDS_ACTIONTEXT_105##</td><td>##IDS_ACTIONTEXT_106##</td></row>
+		<row><td>WriteIniValues</td><td>##IDS_ACTIONTEXT_107##</td><td>##IDS_ACTIONTEXT_108##</td></row>
+		<row><td>WriteRegistryValues</td><td>##IDS_ACTIONTEXT_109##</td><td>##IDS_ACTIONTEXT_110##</td></row>
+		<row><td>caCreateVRoots</td><td>##IDS_ACTIONTEXT_123##</td><td/></row>
+		<row><td>caRemoveVRoots</td><td>##IDS_ACTIONTEXT_124##</td><td/></row>
+	</table>
+
+	<table name="AdminExecuteSequence">
+		<col key="yes" def="s72">Action</col>
+		<col def="S255">Condition</col>
+		<col def="I2">Sequence</col>
+		<col def="S255">ISComments</col>
+		<col def="I4">ISAttributes</col>
+		<row><td>CostFinalize</td><td/><td>1000</td><td>CostFinalize</td><td/></row>
+		<row><td>CostInitialize</td><td/><td>800</td><td>CostInitialize</td><td/></row>
+		<row><td>FileCost</td><td/><td>900</td><td>FileCost</td><td/></row>
+		<row><td>InstallAdminPackage</td><td/><td>3900</td><td>InstallAdminPackage</td><td/></row>
+		<row><td>InstallFiles</td><td/><td>4000</td><td>InstallFiles</td><td/></row>
+		<row><td>InstallFinalize</td><td/><td>6600</td><td>InstallFinalize</td><td/></row>
+		<row><td>InstallInitialize</td><td/><td>1500</td><td>InstallInitialize</td><td/></row>
+		<row><td>InstallValidate</td><td/><td>1400</td><td>InstallValidate</td><td/></row>
+		<row><td>ScheduleReboot</td><td>ISSCHEDULEREBOOT</td><td>4010</td><td>ScheduleReboot</td><td/></row>
+	</table>
+
+	<table name="AdminUISequence">
+		<col key="yes" def="s72">Action</col>
+		<col def="S255">Condition</col>
+		<col def="I2">Sequence</col>
+		<col def="S255">ISComments</col>
+		<col def="I4">ISAttributes</col>
+		<row><td>AdminWelcome</td><td/><td>1010</td><td>AdminWelcome</td><td/></row>
+		<row><td>CostFinalize</td><td/><td>1000</td><td>CostFinalize</td><td/></row>
+		<row><td>CostInitialize</td><td/><td>800</td><td>CostInitialize</td><td/></row>
+		<row><td>ExecuteAction</td><td/><td>1300</td><td>ExecuteAction</td><td/></row>
+		<row><td>FileCost</td><td/><td>900</td><td>FileCost</td><td/></row>
+		<row><td>SetupCompleteError</td><td/><td>-3</td><td>SetupCompleteError</td><td/></row>
+		<row><td>SetupCompleteSuccess</td><td/><td>-1</td><td>SetupCompleteSuccess</td><td/></row>
+		<row><td>SetupInitialization</td><td/><td>50</td><td>SetupInitialization</td><td/></row>
+		<row><td>SetupInterrupted</td><td/><td>-2</td><td>SetupInterrupted</td><td/></row>
+		<row><td>SetupProgress</td><td/><td>1020</td><td>SetupProgress</td><td/></row>
+	</table>
+
+	<table name="AdvtExecuteSequence">
+		<col key="yes" def="s72">Action</col>
+		<col def="S255">Condition</col>
+		<col def="I2">Sequence</col>
+		<col def="S255">ISComments</col>
+		<col def="I4">ISAttributes</col>
+		<row><td>CostFinalize</td><td/><td>1000</td><td>CostFinalize</td><td/></row>
+		<row><td>CostInitialize</td><td/><td>800</td><td>CostInitialize</td><td/></row>
+		<row><td>CreateShortcuts</td><td/><td>4500</td><td>CreateShortcuts</td><td/></row>
+		<row><td>InstallFinalize</td><td/><td>6600</td><td>InstallFinalize</td><td/></row>
+		<row><td>InstallInitialize</td><td/><td>1500</td><td>InstallInitialize</td><td/></row>
+		<row><td>InstallValidate</td><td/><td>1400</td><td>InstallValidate</td><td/></row>
+		<row><td>MsiPublishAssemblies</td><td/><td>6250</td><td>MsiPublishAssemblies</td><td/></row>
+		<row><td>PublishComponents</td><td/><td>6200</td><td>PublishComponents</td><td/></row>
+		<row><td>PublishFeatures</td><td/><td>6300</td><td>PublishFeatures</td><td/></row>
+		<row><td>PublishProduct</td><td/><td>6400</td><td>PublishProduct</td><td/></row>
+		<row><td>RegisterClassInfo</td><td/><td>4600</td><td>RegisterClassInfo</td><td/></row>
+		<row><td>RegisterExtensionInfo</td><td/><td>4700</td><td>RegisterExtensionInfo</td><td/></row>
+		<row><td>RegisterMIMEInfo</td><td/><td>4900</td><td>RegisterMIMEInfo</td><td/></row>
+		<row><td>RegisterProgIdInfo</td><td/><td>4800</td><td>RegisterProgIdInfo</td><td/></row>
+		<row><td>RegisterTypeLibraries</td><td/><td>4910</td><td>RegisterTypeLibraries</td><td/></row>
+		<row><td>ScheduleReboot</td><td>ISSCHEDULEREBOOT</td><td>6410</td><td>ScheduleReboot</td><td/></row>
+	</table>
+
+	<table name="AdvtUISequence">
+		<col key="yes" def="s72">Action</col>
+		<col def="S255">Condition</col>
+		<col def="I2">Sequence</col>
+		<col def="S255">ISComments</col>
+		<col def="I4">ISAttributes</col>
+	</table>
+
+	<table name="AppId">
+		<col key="yes" def="s38">AppId</col>
+		<col def="S255">RemoteServerName</col>
+		<col def="S255">LocalService</col>
+		<col def="S255">ServiceParameters</col>
+		<col def="S255">DllSurrogate</col>
+		<col def="I2">ActivateAtStorage</col>
+		<col def="I2">RunAsInteractiveUser</col>
+	</table>
+
+	<table name="AppSearch">
+		<col key="yes" def="s72">Property</col>
+		<col key="yes" def="s72">Signature_</col>
+	</table>
+
+	<table name="BBControl">
+		<col key="yes" def="s50">Billboard_</col>
+		<col key="yes" def="s50">BBControl</col>
+		<col def="s50">Type</col>
+		<col def="i2">X</col>
+		<col def="i2">Y</col>
+		<col def="i2">Width</col>
+		<col def="i2">Height</col>
+		<col def="I4">Attributes</col>
+		<col def="L50">Text</col>
+	</table>
+
+	<table name="Billboard">
+		<col key="yes" def="s50">Billboard</col>
+		<col def="s38">Feature_</col>
+		<col def="S50">Action</col>
+		<col def="I2">Ordering</col>
+	</table>
+
+	<table name="Binary">
+		<col key="yes" def="s72">Name</col>
+		<col def="V0">Data</col>
+		<col def="S255">ISBuildSourcePath</col>
+		<row><td>ISSELFREG.DLL</td><td/><td>&lt;ISProductFolder&gt;\redist\language independent\i386\isregsvr.dll</td></row>
+		<row><td>NewBinary1</td><td/><td>&lt;ISProjectFolder&gt;\resource\ApacheBanner.jpeg</td></row>
+		<row><td>NewBinary10</td><td/><td>&lt;ISProductFolder&gt;\Redist\Language Independent\OS Independent\CompleteSetupIco.ibd</td></row>
+		<row><td>NewBinary11</td><td/><td>&lt;ISProjectFolder&gt;\msi_dll\resolve_apache.dll</td></row>
+		<row><td>NewBinary12</td><td/><td>&lt;ISProductFolder&gt;\Redist\Language Independent\OS Independent\DestIcon.ibd</td></row>
+		<row><td>NewBinary13</td><td/><td>&lt;ISProductFolder&gt;\Redist\Language Independent\OS Independent\NetworkInstall.ico</td></row>
+		<row><td>NewBinary14</td><td/><td>&lt;ISProductFolder&gt;\Redist\Language Independent\OS Independent\DontInstall.ico</td></row>
+		<row><td>NewBinary15</td><td/><td>&lt;ISProductFolder&gt;\Redist\Language Independent\OS Independent\Install.ico</td></row>
+		<row><td>NewBinary16</td><td/><td>&lt;ISProductFolder&gt;\Redist\Language Independent\OS Independent\InstallFirstUse.ico</td></row>
+		<row><td>NewBinary17</td><td/><td>&lt;ISProductFolder&gt;\Redist\Language Independent\OS Independent\InstallPartial.ico</td></row>
+		<row><td>NewBinary18</td><td/><td>&lt;ISProductFolder&gt;\Redist\Language Independent\OS Independent\InstallStateMenu.ico</td></row>
+		<row><td>NewBinary2</td><td/><td>&lt;ISProductFolder&gt;\Redist\Language Independent\OS Independent\New.ibd</td></row>
+		<row><td>NewBinary3</td><td/><td>&lt;ISProductFolder&gt;\Redist\Language Independent\OS Independent\Up.ibd</td></row>
+		<row><td>NewBinary4</td><td/><td>&lt;ISProductFolder&gt;\Redist\Language Independent\OS Independent\WarningIcon.ibd</td></row>
+		<row><td>NewBinary5</td><td/><td>&lt;ISProjectFolder&gt;\resource\ApachePanel.jpeg</td></row>
+		<row><td>NewBinary6</td><td/><td>&lt;ISProductFolder&gt;\Redist\Language Independent\OS Independent\CustomSetupIco.ibd</td></row>
+		<row><td>NewBinary7</td><td/><td>&lt;ISProductFolder&gt;\Redist\Language Independent\OS Independent\ReinstIco.ibd</td></row>
+		<row><td>NewBinary8</td><td/><td>&lt;ISProductFolder&gt;\Redist\Language Independent\OS Independent\RemoveIco.ibd</td></row>
+		<row><td>NewBinary9</td><td/><td>&lt;ISProductFolder&gt;\Redist\Language Independent\OS Independent\SetupIcon.ibd</td></row>
+	</table>
+
+	<table name="BindImage">
+		<col key="yes" def="s72">File_</col>
+		<col def="S255">Path</col>
+	</table>
+
+	<table name="CCPSearch">
+		<col key="yes" def="s72">Signature_</col>
+	</table>
+
+	<table name="CheckBox">
+		<col key="yes" def="s72">Property</col>
+		<col def="S64">Value</col>
+		<row><td>LAUNCHREADME</td><td/></row>
+	</table>
+
+	<table name="Class">
+		<col key="yes" def="s38">CLSID</col>
+		<col key="yes" def="s32">Context</col>
+		<col key="yes" def="s72">Component_</col>
+		<col def="S255">ProgId_Default</col>
+		<col def="L255">Description</col>
+		<col def="S38">AppId_</col>
+		<col def="S255">FileTypeMask</col>
+		<col def="S72">Icon_</col>
+		<col def="I2">IconIndex</col>
+		<col def="S32">DefInprocHandler</col>
+		<col def="S255">Argument</col>
+		<col def="s38">Feature_</col>
+		<col def="I2">Attributes</col>
+	</table>
+
+	<table name="ComboBox">
+		<col key="yes" def="s72">Property</col>
+		<col key="yes" def="i2">Order</col>
+		<col def="s64">Value</col>
+		<col def="L64">Text</col>
+	</table>
+
+	<table name="CompLocator">
+		<col key="yes" def="s72">Signature_</col>
+		<col def="s38">ComponentId</col>
+		<col def="I2">Type</col>
+	</table>
+
+	<table name="Complus">
+		<col key="yes" def="s72">Component_</col>
+		<col key="yes" def="I2">ExpType</col>
+	</table>
+
+	<table name="Component">
+		<col key="yes" def="s72">Component</col>
+		<col def="S38">ComponentId</col>
+		<col def="s72">Directory_</col>
+		<col def="i2">Attributes</col>
+		<col def="S255">Condition</col>
+		<col def="S72">KeyPath</col>
+		<col def="I4">ISAttributes</col>
+		<col def="S255">ISComments</col>
+		<col def="S255">ISScanAtBuildFile</col>
+		<col def="S255">ISRegFileToMergeAtBuild</col>
+		<col def="S0">ISDotNetInstallerArgsInstall</col>
+		<col def="S0">ISDotNetInstallerArgsCommit</col>
+		<col def="S0">ISDotNetInstallerArgsUninstall</col>
+		<col def="S0">ISDotNetInstallerArgsRollback</col>
+		<row><td>Apache.Web</td><td>{0C479A89-29CD-4979-B4EF-5899EE72DD5A}</td><td>GlobalAssemblyCache</td><td>8</td><td/><td>Apache.Web.dll</td><td>49</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>html_docs</td><td>{C66EA964-E1E5-4B5C-AAA4-C41F9330E44D}</td><td>HTML</td><td>8</td><td/><td/><td>17</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>mod_aspdotnet.so</td><td>{BA7DB173-11D7-4873-8F28-8A4FA6B86E33}</td><td>APACHE_MODULES</td><td>8</td><td/><td>mod_aspdotnet.so</td><td>1</td><td/><td/><td/><td/><td/><td/><td/></row>
+	</table>
+
+	<table name="Condition">
+		<col key="yes" def="s38">Feature_</col>
+		<col key="yes" def="i2">Level</col>
+		<col def="S255">Condition</col>
+	</table>
+
+	<table name="Control">
+		<col key="yes" def="s72">Dialog_</col>
+		<col key="yes" def="s50">Control</col>
+		<col def="s20">Type</col>
+		<col def="i2">X</col>
+		<col def="i2">Y</col>
+		<col def="i2">Width</col>
+		<col def="i2">Height</col>
+		<col def="I4">Attributes</col>
+		<col def="S72">Property</col>
+		<col def="L0">Text</col>
+		<col def="S50">Control_Next</col>
+		<col def="L50">Help</col>
+		<col def="I4">ISWindowStyle</col>
+		<col def="I4">ISControlId</col>
+		<col def="S255">ISBuildSourcePath</col>
+		<col def="S72">Binary_</col>
+		<row><td>AdminChangeFolder</td><td>Banner</td><td>Bitmap</td><td>0</td><td>0</td><td>374</td><td>44</td><td>262145</td><td/><td/><td/><td/><td>0</td><td>0</td><td/><td>NewBinary1</td></row>
+		<row><td>AdminChangeFolder</td><td>BannerLine</td><td>Line</td><td>0</td><td>44</td><td>374</td><td>0</td><td>1</td><td/><td/><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>AdminChangeFolder</td><td>Branding1</td><td>Text</td><td>4</td><td>229</td><td>50</td><td>13</td><td>3</td><td/><td>##IDS__IsAdminInstallBrowse_1##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>AdminChangeFolder</td><td>Branding2</td><td>Text</td><td>3</td><td>228</td><td>50</td><td>13</td><td>65537</td><td/><td>##IDS__IsAdminInstallBrowse_2##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>AdminChangeFolder</td><td>Cancel</td><td>PushButton</td><td>301</td><td>243</td><td>66</td><td>17</td><td>3</td><td/><td>##IDS__IsAdminInstallBrowse_3##</td><td>ComboText</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>AdminChangeFolder</td><td>Combo</td><td>DirectoryCombo</td><td>21</td><td>64</td><td>277</td><td>80</td><td>458755</td><td>TARGETDIR</td><td>##IDS__IsAdminInstallBrowse_4##</td><td>Up</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>AdminChangeFolder</td><td>ComboText</td><td>Text</td><td>21</td><td>50</td><td>99</td><td>14</td><td>3</td><td/><td>##IDS__IsAdminInstallBrowse_5##</td><td>Combo</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>AdminChangeFolder</td><td>DlgDesc</td><td>Text</td><td>21</td><td>23</td><td>292</td><td>25</td><td>65539</td><td/><td>##IDS__IsAdminInstallBrowse_6##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>AdminChangeFolder</td><td>DlgLine</td><td>Line</td><td>48</td><td>234</td><td>326</td><td>0</td><td>1</td><td/><td/><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>AdminChangeFolder</td><td>DlgTitle</td><td>Text</td><td>13</td><td>6</td><td>292</td><td>25</td><td>65539</td><td/><td>##IDS__IsAdminInstallBrowse_7##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>AdminChangeFolder</td><td>List</td><td>DirectoryList</td><td>21</td><td>90</td><td>332</td><td>97</td><td>7</td><td>TARGETDIR</td><td>##IDS__IsAdminInstallBrowse_8##</td><td>TailText</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>AdminChangeFolder</td><td>NewFolder</td><td>PushButton</td><td>335</td><td>66</td><td>19</td><td>19</td><td>3670019</td><td/><td/><td>List</td><td>##IDS__IsAdminInstallBrowse_9##</td><td>0</td><td/><td/><td>NewBinary2</td></row>
+		<row><td>AdminChangeFolder</td><td>OK</td><td>PushButton</td><td>230</td><td>243</td><td>66</td><td>17</td><td>3</td><td/><td>##IDS__IsAdminInstallBrowse_10##</td><td>Cancel</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>AdminChangeFolder</td><td>Tail</td><td>PathEdit</td><td>21</td><td>207</td><td>332</td><td>17</td><td>3</td><td>TARGETDIR</td><td>##IDS__IsAdminInstallBrowse_11##</td><td>OK</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>AdminChangeFolder</td><td>TailText</td><td>Text</td><td>21</td><td>193</td><td>99</td><td>13</td><td>3</td><td/><td>##IDS__IsAdminInstallBrowse_12##</td><td>Tail</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>AdminChangeFolder</td><td>Up</td><td>PushButton</td><td>310</td><td>66</td><td>19</td><td>19</td><td>3670019</td><td/><td/><td>NewFolder</td><td>##IDS__IsAdminInstallBrowse_13##</td><td>0</td><td/><td/><td>NewBinary3</td></row>
+		<row><td>AdminNetworkLocation</td><td>Back</td><td>PushButton</td><td>164</td><td>243</td><td>66</td><td>17</td><td>3</td><td/><td>##IDS__IsAdminInstallPoint_1##</td><td>InstallNow</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>AdminNetworkLocation</td><td>Banner</td><td>Bitmap</td><td>0</td><td>0</td><td>374</td><td>44</td><td>262145</td><td/><td/><td/><td/><td>0</td><td>0</td><td/><td>NewBinary1</td></row>
+		<row><td>AdminNetworkLocation</td><td>BannerLine</td><td>Line</td><td>0</td><td>44</td><td>374</td><td>0</td><td>1</td><td/><td/><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>AdminNetworkLocation</td><td>Branding1</td><td>Text</td><td>4</td><td>229</td><td>50</td><td>13</td><td>3</td><td/><td>##IDS__IsAdminInstallPoint_2##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>AdminNetworkLocation</td><td>Branding2</td><td>Text</td><td>3</td><td>228</td><td>50</td><td>13</td><td>65537</td><td/><td>##IDS__IsAdminInstallPoint_3##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>AdminNetworkLocation</td><td>Browse</td><td>PushButton</td><td>286</td><td>124</td><td>66</td><td>17</td><td>3</td><td/><td>##IDS__IsAdminInstallPoint_4##</td><td>Back</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>AdminNetworkLocation</td><td>Cancel</td><td>PushButton</td><td>301</td><td>243</td><td>66</td><td>17</td><td>3</td><td/><td>##IDS__IsAdminInstallPoint_5##</td><td>SetupPathEdit</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>AdminNetworkLocation</td><td>DlgDesc</td><td>Text</td><td>21</td><td>23</td><td>292</td><td>25</td><td>65539</td><td/><td>##IDS__IsAdminInstallPoint_6##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>AdminNetworkLocation</td><td>DlgLine</td><td>Line</td><td>48</td><td>234</td><td>326</td><td>0</td><td>1</td><td/><td/><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>AdminNetworkLocation</td><td>DlgText</td><td>Text</td><td>21</td><td>51</td><td>326</td><td>40</td><td>3</td><td/><td>##IDS__IsAdminInstallPoint_7##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>AdminNetworkLocation</td><td>DlgTitle</td><td>Text</td><td>13</td><td>6</td><td>292</td><td>25</td><td>65539</td><td/><td>##IDS__IsAdminInstallPoint_8##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>AdminNetworkLocation</td><td>InstallNow</td><td>PushButton</td><td>230</td><td>243</td><td>66</td><td>17</td><td>3</td><td/><td>##IDS__IsAdminInstallPoint_9##</td><td>Cancel</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>AdminNetworkLocation</td><td>LBBrowse</td><td>Text</td><td>21</td><td>90</td><td>100</td><td>10</td><td>3</td><td/><td>##IDS__IsAdminInstallPoint_10##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>AdminNetworkLocation</td><td>SetupPathEdit</td><td>PathEdit</td><td>21</td><td>102</td><td>330</td><td>17</td><td>3</td><td>TARGETDIR</td><td/><td>Browse</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>AdminWelcome</td><td>Back</td><td>PushButton</td><td>164</td><td>243</td><td>66</td><td>17</td><td>1</td><td/><td>##IDS__IsAdminInstallPointWelcome_1##</td><td>Next</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>AdminWelcome</td><td>Cancel</td><td>PushButton</td><td>301</td><td>243</td><td>66</td><td>17</td><td>3</td><td/><td>##IDS__IsAdminInstallPointWelcome_2##</td><td>Back</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>AdminWelcome</td><td>DlgLine</td><td>Line</td><td>0</td><td>234</td><td>326</td><td>0</td><td>1</td><td/><td/><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>AdminWelcome</td><td>Image</td><td>Bitmap</td><td>0</td><td>0</td><td>374</td><td>234</td><td>262145</td><td/><td/><td/><td/><td>0</td><td>0</td><td/><td>NewBinary5</td></row>
+		<row><td>AdminWelcome</td><td>Next</td><td>PushButton</td><td>230</td><td>243</td><td>66</td><td>17</td><td>3</td><td/><td>##IDS__IsAdminInstallPointWelcome_3##</td><td>Cancel</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>AdminWelcome</td><td>TextLine1</td><td>Text</td><td>135</td><td>8</td><td>225</td><td>45</td><td>65539</td><td/><td>##IDS__IsAdminInstallPointWelcome_4##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>AdminWelcome</td><td>TextLine2</td><td>Text</td><td>135</td><td>55</td><td>228</td><td>45</td><td>65539</td><td/><td>##IDS__IsAdminInstallPointWelcome_5##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>CancelSetup</td><td>Icon</td><td>Icon</td><td>15</td><td>15</td><td>24</td><td>24</td><td>5242881</td><td/><td/><td/><td/><td>0</td><td/><td/><td>NewBinary4</td></row>
+		<row><td>CancelSetup</td><td>No</td><td>PushButton</td><td>135</td><td>57</td><td>66</td><td>17</td><td>3</td><td/><td>##IDS__IsCancelDlg_6##</td><td>Yes</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>CancelSetup</td><td>Text</td><td>Text</td><td>48</td><td>15</td><td>194</td><td>30</td><td>3</td><td/><td>##IDS__IsCancelDlg_4##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>CancelSetup</td><td>Yes</td><td>PushButton</td><td>62</td><td>57</td><td>66</td><td>17</td><td>3</td><td/><td>##IDS__IsCancelDlg_8##</td><td>No</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>CustomSetup</td><td>Back</td><td>PushButton</td><td>164</td><td>243</td><td>66</td><td>17</td><td>3</td><td/><td>##IDS__IsCustomSelectionDlg_1##</td><td>Next</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>CustomSetup</td><td>Banner</td><td>Bitmap</td><td>0</td><td>0</td><td>374</td><td>44</td><td>262145</td><td/><td/><td/><td/><td>0</td><td>0</td><td/><td>NewBinary1</td></row>
+		<row><td>CustomSetup</td><td>BannerLine</td><td>Line</td><td>0</td><td>44</td><td>374</td><td>0</td><td>1</td><td/><td/><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>CustomSetup</td><td>Branding1</td><td>Text</td><td>4</td><td>229</td><td>50</td><td>13</td><td>3</td><td/><td>##IDS__IsCustomSelectionDlg_2##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>CustomSetup</td><td>Branding2</td><td>Text</td><td>3</td><td>228</td><td>50</td><td>13</td><td>65537</td><td/><td>##IDS__IsCustomSelectionDlg_3##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>CustomSetup</td><td>Cancel</td><td>PushButton</td><td>301</td><td>243</td><td>66</td><td>17</td><td>3</td><td/><td>##IDS__IsCustomSelectionDlg_4##</td><td>Tree</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>CustomSetup</td><td>ChangeFolder</td><td>PushButton</td><td>301</td><td>203</td><td>66</td><td>17</td><td>3</td><td/><td>##IDS__IsCustomSelectionDlg_16##</td><td>Help</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>CustomSetup</td><td>Details</td><td>PushButton</td><td>93</td><td>243</td><td>66</td><td>17</td><td>3</td><td/><td>##IDS__IsCustomSelectionDlg_5##</td><td>Back</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>CustomSetup</td><td>DlgDesc</td><td>Text</td><td>17</td><td>23</td><td>292</td><td>25</td><td>65539</td><td/><td>##IDS__IsCustomSelectionDlg_6##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>CustomSetup</td><td>DlgLine</td><td>Line</td><td>48</td><td>234</td><td>326</td><td>0</td><td>1</td><td/><td/><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>CustomSetup</td><td>DlgText</td><td>Text</td><td>9</td><td>51</td><td>360</td><td>10</td><td>3</td><td/><td>##IDS__IsCustomSelectionDlg_7##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>CustomSetup</td><td>DlgTitle</td><td>Text</td><td>9</td><td>6</td><td>292</td><td>25</td><td>65539</td><td/><td>##IDS__IsCustomSelectionDlg_8##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>CustomSetup</td><td>FeatureGroup</td><td>GroupBox</td><td>235</td><td>67</td><td>131</td><td>120</td><td>1</td><td/><td>##IDS__IsCustomSelectionDlg_15##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>CustomSetup</td><td>Help</td><td>PushButton</td><td>22</td><td>243</td><td>66</td><td>17</td><td>3</td><td/><td>##IDS__IsCustomSelectionDlg_13##</td><td>Details</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>CustomSetup</td><td>InstallLabel</td><td>Text</td><td>8</td><td>190</td><td>360</td><td>10</td><td>3</td><td/><td>##IDS__IsCustomSelectionDlg_18##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>CustomSetup</td><td>ItemDescription</td><td>Text</td><td>241</td><td>80</td><td>120</td><td>50</td><td>3</td><td/><td>##IDS__IsCustomSelectionDlg_14##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>CustomSetup</td><td>Location</td><td>Text</td><td>8</td><td>203</td><td>291</td><td>20</td><td>3</td><td/><td>##IDS__IsCustomSelectionDlg_17##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>CustomSetup</td><td>Next</td><td>PushButton</td><td>230</td><td>243</td><td>66</td><td>17</td><td>3</td><td/><td>##IDS__IsCustomSelectionDlg_11##</td><td>Cancel</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>CustomSetup</td><td>Size</td><td>Text</td><td>241</td><td>133</td><td>120</td><td>50</td><td>3</td><td/><td>##IDS__IsCustomSelectionDlg_12##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>CustomSetup</td><td>Tree</td><td>SelectionTree</td><td>8</td><td>70</td><td>220</td><td>118</td><td>7</td><td>_BrowseProperty</td><td/><td>ChangeFolder</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>CustomSetupTips</td><td>Banner</td><td>Bitmap</td><td>0</td><td>0</td><td>374</td><td>44</td><td>262145</td><td/><td/><td/><td/><td>0</td><td>0</td><td/><td>NewBinary1</td></row>
+		<row><td>CustomSetupTips</td><td>BannerLine</td><td>Line</td><td>0</td><td>44</td><td>374</td><td>0</td><td>1</td><td/><td/><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>CustomSetupTips</td><td>Branding1</td><td>Text</td><td>4</td><td>229</td><td>50</td><td>13</td><td>3</td><td/><td>##IDS_SetupTips_2##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>CustomSetupTips</td><td>Branding2</td><td>Text</td><td>3</td><td>228</td><td>50</td><td>13</td><td>65537</td><td/><td>##IDS_SetupTips_3##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>CustomSetupTips</td><td>DlgDesc</td><td>Text</td><td>21</td><td>23</td><td>292</td><td>25</td><td>65539</td><td/><td>##IDS_SetupTips_4##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>CustomSetupTips</td><td>DlgLine</td><td>Line</td><td>48</td><td>234</td><td>326</td><td>0</td><td>1</td><td/><td/><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>CustomSetupTips</td><td>DlgTitle</td><td>Text</td><td>13</td><td>6</td><td>292</td><td>25</td><td>65539</td><td/><td>##IDS_SetupTips_5##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>CustomSetupTips</td><td>DontInstall</td><td>Icon</td><td>21</td><td>155</td><td>24</td><td>24</td><td>5242881</td><td/><td/><td/><td/><td>0</td><td/><td/><td>NewBinary14</td></row>
+		<row><td>CustomSetupTips</td><td>DontInstallText</td><td>Text</td><td>60</td><td>155</td><td>300</td><td>20</td><td>3</td><td/><td>##IDS_SetupTips_6##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>CustomSetupTips</td><td>FirstInstallText</td><td>Text</td><td>60</td><td>180</td><td>300</td><td>20</td><td>3</td><td/><td>##IDS_SetupTips_10##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>CustomSetupTips</td><td>Install</td><td>Icon</td><td>21</td><td>105</td><td>24</td><td>24</td><td>5242881</td><td/><td/><td/><td/><td>0</td><td/><td/><td>NewBinary15</td></row>
+		<row><td>CustomSetupTips</td><td>InstallFirstUse</td><td>Icon</td><td>21</td><td>180</td><td>24</td><td>24</td><td>5242881</td><td/><td/><td/><td/><td>0</td><td/><td/><td>NewBinary16</td></row>
+		<row><td>CustomSetupTips</td><td>InstallPartial</td><td>Icon</td><td>21</td><td>130</td><td>24</td><td>24</td><td>5242881</td><td/><td/><td/><td/><td>0</td><td/><td/><td>NewBinary17</td></row>
+		<row><td>CustomSetupTips</td><td>InstallStateMenu</td><td>Icon</td><td>21</td><td>52</td><td>24</td><td>24</td><td>5242881</td><td/><td/><td/><td/><td>0</td><td/><td/><td>NewBinary18</td></row>
+		<row><td>CustomSetupTips</td><td>InstallStateText</td><td>Text</td><td>21</td><td>91</td><td>300</td><td>10</td><td>3</td><td/><td>##IDS_SetupTips_12##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>CustomSetupTips</td><td>InstallText</td><td>Text</td><td>60</td><td>105</td><td>300</td><td>20</td><td>3</td><td/><td>##IDS_SetupTips_8##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>CustomSetupTips</td><td>MenuText</td><td>Text</td><td>50</td><td>52</td><td>300</td><td>36</td><td>3</td><td/><td>##IDS_SetupTips_9##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>CustomSetupTips</td><td>NetworkInstall</td><td>Icon</td><td>21</td><td>205</td><td>24</td><td>24</td><td>5242881</td><td/><td/><td/><td/><td>0</td><td/><td/><td>NewBinary13</td></row>
+		<row><td>CustomSetupTips</td><td>NetworkInstallText</td><td>Text</td><td>60</td><td>205</td><td>300</td><td>20</td><td>3</td><td/><td>##IDS_SetupTips_11##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>CustomSetupTips</td><td>OK</td><td>PushButton</td><td>301</td><td>243</td><td>66</td><td>17</td><td>3</td><td/><td>##IDS_SetupTips_1##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>CustomSetupTips</td><td>PartialText</td><td>Text</td><td>60</td><td>130</td><td>300</td><td>20</td><td>3</td><td/><td>##IDS_SetupTips_7##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>CustomerInformation</td><td>Back</td><td>PushButton</td><td>164</td><td>243</td><td>66</td><td>17</td><td>3</td><td/><td>##IDS__IsRegisterUserDlg_1##</td><td>ChangeFolder</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>CustomerInformation</td><td>Banner</td><td>Bitmap</td><td>0</td><td>0</td><td>374</td><td>44</td><td>262145</td><td/><td/><td/><td/><td>0</td><td>0</td><td/><td>NewBinary1</td></row>
+		<row><td>CustomerInformation</td><td>BannerLine</td><td>Line</td><td>0</td><td>44</td><td>374</td><td>0</td><td>1</td><td/><td/><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>CustomerInformation</td><td>Branding1</td><td>Text</td><td>4</td><td>229</td><td>50</td><td>13</td><td>3</td><td/><td>##IDS__IsRegisterUserDlg_2##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>CustomerInformation</td><td>Branding2</td><td>Text</td><td>3</td><td>228</td><td>50</td><td>13</td><td>65537</td><td/><td>##IDS__IsRegisterUserDlg_3##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>CustomerInformation</td><td>Cancel</td><td>PushButton</td><td>301</td><td>243</td><td>66</td><td>17</td><td>3</td><td/><td>##IDS__IsRegisterUserDlg_4##</td><td>ComboBox1</td><td/><td>0</td><td>0</td><td/><td/></row>
+		<row><td>CustomerInformation</td><td>ChangeFolder</td><td>PushButton</td><td>301</td><td>55</td><td>66</td><td>17</td><td>3</td><td/><td>##IDS__IsRegisterUserDlg_19##</td><td>Next</td><td/><td>0</td><td>0</td><td/><td/></row>
+		<row><td>CustomerInformation</td><td>ComboBox1</td><td>ComboBox</td><td>59</td><td>73</td><td>232</td><td>120</td><td>11</td><td>_BrowseProperty</td><td/><td>RadioGroup</td><td/><td>0</td><td>12</td><td/><td/></row>
+		<row><td>CustomerInformation</td><td>DestFolder</td><td>Icon</td><td>21</td><td>52</td><td>24</td><td>24</td><td>5767169</td><td/><td/><td/><td/><td>0</td><td>0</td><td/><td>NewBinary12</td></row>
+		<row><td>CustomerInformation</td><td>DlgDesc</td><td>Text</td><td>21</td><td>23</td><td>292</td><td>25</td><td>65539</td><td/><td>##IDS__IsRegisterUserDlg_7##</td><td/><td/><td>0</td><td>0</td><td/><td/></row>
+		<row><td>CustomerInformation</td><td>DlgLine</td><td>Line</td><td>48</td><td>234</td><td>326</td><td>0</td><td>1</td><td/><td/><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>CustomerInformation</td><td>DlgRadioGroupText</td><td>Text</td><td>57</td><td>124</td><td>200</td><td>14</td><td>3</td><td/><td>##IDS__IsRegisterUserDlg_13##</td><td/><td/><td>0</td><td>0</td><td/><td/></row>
+		<row><td>CustomerInformation</td><td>DlgTitle</td><td>Text</td><td>13</td><td>6</td><td>292</td><td>25</td><td>65539</td><td/><td>##IDS__IsRegisterUserDlg_9##</td><td/><td/><td>0</td><td>0</td><td/><td/></row>
+		<row><td>CustomerInformation</td><td>LocLabel</td><td>Text</td><td>57</td><td>52</td><td>240</td><td>12</td><td>3</td><td/><td>##IDS__IsRegisterUserDlg_20##</td><td/><td/><td>0</td><td>0</td><td/><td/></row>
+		<row><td>CustomerInformation</td><td>MissingApache</td><td>Text</td><td>57</td><td>202</td><td>270</td><td>28</td><td>2</td><td/><td>##IDS__IsRegisterUserDlg_21##</td><td/><td/><td>0</td><td>0</td><td/><td/></row>
+		<row><td>CustomerInformation</td><td>Next</td><td>PushButton</td><td>230</td><td>243</td><td>66</td><td>17</td><td>3</td><td/><td>##IDS__IsRegisterUserDlg_12##</td><td>Cancel</td><td/><td>0</td><td>0</td><td/><td/></row>
+		<row><td>CustomerInformation</td><td>RadioGroup</td><td>RadioButtonGroup</td><td>63</td><td>133</td><td>300</td><td>50</td><td>3</td><td>ApplicationUsers</td><td>##IDS__IsRegisterUserDlg_16##</td><td>Back</td><td/><td>0</td><td>0</td><td/><td/></row>
+		<row><td>DatabaseFolder</td><td>Back</td><td>PushButton</td><td>164</td><td>243</td><td>66</td><td>17</td><td>3</td><td/><td>##IDS__DatabaseFolder_6##</td><td>Next</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>DatabaseFolder</td><td>Banner</td><td>Bitmap</td><td>0</td><td>0</td><td>374</td><td>44</td><td>262145</td><td/><td/><td/><td/><td>0</td><td>0</td><td/><td>NewBinary1</td></row>
+		<row><td>DatabaseFolder</td><td>BannerLine</td><td>Line</td><td>0</td><td>44</td><td>374</td><td>0</td><td>1</td><td/><td/><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>DatabaseFolder</td><td>Branding1</td><td>Text</td><td>4</td><td>229</td><td>50</td><td>13</td><td>3</td><td/><td>##IDS__DatabaseFolder_3##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>DatabaseFolder</td><td>Branding2</td><td>Text</td><td>3</td><td>228</td><td>50</td><td>13</td><td>65537</td><td/><td>##IDS__DatabaseFolder_2##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>DatabaseFolder</td><td>Cancel</td><td>PushButton</td><td>301</td><td>243</td><td>66</td><td>17</td><td>3</td><td/><td>##IDS__DatabaseFolder_1##</td><td>ChangeFolder</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>DatabaseFolder</td><td>ChangeFolder</td><td>PushButton</td><td>301</td><td>65</td><td>66</td><td>17</td><td>3</td><td/><td>##IDS__DatabaseFolder_8##</td><td>Back</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>DatabaseFolder</td><td>DatabaseFolder</td><td>Icon</td><td>21</td><td>52</td><td>24</td><td>24</td><td>5242881</td><td/><td/><td/><td/><td>0</td><td/><td/><td>NewBinary12</td></row>
+		<row><td>DatabaseFolder</td><td>DlgDesc</td><td>Text</td><td>21</td><td>23</td><td>292</td><td>25</td><td>65539</td><td/><td>##IDS__DatabaseFolder_4##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>DatabaseFolder</td><td>DlgLine</td><td>Line</td><td>48</td><td>234</td><td>326</td><td>0</td><td>1</td><td/><td/><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>DatabaseFolder</td><td>DlgTitle</td><td>Text</td><td>13</td><td>6</td><td>292</td><td>25</td><td>65539</td><td/><td>##IDS__DatabaseFolder_5##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>DatabaseFolder</td><td>LocLabel</td><td>Text</td><td>57</td><td>52</td><td>290</td><td>10</td><td>3</td><td/><td>##IDS__DatabaseFolder_10##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>DatabaseFolder</td><td>Location</td><td>Text</td><td>57</td><td>65</td><td>240</td><td>40</td><td>3</td><td>_BrowseProperty</td><td>##IDS__DatabaseFolder_9##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>DatabaseFolder</td><td>Next</td><td>PushButton</td><td>230</td><td>243</td><td>66</td><td>17</td><td>3</td><td/><td>##IDS__DatabaseFolder_7##</td><td>Cancel</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>DestinationFolder</td><td>Back</td><td>PushButton</td><td>164</td><td>243</td><td>66</td><td>17</td><td>3</td><td/><td>##IDS__DestinationFolder_6##</td><td>Next</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>DestinationFolder</td><td>Banner</td><td>Bitmap</td><td>0</td><td>0</td><td>374</td><td>44</td><td>262145</td><td/><td/><td/><td/><td>0</td><td>0</td><td/><td>NewBinary1</td></row>
+		<row><td>DestinationFolder</td><td>BannerLine</td><td>Line</td><td>0</td><td>44</td><td>374</td><td>0</td><td>1</td><td/><td/><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>DestinationFolder</td><td>Branding1</td><td>Text</td><td>4</td><td>229</td><td>50</td><td>13</td><td>3</td><td/><td>##IDS__DestinationFolder_3##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>DestinationFolder</td><td>Branding2</td><td>Text</td><td>3</td><td>228</td><td>50</td><td>13</td><td>65537</td><td/><td>##IDS__DestinationFolder_2##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>DestinationFolder</td><td>Cancel</td><td>PushButton</td><td>301</td><td>243</td><td>66</td><td>17</td><td>3</td><td/><td>##IDS__DestinationFolder_1##</td><td>ChangeFolder</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>DestinationFolder</td><td>ChangeFolder</td><td>PushButton</td><td>301</td><td>65</td><td>66</td><td>17</td><td>3</td><td/><td>##IDS__DestinationFolder_8##</td><td>Back</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>DestinationFolder</td><td>DestFolder</td><td>Icon</td><td>21</td><td>52</td><td>24</td><td>24</td><td>5242881</td><td/><td/><td/><td/><td>0</td><td/><td/><td>NewBinary12</td></row>
+		<row><td>DestinationFolder</td><td>DlgDesc</td><td>Text</td><td>21</td><td>23</td><td>292</td><td>25</td><td>65539</td><td/><td>##IDS__DestinationFolder_4##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>DestinationFolder</td><td>DlgLine</td><td>Line</td><td>48</td><td>234</td><td>326</td><td>0</td><td>1</td><td/><td/><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>DestinationFolder</td><td>DlgTitle</td><td>Text</td><td>13</td><td>6</td><td>292</td><td>25</td><td>65539</td><td/><td>##IDS__DestinationFolder_5##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>DestinationFolder</td><td>LocLabel</td><td>Text</td><td>57</td><td>52</td><td>290</td><td>12</td><td>3</td><td/><td>##IDS__DestinationFolder_10##</td><td/><td/><td>0</td><td>0</td><td/><td/></row>
+		<row><td>DestinationFolder</td><td>Location</td><td>Text</td><td>57</td><td>65</td><td>240</td><td>40</td><td>3</td><td>_BrowseProperty</td><td>##IDS__DestinationFolder_9##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>DestinationFolder</td><td>Next</td><td>PushButton</td><td>230</td><td>243</td><td>66</td><td>17</td><td>3</td><td/><td>##IDS__DestinationFolder_7##</td><td>Cancel</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>DiskSpaceRequirements</td><td>Banner</td><td>Bitmap</td><td>0</td><td>0</td><td>374</td><td>44</td><td>262145</td><td/><td/><td/><td/><td>0</td><td>0</td><td/><td>NewBinary1</td></row>
+		<row><td>DiskSpaceRequirements</td><td>BannerLine</td><td>Line</td><td>0</td><td>44</td><td>374</td><td>0</td><td>1</td><td/><td/><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>DiskSpaceRequirements</td><td>Branding1</td><td>Text</td><td>4</td><td>229</td><td>50</td><td>13</td><td>3</td><td/><td>##IDS__IsFeatureDetailsDlg_1##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>DiskSpaceRequirements</td><td>Branding2</td><td>Text</td><td>3</td><td>228</td><td>50</td><td>13</td><td>65537</td><td/><td>##IDS__IsFeatureDetailsDlg_2##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>DiskSpaceRequirements</td><td>DlgDesc</td><td>Text</td><td>17</td><td>23</td><td>292</td><td>25</td><td>65539</td><td/><td>##IDS__IsFeatureDetailsDlg_6##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>DiskSpaceRequirements</td><td>DlgLine</td><td>Line</td><td>48</td><td>234</td><td>326</td><td>0</td><td>1</td><td/><td/><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>DiskSpaceRequirements</td><td>DlgText</td><td>Text</td><td>10</td><td>185</td><td>358</td><td>41</td><td>3</td><td/><td>##IDS__IsFeatureDetailsDlg_7##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>DiskSpaceRequirements</td><td>DlgTitle</td><td>Text</td><td>9</td><td>6</td><td>292</td><td>25</td><td>65539</td><td/><td>##IDS__IsFeatureDetailsDlg_8##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>DiskSpaceRequirements</td><td>List</td><td>VolumeCostList</td><td>8</td><td>55</td><td>358</td><td>125</td><td>393223</td><td/><td>##IDS__IsFeatureDetailsDlg_13##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>DiskSpaceRequirements</td><td>OK</td><td>PushButton</td><td>301</td><td>243</td><td>66</td><td>17</td><td>3</td><td/><td>##IDS__IsFeatureDetailsDlg_14##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>FilesInUse</td><td>Banner</td><td>Bitmap</td><td>0</td><td>0</td><td>374</td><td>44</td><td>262145</td><td/><td/><td/><td/><td>0</td><td>0</td><td/><td>NewBinary1</td></row>
+		<row><td>FilesInUse</td><td>BannerLine</td><td>Line</td><td>0</td><td>44</td><td>374</td><td>0</td><td>1</td><td/><td/><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>FilesInUse</td><td>Branding1</td><td>Text</td><td>4</td><td>229</td><td>50</td><td>13</td><td>3</td><td/><td>##IDS__IsFilesInUse_1##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>FilesInUse</td><td>Branding2</td><td>Text</td><td>3</td><td>228</td><td>50</td><td>13</td><td>65537</td><td/><td>##IDS__IsFilesInUse_2##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>FilesInUse</td><td>DlgDesc</td><td>Text</td><td>21</td><td>23</td><td>292</td><td>25</td><td>65539</td><td/><td>##IDS__IsFilesInUse_3##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>FilesInUse</td><td>DlgLine</td><td>Line</td><td>48</td><td>234</td><td>326</td><td>0</td><td>1</td><td/><td/><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>FilesInUse</td><td>DlgText</td><td>Text</td><td>21</td><td>51</td><td>348</td><td>29</td><td>3</td><td/><td>##IDS__IsFilesInUse_4##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>FilesInUse</td><td>DlgTitle</td><td>Text</td><td>13</td><td>6</td><td>292</td><td>25</td><td>65539</td><td/><td>##IDS__IsFilesInUse_5##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>FilesInUse</td><td>Exit</td><td>PushButton</td><td>301</td><td>243</td><td>66</td><td>17</td><td>3</td><td/><td>##IDS__IsFilesInUse_6##</td><td>List</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>FilesInUse</td><td>Ignore</td><td>PushButton</td><td>230</td><td>243</td><td>66</td><td>17</td><td>3</td><td/><td>##IDS__IsFilesInUse_7##</td><td>Exit</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>FilesInUse</td><td>List</td><td>ListBox</td><td>21</td><td>87</td><td>331</td><td>135</td><td>7</td><td>FileInUseProcess</td><td/><td>Retry</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>FilesInUse</td><td>Retry</td><td>PushButton</td><td>164</td><td>243</td><td>66</td><td>17</td><td>3</td><td/><td>##IDS__IsFilesInUse_8##</td><td>Ignore</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>InstallChangeFolder</td><td>Banner</td><td>Bitmap</td><td>0</td><td>0</td><td>374</td><td>44</td><td>262145</td><td/><td/><td/><td/><td>0</td><td>0</td><td/><td>NewBinary1</td></row>
+		<row><td>InstallChangeFolder</td><td>BannerLine</td><td>Line</td><td>0</td><td>44</td><td>374</td><td>0</td><td>1</td><td/><td/><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>InstallChangeFolder</td><td>Branding1</td><td>Text</td><td>4</td><td>229</td><td>50</td><td>13</td><td>3</td><td/><td>##IDS__IsBrowseFolderDlg_1##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>InstallChangeFolder</td><td>Branding2</td><td>Text</td><td>3</td><td>228</td><td>50</td><td>13</td><td>65537</td><td/><td>##IDS__IsBrowseFolderDlg_2##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>InstallChangeFolder</td><td>Cancel</td><td>PushButton</td><td>301</td><td>243</td><td>66</td><td>17</td><td>3</td><td/><td>##IDS__IsBrowseFolderDlg_3##</td><td>ComboText</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>InstallChangeFolder</td><td>Combo</td><td>DirectoryCombo</td><td>21</td><td>64</td><td>277</td><td>80</td><td>4128779</td><td>_BrowseProperty</td><td>##IDS__IsBrowseFolderDlg_4##</td><td>Up</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>InstallChangeFolder</td><td>ComboText</td><td>Text</td><td>21</td><td>50</td><td>99</td><td>14</td><td>3</td><td/><td>##IDS__IsBrowseFolderDlg_5##</td><td>Combo</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>InstallChangeFolder</td><td>DlgDesc</td><td>Text</td><td>21</td><td>23</td><td>292</td><td>25</td><td>65539</td><td/><td>##IDS__IsBrowseFolderDlg_6##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>InstallChangeFolder</td><td>DlgLine</td><td>Line</td><td>48</td><td>234</td><td>326</td><td>0</td><td>1</td><td/><td/><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>InstallChangeFolder</td><td>DlgTitle</td><td>Text</td><td>13</td><td>6</td><td>292</td><td>25</td><td>65539</td><td/><td>##IDS__IsBrowseFolderDlg_7##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>InstallChangeFolder</td><td>List</td><td>DirectoryList</td><td>21</td><td>90</td><td>332</td><td>97</td><td>15</td><td>_BrowseProperty</td><td>##IDS__IsBrowseFolderDlg_8##</td><td>TailText</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>InstallChangeFolder</td><td>NewFolder</td><td>PushButton</td><td>335</td><td>66</td><td>19</td><td>19</td><td>3670019</td><td/><td/><td>List</td><td>##IDS__IsBrowseFolderDlg_9##</td><td>0</td><td/><td/><td>NewBinary2</td></row>
+		<row><td>InstallChangeFolder</td><td>OK</td><td>PushButton</td><td>230</td><td>243</td><td>66</td><td>17</td><td>3</td><td/><td>##IDS__IsBrowseFolderDlg_10##</td><td>Cancel</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>InstallChangeFolder</td><td>Tail</td><td>PathEdit</td><td>21</td><td>207</td><td>332</td><td>17</td><td>15</td><td>_BrowseProperty</td><td>##IDS__IsBrowseFolderDlg_11##</td><td>OK</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>InstallChangeFolder</td><td>TailText</td><td>Text</td><td>21</td><td>193</td><td>99</td><td>13</td><td>3</td><td/><td>##IDS__IsBrowseFolderDlg_12##</td><td>Tail</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>InstallChangeFolder</td><td>Up</td><td>PushButton</td><td>310</td><td>66</td><td>19</td><td>19</td><td>3670019</td><td/><td/><td>NewFolder</td><td>##IDS__IsBrowseFolderDlg_13##</td><td>0</td><td/><td/><td>NewBinary3</td></row>
+		<row><td>InstallWelcome</td><td>Back</td><td>PushButton</td><td>164</td><td>243</td><td>66</td><td>17</td><td>1</td><td/><td>##IDS__IsWelcomeDlg_1##</td><td>Copyright</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>InstallWelcome</td><td>Cancel</td><td>PushButton</td><td>301</td><td>243</td><td>66</td><td>17</td><td>3</td><td/><td>##IDS__IsWelcomeDlg_2##</td><td>Back</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>InstallWelcome</td><td>Copyright</td><td>Text</td><td>135</td><td>144</td><td>228</td><td>73</td><td>65539</td><td/><td>##IDS__IsWelcomeDlg_7##</td><td>Next</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>InstallWelcome</td><td>DlgLine</td><td>Line</td><td>0</td><td>234</td><td>374</td><td>0</td><td>1</td><td/><td/><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>InstallWelcome</td><td>Image</td><td>Bitmap</td><td>0</td><td>0</td><td>374</td><td>234</td><td>262145</td><td/><td/><td/><td/><td>0</td><td>0</td><td/><td>NewBinary5</td></row>
+		<row><td>InstallWelcome</td><td>Next</td><td>PushButton</td><td>230</td><td>243</td><td>66</td><td>17</td><td>3</td><td/><td>##IDS__IsWelcomeDlg_3##</td><td>Cancel</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>InstallWelcome</td><td>TextLine1</td><td>Text</td><td>135</td><td>8</td><td>225</td><td>45</td><td>65539</td><td/><td>##IDS__IsWelcomeDlg_4##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>InstallWelcome</td><td>TextLine2</td><td>Text</td><td>135</td><td>55</td><td>228</td><td>45</td><td>65539</td><td/><td>##IDS__IsWelcomeDlg_5##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>LicenseAgreement</td><td>Agree</td><td>RadioButtonGroup</td><td>8</td><td>190</td><td>330</td><td>40</td><td>3</td><td>AgreeToLicense</td><td/><td>Back</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>LicenseAgreement</td><td>Back</td><td>PushButton</td><td>164</td><td>243</td><td>66</td><td>17</td><td>3</td><td/><td>##IDS__IsLicenseDlg_1##</td><td>Next</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>LicenseAgreement</td><td>Banner</td><td>Bitmap</td><td>0</td><td>0</td><td>374</td><td>44</td><td>262145</td><td/><td/><td/><td/><td>0</td><td>0</td><td/><td>NewBinary1</td></row>
+		<row><td>LicenseAgreement</td><td>BannerLine</td><td>Line</td><td>0</td><td>44</td><td>374</td><td>0</td><td>1</td><td/><td/><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>LicenseAgreement</td><td>Branding1</td><td>Text</td><td>4</td><td>229</td><td>50</td><td>13</td><td>3</td><td/><td>##IDS__IsLicenseDlg_2##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>LicenseAgreement</td><td>Branding2</td><td>Text</td><td>3</td><td>228</td><td>50</td><td>13</td><td>65537</td><td/><td>##IDS__IsLicenseDlg_3##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>LicenseAgreement</td><td>Cancel</td><td>PushButton</td><td>301</td><td>243</td><td>66</td><td>17</td><td>3</td><td/><td>##IDS__IsLicenseDlg_4##</td><td>Agree</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>LicenseAgreement</td><td>DlgDesc</td><td>Text</td><td>21</td><td>23</td><td>292</td><td>25</td><td>65539</td><td/><td>##IDS__IsLicenseDlg_5##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>LicenseAgreement</td><td>DlgLine</td><td>Line</td><td>48</td><td>234</td><td>326</td><td>0</td><td>1</td><td/><td/><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>LicenseAgreement</td><td>DlgTitle</td><td>Text</td><td>13</td><td>6</td><td>292</td><td>25</td><td>65539</td><td/><td>##IDS__IsLicenseDlg_7##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>LicenseAgreement</td><td>Memo</td><td>ScrollableText</td><td>8</td><td>55</td><td>358</td><td>130</td><td>7</td><td/><td/><td/><td/><td>0</td><td>0</td><td>&lt;ISProjectFolder&gt;\license.rtf</td><td/></row>
+		<row><td>LicenseAgreement</td><td>Next</td><td>PushButton</td><td>230</td><td>243</td><td>66</td><td>17</td><td>3</td><td/><td>##IDS__IsLicenseDlg_8##</td><td>Cancel</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>MaintenanceType</td><td>Back</td><td>PushButton</td><td>164</td><td>243</td><td>66</td><td>17</td><td>3</td><td/><td>##IDS__IsMaintenanceDlg_1##</td><td>Next</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>MaintenanceType</td><td>Banner</td><td>Bitmap</td><td>0</td><td>0</td><td>374</td><td>44</td><td>262145</td><td/><td/><td/><td/><td>0</td><td>0</td><td/><td>NewBinary1</td></row>
+		<row><td>MaintenanceType</td><td>BannerLine</td><td>Line</td><td>0</td><td>44</td><td>374</td><td>0</td><td>1</td><td/><td/><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>MaintenanceType</td><td>Branding1</td><td>Text</td><td>4</td><td>229</td><td>50</td><td>13</td><td>3</td><td/><td>##IDS__IsMaintenanceDlg_2##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>MaintenanceType</td><td>Branding2</td><td>Text</td><td>3</td><td>228</td><td>50</td><td>13</td><td>65537</td><td/><td>##IDS__IsMaintenanceDlg_3##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>MaintenanceType</td><td>Cancel</td><td>PushButton</td><td>301</td><td>243</td><td>66</td><td>17</td><td>3</td><td/><td>##IDS__IsMaintenanceDlg_4##</td><td>RadioGroup</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>MaintenanceType</td><td>DlgDesc</td><td>Text</td><td>21</td><td>23</td><td>292</td><td>25</td><td>65539</td><td/><td>##IDS__IsMaintenanceDlg_5##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>MaintenanceType</td><td>DlgLine</td><td>Line</td><td>48</td><td>234</td><td>326</td><td>0</td><td>1</td><td/><td/><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>MaintenanceType</td><td>DlgTitle</td><td>Text</td><td>13</td><td>6</td><td>292</td><td>25</td><td>65539</td><td/><td>##IDS__IsMaintenanceDlg_6##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>MaintenanceType</td><td>Ico2</td><td>Icon</td><td>35</td><td>75</td><td>24</td><td>24</td><td>5767169</td><td/><td/><td/><td/><td>0</td><td>0</td><td/><td>NewBinary7</td></row>
+		<row><td>MaintenanceType</td><td>Ico3</td><td>Icon</td><td>35</td><td>135</td><td>24</td><td>24</td><td>5767169</td><td/><td/><td/><td/><td>0</td><td>0</td><td/><td>NewBinary8</td></row>
+		<row><td>MaintenanceType</td><td>Next</td><td>PushButton</td><td>230</td><td>243</td><td>66</td><td>17</td><td>3</td><td/><td>##IDS__IsMaintenanceDlg_7##</td><td>Cancel</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>MaintenanceType</td><td>RadioGroup</td><td>RadioButtonGroup</td><td>21</td><td>55</td><td>290</td><td>170</td><td>3</td><td>_IsMaintenance</td><td>##IDS__IsMaintenanceDlg_11##</td><td>Back</td><td/><td>0</td><td>0</td><td/><td/></row>
+		<row><td>MaintenanceType</td><td>Text2</td><td>Text</td><td>80</td><td>75</td><td>260</td><td>35</td><td>3</td><td/><td>##IDS__IsMaintenanceDlg_13##</td><td/><td/><td>0</td><td>0</td><td/><td/></row>
+		<row><td>MaintenanceType</td><td>Text3</td><td>Text</td><td>80</td><td>132</td><td>260</td><td>35</td><td>3</td><td/><td>##IDS__IsMaintenanceDlg_14##</td><td/><td/><td>0</td><td>0</td><td/><td/></row>
+		<row><td>MaintenanceWelcome</td><td>Back</td><td>PushButton</td><td>164</td><td>243</td><td>66</td><td>17</td><td>1</td><td/><td>##IDS__IsMaintenanceWelcome_1##</td><td>Next</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>MaintenanceWelcome</td><td>Cancel</td><td>PushButton</td><td>301</td><td>243</td><td>66</td><td>17</td><td>3</td><td/><td>##IDS__IsMaintenanceWelcome_2##</td><td>Back</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>MaintenanceWelcome</td><td>DlgLine</td><td>Line</td><td>0</td><td>234</td><td>374</td><td>0</td><td>1</td><td/><td/><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>MaintenanceWelcome</td><td>Image</td><td>Bitmap</td><td>0</td><td>0</td><td>374</td><td>234</td><td>262145</td><td/><td/><td/><td/><td>0</td><td>0</td><td/><td>NewBinary5</td></row>
+		<row><td>MaintenanceWelcome</td><td>Next</td><td>PushButton</td><td>230</td><td>243</td><td>66</td><td>17</td><td>3</td><td/><td>##IDS__IsMaintenanceWelcome_3##</td><td>Cancel</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>MaintenanceWelcome</td><td>TextLine1</td><td>Text</td><td>135</td><td>8</td><td>225</td><td>45</td><td>65539</td><td/><td>##IDS__IsMaintenanceWelcome_4##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>MaintenanceWelcome</td><td>TextLine2</td><td>Text</td><td>135</td><td>55</td><td>228</td><td>50</td><td>65539</td><td/><td>##IDS__IsMaintenanceWelcome_5##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>OutOfSpace</td><td>Banner</td><td>Bitmap</td><td>0</td><td>0</td><td>374</td><td>44</td><td>262145</td><td/><td/><td/><td/><td>0</td><td>0</td><td/><td>NewBinary1</td></row>
+		<row><td>OutOfSpace</td><td>BannerLine</td><td>Line</td><td>0</td><td>44</td><td>374</td><td>0</td><td>1</td><td/><td/><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>OutOfSpace</td><td>Branding1</td><td>Text</td><td>4</td><td>229</td><td>50</td><td>13</td><td>3</td><td/><td>##IDS__IsDiskSpaceDlg_1##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>OutOfSpace</td><td>Branding2</td><td>Text</td><td>3</td><td>228</td><td>50</td><td>13</td><td>65537</td><td/><td>##IDS__IsDiskSpaceDlg_2##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>OutOfSpace</td><td>DlgDesc</td><td>Text</td><td>21</td><td>23</td><td>292</td><td>25</td><td>65539</td><td/><td>##IDS__IsDiskSpaceDlg_4##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>OutOfSpace</td><td>DlgLine</td><td>Line</td><td>48</td><td>234</td><td>326</td><td>0</td><td>1</td><td/><td/><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>OutOfSpace</td><td>DlgText</td><td>Text</td><td>21</td><td>51</td><td>326</td><td>43</td><td>3</td><td/><td>##IDS__IsDiskSpaceDlg_5##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>OutOfSpace</td><td>DlgTitle</td><td>Text</td><td>13</td><td>6</td><td>292</td><td>25</td><td>65539</td><td/><td>##IDS__IsDiskSpaceDlg_6##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>OutOfSpace</td><td>List</td><td>VolumeCostList</td><td>21</td><td>95</td><td>332</td><td>120</td><td>393223</td><td/><td>##IDS__IsDiskSpaceDlg_9##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>OutOfSpace</td><td>Resume</td><td>PushButton</td><td>301</td><td>243</td><td>66</td><td>17</td><td>3</td><td/><td>##IDS__IsDiskSpaceDlg_10##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>PatchWelcome</td><td>Back</td><td>PushButton</td><td>164</td><td>243</td><td>66</td><td>17</td><td>1</td><td/><td>##IDS__IsPatchDlg_4##</td><td>Next</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>PatchWelcome</td><td>Cancel</td><td>PushButton</td><td>301</td><td>243</td><td>66</td><td>17</td><td>3</td><td/><td>##IDS__IsPatchDlg_3##</td><td>Back</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>PatchWelcome</td><td>DlgLine</td><td>Line</td><td>0</td><td>234</td><td>374</td><td>0</td><td>1</td><td/><td/><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>PatchWelcome</td><td>Image</td><td>Bitmap</td><td>0</td><td>0</td><td>374</td><td>234</td><td>262145</td><td/><td/><td/><td/><td>0</td><td>0</td><td/><td>NewBinary5</td></row>
+		<row><td>PatchWelcome</td><td>Next</td><td>PushButton</td><td>230</td><td>243</td><td>66</td><td>17</td><td>3</td><td/><td>##IDS__IsPatchDlg_5##</td><td>Cancel</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>PatchWelcome</td><td>TextLine1</td><td>Text</td><td>135</td><td>8</td><td>225</td><td>45</td><td>65539</td><td/><td>##IDS__IsPatchDlg_1##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>PatchWelcome</td><td>TextLine2</td><td>Text</td><td>135</td><td>54</td><td>228</td><td>45</td><td>65539</td><td/><td>##IDS__IsPatchDlg_2##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>ReadyToInstall</td><td>Back</td><td>PushButton</td><td>164</td><td>243</td><td>66</td><td>17</td><td>3</td><td/><td>##IDS__IsVerifyReadyDlg_1##</td><td>InstallNow</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>ReadyToInstall</td><td>Banner</td><td>Bitmap</td><td>0</td><td>0</td><td>374</td><td>44</td><td>262145</td><td/><td/><td/><td/><td>0</td><td>0</td><td/><td>NewBinary1</td></row>
+		<row><td>ReadyToInstall</td><td>BannerLine</td><td>Line</td><td>0</td><td>44</td><td>374</td><td>0</td><td>1</td><td/><td/><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>ReadyToInstall</td><td>Branding1</td><td>Text</td><td>4</td><td>229</td><td>50</td><td>13</td><td>3</td><td/><td>##IDS__IsVerifyReadyDlg_2##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>ReadyToInstall</td><td>Branding2</td><td>Text</td><td>3</td><td>228</td><td>50</td><td>13</td><td>65537</td><td/><td>##IDS__IsVerifyReadyDlg_3##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>ReadyToInstall</td><td>Cancel</td><td>PushButton</td><td>301</td><td>243</td><td>66</td><td>17</td><td>3</td><td/><td>##IDS__IsVerifyReadyDlg_4##</td><td>Back</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>ReadyToInstall</td><td>DlgDesc</td><td>Text</td><td>21</td><td>23</td><td>292</td><td>25</td><td>65539</td><td/><td>##IDS__IsVerifyReadyDlg_5##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>ReadyToInstall</td><td>DlgLine</td><td>Line</td><td>48</td><td>234</td><td>374</td><td>0</td><td>1</td><td/><td/><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>ReadyToInstall</td><td>DlgText</td><td>Text</td><td>21</td><td>100</td><td>326</td><td>20</td><td>3</td><td/><td>##IDS__IsVerifyReadyDlg_6##</td><td/><td/><td>0</td><td>0</td><td/><td/></row>
+		<row><td>ReadyToInstall</td><td>DlgText1</td><td>Text</td><td>21</td><td>119</td><td>330</td><td>24</td><td>3</td><td/><td>##IDS__IsVerifyReadyDlg_7##</td><td/><td/><td>0</td><td>0</td><td/><td/></row>
+		<row><td>ReadyToInstall</td><td>DlgTitle</td><td>Text</td><td>13</td><td>6</td><td>292</td><td>25</td><td>65538</td><td/><td>##IDS__IsVerifyReadyDlg_8##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>ReadyToInstall</td><td>DlgTitle2</td><td>Text</td><td>13</td><td>6</td><td>292</td><td>25</td><td>65538</td><td/><td>##IDS__IsVerifyReadyDlg_10##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>ReadyToInstall</td><td>DlgTitle3</td><td>Text</td><td>13</td><td>6</td><td>292</td><td>25</td><td>65538</td><td/><td>##IDS__IsVerifyReadyDlg_11##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>ReadyToInstall</td><td>InstallNow</td><td>PushButton</td><td>230</td><td>243</td><td>66</td><td>17</td><td>3</td><td/><td>##IDS__IsVerifyReadyDlg_9##</td><td>Cancel</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>ReadyToInstall</td><td>Text1</td><td>Text</td><td>21</td><td>51</td><td>326</td><td>43</td><td>3</td><td/><td>##IDS__IsVerifyReadyDlg_22##</td><td/><td/><td>0</td><td>0</td><td/><td/></row>
+		<row><td>ReadyToRemove</td><td>Back</td><td>PushButton</td><td>164</td><td>243</td><td>66</td><td>17</td><td>3</td><td/><td>##IDS__IsVerifyRemoveAllDlg_1##</td><td>RemoveNow</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>ReadyToRemove</td><td>Banner</td><td>Bitmap</td><td>0</td><td>0</td><td>374</td><td>44</td><td>262145</td><td/><td/><td/><td/><td>0</td><td>0</td><td/><td>NewBinary1</td></row>
+		<row><td>ReadyToRemove</td><td>BannerLine</td><td>Line</td><td>0</td><td>44</td><td>374</td><td>0</td><td>1</td><td/><td/><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>ReadyToRemove</td><td>Branding1</td><td>Text</td><td>4</td><td>229</td><td>50</td><td>13</td><td>3</td><td/><td>##IDS__IsVerifyRemoveAllDlg_2##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>ReadyToRemove</td><td>Branding2</td><td>Text</td><td>3</td><td>228</td><td>50</td><td>13</td><td>65537</td><td/><td>##IDS__IsVerifyRemoveAllDlg_3##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>ReadyToRemove</td><td>Cancel</td><td>PushButton</td><td>301</td><td>243</td><td>66</td><td>17</td><td>3</td><td/><td>##IDS__IsVerifyRemoveAllDlg_4##</td><td>Back</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>ReadyToRemove</td><td>DlgDesc</td><td>Text</td><td>21</td><td>23</td><td>292</td><td>25</td><td>65539</td><td/><td>##IDS__IsVerifyRemoveAllDlg_5##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>ReadyToRemove</td><td>DlgLine</td><td>Line</td><td>48</td><td>234</td><td>326</td><td>0</td><td>1</td><td/><td/><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>ReadyToRemove</td><td>DlgText</td><td>Text</td><td>21</td><td>51</td><td>326</td><td>24</td><td>3</td><td/><td>##IDS__IsVerifyRemoveAllDlg_6##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>ReadyToRemove</td><td>DlgText1</td><td>Text</td><td>21</td><td>79</td><td>330</td><td>23</td><td>3</td><td/><td>##IDS__IsVerifyRemoveAllDlg_7##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>ReadyToRemove</td><td>DlgText2</td><td>Text</td><td>21</td><td>102</td><td>330</td><td>24</td><td>3</td><td/><td/><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>ReadyToRemove</td><td>DlgTitle</td><td>Text</td><td>13</td><td>6</td><td>292</td><td>25</td><td>65539</td><td/><td>##IDS__IsVerifyRemoveAllDlg_8##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>ReadyToRemove</td><td>RemoveNow</td><td>PushButton</td><td>230</td><td>243</td><td>66</td><td>17</td><td>3</td><td/><td>##IDS__IsVerifyRemoveAllDlg_9##</td><td>Cancel</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SQLBrowse</td><td>Branding1</td><td>Text</td><td>4</td><td>227</td><td>50</td><td>13</td><td>3</td><td/><td>##IDS_INSTALLSHIELD_FORMATTED##</td><td/><td/><td>0</td><td>0</td><td/><td/></row>
+		<row><td>SQLBrowse</td><td>Branding2</td><td>Text</td><td>3</td><td>226</td><td>50</td><td>13</td><td>65537</td><td/><td>##IDS_INSTALLSHIELD##</td><td/><td/><td>0</td><td>0</td><td/><td/></row>
+		<row><td>SQLBrowse</td><td>Cancel</td><td>PushButton</td><td>194</td><td>241</td><td>66</td><td>17</td><td>3</td><td/><td>##IDS_CANCEL##</td><td>TxtSQLBrowse</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SQLBrowse</td><td>DlgLine</td><td>Line</td><td>48</td><td>232</td><td>224</td><td>0</td><td>1</td><td/><td/><td/><td/><td>0</td><td>0</td><td/><td/></row>
+		<row><td>SQLBrowse</td><td>OK</td><td>PushButton</td><td>125</td><td>241</td><td>66</td><td>17</td><td>3</td><td/><td>##IDS_OK##</td><td>lstSQLServer</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SQLBrowse</td><td>TxtSQLBrowse</td><td>Text</td><td>13</td><td>8</td><td>245</td><td>31</td><td>65539</td><td/><td>##IDS_SQLBROWSE_INTRO##</td><td>OK</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SQLBrowse</td><td>lstSQLServer</td><td>ListBox</td><td>14</td><td>45</td><td>245</td><td>165</td><td>7</td><td>IS_SQLSERVER_LIST</td><td/><td>Cancel</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SQLLogin</td><td>Back</td><td>PushButton</td><td>164</td><td>243</td><td>66</td><td>17</td><td>3</td><td/><td>##IDS_BACK##</td><td>Next</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SQLLogin</td><td>Banner</td><td>Bitmap</td><td>0</td><td>0</td><td>374</td><td>44</td><td>1</td><td/><td/><td/><td/><td>0</td><td/><td/><td>NewBinary1</td></row>
+		<row><td>SQLLogin</td><td>BannerLine</td><td>Line</td><td>0</td><td>44</td><td>374</td><td>0</td><td>1</td><td/><td/><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SQLLogin</td><td>Branding1</td><td>Text</td><td>4</td><td>229</td><td>50</td><td>13</td><td>3</td><td/><td>##IDS_INSTALLSHIELD_FORMATTED##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SQLLogin</td><td>Branding2</td><td>Text</td><td>3</td><td>228</td><td>50</td><td>13</td><td>65537</td><td/><td>##IDS_INSTALLSHIELD##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SQLLogin</td><td>BtnSQLBrowse</td><td>PushButton</td><td>301</td><td>106</td><td>66</td><td>17</td><td>3</td><td/><td>##IDS_SQLLOGIN_BROWSE##</td><td>lblAuthentication</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SQLLogin</td><td>Cancel</td><td>PushButton</td><td>301</td><td>243</td><td>66</td><td>17</td><td>3</td><td/><td>##IDS_CANCEL##</td><td>lblServer</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SQLLogin</td><td>DlgDesc</td><td>Text</td><td>21</td><td>23</td><td>292</td><td>25</td><td>65539</td><td/><td>##IDS_SQLLOGIN_DESC##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SQLLogin</td><td>DlgLine</td><td>Line</td><td>48</td><td>234</td><td>326</td><td>0</td><td>1</td><td/><td/><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SQLLogin</td><td>DlgTitle</td><td>Text</td><td>13</td><td>7</td><td>292</td><td>25</td><td>65539</td><td/><td>##IDS_SQLLOGIN_TITLE##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SQLLogin</td><td>EdtLogin</td><td>Edit</td><td>92</td><td>184</td><td>218</td><td>16</td><td>3</td><td>IS_SQLSERVER_USERNAME</td><td/><td>lblPswd</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SQLLogin</td><td>EdtPswd</td><td>Edit</td><td>92</td><td>208</td><td>218</td><td>16</td><td>2097155</td><td>IS_SQLSERVER_PASSWORD</td><td/><td>Back</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SQLLogin</td><td>Next</td><td>PushButton</td><td>229</td><td>243</td><td>66</td><td>17</td><td>3</td><td/><td>##IDS_NEXT##</td><td>Cancel</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SQLLogin</td><td>RadioButtonGroup1</td><td>RadioButtonGroup</td><td>25</td><td>145</td><td>343</td><td>34</td><td>3</td><td>IS_SQLSERVER_AUTHENTICATION</td><td/><td>lblLoginID</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SQLLogin</td><td>cboServers</td><td>ComboBox</td><td>18</td><td>106</td><td>278</td><td>80</td><td>65539</td><td>IS_SQLSERVER_SERVER</td><td/><td>BtnSQLBrowse</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SQLLogin</td><td>lblAuthentication</td><td>Text</td><td>18</td><td>129</td><td>334</td><td>14</td><td>131075</td><td/><td>##IDS_SQLLOGIN_CONNECT##</td><td>RadioButtonGroup1</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SQLLogin</td><td>lblLoginID</td><td>Text</td><td>43</td><td>186</td><td>48</td><td>13</td><td>3</td><td/><td>##IDS_SQLLOGIN_ID##</td><td>EdtLogin</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SQLLogin</td><td>lblPswd</td><td>Text</td><td>43</td><td>208</td><td>47</td><td>13</td><td>3</td><td/><td>##IDS_SQLLOGIN_PSWD##</td><td>EdtPswd</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SQLLogin</td><td>lblSQLLoginIntro</td><td>Text</td><td>17</td><td>50</td><td>345</td><td>40</td><td>65539</td><td/><td>##IDS_SQLLOGIN_INTRO##</td><td>cboServers</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SQLLogin</td><td>lblServer</td><td>Text</td><td>18</td><td>92</td><td>88</td><td>14</td><td>3</td><td/><td>##IDS_SQLLOGIN_SERVER##</td><td>lblSQLLoginIntro</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SetupBadPath</td><td>Icon1</td><td>Icon</td><td>15</td><td>15</td><td>24</td><td>24</td><td>5767169</td><td/><td/><td/><td/><td>0</td><td>0</td><td/><td>NewBinary4</td></row>
+		<row><td>SetupBadPath</td><td>PushButton7</td><td>PushButton</td><td>192</td><td>80</td><td>66</td><td>17</td><td>3</td><td/><td>##NEW_STRING9##</td><td/><td/><td>0</td><td>0</td><td/><td/></row>
+		<row><td>SetupBadPath</td><td>Text1</td><td>Text</td><td>50</td><td>15</td><td>200</td><td>50</td><td>3</td><td>NewProperty1</td><td>##NEW_STRING6##</td><td/><td/><td>0</td><td>0</td><td/><td/></row>
+		<row><td>SetupCompleteError</td><td>Back</td><td>PushButton</td><td>164</td><td>243</td><td>66</td><td>17</td><td>1</td><td/><td>##IDS__IsFatalError_1##</td><td>Finish</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SetupCompleteError</td><td>Cancel</td><td>PushButton</td><td>301</td><td>243</td><td>66</td><td>17</td><td>1</td><td/><td>##IDS__IsFatalError_2##</td><td>Back</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SetupCompleteError</td><td>DlgLine</td><td>Line</td><td>0</td><td>234</td><td>374</td><td>0</td><td>1</td><td/><td/><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SetupCompleteError</td><td>Finish</td><td>PushButton</td><td>230</td><td>243</td><td>66</td><td>17</td><td>3</td><td/><td>##IDS__IsFatalError_3##</td><td>Cancel</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SetupCompleteError</td><td>FinishText1</td><td>Text</td><td>135</td><td>80</td><td>228</td><td>50</td><td>65539</td><td/><td>##IDS__IsFatalError_4##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SetupCompleteError</td><td>FinishText2</td><td>Text</td><td>135</td><td>135</td><td>228</td><td>25</td><td>65539</td><td/><td>##IDS__IsFatalError_5##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SetupCompleteError</td><td>Image</td><td>Bitmap</td><td>0</td><td>0</td><td>374</td><td>234</td><td>262145</td><td/><td/><td/><td/><td>0</td><td>0</td><td/><td>NewBinary5</td></row>
+		<row><td>SetupCompleteError</td><td>RestContText1</td><td>Text</td><td>135</td><td>80</td><td>228</td><td>50</td><td>65539</td><td/><td>##IDS__IsFatalError_6##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SetupCompleteError</td><td>RestContText2</td><td>Text</td><td>135</td><td>135</td><td>228</td><td>25</td><td>65539</td><td/><td>##IDS__IsFatalError_7##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SetupCompleteError</td><td>TextLine1</td><td>Text</td><td>135</td><td>8</td><td>225</td><td>45</td><td>65539</td><td/><td>##IDS__IsFatalError_8##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SetupCompleteError</td><td>TextLine2</td><td>Text</td><td>135</td><td>55</td><td>228</td><td>25</td><td>65539</td><td/><td>##IDS__IsFatalError_9##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SetupCompleteSuccess</td><td>Back</td><td>PushButton</td><td>164</td><td>243</td><td>66</td><td>17</td><td>1</td><td/><td>##IDS__IsExitDialog_1##</td><td>OK</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SetupCompleteSuccess</td><td>Cancel</td><td>PushButton</td><td>301</td><td>243</td><td>66</td><td>17</td><td>1</td><td/><td>##IDS__IsExitDialog_2##</td><td>Image</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SetupCompleteSuccess</td><td>CheckLaunchReadme</td><td>CheckBox</td><td>151</td><td>114</td><td>10</td><td>9</td><td>2</td><td>LAUNCHREADME</td><td/><td/><td/><td>0</td><td>0</td><td/><td/></row>
+		<row><td>SetupCompleteSuccess</td><td>DlgLine</td><td>Line</td><td>0</td><td>234</td><td>374</td><td>0</td><td>1</td><td/><td/><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SetupCompleteSuccess</td><td>Image</td><td>Bitmap</td><td>0</td><td>0</td><td>374</td><td>234</td><td>262145</td><td/><td/><td>Back</td><td/><td>0</td><td>0</td><td/><td>NewBinary5</td></row>
+		<row><td>SetupCompleteSuccess</td><td>LaunchReadmeText</td><td>Text</td><td>164</td><td>112</td><td>198</td><td>13</td><td>65538</td><td/><td>##IDS__IsExitDialog_8##</td><td/><td/><td>0</td><td>0</td><td/><td/></row>
+		<row><td>SetupCompleteSuccess</td><td>OK</td><td>PushButton</td><td>230</td><td>243</td><td>66</td><td>17</td><td>3</td><td/><td>##IDS__IsExitDialog_3##</td><td>Cancel</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SetupCompleteSuccess</td><td>TextLine1</td><td>Text</td><td>135</td><td>8</td><td>225</td><td>45</td><td>65539</td><td/><td>##IDS__IsExitDialog_4##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SetupCompleteSuccess</td><td>TextLine2</td><td>Text</td><td>135</td><td>55</td><td>228</td><td>45</td><td>65538</td><td/><td>##IDS__IsExitDialog_5##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SetupCompleteSuccess</td><td>TextLine3</td><td>Text</td><td>135</td><td>55</td><td>228</td><td>45</td><td>65538</td><td/><td>##IDS__IsExitDialog_6##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SetupCompleteSuccess</td><td>UpdateTextLine1</td><td>Text</td><td>135</td><td>30</td><td>228</td><td>45</td><td>65538</td><td/><td>##IDS__IsExitDialog_Update_4##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SetupError</td><td>A</td><td>PushButton</td><td>192</td><td>80</td><td>66</td><td>17</td><td>3</td><td/><td>##IDS__IsErrorDlg_1##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SetupError</td><td>C</td><td>PushButton</td><td>192</td><td>80</td><td>66</td><td>17</td><td>3</td><td/><td>##IDS__IsErrorDlg_2##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SetupError</td><td>ErrorText</td><td>Text</td><td>50</td><td>15</td><td>200</td><td>50</td><td>3</td><td/><td>##IDS__IsErrorDlg_3##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SetupError</td><td>I</td><td>PushButton</td><td>192</td><td>80</td><td>66</td><td>17</td><td>3</td><td/><td>##IDS__IsErrorDlg_4##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SetupError</td><td>N</td><td>PushButton</td><td>192</td><td>80</td><td>66</td><td>17</td><td>3</td><td/><td>##IDS__IsErrorDlg_5##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SetupError</td><td>O</td><td>PushButton</td><td>192</td><td>80</td><td>66</td><td>17</td><td>3</td><td/><td>##IDS__IsErrorDlg_6##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SetupError</td><td>R</td><td>PushButton</td><td>192</td><td>80</td><td>66</td><td>17</td><td>3</td><td/><td>##IDS__IsErrorDlg_7##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SetupError</td><td>WarningIcon</td><td>Icon</td><td>15</td><td>15</td><td>24</td><td>24</td><td>5242881</td><td/><td/><td/><td/><td>0</td><td/><td/><td>NewBinary4</td></row>
+		<row><td>SetupError</td><td>Y</td><td>PushButton</td><td>192</td><td>80</td><td>66</td><td>17</td><td>3</td><td/><td>##IDS__IsErrorDlg_8##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SetupInitialization</td><td>ActionData</td><td>Text</td><td>135</td><td>125</td><td>228</td><td>12</td><td>65539</td><td/><td>##IDS__IsInitDlg_1##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SetupInitialization</td><td>ActionText</td><td>Text</td><td>135</td><td>109</td><td>220</td><td>36</td><td>65539</td><td/><td>##IDS__IsInitDlg_2##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SetupInitialization</td><td>Back</td><td>PushButton</td><td>164</td><td>243</td><td>66</td><td>17</td><td>1</td><td/><td>##IDS__IsInitDlg_3##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SetupInitialization</td><td>Cancel</td><td>PushButton</td><td>301</td><td>243</td><td>66</td><td>17</td><td>3</td><td/><td>##IDS__IsInitDlg_4##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SetupInitialization</td><td>DlgLine</td><td>Line</td><td>0</td><td>234</td><td>374</td><td>0</td><td>1</td><td/><td/><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SetupInitialization</td><td>Image</td><td>Bitmap</td><td>0</td><td>0</td><td>374</td><td>234</td><td>262145</td><td/><td/><td/><td/><td>0</td><td>0</td><td/><td>NewBinary5</td></row>
+		<row><td>SetupInitialization</td><td>Next</td><td>PushButton</td><td>230</td><td>243</td><td>66</td><td>17</td><td>1</td><td/><td>##IDS__IsInitDlg_5##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SetupInitialization</td><td>TextLine1</td><td>Text</td><td>135</td><td>8</td><td>225</td><td>45</td><td>65539</td><td/><td>##IDS__IsInitDlg_6##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SetupInitialization</td><td>TextLine2</td><td>Text</td><td>135</td><td>55</td><td>228</td><td>30</td><td>65539</td><td/><td>##IDS__IsInitDlg_7##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SetupInterrupted</td><td>Back</td><td>PushButton</td><td>164</td><td>243</td><td>66</td><td>17</td><td>1</td><td/><td>##IDS__IsUserExit_1##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SetupInterrupted</td><td>Cancel</td><td>PushButton</td><td>301</td><td>243</td><td>66</td><td>17</td><td>1</td><td/><td>##IDS__IsUserExit_2##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SetupInterrupted</td><td>DlgLine</td><td>Line</td><td>0</td><td>234</td><td>374</td><td>0</td><td>1</td><td/><td/><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SetupInterrupted</td><td>Finish</td><td>PushButton</td><td>230</td><td>243</td><td>66</td><td>17</td><td>3</td><td/><td>##IDS__IsUserExit_3##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SetupInterrupted</td><td>FinishText1</td><td>Text</td><td>135</td><td>80</td><td>228</td><td>50</td><td>65539</td><td/><td>##IDS__IsUserExit_4##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SetupInterrupted</td><td>FinishText2</td><td>Text</td><td>135</td><td>135</td><td>228</td><td>25</td><td>65539</td><td/><td>##IDS__IsUserExit_5##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SetupInterrupted</td><td>Image</td><td>Bitmap</td><td>0</td><td>0</td><td>374</td><td>234</td><td>262145</td><td/><td/><td/><td/><td>0</td><td>0</td><td/><td>NewBinary5</td></row>
+		<row><td>SetupInterrupted</td><td>RestContText1</td><td>Text</td><td>135</td><td>80</td><td>228</td><td>50</td><td>65539</td><td/><td>##IDS__IsUserExit_6##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SetupInterrupted</td><td>RestContText2</td><td>Text</td><td>135</td><td>135</td><td>228</td><td>25</td><td>65539</td><td/><td>##IDS__IsUserExit_7##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SetupInterrupted</td><td>TextLine1</td><td>Text</td><td>135</td><td>8</td><td>225</td><td>45</td><td>65539</td><td/><td>##IDS__IsUserExit_8##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SetupInterrupted</td><td>TextLine2</td><td>Text</td><td>135</td><td>55</td><td>228</td><td>25</td><td>65539</td><td/><td>##IDS__IsUserExit_9##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SetupProgress</td><td>ActionProgress95</td><td>ProgressBar</td><td>59</td><td>113</td><td>275</td><td>12</td><td>65537</td><td/><td>##IDS__IsProgressDlg_1##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SetupProgress</td><td>ActionText</td><td>Text</td><td>59</td><td>100</td><td>275</td><td>12</td><td>3</td><td/><td>##IDS__IsProgressDlg_2##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SetupProgress</td><td>Back</td><td>PushButton</td><td>164</td><td>243</td><td>66</td><td>17</td><td>1</td><td/><td>##IDS__IsProgressDlg_3##</td><td>Next</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SetupProgress</td><td>Banner</td><td>Bitmap</td><td>0</td><td>0</td><td>374</td><td>44</td><td>262145</td><td/><td/><td/><td/><td>0</td><td>0</td><td/><td>NewBinary1</td></row>
+		<row><td>SetupProgress</td><td>BannerLine</td><td>Line</td><td>0</td><td>44</td><td>374</td><td>0</td><td>1</td><td/><td/><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SetupProgress</td><td>Branding1</td><td>Text</td><td>4</td><td>229</td><td>50</td><td>13</td><td>3</td><td/><td>##IDS__IsProgressDlg_4##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SetupProgress</td><td>Branding2</td><td>Text</td><td>3</td><td>228</td><td>50</td><td>13</td><td>65537</td><td/><td>##IDS__IsProgressDlg_5##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SetupProgress</td><td>Cancel</td><td>PushButton</td><td>301</td><td>243</td><td>66</td><td>17</td><td>3</td><td/><td>##IDS__IsProgressDlg_6##</td><td>Back</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SetupProgress</td><td>DlgDesc</td><td>Text</td><td>21</td><td>23</td><td>292</td><td>25</td><td>65538</td><td/><td>##IDS__IsProgressDlg_7##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SetupProgress</td><td>DlgDesc2</td><td>Text</td><td>21</td><td>23</td><td>292</td><td>25</td><td>65538</td><td/><td>##IDS__IsProgressDlg_16##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SetupProgress</td><td>DlgLine</td><td>Line</td><td>48</td><td>234</td><td>326</td><td>0</td><td>1</td><td/><td/><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SetupProgress</td><td>DlgText</td><td>Text</td><td>59</td><td>51</td><td>275</td><td>30</td><td>65538</td><td/><td>##IDS__IsProgressDlg_8##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SetupProgress</td><td>DlgText2</td><td>Text</td><td>59</td><td>51</td><td>275</td><td>30</td><td>65538</td><td/><td>##IDS__IsProgressDlg_17##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SetupProgress</td><td>DlgTitle</td><td>Text</td><td>13</td><td>6</td><td>292</td><td>25</td><td>65538</td><td/><td>##IDS__IsProgressDlg_9##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SetupProgress</td><td>DlgTitle2</td><td>Text</td><td>13</td><td>6</td><td>292</td><td>25</td><td>65538</td><td/><td>##IDS__IsProgressDlg_15##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SetupProgress</td><td>LbSec</td><td>Text</td><td>172</td><td>139</td><td>32</td><td>12</td><td>2</td><td/><td>##IDS__IsProgressDlg_10##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SetupProgress</td><td>LbStatus</td><td>Text</td><td>59</td><td>85</td><td>70</td><td>12</td><td>3</td><td/><td>##IDS__IsProgressDlg_11##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SetupProgress</td><td>Next</td><td>PushButton</td><td>230</td><td>243</td><td>66</td><td>17</td><td>1</td><td/><td>##IDS__IsProgressDlg_12##</td><td>Cancel</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SetupProgress</td><td>SetupIcon</td><td>Icon</td><td>21</td><td>51</td><td>24</td><td>24</td><td>5242881</td><td/><td/><td/><td/><td>0</td><td/><td/><td>NewBinary9</td></row>
+		<row><td>SetupProgress</td><td>ShowTime</td><td>Text</td><td>155</td><td>139</td><td>17</td><td>12</td><td>2</td><td/><td>##IDS__IsProgressDlg_13##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SetupProgress</td><td>TextTime</td><td>Text</td><td>59</td><td>139</td><td>96</td><td>12</td><td>2</td><td/><td>##IDS__IsProgressDlg_14##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SetupResume</td><td>Back</td><td>PushButton</td><td>164</td><td>243</td><td>66</td><td>17</td><td>1</td><td/><td>##IDS__IsResumeDlg_1##</td><td>Next</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SetupResume</td><td>Cancel</td><td>PushButton</td><td>301</td><td>243</td><td>66</td><td>17</td><td>3</td><td/><td>##IDS__IsResumeDlg_2##</td><td>Back</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SetupResume</td><td>DlgLine</td><td>Line</td><td>0</td><td>234</td><td>374</td><td>0</td><td>1</td><td/><td/><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SetupResume</td><td>Image</td><td>Bitmap</td><td>0</td><td>0</td><td>374</td><td>234</td><td>262145</td><td/><td/><td/><td/><td>0</td><td>0</td><td/><td>NewBinary5</td></row>
+		<row><td>SetupResume</td><td>Next</td><td>PushButton</td><td>230</td><td>243</td><td>66</td><td>17</td><td>3</td><td/><td>##IDS__IsResumeDlg_3##</td><td>Cancel</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SetupResume</td><td>PreselectedText</td><td>Text</td><td>135</td><td>55</td><td>228</td><td>45</td><td>65539</td><td/><td>##IDS__IsResumeDlg_4##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SetupResume</td><td>ResumeText</td><td>Text</td><td>135</td><td>46</td><td>228</td><td>45</td><td>65539</td><td/><td>##IDS__IsResumeDlg_5##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SetupResume</td><td>TextLine1</td><td>Text</td><td>135</td><td>8</td><td>225</td><td>45</td><td>65539</td><td/><td>##IDS__IsResumeDlg_6##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SetupType</td><td>Back</td><td>PushButton</td><td>164</td><td>243</td><td>66</td><td>17</td><td>3</td><td/><td>##IDS__IsSetupTypeMinDlg_1##</td><td>Next</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SetupType</td><td>Banner</td><td>Bitmap</td><td>0</td><td>0</td><td>374</td><td>44</td><td>262145</td><td/><td/><td/><td/><td>0</td><td>0</td><td/><td>NewBinary1</td></row>
+		<row><td>SetupType</td><td>BannerLine</td><td>Line</td><td>0</td><td>44</td><td>374</td><td>0</td><td>1</td><td/><td/><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SetupType</td><td>Branding1</td><td>Text</td><td>4</td><td>229</td><td>50</td><td>13</td><td>3</td><td/><td>##IDS__IsSetupTypeMinDlg_2##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SetupType</td><td>Branding2</td><td>Text</td><td>3</td><td>228</td><td>50</td><td>13</td><td>65537</td><td/><td>##IDS__IsSetupTypeMinDlg_3##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SetupType</td><td>Cancel</td><td>PushButton</td><td>301</td><td>243</td><td>66</td><td>17</td><td>3</td><td/><td>##IDS__IsSetupTypeMinDlg_4##</td><td>RadioGroup</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SetupType</td><td>CompText</td><td>Text</td><td>80</td><td>94</td><td>246</td><td>35</td><td>3</td><td/><td>##IDS__IsSetupTypeMinDlg_5##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SetupType</td><td>CompleteIco</td><td>Icon</td><td>34</td><td>94</td><td>24</td><td>24</td><td>5242881</td><td/><td/><td/><td/><td>0</td><td/><td/><td>NewBinary10</td></row>
+		<row><td>SetupType</td><td>CustText</td><td>Text</td><td>80</td><td>154</td><td>246</td><td>35</td><td>3</td><td/><td>##IDS__IsSetupTypeMinDlg_6##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SetupType</td><td>CustomIco</td><td>Icon</td><td>34</td><td>154</td><td>24</td><td>24</td><td>5242881</td><td/><td/><td/><td/><td>0</td><td/><td/><td>NewBinary6</td></row>
+		<row><td>SetupType</td><td>DlgDesc</td><td>Text</td><td>21</td><td>23</td><td>292</td><td>25</td><td>65539</td><td/><td>##IDS__IsSetupTypeMinDlg_7##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SetupType</td><td>DlgLine</td><td>Line</td><td>48</td><td>234</td><td>326</td><td>0</td><td>1</td><td/><td/><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SetupType</td><td>DlgText</td><td>Text</td><td>21</td><td>51</td><td>326</td><td>10</td><td>3</td><td/><td>##IDS__IsSetupTypeMinDlg_8##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SetupType</td><td>DlgTitle</td><td>Text</td><td>13</td><td>6</td><td>292</td><td>25</td><td>65539</td><td/><td>##IDS__IsSetupTypeMinDlg_9##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SetupType</td><td>Next</td><td>PushButton</td><td>230</td><td>243</td><td>66</td><td>17</td><td>3</td><td/><td>##IDS__IsSetupTypeMinDlg_10##</td><td>Cancel</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SetupType</td><td>RadioGroup</td><td>RadioButtonGroup</td><td>21</td><td>79</td><td>264</td><td>120</td><td>3</td><td>_IsSetupTypeMin</td><td>##IDS__IsSetupTypeMinDlg_13##</td><td>Back</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SplashBitmap</td><td>Back</td><td>PushButton</td><td>164</td><td>243</td><td>66</td><td>17</td><td>1</td><td/><td>##IDS__IsBitmapDlg_1##</td><td>Next</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SplashBitmap</td><td>Branding1</td><td>Text</td><td>4</td><td>229</td><td>50</td><td>13</td><td>3</td><td/><td>##IDS__IsBitmapDlg_2##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SplashBitmap</td><td>Branding2</td><td>Text</td><td>3</td><td>228</td><td>50</td><td>13</td><td>65537</td><td/><td>##IDS__IsBitmapDlg_3##</td><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SplashBitmap</td><td>Cancel</td><td>PushButton</td><td>301</td><td>243</td><td>66</td><td>17</td><td>3</td><td/><td>##IDS__IsBitmapDlg_4##</td><td>Back</td><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SplashBitmap</td><td>DlgLine</td><td>Line</td><td>48</td><td>234</td><td>374</td><td>0</td><td>1</td><td/><td/><td/><td/><td>0</td><td/><td/><td/></row>
+		<row><td>SplashBitmap</td><td>Image</td><td>Bitmap</td><td>13</td><td>12</td><td>349</td><td>211</td><td>262145</td><td/><td/><td/><td/><td>0</td><td>0</td><td/><td>NewBinary5</td></row>
+		<row><td>SplashBitmap</td><td>Next</td><td>PushButton</td><td>230</td><td>243</td><td>66</td><td>17</td><td>3</td><td/><td>##IDS__IsBitmapDlg_5##</td><td>Cancel</td><td/><td>0</td><td/><td/><td/></row>
+	</table>
+
+	<table name="ControlCondition">
+		<col key="yes" def="s72">Dialog_</col>
+		<col key="yes" def="s50">Control_</col>
+		<col key="yes" def="s50">Action</col>
+		<col key="yes" def="s255">Condition</col>
+		<row><td>CustomSetup</td><td>ChangeFolder</td><td>Hide</td><td>Installed</td></row>
+		<row><td>CustomSetup</td><td>Details</td><td>Hide</td><td>Installed</td></row>
+		<row><td>CustomSetup</td><td>InstallLabel</td><td>Hide</td><td>Installed</td></row>
+		<row><td>CustomerInformation</td><td>DlgRadioGroupText</td><td>Hide</td><td>NOT Privileged</td></row>
+		<row><td>CustomerInformation</td><td>DlgRadioGroupText</td><td>Hide</td><td>ProductState &gt; 0</td></row>
+		<row><td>CustomerInformation</td><td>DlgRadioGroupText</td><td>Hide</td><td>Version9X</td></row>
+		<row><td>CustomerInformation</td><td>MissingApache</td><td>Show</td><td>APACHE_FOUND = ""</td></row>
+		<row><td>CustomerInformation</td><td>RadioGroup</td><td>Hide</td><td>NOT Privileged</td></row>
+		<row><td>CustomerInformation</td><td>RadioGroup</td><td>Hide</td><td>ProductState &gt; 0</td></row>
+		<row><td>CustomerInformation</td><td>RadioGroup</td><td>Hide</td><td>Version9X</td></row>
+		<row><td>InstallWelcome</td><td>Back</td><td>Disable</td><td>1</td></row>
+		<row><td>InstallWelcome</td><td>Copyright</td><td>Hide</td><td>SHOWCOPYRIGHT="No"</td></row>
+		<row><td>InstallWelcome</td><td>Copyright</td><td>Show</td><td>SHOWCOPYRIGHT="Yes"</td></row>
+		<row><td>LicenseAgreement</td><td>Next</td><td>Disable</td><td>AgreeToLicense &lt;&gt; "Yes"</td></row>
+		<row><td>LicenseAgreement</td><td>Next</td><td>Enable</td><td>AgreeToLicense = "Yes"</td></row>
+		<row><td>ReadyToInstall</td><td>DlgTitle</td><td>Show</td><td>ProgressType0="Modify"</td></row>
+		<row><td>ReadyToInstall</td><td>DlgTitle2</td><td>Show</td><td>ProgressType0="Repair"</td></row>
+		<row><td>ReadyToInstall</td><td>DlgTitle3</td><td>Show</td><td>ProgressType0="install"</td></row>
+		<row><td>SQLLogin</td><td>EdtLogin</td><td>Disable</td><td>IS_SQLSERVER_AUTHENTICATION=0</td></row>
+		<row><td>SQLLogin</td><td>EdtLogin</td><td>Enable</td><td>IS_SQLSERVER_AUTHENTICATION=1</td></row>
+		<row><td>SQLLogin</td><td>EdtPswd</td><td>Disable</td><td>IS_SQLSERVER_AUTHENTICATION=0</td></row>
+		<row><td>SQLLogin</td><td>EdtPswd</td><td>Enable</td><td>IS_SQLSERVER_AUTHENTICATION=1</td></row>
+		<row><td>SQLLogin</td><td>lblLoginID</td><td>Disable</td><td>IS_SQLSERVER_AUTHENTICATION=0</td></row>
+		<row><td>SQLLogin</td><td>lblLoginID</td><td>Enable</td><td>IS_SQLSERVER_AUTHENTICATION=1</td></row>
+		<row><td>SQLLogin</td><td>lblPswd</td><td>Disable</td><td>IS_SQLSERVER_AUTHENTICATION=0</td></row>
+		<row><td>SQLLogin</td><td>lblPswd</td><td>Enable</td><td>IS_SQLSERVER_AUTHENTICATION=1</td></row>
+		<row><td>SetupCompleteError</td><td>Back</td><td>Default</td><td>UpdateStarted</td></row>
+		<row><td>SetupCompleteError</td><td>Back</td><td>Disable</td><td>NOT UpdateStarted</td></row>
+		<row><td>SetupCompleteError</td><td>Back</td><td>Enable</td><td>UpdateStarted</td></row>
+		<row><td>SetupCompleteError</td><td>Cancel</td><td>Disable</td><td>NOT UpdateStarted</td></row>
+		<row><td>SetupCompleteError</td><td>Cancel</td><td>Enable</td><td>UpdateStarted</td></row>
+		<row><td>SetupCompleteError</td><td>Finish</td><td>Default</td><td>NOT UpdateStarted</td></row>
+		<row><td>SetupCompleteError</td><td>FinishText1</td><td>Hide</td><td>UpdateStarted</td></row>
+		<row><td>SetupCompleteError</td><td>FinishText1</td><td>Show</td><td>NOT UpdateStarted</td></row>
+		<row><td>SetupCompleteError</td><td>FinishText2</td><td>Hide</td><td>UpdateStarted</td></row>
+		<row><td>SetupCompleteError</td><td>FinishText2</td><td>Show</td><td>NOT UpdateStarted</td></row>
+		<row><td>SetupCompleteError</td><td>RestContText1</td><td>Hide</td><td>NOT UpdateStarted</td></row>
+		<row><td>SetupCompleteError</td><td>RestContText1</td><td>Show</td><td>UpdateStarted</td></row>
+		<row><td>SetupCompleteError</td><td>RestContText2</td><td>Hide</td><td>NOT UpdateStarted</td></row>
+		<row><td>SetupCompleteError</td><td>RestContText2</td><td>Show</td><td>UpdateStarted</td></row>
+		<row><td>SetupCompleteSuccess</td><td>CheckLaunchReadme</td><td>Show</td><td>SHOWLAUNCHREADME="-1"  And READMEFILETOLAUNCHATEND &lt;&gt; "" And NOT Installed And NOT ISENABLEDWUSFINISHDIALOG</td></row>
+		<row><td>SetupCompleteSuccess</td><td>LaunchReadmeText</td><td>Show</td><td>SHOWLAUNCHREADME="-1"  And READMEFILETOLAUNCHATEND &lt;&gt; "" And NOT Installed And NOT ISENABLEDWUSFINISHDIALOG</td></row>
+		<row><td>SetupCompleteSuccess</td><td>TextLine2</td><td>Show</td><td>ProgressType2="installed" And ((ACTION&lt;&gt;"INSTALL") OR (NOT ISENABLEDWUSFINISHDIALOG) OR (ISENABLEDWUSFINISHDIALOG And Installed))</td></row>
+		<row><td>SetupCompleteSuccess</td><td>TextLine3</td><td>Show</td><td>ProgressType2="uninstalled" And ((ACTION&lt;&gt;"INSTALL") OR (NOT ISENABLEDWUSFINISHDIALOG) OR (ISENABLEDWUSFINISHDIALOG And Installed))</td></row>
+		<row><td>SetupCompleteSuccess</td><td>UpdateTextLine1</td><td>Show</td><td>ISENABLEDWUSFINISHDIALOG And NOT Installed And ACTION="INSTALL"</td></row>
+		<row><td>SetupInterrupted</td><td>Back</td><td>Default</td><td>UpdateStarted</td></row>
+		<row><td>SetupInterrupted</td><td>Back</td><td>Disable</td><td>NOT UpdateStarted</td></row>
+		<row><td>SetupInterrupted</td><td>Back</td><td>Enable</td><td>UpdateStarted</td></row>
+		<row><td>SetupInterrupted</td><td>Cancel</td><td>Disable</td><td>NOT UpdateStarted</td></row>
+		<row><td>SetupInterrupted</td><td>Cancel</td><td>Enable</td><td>UpdateStarted</td></row>
+		<row><td>SetupInterrupted</td><td>Finish</td><td>Default</td><td>NOT UpdateStarted</td></row>
+		<row><td>SetupInterrupted</td><td>FinishText1</td><td>Hide</td><td>UpdateStarted</td></row>
+		<row><td>SetupInterrupted</td><td>FinishText1</td><td>Show</td><td>NOT UpdateStarted</td></row>
+		<row><td>SetupInterrupted</td><td>FinishText2</td><td>Hide</td><td>UpdateStarted</td></row>
+		<row><td>SetupInterrupted</td><td>FinishText2</td><td>Show</td><td>NOT UpdateStarted</td></row>
+		<row><td>SetupInterrupted</td><td>RestContText1</td><td>Hide</td><td>NOT UpdateStarted</td></row>
+		<row><td>SetupInterrupted</td><td>RestContText1</td><td>Show</td><td>UpdateStarted</td></row>
+		<row><td>SetupInterrupted</td><td>RestContText2</td><td>Hide</td><td>NOT UpdateStarted</td></row>
+		<row><td>SetupInterrupted</td><td>RestContText2</td><td>Show</td><td>UpdateStarted</td></row>
+		<row><td>SetupProgress</td><td>DlgDesc</td><td>Show</td><td>ProgressType2="installed"</td></row>
+		<row><td>SetupProgress</td><td>DlgDesc2</td><td>Show</td><td>ProgressType2="uninstalled"</td></row>
+		<row><td>SetupProgress</td><td>DlgText</td><td>Show</td><td>ProgressType3="installs"</td></row>
+		<row><td>SetupProgress</td><td>DlgText2</td><td>Show</td><td>ProgressType3="uninstalls"</td></row>
+		<row><td>SetupProgress</td><td>DlgTitle</td><td>Show</td><td>ProgressType1="Installing"</td></row>
+		<row><td>SetupProgress</td><td>DlgTitle2</td><td>Show</td><td>ProgressType1="Uninstalling"</td></row>
+		<row><td>SetupResume</td><td>PreselectedText</td><td>Hide</td><td>RESUME</td></row>
+		<row><td>SetupResume</td><td>PreselectedText</td><td>Show</td><td>NOT RESUME</td></row>
+		<row><td>SetupResume</td><td>ResumeText</td><td>Hide</td><td>NOT RESUME</td></row>
+		<row><td>SetupResume</td><td>ResumeText</td><td>Show</td><td>RESUME</td></row>
+	</table>
+
+	<table name="ControlEvent">
+		<col key="yes" def="s72">Dialog_</col>
+		<col key="yes" def="s50">Control_</col>
+		<col key="yes" def="s50">Event</col>
+		<col key="yes" def="s255">Argument</col>
+		<col key="yes" def="S255">Condition</col>
+		<col def="I2">Ordering</col>
+		<row><td>AdminChangeFolder</td><td>Cancel</td><td>EndDialog</td><td>Return</td><td>1</td><td>2</td></row>
+		<row><td>AdminChangeFolder</td><td>Cancel</td><td>Reset</td><td>0</td><td>1</td><td>1</td></row>
+		<row><td>AdminChangeFolder</td><td>NewFolder</td><td>DirectoryListNew</td><td>0</td><td>1</td><td>0</td></row>
+		<row><td>AdminChangeFolder</td><td>OK</td><td>EndDialog</td><td>Return</td><td>1</td><td>0</td></row>
+		<row><td>AdminChangeFolder</td><td>OK</td><td>SetTargetPath</td><td>TARGETDIR</td><td>1</td><td>1</td></row>
+		<row><td>AdminChangeFolder</td><td>Up</td><td>DirectoryListUp</td><td>0</td><td>1</td><td>0</td></row>
+		<row><td>AdminNetworkLocation</td><td>Back</td><td>NewDialog</td><td>AdminWelcome</td><td>1</td><td>0</td></row>
+		<row><td>AdminNetworkLocation</td><td>Browse</td><td>SpawnDialog</td><td>AdminChangeFolder</td><td>1</td><td>0</td></row>
+		<row><td>AdminNetworkLocation</td><td>Cancel</td><td>SpawnDialog</td><td>CancelSetup</td><td>1</td><td>0</td></row>
+		<row><td>AdminNetworkLocation</td><td>InstallNow</td><td>EndDialog</td><td>Return</td><td>OutOfNoRbDiskSpace &lt;&gt; 1</td><td>3</td></row>
+		<row><td>AdminNetworkLocation</td><td>InstallNow</td><td>NewDialog</td><td>OutOfSpace</td><td>OutOfNoRbDiskSpace = 1</td><td>2</td></row>
+		<row><td>AdminNetworkLocation</td><td>InstallNow</td><td>SetTargetPath</td><td>TARGETDIR</td><td>1</td><td>1</td></row>
+		<row><td>AdminWelcome</td><td>Cancel</td><td>SpawnDialog</td><td>CancelSetup</td><td>1</td><td>0</td></row>
+		<row><td>AdminWelcome</td><td>Next</td><td>NewDialog</td><td>AdminNetworkLocation</td><td>1</td><td>0</td></row>
+		<row><td>CancelSetup</td><td>No</td><td>EndDialog</td><td>Return</td><td>1</td><td>0</td></row>
+		<row><td>CancelSetup</td><td>Yes</td><td>EndDialog</td><td>Exit</td><td>1</td><td>2</td></row>
+		<row><td>CustomSetup</td><td>Back</td><td>NewDialog</td><td>MaintenanceType</td><td>Installed</td><td>1</td></row>
+		<row><td>CustomSetup</td><td>Back</td><td>NewDialog</td><td>SetupType</td><td>NOT Installed</td><td>2</td></row>
+		<row><td>CustomSetup</td><td>Cancel</td><td>SpawnDialog</td><td>CancelSetup</td><td>1</td><td>0</td></row>
+		<row><td>CustomSetup</td><td>ChangeFolder</td><td>SelectionBrowse</td><td>InstallChangeFolder</td><td>1</td><td>0</td></row>
+		<row><td>CustomSetup</td><td>Details</td><td>SelectionBrowse</td><td>DiskSpaceRequirements</td><td>1</td><td>1</td></row>
+		<row><td>CustomSetup</td><td>Help</td><td>SpawnDialog</td><td>CustomSetupTips</td><td>1</td><td>1</td></row>
+		<row><td>CustomSetup</td><td>Next</td><td>NewDialog</td><td>OutOfSpace</td><td>OutOfNoRbDiskSpace = 1</td><td>0</td></row>
+		<row><td>CustomSetup</td><td>Next</td><td>NewDialog</td><td>ReadyToInstall</td><td>OutOfNoRbDiskSpace &lt;&gt; 1</td><td>0</td></row>
+		<row><td>CustomSetup</td><td>Next</td><td>[_IsSetupTypeMin]</td><td>Custom</td><td>1</td><td>0</td></row>
+		<row><td>CustomSetupTips</td><td>OK</td><td>EndDialog</td><td>Return</td><td>1</td><td>1</td></row>
+		<row><td>CustomerInformation</td><td>Back</td><td>NewDialog</td><td>LicenseAgreement</td><td>1</td><td>1</td></row>
+		<row><td>CustomerInformation</td><td>Cancel</td><td>SpawnDialog</td><td>CancelSetup</td><td>1</td><td>1</td></row>
+		<row><td>CustomerInformation</td><td>ChangeFolder</td><td>SpawnDialog</td><td>InstallChangeFolder</td><td>1</td><td>2</td></row>
+		<row><td>CustomerInformation</td><td>ChangeFolder</td><td>[_BrowseProperty]</td><td>INSTALLDIR</td><td>1</td><td>1</td></row>
+		<row><td>CustomerInformation</td><td>Next</td><td>DoAction</td><td>VerifyApachePath</td><td>1</td><td>3</td></row>
+		<row><td>CustomerInformation</td><td>Next</td><td>NewDialog</td><td>ReadyToInstall</td><td>_BadPath = 0</td><td>4</td></row>
+		<row><td>CustomerInformation</td><td>Next</td><td>SpawnDialog</td><td>SetupBadPath</td><td>_BadPath = 1</td><td>5</td></row>
+		<row><td>CustomerInformation</td><td>Next</td><td>[ALLUSERS]</td><td>2</td><td>ApplicationUsers = "AllUsers" And Privileged</td><td>1</td></row>
+		<row><td>CustomerInformation</td><td>Next</td><td>[ALLUSERS]</td><td>{}</td><td>ApplicationUsers = "OnlyCurrentUser" And Privileged</td><td>2</td></row>
+		<row><td>DatabaseFolder</td><td>Back</td><td>NewDialog</td><td>CustomerInformation</td><td>1</td><td>1</td></row>
+		<row><td>DatabaseFolder</td><td>Cancel</td><td>SpawnDialog</td><td>CancelSetup</td><td>1</td><td>1</td></row>
+		<row><td>DatabaseFolder</td><td>ChangeFolder</td><td>SpawnDialog</td><td>InstallChangeFolder</td><td>1</td><td>1</td></row>
+		<row><td>DatabaseFolder</td><td>ChangeFolder</td><td>[_BrowseProperty]</td><td>DATABASEDIR</td><td>1</td><td>2</td></row>
+		<row><td>DatabaseFolder</td><td>Next</td><td>NewDialog</td><td>SetupType</td><td>1</td><td>1</td></row>
+		<row><td>DestinationFolder</td><td>Back</td><td>NewDialog</td><td>SetupType</td><td>1</td><td>1</td></row>
+		<row><td>DestinationFolder</td><td>Cancel</td><td>SpawnDialog</td><td>CancelSetup</td><td>1</td><td>1</td></row>
+		<row><td>DestinationFolder</td><td>ChangeFolder</td><td>SpawnDialog</td><td>InstallChangeFolder</td><td>1</td><td>1</td></row>
+		<row><td>DestinationFolder</td><td>ChangeFolder</td><td>[_BrowseProperty]</td><td>INSTALLDIR</td><td>1</td><td>2</td></row>
+		<row><td>DestinationFolder</td><td>Next</td><td>NewDialog</td><td>ReadyToInstall</td><td>1</td><td>1</td></row>
+		<row><td>DiskSpaceRequirements</td><td>OK</td><td>EndDialog</td><td>Return</td><td>1</td><td>0</td></row>
+		<row><td>FilesInUse</td><td>Exit</td><td>EndDialog</td><td>Exit</td><td>1</td><td>0</td></row>
+		<row><td>FilesInUse</td><td>Ignore</td><td>EndDialog</td><td>Ignore</td><td>1</td><td>0</td></row>
+		<row><td>FilesInUse</td><td>Retry</td><td>EndDialog</td><td>Retry</td><td>1</td><td>0</td></row>
+		<row><td>InstallChangeFolder</td><td>Cancel</td><td>EndDialog</td><td>Return</td><td>1</td><td>2</td></row>
+		<row><td>InstallChangeFolder</td><td>Cancel</td><td>Reset</td><td>0</td><td>1</td><td>1</td></row>
+		<row><td>InstallChangeFolder</td><td>NewFolder</td><td>DirectoryListNew</td><td>0</td><td>1</td><td>1</td></row>
+		<row><td>InstallChangeFolder</td><td>OK</td><td>DoAction</td><td>VerifyApachePath</td><td>1</td><td>2</td></row>
+		<row><td>InstallChangeFolder</td><td>OK</td><td>EndDialog</td><td>Return</td><td>_BadPath = 0</td><td>2</td></row>
+		<row><td>InstallChangeFolder</td><td>OK</td><td>SpawnDialog</td><td>SetupBadPath</td><td>_BadPath = 1</td><td>3</td></row>
+		<row><td>InstallChangeFolder</td><td>Up</td><td>DirectoryListUp</td><td>0</td><td>1</td><td>1</td></row>
+		<row><td>InstallWelcome</td><td>Back</td><td>NewDialog</td><td>SplashBitmap</td><td>Display_IsBitmapDlg</td><td>1</td></row>
+		<row><td>InstallWelcome</td><td>Cancel</td><td>SpawnDialog</td><td>CancelSetup</td><td>1</td><td>0</td></row>
+		<row><td>InstallWelcome</td><td>Next</td><td>NewDialog</td><td>LicenseAgreement</td><td>1</td><td>1</td></row>
+		<row><td>LicenseAgreement</td><td>Back</td><td>NewDialog</td><td>InstallWelcome</td><td>1</td><td>0</td></row>
+		<row><td>LicenseAgreement</td><td>Cancel</td><td>SpawnDialog</td><td>CancelSetup</td><td>1</td><td>0</td></row>
+		<row><td>LicenseAgreement</td><td>Next</td><td>NewDialog</td><td>CustomerInformation</td><td>AgreeToLicense = "Yes"</td><td>2</td></row>
+		<row><td>LicenseAgreement</td><td>Next</td><td>[_BrowseProperty]</td><td>INSTALLDIR</td><td>1</td><td>1</td></row>
+		<row><td>MaintenanceType</td><td>Back</td><td>NewDialog</td><td>MaintenanceWelcome</td><td>1</td><td>1</td></row>
+		<row><td>MaintenanceType</td><td>Cancel</td><td>SpawnDialog</td><td>CancelSetup</td><td>1</td><td>1</td></row>
+		<row><td>MaintenanceType</td><td>Next</td><td>NewDialog</td><td>ReadyToInstall</td><td>_IsMaintenance = "Reinstall"</td><td>8</td></row>
+		<row><td>MaintenanceType</td><td>Next</td><td>NewDialog</td><td>ReadyToRemove</td><td>_IsMaintenance = "Remove"</td><td>7</td></row>
+		<row><td>MaintenanceType</td><td>Next</td><td>Reinstall</td><td>ALL</td><td>_IsMaintenance = "Reinstall"</td><td>6</td></row>
+		<row><td>MaintenanceType</td><td>Next</td><td>ReinstallMode</td><td>[ReinstallModeText]</td><td>_IsMaintenance = "Reinstall"</td><td>5</td></row>
+		<row><td>MaintenanceType</td><td>Next</td><td>[ProgressType0]</td><td>Repair</td><td>_IsMaintenance = "Reinstall"</td><td>1</td></row>
+		<row><td>MaintenanceType</td><td>Next</td><td>[ProgressType1]</td><td>Repairing</td><td>_IsMaintenance = "Reinstall"</td><td>2</td></row>
+		<row><td>MaintenanceType</td><td>Next</td><td>[ProgressType2]</td><td>repairs</td><td>_IsMaintenance = "Reinstall"</td><td>3</td></row>
+		<row><td>MaintenanceType</td><td>Next</td><td>[ProgressType3]</td><td>repairs</td><td>_IsMaintenance = "Reinstall"</td><td>4</td></row>
+		<row><td>MaintenanceWelcome</td><td>Cancel</td><td>SpawnDialog</td><td>CancelSetup</td><td>1</td><td>1</td></row>
+		<row><td>MaintenanceWelcome</td><td>Next</td><td>NewDialog</td><td>MaintenanceType</td><td>1</td><td>1</td></row>
+		<row><td>OutOfSpace</td><td>Resume</td><td>NewDialog</td><td>AdminNetworkLocation</td><td>ACTION = "ADMIN"</td><td>0</td></row>
+		<row><td>OutOfSpace</td><td>Resume</td><td>NewDialog</td><td>CustomSetup</td><td>ACTION &lt;&gt; "ADMIN"</td><td>0</td></row>
+		<row><td>PatchWelcome</td><td>Back</td><td>NewDialog</td><td>SplashBitmap</td><td>Display_IsBitmapDlg</td><td>0</td></row>
+		<row><td>PatchWelcome</td><td>Cancel</td><td>SpawnDialog</td><td>CancelSetup</td><td>1</td><td>1</td></row>
+		<row><td>PatchWelcome</td><td>Next</td><td>EndDialog</td><td>Return</td><td>1</td><td>3</td></row>
+		<row><td>PatchWelcome</td><td>Next</td><td>Reinstall</td><td>ALL</td><td>PATCH And REINSTALL=""</td><td>1</td></row>
+		<row><td>PatchWelcome</td><td>Next</td><td>ReinstallMode</td><td>omus</td><td>PATCH And REINSTALLMODE=""</td><td>2</td></row>
+		<row><td>ReadyToInstall</td><td>Back</td><td>NewDialog</td><td>CustomerInformation</td><td>NOT Installed</td><td>2</td></row>
+		<row><td>ReadyToInstall</td><td>Back</td><td>NewDialog</td><td>MaintenanceType</td><td>Installed</td><td>3</td></row>
+		<row><td>ReadyToInstall</td><td>Back</td><td>[_BrowseProperty]</td><td>INSTALLDIR</td><td>NOT Installed</td><td>1</td></row>
+		<row><td>ReadyToInstall</td><td>Cancel</td><td>SpawnDialog</td><td>CancelSetup</td><td>1</td><td>1</td></row>
+		<row><td>ReadyToInstall</td><td>InstallNow</td><td>EndDialog</td><td>Return</td><td>OutOfNoRbDiskSpace &lt;&gt; 1</td><td>1</td></row>
+		<row><td>ReadyToInstall</td><td>InstallNow</td><td>NewDialog</td><td>OutOfSpace</td><td>OutOfNoRbDiskSpace = 1</td><td>2</td></row>
+		<row><td>ReadyToInstall</td><td>InstallNow</td><td>[ProgressType1]</td><td>Installing</td><td>1</td><td>3</td></row>
+		<row><td>ReadyToInstall</td><td>InstallNow</td><td>[ProgressType2]</td><td>installed</td><td>1</td><td>4</td></row>
+		<row><td>ReadyToInstall</td><td>InstallNow</td><td>[ProgressType3]</td><td>installs</td><td>1</td><td>5</td></row>
+		<row><td>ReadyToRemove</td><td>Back</td><td>NewDialog</td><td>MaintenanceType</td><td>1</td><td>0</td></row>
+		<row><td>ReadyToRemove</td><td>Cancel</td><td>SpawnDialog</td><td>CancelSetup</td><td>1</td><td>0</td></row>
+		<row><td>ReadyToRemove</td><td>RemoveNow</td><td>EndDialog</td><td>Return</td><td>OutOfNoRbDiskSpace &lt;&gt; 1</td><td>2</td></row>
+		<row><td>ReadyToRemove</td><td>RemoveNow</td><td>NewDialog</td><td>OutOfSpace</td><td>OutOfNoRbDiskSpace = 1</td><td>2</td></row>
+		<row><td>ReadyToRemove</td><td>RemoveNow</td><td>Remove</td><td>ALL</td><td>1</td><td>1</td></row>
+		<row><td>ReadyToRemove</td><td>RemoveNow</td><td>[ProgressType1]</td><td>Uninstalling</td><td>1</td><td>0</td></row>
+		<row><td>ReadyToRemove</td><td>RemoveNow</td><td>[ProgressType2]</td><td>uninstalled</td><td>1</td><td>0</td></row>
+		<row><td>ReadyToRemove</td><td>RemoveNow</td><td>[ProgressType3]</td><td>uninstalls</td><td>1</td><td>0</td></row>
+		<row><td>SQLBrowse</td><td>Cancel</td><td>EndDialog</td><td>Return</td><td>1</td><td>1</td></row>
+		<row><td>SQLBrowse</td><td>OK</td><td>EndDialog</td><td>Return</td><td>1</td><td>2</td></row>
+		<row><td>SQLBrowse</td><td>OK</td><td>[IS_SQLSERVER_SERVER]</td><td>[IS_SQLSERVER_LIST]</td><td>1</td><td>1</td></row>
+		<row><td>SQLLogin</td><td>Back</td><td>NewDialog</td><td>CustomerInformation</td><td>1</td><td>1</td></row>
+		<row><td>SQLLogin</td><td>BtnSQLBrowse</td><td>DoAction</td><td>ISSQLServerList</td><td>1</td><td>2</td></row>
+		<row><td>SQLLogin</td><td>BtnSQLBrowse</td><td>SpawnDialog</td><td>SQLBrowse</td><td>1</td><td>3</td></row>
+		<row><td>SQLLogin</td><td>BtnSQLBrowse</td><td>[IS_SQLSERVER_LIST]</td><td>[IS_SQLSERVER_SERVER]</td><td>1</td><td>1</td></row>
+		<row><td>SQLLogin</td><td>Cancel</td><td>SpawnDialog</td><td>CancelSetup</td><td>1</td><td>1</td></row>
+		<row><td>SQLLogin</td><td>Next</td><td>DoAction</td><td>ISSQLServerValidate</td><td>1</td><td>3</td></row>
+		<row><td>SQLLogin</td><td>Next</td><td>NewDialog</td><td>SetupType</td><td>IS_SQLSERVER_STATUS=0</td><td>4</td></row>
+		<row><td>SetupBadPath</td><td>PushButton7</td><td>EndDialog</td><td>Return</td><td>1</td><td/></row>
+		<row><td>SetupCompleteError</td><td>Back</td><td>EndDialog</td><td>Return</td><td>1</td><td>2</td></row>
+		<row><td>SetupCompleteError</td><td>Back</td><td>[Suspend]</td><td>{}</td><td>1</td><td>1</td></row>
+		<row><td>SetupCompleteError</td><td>Cancel</td><td>EndDialog</td><td>Return</td><td>1</td><td>2</td></row>
+		<row><td>SetupCompleteError</td><td>Cancel</td><td>[Suspend]</td><td>1</td><td>1</td><td>1</td></row>
+		<row><td>SetupCompleteError</td><td>Finish</td><td>EndDialog</td><td>Exit</td><td>1</td><td>2</td></row>
+		<row><td>SetupCompleteSuccess</td><td>OK</td><td>DoAction</td><td>CheckForProductUpdates</td><td>ISCHECKFORPRODUCTUPDATES="1" And ISENABLEDWUSFINISHDIALOG And NOT ISREBOOTREQUIRED And NOT Installed And ACTION="INSTALL"</td><td>4</td></row>
+		<row><td>SetupCompleteSuccess</td><td>OK</td><td>DoAction</td><td>CheckForProductUpdatesOnReboot</td><td>ISCHECKFORPRODUCTUPDATES="1" And ISENABLEDWUSFINISHDIALOG And ISREBOOTREQUIRED And NOT Installed And ACTION="INSTALL"</td><td>5</td></row>
+		<row><td>SetupCompleteSuccess</td><td>OK</td><td>EndDialog</td><td>Exit</td><td>1</td><td>2</td></row>
+		<row><td>SetupError</td><td>A</td><td>EndDialog</td><td>ErrorAbort</td><td>1</td><td>1</td></row>
+		<row><td>SetupError</td><td>C</td><td>EndDialog</td><td>ErrorCancel</td><td>1</td><td>1</td></row>
+		<row><td>SetupError</td><td>I</td><td>EndDialog</td><td>ErrorIgnore</td><td>1</td><td>1</td></row>
+		<row><td>SetupError</td><td>N</td><td>EndDialog</td><td>ErrorNo</td><td>1</td><td>1</td></row>
+		<row><td>SetupError</td><td>O</td><td>EndDialog</td><td>ErrorOk</td><td>1</td><td>1</td></row>
+		<row><td>SetupError</td><td>R</td><td>EndDialog</td><td>ErrorRetry</td><td>1</td><td>1</td></row>
+		<row><td>SetupError</td><td>Y</td><td>EndDialog</td><td>ErrorYes</td><td>1</td><td>1</td></row>
+		<row><td>SetupInitialization</td><td>Cancel</td><td>SpawnDialog</td><td>CancelSetup</td><td>1</td><td>0</td></row>
+		<row><td>SetupInterrupted</td><td>Back</td><td>EndDialog</td><td>Exit</td><td>1</td><td>2</td></row>
+		<row><td>SetupInterrupted</td><td>Back</td><td>[Suspend]</td><td>{}</td><td>1</td><td>1</td></row>
+		<row><td>SetupInterrupted</td><td>Cancel</td><td>EndDialog</td><td>Exit</td><td>1</td><td>2</td></row>
+		<row><td>SetupInterrupted</td><td>Cancel</td><td>[Suspend]</td><td>1</td><td>1</td><td>1</td></row>
+		<row><td>SetupInterrupted</td><td>Finish</td><td>EndDialog</td><td>Exit</td><td>1</td><td>2</td></row>
+		<row><td>SetupProgress</td><td>Cancel</td><td>SpawnDialog</td><td>CancelSetup</td><td>1</td><td>0</td></row>
+		<row><td>SetupResume</td><td>Cancel</td><td>SpawnDialog</td><td>CancelSetup</td><td>1</td><td>0</td></row>
+		<row><td>SetupResume</td><td>Next</td><td>EndDialog</td><td>Return</td><td>OutOfNoRbDiskSpace &lt;&gt; 1</td><td>0</td></row>
+		<row><td>SetupResume</td><td>Next</td><td>NewDialog</td><td>OutOfSpace</td><td>OutOfNoRbDiskSpace = 1</td><td>0</td></row>
+		<row><td>SetupType</td><td>Back</td><td>NewDialog</td><td>CustomerInformation</td><td>1</td><td>1</td></row>
+		<row><td>SetupType</td><td>Cancel</td><td>SpawnDialog</td><td>CancelSetup</td><td>1</td><td>0</td></row>
+		<row><td>SetupType</td><td>Next</td><td>AddLocal</td><td>ALL</td><td>_IsSetupTypeMin = "Typical"</td><td>4</td></row>
+		<row><td>SetupType</td><td>Next</td><td>NewDialog</td><td>CustomSetup</td><td>_IsSetupTypeMin = "Custom"</td><td>1</td></row>
+		<row><td>SetupType</td><td>Next</td><td>NewDialog</td><td>DestinationFolder</td><td>_IsSetupTypeMin &lt;&gt; "Custom" And APACHE.EXE=""</td><td>2</td></row>
+		<row><td>SetupType</td><td>Next</td><td>NewDialog</td><td>ReadyToInstall</td><td>_IsSetupTypeMin &lt;&gt; "Custom" And APACHE.EXE&lt;&gt;""</td><td>3</td></row>
+		<row><td>SplashBitmap</td><td>Cancel</td><td>SpawnDialog</td><td>CancelSetup</td><td>1</td><td>0</td></row>
+		<row><td>SplashBitmap</td><td>Next</td><td>NewDialog</td><td>InstallWelcome</td><td>1</td><td>0</td></row>
+	</table>
+
+	<table name="CreateFolder">
+		<col key="yes" def="s72">Directory_</col>
+		<col key="yes" def="s72">Component_</col>
+		<row><td>HTML</td><td>html_docs</td></row>
+	</table>
+
+	<table name="CustomAction">
+		<col key="yes" def="s72">Action</col>
+		<col def="i2">Type</col>
+		<col def="S64">Source</col>
+		<col def="S0">Target</col>
+		<col def="S255">ISComments</col>
+		<row><td>ISInitAllUsers</td><td>307</td><td>ALLUSERS</td><td>2</td><td>Initializes ALLUSERS property</td></row>
+		<row><td>ISSelfRegisterCosting</td><td>1</td><td>ISSELFREG.DLL</td><td>ISSelfRegisterCosting</td><td/></row>
+		<row><td>ISSelfRegisterFiles</td><td>1025</td><td>ISSELFREG.DLL</td><td>ISSelfRegisterFiles</td><td/></row>
+		<row><td>ISSelfRegisterFinalize</td><td>1</td><td>ISSELFREG.DLL</td><td>ISSelfRegisterFinalize</td><td/></row>
+		<row><td>ISUnSelfRegisterFiles</td><td>1025</td><td>ISSELFREG.DLL</td><td>ISUnSelfRegisterFiles</td><td/></row>
+		<row><td>ResolveApacheInstances</td><td>257</td><td>NewBinary11</td><td>_ResolveApacheInstances@4</td><td>Initialize the INSTALLDIR combo to valid Apache paths</td></row>
+		<row><td>SetAllUsersProfileNT</td><td>51</td><td>ALLUSERSPROFILE</td><td>[%SystemRoot]\Profiles\All Users</td><td/></row>
+		<row><td>SetApachePath</td><td>35</td><td>INSTALLDIR</td><td>[_BrowseProperty]</td><td/></row>
+		<row><td>VerifyApachePath</td><td>1</td><td>NewBinary11</td><td>_VerifyApachePath@4</td><td>Test that INSTALLDIR is a valid Apache path</td></row>
+		<row><td>setAllUsersProfile2K</td><td>51</td><td>ALLUSERSPROFILE</td><td>[%ALLUSERSPROFILE]</td><td/></row>
+		<row><td>setUserProfileNT</td><td>51</td><td>USERPROFILE</td><td>[%USERPROFILE]</td><td/></row>
+	</table>
+
+	<table name="Dialog">
+		<col key="yes" def="s72">Dialog</col>
+		<col def="i2">HCentering</col>
+		<col def="i2">VCentering</col>
+		<col def="i2">Width</col>
+		<col def="i2">Height</col>
+		<col def="I4">Attributes</col>
+		<col def="L128">Title</col>
+		<col def="s50">Control_First</col>
+		<col def="S50">Control_Default</col>
+		<col def="S50">Control_Cancel</col>
+		<col def="S255">ISComments</col>
+		<col def="S72">TextStyle_</col>
+		<col def="I4">ISWindowStyle</col>
+		<col def="I4">ISResourceId</col>
+		<row><td>AdminChangeFolder</td><td>50</td><td>50</td><td>374</td><td>266</td><td>3</td><td>##IDS__IsAdminInstallBrowse_0##</td><td>Tail</td><td>OK</td><td>Cancel</td><td>Install Point Browse</td><td/><td>0</td><td/></row>
+		<row><td>AdminNetworkLocation</td><td>50</td><td>50</td><td>374</td><td>266</td><td>3</td><td>##IDS__IsAdminInstallPoint_0##</td><td>InstallNow</td><td>InstallNow</td><td>Cancel</td><td>Network Location</td><td/><td>0</td><td/></row>
+		<row><td>AdminWelcome</td><td>50</td><td>50</td><td>374</td><td>266</td><td>3</td><td>##IDS__IsAdminInstallPointWelcome_0##</td><td>Next</td><td>Next</td><td>Cancel</td><td>Administration Welcome</td><td/><td>0</td><td/></row>
+		<row><td>CancelSetup</td><td>50</td><td>50</td><td>260</td><td>85</td><td>3</td><td>##IDS__IsCancelDlg_0##</td><td>No</td><td>No</td><td>No</td><td>Cancel</td><td/><td>0</td><td/></row>
+		<row><td>CustomSetup</td><td>50</td><td>50</td><td>374</td><td>266</td><td>35</td><td>##IDS__IsCustomSelectionDlg_0##</td><td>Tree</td><td>Next</td><td>Cancel</td><td>Custom Selection</td><td/><td>0</td><td/></row>
+		<row><td>CustomSetupTips</td><td>50</td><td>50</td><td>374</td><td>266</td><td>3</td><td>##IDS__SetupTips_0##</td><td>OK</td><td>OK</td><td>OK</td><td>Custom Setup Tips</td><td/><td>0</td><td/></row>
+		<row><td>CustomerInformation</td><td>50</td><td>50</td><td>374</td><td>266</td><td>3</td><td>##IDS__IsRegisterUserDlg_0##</td><td>Next</td><td>Next</td><td>Cancel</td><td>Identification</td><td/><td>0</td><td/></row>
+		<row><td>DatabaseFolder</td><td>50</td><td>50</td><td>374</td><td>266</td><td>3</td><td>##IDS__DatabaseFolder_0##</td><td>Next</td><td>Next</td><td>Cancel</td><td>Database Folder</td><td/><td>0</td><td/></row>
+		<row><td>DestinationFolder</td><td>50</td><td>50</td><td>374</td><td>266</td><td>3</td><td>##IDS__DestinationFolder_0##</td><td>Next</td><td>Next</td><td>Cancel</td><td>Destination Folder</td><td/><td>0</td><td/></row>
+		<row><td>DiskSpaceRequirements</td><td>50</td><td>50</td><td>374</td><td>266</td><td>3</td><td>##IDS__IsFeatureDetailsDlg_0##</td><td>OK</td><td>OK</td><td>OK</td><td>Feature Details</td><td/><td>0</td><td/></row>
+		<row><td>FilesInUse</td><td>50</td><td>50</td><td>374</td><td>266</td><td>19</td><td>##IDS__IsFilesInUse_0##</td><td>Retry</td><td>Retry</td><td>Exit</td><td>Files in Use</td><td/><td>0</td><td/></row>
+		<row><td>InstallChangeFolder</td><td>50</td><td>50</td><td>374</td><td>266</td><td>3</td><td>##IDS__IsBrowseFolderDlg_0##</td><td>Tail</td><td>OK</td><td>Cancel</td><td>Browse</td><td/><td>0</td><td/></row>
+		<row><td>InstallWelcome</td><td>50</td><td>50</td><td>374</td><td>266</td><td>3</td><td>##IDS__IsWelcomeDlg_0##</td><td>Next</td><td>Next</td><td>Cancel</td><td>Welcome Panel</td><td/><td>0</td><td/></row>
+		<row><td>LicenseAgreement</td><td>50</td><td>50</td><td>374</td><td>266</td><td>2</td><td>##IDS__IsLicenseDlg_0##</td><td>Agree</td><td>Next</td><td>Cancel</td><td>License Agreement</td><td/><td>0</td><td/></row>
+		<row><td>MaintenanceType</td><td>50</td><td>50</td><td>374</td><td>266</td><td>3</td><td>##IDS__IsMaintenanceDlg_0##</td><td>RadioGroup</td><td>Next</td><td>Cancel</td><td>Change, Reinstall, Remove</td><td/><td>0</td><td/></row>
+		<row><td>MaintenanceWelcome</td><td>50</td><td>50</td><td>374</td><td>266</td><td>3</td><td>##IDS__IsMaintenanceWelcome_0##</td><td>Next</td><td>Next</td><td>Cancel</td><td>Maintenance Welcome</td><td/><td>0</td><td/></row>
+		<row><td>OutOfSpace</td><td>50</td><td>50</td><td>374</td><td>266</td><td>3</td><td>##IDS__IsDiskSpaceDlg_0##</td><td>Resume</td><td>Resume</td><td>Resume</td><td>Out Of Disk Space</td><td/><td>0</td><td/></row>
+		<row><td>PatchWelcome</td><td>50</td><td>50</td><td>374</td><td>266</td><td>3</td><td>##IDS__IsPatchDlg_0##</td><td>Next</td><td>Next</td><td>Cancel</td><td>Patch Panel</td><td/><td>0</td><td/></row>
+		<row><td>ReadyToInstall</td><td>50</td><td>50</td><td>374</td><td>266</td><td>35</td><td>##IDS__IsVerifyReadyDlg_0##</td><td>InstallNow</td><td>InstallNow</td><td>Cancel</td><td>Ready to Install</td><td/><td>0</td><td/></row>
+		<row><td>ReadyToRemove</td><td>50</td><td>50</td><td>374</td><td>266</td><td>3</td><td>##IDS__IsVerifyRemoveAllDlg_0##</td><td>RemoveNow</td><td>RemoveNow</td><td>Cancel</td><td>Verify Remove</td><td/><td>0</td><td/></row>
+		<row><td>SQLBrowse</td><td>50</td><td>50</td><td>272</td><td>265</td><td>3</td><td>##IDS_PRODUCTNAME_INSTALLSHIELD##</td><td>lstSQLServer</td><td>OK</td><td>Cancel</td><td>SQL Server List Browse</td><td/><td>0</td><td/></row>
+		<row><td>SQLLogin</td><td>50</td><td>50</td><td>374</td><td>266</td><td>3</td><td>##IDS_PRODUCTNAME_INSTALLSHIELD##</td><td>cboServers</td><td>Next</td><td>Cancel</td><td>SQL Server Login</td><td/><td>0</td><td/></row>
+		<row><td>SetupBadPath</td><td>50</td><td>10</td><td>270</td><td>110</td><td>7</td><td>##NEW_STRING1##</td><td>PushButton7</td><td>PushButton7</td><td>PushButton7</td><td>Path Error</td><td/><td>0</td><td/></row>
+		<row><td>SetupCompleteError</td><td>50</td><td>50</td><td>374</td><td>266</td><td>3</td><td>##IDS__IsFatalError_0##</td><td>Finish</td><td>Finish</td><td>Finish</td><td>Fatal Error</td><td/><td>0</td><td/></row>
+		<row><td>SetupCompleteSuccess</td><td>50</td><td>50</td><td>374</td><td>266</td><td>3</td><td>##IDS__IsExitDialog_0##</td><td>OK</td><td>OK</td><td>OK</td><td>Exit</td><td/><td>0</td><td/></row>
+		<row><td>SetupError</td><td>50</td><td>10</td><td>270</td><td>110</td><td>65543</td><td>##IDS__IsErrorDlg_0##</td><td>ErrorText</td><td>O</td><td>C</td><td>Error</td><td/><td>0</td><td/></row>
+		<row><td>SetupInitialization</td><td>50</td><td>50</td><td>374</td><td>266</td><td>5</td><td>##IDS__IsInitDlg_0##</td><td>Cancel</td><td>Cancel</td><td>Cancel</td><td>Setup Initialization</td><td/><td>0</td><td/></row>
+		<row><td>SetupInterrupted</td><td>50</td><td>50</td><td>374</td><td>266</td><td>3</td><td>##IDS__IsUserExit_0##</td><td>Finish</td><td>Finish</td><td>Finish</td><td>User Exit</td><td/><td>0</td><td/></row>
+		<row><td>SetupProgress</td><td>50</td><td>50</td><td>374</td><td>266</td><td>5</td><td>##IDS__IsProgressDlg_0##</td><td>Cancel</td><td>Cancel</td><td>Cancel</td><td>Progress</td><td/><td>0</td><td/></row>
+		<row><td>SetupResume</td><td>50</td><td>50</td><td>374</td><td>266</td><td>3</td><td>##IDS__IsResumeDlg_0##</td><td>Next</td><td>Next</td><td>Cancel</td><td>Resume</td><td/><td>0</td><td/></row>
+		<row><td>SetupType</td><td>50</td><td>50</td><td>374</td><td>266</td><td>3</td><td>##IDS__IsSetupTypeMinDlg_0##</td><td>RadioGroup</td><td>Next</td><td>Cancel</td><td>Setup Type</td><td/><td>0</td><td/></row>
+		<row><td>SplashBitmap</td><td>50</td><td>50</td><td>374</td><td>266</td><td>3</td><td>##IDS__IsBitmapDlg_0##</td><td>Next</td><td>Next</td><td>Cancel</td><td>Welcome Bitmap</td><td/><td>0</td><td/></row>
+	</table>
+
+	<table name="Directory">
+		<col key="yes" def="s72">Directory</col>
+		<col def="S72">Directory_Parent</col>
+		<col def="l255">DefaultDir</col>
+		<col def="S255">ISDescription</col>
+		<col def="I4">ISAttributes</col>
+		<col def="S255">ISFolderName</col>
+		<row><td>APACHE_GROUP</td><td>ProgramFilesFolder</td><td>APACHE~1|Apache Group</td><td/><td>0</td><td/></row>
+		<row><td>APACHE_MODULES</td><td>APACHE_ROOT</td><td>modules</td><td/><td>0</td><td/></row>
+		<row><td>APACHE_ROOT</td><td>INSTALLDIR</td><td>.</td><td/><td>0</td><td/></row>
+		<row><td>DOCS</td><td>INSTALLDIR</td><td>docs</td><td/><td>0</td><td/></row>
+		<row><td>DesktopFolder</td><td>TARGETDIR</td><td>.:Desktop</td><td/><td>0</td><td/></row>
+		<row><td>FontsFolder</td><td>TARGETDIR</td><td>.:Fonts</td><td/><td>0</td><td/></row>
+		<row><td>GlobalAssemblyCache</td><td>TARGETDIR</td><td>.:Global~1|GlobalAssemblyCache</td><td/><td>0</td><td/></row>
+		<row><td>HTML</td><td>DOCS</td><td>HTML</td><td/><td>0</td><td/></row>
+		<row><td>INSTALLDIR</td><td>APACHE_GROUP</td><td>apache2</td><td/><td>0</td><td/></row>
+		<row><td>LocalAppDataFolder</td><td>TARGETDIR</td><td>.:LocalA~1|LocalAppData</td><td/><td>0</td><td/></row>
+		<row><td>MyPicturesFolder</td><td>TARGETDIR</td><td>.:MyPict~1|MyPictures</td><td/><td>0</td><td/></row>
+		<row><td>PDF</td><td>DOCS</td><td>PDF</td><td/><td>0</td><td/></row>
+		<row><td>PersonalFolder</td><td>TARGETDIR</td><td>.:Personal</td><td/><td>0</td><td/></row>
+		<row><td>PrimaryVolumePath</td><td>TARGETDIR</td><td>.:Primar~1|PrimaryVolumePath</td><td/><td>0</td><td/></row>
+		<row><td>ProgramFiles64Folder</td><td>TARGETDIR</td><td>.:Prog64~1|Program Files 64</td><td/><td>0</td><td/></row>
+		<row><td>ProgramFilesFolder</td><td>TARGETDIR</td><td>.:Progra~1|Program Files</td><td/><td>0</td><td/></row>
+		<row><td>ProgramMenuFolder</td><td>TARGETDIR</td><td>.:Programs</td><td/><td>3</td><td/></row>
+		<row><td>SendToFolder</td><td>TARGETDIR</td><td>.:SendTo</td><td/><td>3</td><td/></row>
+		<row><td>StartMenuFolder</td><td>TARGETDIR</td><td>.:STARTM~1|Start Menu</td><td/><td>3</td><td/></row>
+		<row><td>StartupFolder</td><td>TARGETDIR</td><td>.:StartUp</td><td/><td>0</td><td/></row>
+		<row><td>System16Folder</td><td>TARGETDIR</td><td>.:System</td><td/><td>0</td><td/></row>
+		<row><td>System64Folder</td><td>TARGETDIR</td><td>.:System64</td><td/><td>0</td><td/></row>
+		<row><td>SystemFolder</td><td>TARGETDIR</td><td>.:System32</td><td/><td>0</td><td/></row>
+		<row><td>TARGETDIR</td><td/><td>SourceDir</td><td/><td>0</td><td/></row>
+		<row><td>WindowsVolume</td><td>TARGETDIR</td><td>.:WinRoot</td><td/><td>0</td><td/></row>
+	</table>
+
+	<table name="DrLocator">
+		<col key="yes" def="s72">Signature_</col>
+		<col key="yes" def="S72">Parent</col>
+		<col key="yes" def="S255">Path</col>
+		<col def="I2">Depth</col>
+	</table>
+
+	<table name="DuplicateFile">
+		<col key="yes" def="s72">FileKey</col>
+		<col def="s72">Component_</col>
+		<col def="s72">File_</col>
+		<col def="L255">DestName</col>
+		<col def="S72">DestFolder</col>
+	</table>
+
+	<table name="Environment">
+		<col key="yes" def="s72">Environment</col>
+		<col def="l255">Name</col>
+		<col def="L255">Value</col>
+		<col def="s72">Component_</col>
+	</table>
+
+	<table name="Error">
+		<col key="yes" def="i2">Error</col>
+		<col def="L255">Message</col>
+		<row><td>0</td><td>##IDS_ERROR_0##</td></row>
+		<row><td>1</td><td>##IDS_ERROR_1##</td></row>
+		<row><td>10</td><td>##IDS_ERROR_8##</td></row>
+		<row><td>11</td><td>##IDS_ERROR_9##</td></row>
+		<row><td>1101</td><td>##IDS_ERROR_22##</td></row>
+		<row><td>12</td><td>##IDS_ERROR_10##</td></row>
+		<row><td>13</td><td>##IDS_ERROR_11##</td></row>
+		<row><td>1301</td><td>##IDS_ERROR_23##</td></row>
+		<row><td>1302</td><td>##IDS_ERROR_24##</td></row>
+		<row><td>1303</td><td>##IDS_ERROR_25##</td></row>
+		<row><td>1304</td><td>##IDS_ERROR_26##</td></row>
+		<row><td>1305</td><td>##IDS_ERROR_27##</td></row>
+		<row><td>1306</td><td>##IDS_ERROR_28##</td></row>
+		<row><td>1307</td><td>##IDS_ERROR_29##</td></row>
+		<row><td>1308</td><td>##IDS_ERROR_30##</td></row>
+		<row><td>1309</td><td>##IDS_ERROR_31##</td></row>
+		<row><td>1310</td><td>##IDS_ERROR_32##</td></row>
+		<row><td>1311</td><td>##IDS_ERROR_33##</td></row>
+		<row><td>1312</td><td>##IDS_ERROR_34##</td></row>
+		<row><td>1313</td><td>##IDS_ERROR_35##</td></row>
+		<row><td>1314</td><td>##IDS_ERROR_36##</td></row>
+		<row><td>1315</td><td>##IDS_ERROR_37##</td></row>
+		<row><td>1316</td><td>##IDS_ERROR_38##</td></row>
+		<row><td>1317</td><td>##IDS_ERROR_39##</td></row>
+		<row><td>1318</td><td>##IDS_ERROR_40##</td></row>
+		<row><td>1319</td><td>##IDS_ERROR_41##</td></row>
+		<row><td>1320</td><td>##IDS_ERROR_42##</td></row>
+		<row><td>1321</td><td>##IDS_ERROR_43##</td></row>
+		<row><td>1322</td><td>##IDS_ERROR_44##</td></row>
+		<row><td>1323</td><td>##IDS_ERROR_45##</td></row>
+		<row><td>1324</td><td>##IDS_ERROR_46##</td></row>
+		<row><td>1325</td><td>##IDS_ERROR_47##</td></row>
+		<row><td>1326</td><td>##IDS_ERROR_48##</td></row>
+		<row><td>1327</td><td>##IDS_ERROR_49##</td></row>
+		<row><td>1328</td><td>##IDS_ERROR_122##</td></row>
+		<row><td>14</td><td>##IDS_ERROR_12##</td></row>
+		<row><td>1401</td><td>##IDS_ERROR_50##</td></row>
+		<row><td>1402</td><td>##IDS_ERROR_51##</td></row>
+		<row><td>1403</td><td>##IDS_ERROR_52##</td></row>
+		<row><td>1404</td><td>##IDS_ERROR_53##</td></row>
+		<row><td>1405</td><td>##IDS_ERROR_54##</td></row>
+		<row><td>1406</td><td>##IDS_ERROR_55##</td></row>
+		<row><td>1407</td><td>##IDS_ERROR_56##</td></row>
+		<row><td>1408</td><td>##IDS_ERROR_57##</td></row>
+		<row><td>1409</td><td>##IDS_ERROR_58##</td></row>
+		<row><td>1410</td><td>##IDS_ERROR_59##</td></row>
+		<row><td>15</td><td>##IDS_ERROR_13##</td></row>
+		<row><td>1500</td><td>##IDS_ERROR_60##</td></row>
+		<row><td>1501</td><td>##IDS_ERROR_61##</td></row>
+		<row><td>1502</td><td>##IDS_ERROR_62##</td></row>
+		<row><td>1503</td><td>##IDS_ERROR_63##</td></row>
+		<row><td>16</td><td>##IDS_ERROR_14##</td></row>
+		<row><td>1601</td><td>##IDS_ERROR_64##</td></row>
+		<row><td>1602</td><td>##IDS_ERROR_65##</td></row>
+		<row><td>1603</td><td>##IDS_ERROR_66##</td></row>
+		<row><td>1604</td><td>##IDS_ERROR_67##</td></row>
+		<row><td>1605</td><td>##IDS_ERROR_68##</td></row>
+		<row><td>1606</td><td>##IDS_ERROR_69##</td></row>
+		<row><td>1607</td><td>##IDS_ERROR_70##</td></row>
+		<row><td>1608</td><td>##IDS_ERROR_71##</td></row>
+		<row><td>17</td><td>##IDS_ERROR_15##</td></row>
+		<row><td>1701</td><td>##IDS_ERROR_72##</td></row>
+		<row><td>1702</td><td>##IDS_ERROR_73##</td></row>
+		<row><td>1703</td><td>##IDS_ERROR_74##</td></row>
+		<row><td>1704</td><td>##IDS_ERROR_75##</td></row>
+		<row><td>1705</td><td>##IDS_ERROR_76##</td></row>
+		<row><td>1706</td><td>##IDS_ERROR_77##</td></row>
+		<row><td>1707</td><td>##IDS_ERROR_78##</td></row>
+		<row><td>1708</td><td>##IDS_ERROR_79##</td></row>
+		<row><td>1709</td><td>##IDS_ERROR_80##</td></row>
+		<row><td>1710</td><td>##IDS_ERROR_81##</td></row>
+		<row><td>1711</td><td>##IDS_ERROR_82##</td></row>
+		<row><td>1712</td><td>##IDS_ERROR_83##</td></row>
+		<row><td>1713</td><td>##IDS_ERROR_123##</td></row>
+		<row><td>1714</td><td>##IDS_ERROR_124##</td></row>
+		<row><td>18</td><td>##IDS_ERROR_16##</td></row>
+		<row><td>1801</td><td>##IDS_ERROR_84##</td></row>
+		<row><td>1802</td><td>##IDS_ERROR_85##</td></row>
+		<row><td>1803</td><td>##IDS_ERROR_86##</td></row>
+		<row><td>1804</td><td>##IDS_ERROR_87##</td></row>
+		<row><td>1805</td><td>##IDS_ERROR_88##</td></row>
+		<row><td>1806</td><td>##IDS_ERROR_89##</td></row>
+		<row><td>1807</td><td>##IDS_ERROR_90##</td></row>
+		<row><td>19</td><td>##IDS_ERROR_17##</td></row>
+		<row><td>1901</td><td>##IDS_ERROR_91##</td></row>
+		<row><td>1902</td><td>##IDS_ERROR_92##</td></row>
+		<row><td>1903</td><td>##IDS_ERROR_93##</td></row>
+		<row><td>1904</td><td>##IDS_ERROR_94##</td></row>
+		<row><td>1905</td><td>##IDS_ERROR_95##</td></row>
+		<row><td>1906</td><td>##IDS_ERROR_96##</td></row>
+		<row><td>1907</td><td>##IDS_ERROR_97##</td></row>
+		<row><td>1908</td><td>##IDS_ERROR_98##</td></row>
+		<row><td>1909</td><td>##IDS_ERROR_99##</td></row>
+		<row><td>1910</td><td>##IDS_ERROR_100##</td></row>
+		<row><td>1911</td><td>##IDS_ERROR_101##</td></row>
+		<row><td>1912</td><td>##IDS_ERROR_102##</td></row>
+		<row><td>1913</td><td>##IDS_ERROR_103##</td></row>
+		<row><td>1914</td><td>##IDS_ERROR_104##</td></row>
+		<row><td>1915</td><td>##IDS_ERROR_105##</td></row>
+		<row><td>1916</td><td>##IDS_ERROR_106##</td></row>
+		<row><td>1917</td><td>##IDS_ERROR_107##</td></row>
+		<row><td>1918</td><td>##IDS_ERROR_108##</td></row>
+		<row><td>1919</td><td>##IDS_ERROR_109##</td></row>
+		<row><td>1920</td><td>##IDS_ERROR_110##</td></row>
+		<row><td>1921</td><td>##IDS_ERROR_111##</td></row>
+		<row><td>1922</td><td>##IDS_ERROR_112##</td></row>
+		<row><td>1923</td><td>##IDS_ERROR_113##</td></row>
+		<row><td>1924</td><td>##IDS_ERROR_114##</td></row>
+		<row><td>1925</td><td>##IDS_ERROR_115##</td></row>
+		<row><td>1926</td><td>##IDS_ERROR_116##</td></row>
+		<row><td>1927</td><td>##IDS_ERROR_117##</td></row>
+		<row><td>1928</td><td>##IDS_ERROR_118##</td></row>
+		<row><td>1929</td><td>##IDS_ERROR_119##</td></row>
+		<row><td>1930</td><td>##IDS_ERROR_125##</td></row>
+		<row><td>1931</td><td>##IDS_ERROR_126##</td></row>
+		<row><td>1932</td><td>##IDS_ERROR_127##</td></row>
+		<row><td>1933</td><td>##IDS_ERROR_128##</td></row>
+		<row><td>1934</td><td>##IDS_ERROR_129##</td></row>
+		<row><td>2</td><td>##IDS_ERROR_2##</td></row>
+		<row><td>20</td><td>##IDS_ERROR_18##</td></row>
+		<row><td>21</td><td>##IDS_ERROR_19##</td></row>
+		<row><td>22</td><td>##IDS_ERROR_120##</td></row>
+		<row><td>23</td><td>##IDS_ERROR_121##</td></row>
+		<row><td>2331</td><td>##IDS_ERROR_2331##</td></row>
+		<row><td>25000</td><td>##ID_STRING2##</td></row>
+		<row><td>27500</td><td>##IDS_ERROR_130##</td></row>
+		<row><td>27501</td><td>##IDS_ERROR_131##</td></row>
+		<row><td>27502</td><td>##IDS_ERROR_27502##</td></row>
+		<row><td>27503</td><td>##IDS_ERROR_27503##</td></row>
+		<row><td>27504</td><td>##IDS_ERROR_27504##</td></row>
+		<row><td>27505</td><td>##IDS_ERROR_27505##</td></row>
+		<row><td>27506</td><td>##IDS_ERROR_27506##</td></row>
+		<row><td>27507</td><td>##IDS_ERROR_27507##</td></row>
+		<row><td>27508</td><td>##IDS_ERROR_27508##</td></row>
+		<row><td>27509</td><td>##IDS_ERROR_27509##</td></row>
+		<row><td>27510</td><td>##IDS_ERROR_27510##</td></row>
+		<row><td>27511</td><td>##IDS_ERROR_27511##</td></row>
+		<row><td>27512</td><td>##IDS_ERROR_27512##</td></row>
+		<row><td>27513</td><td>##IDS_ERROR_27513##</td></row>
+		<row><td>27514</td><td>##IDS_ERROR_27514##</td></row>
+		<row><td>27515</td><td>##IDS_ERROR_27515##</td></row>
+		<row><td>27516</td><td>##IDS_ERROR_27516##</td></row>
+		<row><td>27517</td><td>##IDS_ERROR_27517##</td></row>
+		<row><td>27518</td><td>##IDS_ERROR_27518##</td></row>
+		<row><td>32</td><td>##IDS_ERROR_20##</td></row>
+		<row><td>33</td><td>##IDS_ERROR_21##</td></row>
+		<row><td>4</td><td>##IDS_ERROR_3##</td></row>
+		<row><td>5</td><td>##IDS_ERROR_4##</td></row>
+		<row><td>7</td><td>##IDS_ERROR_5##</td></row>
+		<row><td>8</td><td>##IDS_ERROR_6##</td></row>
+		<row><td>9</td><td>##IDS_ERROR_7##</td></row>
+	</table>
+
+	<table name="EventMapping">
+		<col key="yes" def="s72">Dialog_</col>
+		<col key="yes" def="s50">Control_</col>
+		<col key="yes" def="s50">Event</col>
+		<col def="s50">Attribute</col>
+		<row><td>CustomSetup</td><td>ItemDescription</td><td>SelectionDescription</td><td>Text</td></row>
+		<row><td>CustomSetup</td><td>Location</td><td>SelectionPath</td><td>Text</td></row>
+		<row><td>CustomSetup</td><td>Size</td><td>SelectionSize</td><td>Text</td></row>
+		<row><td>SetupInitialization</td><td>ActionData</td><td>ActionData</td><td>Text</td></row>
+		<row><td>SetupInitialization</td><td>ActionText</td><td>ActionText</td><td>Text</td></row>
+		<row><td>SetupProgress</td><td>ActionProgress95</td><td>AdminInstallFinalize</td><td>Progress</td></row>
+		<row><td>SetupProgress</td><td>ActionProgress95</td><td>InstallFiles</td><td>Progress</td></row>
+		<row><td>SetupProgress</td><td>ActionProgress95</td><td>MoveFiles</td><td>Progress</td></row>
+		<row><td>SetupProgress</td><td>ActionProgress95</td><td>RemoveFiles</td><td>Progress</td></row>
+		<row><td>SetupProgress</td><td>ActionProgress95</td><td>RemoveRegistryValues</td><td>Progress</td></row>
+		<row><td>SetupProgress</td><td>ActionProgress95</td><td>SetProgress</td><td>Progress</td></row>
+		<row><td>SetupProgress</td><td>ActionProgress95</td><td>UnmoveFiles</td><td>Progress</td></row>
+		<row><td>SetupProgress</td><td>ActionProgress95</td><td>WriteIniValues</td><td>Progress</td></row>
+		<row><td>SetupProgress</td><td>ActionProgress95</td><td>WriteRegistryValues</td><td>Progress</td></row>
+		<row><td>SetupProgress</td><td>ActionText</td><td>ActionText</td><td>Text</td></row>
+	</table>
+
+	<table name="Extension">
+		<col key="yes" def="s255">Extension</col>
+		<col key="yes" def="s72">Component_</col>
+		<col def="S255">ProgId_</col>
+		<col def="S64">MIME_</col>
+		<col def="s38">Feature_</col>
+	</table>
+
+	<table name="Feature">
+		<col key="yes" def="s38">Feature</col>
+		<col def="S38">Feature_Parent</col>
+		<col def="L64">Title</col>
+		<col def="L255">Description</col>
+		<col def="I2">Display</col>
+		<col def="i2">Level</col>
+		<col def="S72">Directory_</col>
+		<col def="i2">Attributes</col>
+		<col def="S255">ISReleaseFlags</col>
+		<col def="S255">ISComments</col>
+		<col def="S255">ISFeatureCabName</col>
+		<col def="S255">ISProFeatureName</col>
+		<row><td>mod_aspdotnet</td><td/><td>##FEATURE_NAME##</td><td>##FEATURE_DESC##</td><td>3</td><td>1</td><td>INSTALLDIR</td><td>24</td><td/><td>Enter comments regarding this feature here.</td><td/><td/></row>
+	</table>
+
+	<table name="FeatureComponents">
+		<col key="yes" def="s38">Feature_</col>
+		<col key="yes" def="s72">Component_</col>
+		<row><td>mod_aspdotnet</td><td>Apache.Web</td></row>
+		<row><td>mod_aspdotnet</td><td>mod_aspdotnet.so</td></row>
+	</table>
+
+	<table name="File">
+		<col key="yes" def="s72">File</col>
+		<col def="s72">Component_</col>
+		<col def="s255">FileName</col>
+		<col def="i4">FileSize</col>
+		<col def="S72">Version</col>
+		<col def="S20">Language</col>
+		<col def="I2">Attributes</col>
+		<col def="i2">Sequence</col>
+		<col def="S255">ISBuildSourcePath</col>
+		<col def="I4">ISAttributes</col>
+		<col def="S72">ISComponentSubFolder_</col>
+		<row><td>Apache.Web.Helpers.netmodu</td><td>Apache.Web</td><td>APACHE~1.NET|Apache.Web.Helpers.netmodule</td><td>0</td><td/><td/><td/><td>1</td><td>&lt;ISProjectFolder&gt;\release\Apache.Web.Helpers.netmodule</td><td>1</td><td/></row>
+		<row><td>Apache.Web.dll</td><td>Apache.Web</td><td>APACHE~1.DLL|Apache.Web.dll</td><td>0</td><td/><td/><td>512</td><td>1</td><td>&lt;ISProjectFolder&gt;\release\Apache.Web.dll</td><td>1</td><td/></row>
+		<row><td>mod_aspdotnet.so</td><td>mod_aspdotnet.so</td><td>MOD_AS~1.SO|mod_aspdotnet.so</td><td>0</td><td/><td/><td>0</td><td>1</td><td>&lt;ISProjectFolder&gt;\release\mod_aspdotnet.so</td><td>1</td><td/></row>
+	</table>
+
+	<table name="FileSFPCatalog">
+		<col key="yes" def="s72">File_</col>
+		<col key="yes" def="s255">SFPCatalog_</col>
+	</table>
+
+	<table name="Font">
+		<col key="yes" def="s72">File_</col>
+		<col def="S128">FontTitle</col>
+	</table>
+
+	<table name="ISAssistantTag">
+		<col key="yes" def="s72">Tag</col>
+		<col def="S255">Data</col>
+	</table>
+
+	<table name="ISCEApp">
+		<col key="yes" def="s50">AppKey</col>
+		<col def="s50">AppName</col>
+		<col def="s200">CompanyName</col>
+		<col def="s50">DefDir</col>
+		<col def="S255">IconPath</col>
+		<col def="I4">IconIndex</col>
+		<col def="S255">DeviceFile</col>
+		<col def="s50">DesktopTargetDir</col>
+		<col def="S255">Description</col>
+		<col def="i2">DeleteMedia</col>
+		<col def="I4">InstallNetCF</col>
+		<col def="I4">InstallSQLServer</col>
+		<col def="I4">InstallSQLClient</col>
+		<col def="I4">InstallSQLDev</col>
+		<col def="S255">PreXML</col>
+		<col def="S255">PostXML</col>
+		<col def="I2">NoUninstall</col>
+		<col def="S255">SPCFile</col>
+		<col def="S255">PVKFile</col>
+		<col def="I4">Attributes</col>
+		<col def="S255">RawDeviceFile</col>
+		<col def="S72">Component_</col>
+	</table>
+
+	<table name="ISCEDir">
+		<col key="yes" def="s50">AppKey</col>
+		<col key="yes" def="s50">DirKey</col>
+		<col def="s50">DirParent</col>
+		<col def="s255">DirValue</col>
+	</table>
+
+	<table name="ISCEFile">
+		<col key="yes" def="s50">AppKey</col>
+		<col key="yes" def="s50">FileKey</col>
+		<col def="s255">Name</col>
+		<col def="s50">Destination</col>
+		<col def="s255">Source</col>
+		<col def="i4">Processor</col>
+		<col def="i4">Platform</col>
+		<col def="i4">CopyOption</col>
+		<col def="i4">FileOption</col>
+		<col def="I4">AdvancedOptions</col>
+	</table>
+
+	<table name="ISCEFileExt">
+		<col key="yes" def="s50">AppKey</col>
+		<col key="yes" def="s50">ExtKey</col>
+		<col def="s50">FileKey</col>
+		<col def="S255">Description</col>
+		<col def="s50">Extension</col>
+		<col def="i4">IconIndex</col>
+	</table>
+
+	<table name="ISCEInstall">
+		<col key="yes" def="s255">CEInstallKey</col>
+		<col def="s255">CEAppName</col>
+		<col def="s255">CEDesktopDir</col>
+		<col def="s255">CEIniFileKey</col>
+		<col def="s0">CECabs</col>
+		<col def="s0">CEIcoFile</col>
+		<col def="i2">DeleteMedia</col>
+		<col def="S38">Component_</col>
+	</table>
+
+	<table name="ISCEOtherAppCABs">
+		<col key="yes" def="s50">AppKey</col>
+		<col key="yes" def="s50">FileKey</col>
+		<col def="s255">BuildSourcePath</col>
+	</table>
+
+	<table name="ISCERegistry">
+		<col key="yes" def="s50">AppKey</col>
+		<col key="yes" def="s50">RegKey</col>
+		<col def="i4">Root</col>
+		<col def="s255">Key</col>
+		<col def="S255">Name</col>
+		<col def="S255">Value</col>
+		<col def="i4">Processor</col>
+		<col def="i4">Platform</col>
+		<col def="i4">Overwrite</col>
+	</table>
+
+	<table name="ISCESetupFile">
+		<col key="yes" def="s50">AppKey</col>
+		<col key="yes" def="s50">SetupFileKey</col>
+		<col def="s255">Name</col>
+		<col def="s255">Source</col>
+		<col def="i4">Processor</col>
+		<col def="i4">Platform</col>
+	</table>
+
+	<table name="ISCEShtCut">
+		<col key="yes" def="s50">AppKey</col>
+		<col key="yes" def="s50">ShtCutKey</col>
+		<col def="s255">DisplayName</col>
+		<col def="s255">Destination</col>
+		<col def="s50">Target</col>
+		<col def="i4">Platform</col>
+	</table>
+
+	<table name="ISComCatalogAttribute">
+		<col key="yes" def="s72">ISComCatalogObject_</col>
+		<col key="yes" def="s255">ItemName</col>
+		<col def="S0">ItemValue</col>
+	</table>
+
+	<table name="ISComCatalogCollection">
+		<col key="yes" def="s72">ISComCatalogCollection</col>
+		<col def="s72">ISComCatalogObject_</col>
+		<col def="s255">CollectionName</col>
+	</table>
+
+	<table name="ISComCatalogCollectionObjects">
+		<col key="yes" def="s72">ISComCatalogCollection_</col>
+		<col key="yes" def="s72">ISComCatalogObject_</col>
+	</table>
+
+	<table name="ISComCatalogObject">
+		<col key="yes" def="s72">ISComCatalogObject</col>
+		<col def="s255">DisplayName</col>
+	</table>
+
+	<table name="ISComPlusApplication">
+		<col key="yes" def="s72">ISComCatalogObject_</col>
+		<col def="S255">ComputerName</col>
+		<col def="s72">Component_</col>
+		<col def="I2">ISAttributes</col>
+		<col def="S0">DepFiles</col>
+	</table>
+
+	<table name="ISComPlusProxy">
+		<col key="yes" def="s72">ISComPlusProxy</col>
+		<col def="s72">ISComPlusApplication_</col>
+		<col def="S72">Component_</col>
+		<col def="I2">ISAttributes</col>
+		<col def="S0">DepFiles</col>
+	</table>
+
+	<table name="ISComponentExtended">
+		<col key="yes" def="s72">Component_</col>
+		<col def="I4">OS</col>
+		<col def="S0">Language</col>
+		<col def="s72">FilterProperty</col>
+		<col def="I4">Platforms</col>
+		<col def="S0">FTPLocation</col>
+		<col def="S0">HTTPLocation</col>
+		<col def="S0">Miscellaneous</col>
+		<row><td>Apache.Web</td><td/><td/><td>_A19D17B5_68F0_4170_8BFD_6334E5F3CDEE_FILTER</td><td/><td/><td/><td/></row>
+		<row><td>html_docs</td><td/><td/><td>_2D798142_97A8_40D0_B28D_1C72F2B3A710_FILTER</td><td/><td/><td/><td/></row>
+		<row><td>mod_aspdotnet.so</td><td/><td/><td>_00646B0C_1EA0_4FEE_A560_8FDA43CAD89A_FILTER</td><td/><td/><td/><td/></row>
+	</table>
+
+	<table name="ISDLLWrapper">
+		<col key="yes" def="s72">EntryPoint</col>
+		<col def="I4">Type</col>
+		<col def="s0">Source</col>
+		<col def="s255">Target</col>
+	</table>
+
+	<table name="ISDependency">
+		<col key="yes" def="S50">ISDependency</col>
+		<col def="I2">Exclude</col>
+	</table>
+
+	<table name="ISDisk1File">
+		<col key="yes" def="s72">ISDisk1File</col>
+		<col def="s255">ISBuildSourcePath</col>
+		<col def="I4">Disk</col>
+	</table>
+
+	<table name="ISDynamicFile">
+		<col key="yes" def="s72">Component_</col>
+		<col key="yes" def="s255">SourceFolder</col>
+		<col def="I2">IncludeFlags</col>
+		<col def="S255">IncludeFiles</col>
+		<col def="S255">ExcludeFiles</col>
+		<col def="I4">ISAttributes</col>
+	</table>
+
+	<table name="ISFeatureMergeModuleExcludes">
+		<col key="yes" def="s38">Feature_</col>
+		<col key="yes" def="s255">ModuleID</col>
+		<col key="yes" def="i2">Language</col>
+	</table>
+
+	<table name="ISFeatureMergeModules">
+		<col key="yes" def="s38">Feature_</col>
+		<col key="yes" def="s255">ISMergeModule_</col>
+		<col key="yes" def="i2">Language_</col>
+	</table>
+
+	<table name="ISIISCommon">
+		<col key="yes" def="s50">ISIISCommon</col>
+		<col def="S50">ISIISCommon_Parent</col>
+		<col def="L255">DisplayName</col>
+		<col def="s50">RootDir</col>
+		<col def="i4">Attributes</col>
+		<col def="L255">DefDoc</col>
+		<col def="I4">SessionTimeout</col>
+		<col def="I4">ScriptTimeout</col>
+		<col def="S255">AnonyUserName</col>
+		<col def="S255">AnonyPasswrd</col>
+		<col def="S0">CustomErrors</col>
+		<col def="L255">AppName</col>
+		<col def="S50">SSLCert</col>
+	</table>
+
+	<table name="ISIISMetaData">
+		<col key="yes" def="s72">ISIISCommon_</col>
+		<col key="yes" def="I4">MetaDataProp</col>
+		<col def="I4">MetaDataType</col>
+		<col def="i4">MetaDataUserType</col>
+		<col def="i4">MetaDataAttributes</col>
+		<col def="i4">Order</col>
+		<col def="s0">MetaDataValue</col>
+	</table>
+
+	<table name="ISInstallScriptAction">
+		<col key="yes" def="s72">EntryPoint</col>
+		<col def="I4">Type</col>
+		<col def="s72">Source</col>
+		<col def="S255">Target</col>
+	</table>
+
+	<table name="ISLanguage">
+		<col key="yes" def="s50">ISLanguage</col>
+		<col def="I2">Included</col>
+		<row><td>1033</td><td>1</td></row>
+	</table>
+
+	<table name="ISLinkerLibrary">
+		<col key="yes" def="s72">ISLinkerLibrary</col>
+		<col def="s255">Library</col>
+		<col def="i4">Order</col>
+		<row><td>_IfxObl</td><td>&lt;ISProductFolder&gt;\Script\ifx\Lib\ifx.obl</td><td>3</td></row>
+		<row><td>_IsrtObl</td><td>&lt;ISProductFolder&gt;\Script\ISRT\Lib\isrt.obl</td><td>2</td></row>
+		<row><td>_IswiObl</td><td>&lt;ISProductFolder&gt;\Script\ISWi\Lib\iswi.obl</td><td>1</td></row>
+	</table>
+
+	<table name="ISLocalControl">
+		<col key="yes" def="s72">Dialog_</col>
+		<col key="yes" def="s50">Control_</col>
+		<col key="yes" def="s50">ISLanguage_</col>
+		<col def="I4">Attributes</col>
+		<col def="I2">X</col>
+		<col def="I2">Y</col>
+		<col def="I2">Width</col>
+		<col def="I2">Height</col>
+		<col def="S72">Binary_</col>
+		<col def="S255">ISBuildSourcePath</col>
+	</table>
+
+	<table name="ISLocalDialog">
+		<col key="yes" def="S50">Dialog_</col>
+		<col key="yes" def="S50">ISLanguage_</col>
+		<col def="I4">Attributes</col>
+		<col def="S72">TextStyle_</col>
+		<col def="i2">Width</col>
+		<col def="i2">Height</col>
+	</table>
+
+	<table name="ISLocalRadioButton">
+		<col key="yes" def="s72">Property</col>
+		<col key="yes" def="i2">Order</col>
+		<col key="yes" def="s50">ISLanguage_</col>
+		<col def="i2">X</col>
+		<col def="i2">Y</col>
+		<col def="i2">Width</col>
+		<col def="i2">Height</col>
+	</table>
+
+	<table name="ISLogicalDisk">
+		<col key="yes" def="i2">DiskId</col>
+		<col key="yes" def="s255">ISProductConfiguration_</col>
+		<col key="yes" def="s255">ISRelease_</col>
+		<col def="i2">LastSequence</col>
+		<col def="L64">DiskPrompt</col>
+		<col def="S255">Cabinet</col>
+		<col def="S32">VolumeLabel</col>
+		<col def="S32">Source</col>
+		<row><td>1</td><td>mod_aspdotnet</td><td>x86-winnt</td><td>0</td><td/><td/><td/><td/></row>
+	</table>
+
+	<table name="ISLogicalDiskFeatures">
+		<col key="yes" def="i2">ISLogicalDisk_</col>
+		<col key="yes" def="s255">ISProductConfiguration_</col>
+		<col key="yes" def="s255">ISRelease_</col>
+		<col key="yes" def="S38">Feature_</col>
+		<col def="i2">Sequence</col>
+		<col def="I4">ISAttributes</col>
+	</table>
+
+	<table name="ISMergeModule">
+		<col key="yes" def="s255">ISMergeModule</col>
+		<col key="yes" def="i2">Language</col>
+		<col def="s255">Name</col>
+		<col def="S255">Destination</col>
+		<col def="I4">ISAttributes</col>
+	</table>
+
+	<table name="ISMergeModuleCfgValues">
+		<col key="yes" def="s255">ISMergeModule_</col>
+		<col key="yes" def="i2">Language_</col>
+		<col key="yes" def="s72">ModuleConfiguration_</col>
+		<col def="L0">Value</col>
+		<col def="i2">Format</col>
+		<col def="L255">Type</col>
+		<col def="L255">ContextData</col>
+		<col def="L255">DefaultValue</col>
+		<col def="I2">Attributes</col>
+		<col def="L255">DisplayName</col>
+		<col def="L255">Description</col>
+		<col def="L255">HelpLocation</col>
+		<col def="L255">HelpKeyword</col>
+	</table>
+
+	<table name="ISObject">
+		<col key="yes" def="s50">ObjectName</col>
+		<col def="s15">Language</col>
+	</table>
+
+	<table name="ISObjectProperty">
+		<col key="yes" def="S50">ObjectName</col>
+		<col key="yes" def="S50">Property</col>
+		<col def="S0">Value</col>
+		<col def="I2">IncludeInBuild</col>
+	</table>
+
+	<table name="ISPalmApp">
+		<col key="yes" def="s72">PalmApp</col>
+		<col key="yes" def="s72">Component</col>
+	</table>
+
+	<table name="ISPalmAppFile">
+		<col key="yes" def="s72">PalmApp</col>
+		<col key="yes" def="s72">FileKey</col>
+		<col def="i4">Destination</col>
+	</table>
+
+	<table name="ISPatchConfigImage">
+		<col key="yes" def="S72">PatchConfiguration_</col>
+		<col key="yes" def="s72">UpgradedImage_</col>
+	</table>
+
+	<table name="ISPatchConfiguration">
+		<col key="yes" def="s72">Name</col>
+		<col def="i2">CanPCDiffer</col>
+		<col def="i2">CanPVDiffer</col>
+		<col def="i2">IncludeWholeFiles</col>
+		<col def="i2">LeaveDecompressed</col>
+		<col def="i2">OptimizeForSize</col>
+		<col def="i2">EnablePatchCache</col>
+		<col def="S0">PatchCacheDir</col>
+		<col def="i4">Flags</col>
+		<col def="S0">PatchGuidsToReplace</col>
+		<col def="s0">TargetProductCodes</col>
+		<col def="s50">PatchGuid</col>
+		<col def="s0">OutputPath</col>
+		<col def="i2">MinMsiVersion</col>
+		<col def="I4">Attributes</col>
+	</table>
+
+	<table name="ISPatchConfigurationProperty">
+		<col key="yes" def="S72">ISPatchConfiguration_</col>
+		<col key="yes" def="S50">Property</col>
+		<col def="S50">Value</col>
+	</table>
+
+	<table name="ISPatchExternalFile">
+		<col key="yes" def="s50">Name</col>
+		<col key="yes" def="s13">ISUpgradedImage_</col>
+		<col def="s72">FileKey</col>
+		<col def="s255">FilePath</col>
+	</table>
+
+	<table name="ISPatchWholeFile">
+		<col key="yes" def="s50">UpgradedImage</col>
+		<col key="yes" def="s72">FileKey</col>
+		<col def="S72">Component</col>
+	</table>
+
+	<table name="ISPathVariable">
+		<col key="yes" def="s32">ISPathVariable</col>
+		<col def="S255">Value</col>
+		<col def="S255">TestValue</col>
+		<col def="i4">Type</col>
+		<row><td>Apache.Web</td><td>Apache.Web\Apache.Web.vcproj</td><td/><td>2</td></row>
+		<row><td>CommonFilesFolder</td><td/><td/><td>1</td></row>
+		<row><td>ISProductFolder</td><td/><td/><td>1</td></row>
+		<row><td>ISProjectDataFolder</td><td/><td/><td>1</td></row>
+		<row><td>ISProjectFolder</td><td/><td/><td>1</td></row>
+		<row><td>Objects</td><td>Release</td><td/><td>2</td></row>
+		<row><td>ProgramFilesFolder</td><td/><td/><td>1</td></row>
+		<row><td>SystemFolder</td><td/><td/><td>1</td></row>
+		<row><td>WindowsFolder</td><td/><td/><td>1</td></row>
+		<row><td>mod_aspdotnet</td><td>mod\mod_aspdotnet.vcproj</td><td/><td>2</td></row>
+	</table>
+
+	<table name="ISProductConfiguration">
+		<col key="yes" def="s72">ISProductConfiguration</col>
+		<col def="S255">ProductConfigurationFlags</col>
+		<col def="I4">GeneratePackageCode</col>
+		<row><td>Default Configuration</td><td/><td>0</td></row>
+		<row><td>mod_aspdotnet</td><td/><td>0</td></row>
+	</table>
+
+	<table name="ISProductConfigurationInstance">
+		<col key="yes" def="s72">ISProductConfiguration_</col>
+		<col key="yes" def="i2">InstanceId</col>
+		<col key="yes" def="s72">Property</col>
+		<col def="s255">Value</col>
+	</table>
+
+	<table name="ISProductConfigurationProperty">
+		<col key="yes" def="s72">ISProductConfiguration_</col>
+		<col key="yes" def="s72">Property</col>
+		<col def="L255">Value</col>
+	</table>
+
+	<table name="ISRelease">
+		<col key="yes" def="s72">ISRelease</col>
+		<col key="yes" def="s72">ISProductConfiguration_</col>
+		<col def="s255">BuildLocation</col>
+		<col def="s255">PackageName</col>
+		<col def="i4">Type</col>
+		<col def="s255">SupportedLanguagesUI</col>
+		<col def="i4">MsiSourceType</col>
+		<col def="i4">ReleaseType</col>
+		<col def="s72">Platforms</col>
+		<col def="S255">SupportedLanguagesData</col>
+		<col def="s6">DefaultLanguage</col>
+		<col def="i4">SupportedOSs</col>
+		<col def="s50">DiskSize</col>
+		<col def="i4">DiskSizeUnit</col>
+		<col def="i4">DiskClusterSize</col>
+		<col def="S255">ReleaseFlags</col>
+		<col def="i4">DiskSpanning</col>
+		<col def="S255">SynchMsi</col>
+		<col def="s255">MediaLocation</col>
+		<col def="S255">URLLocation</col>
+		<col def="S255">DigitalURL</col>
+		<col def="S255">DigitalPVK</col>
+		<col def="S255">DigitalSPC</col>
+		<col def="S255">Password</col>
+		<col def="S255">VersionCopyright</col>
+		<col def="i4">Attributes</col>
+		<col def="S255">CDBrowser</col>
+		<col def="S255">DotNetBuildConfiguration</col>
+		<col def="S255">MsiCommandLine</col>
+		<col def="I4">ISSetupPrerequisiteLocation</col>
+		<row><td>Debug</td><td>Default Configuration</td><td>&lt;ISProjectFolder&gt;\Debug</td><td>PackageName</td><td>1</td><td>1033</td><td>2</td><td>2</td><td>Intel</td><td/><td>1033</td><td>3</td><td>0</td><td>0</td><td>0</td><td/><td>0</td><td/><td>MediaLocation</td><td/><td>http://</td><td/><td/><td/><td/><td>75789</td><td/><td/><td/><td/></row>
+		<row><td>Release</td><td>Default Configuration</td><td>&lt;ISProjectFolder&gt;\Release</td><td>PackageName</td><td>1</td><td>1033</td><td>2</td><td>2</td><td>Intel</td><td/><td>1033</td><td>3</td><td>0</td><td>0</td><td>0</td><td/><td>0</td><td/><td>MediaLocation</td><td/><td>http://</td><td/><td/><td/><td/><td>75789</td><td/><td/><td/><td/></row>
+		<row><td>x86-winnt</td><td>mod_aspdotnet</td><td>&lt;ISProjectFolder&gt;\Release</td><td>PackageName</td><td>1</td><td>1033</td><td>2</td><td>1</td><td>Intel</td><td/><td>1033</td><td>0</td><td>0</td><td>1</td><td>0</td><td/><td>0</td><td/><td>MediaLocation</td><td/><td>http://</td><td/><td/><td/><td/><td>139276</td><td/><td/><td/><td/></row>
+	</table>
+
+	<table name="ISReleaseExtended">
+		<col key="yes" def="s72">ISRelease_</col>
+		<col key="yes" def="s72">ISProductConfiguration_</col>
+		<col def="I4">WebType</col>
+		<col def="S255">WebURL</col>
+		<col def="I4">WebCabSize</col>
+		<col def="S255">OneClickCabName</col>
+		<col def="S255">OneClickHtmlName</col>
+		<col def="S255">WebLocalCachePath</col>
+		<col def="I4">EngineLocation</col>
+		<col def="S255">Win9xMsiUrl</col>
+		<col def="S255">WinNTMsiUrl</col>
+		<col def="I4">ISEngineLocation</col>
+		<col def="S255">ISEngineURL</col>
+		<col def="I4">OneClickTargetBrowser</col>
+		<col def="S255">DigitalCertificateIdNS</col>
+		<col def="S255">DigitalCertificateDBaseNS</col>
+		<col def="S255">DigitalCertificatePasswordNS</col>
+		<col def="I4">DotNetRedistLocation</col>
+		<col def="S255">DotNetRedistURL</col>
+		<col def="I4">DotNetVersion</col>
+		<col def="S255">DotNetBaseLanguage</col>
+		<col def="S0">DotNetLangaugePacks</col>
+		<col def="S255">DotNetFxCmdLine</col>
+		<col def="S255">DotNetLangPackCmdLine</col>
+		<col def="S50">JSharpCmdLine</col>
+		<col def="I4">Attributes</col>
+		<col def="I4">JSharpRedistLocation</col>
+		<col def="I4">MsiEngineVersion</col>
+		<col def="S255">WinMsi30Url</col>
+		<col def="S255">CertPassword</col>
+		<row><td>.msi Installer</td><td>mod_aspdotnet</td><td>0</td><td>http://</td><td>0</td><td>install</td><td>install</td><td>[WindowsFolder]Downloaded Installations</td><td>0</td><td>http://www.installengine.com/Msiengine20</td><td>http://www.installengine.com/Msiengine20</td><td>0</td><td>http://www.installengine.com/cert03/isengine</td><td/><td/><td/><td/><td>3</td><td>http://www.installengine.com/cert03/dotnetfx</td><td/><td/><td/><td/><td/><td/><td/><td>3</td><td/><td/><td/></row>
+		<row><td>Debug</td><td>Default Configuration</td><td>0</td><td>http://</td><td>0</td><td>install</td><td>install</td><td>[WindowsFolder]Downloaded Installations</td><td>0</td><td>http://www.installengine.com/Msiengine20</td><td>http://www.installengine.com/Msiengine20</td><td>0</td><td>http://www.installengine.com/cert03/isengine</td><td/><td/><td/><td/><td>3</td><td>http://www.installengine.com/cert03/dotnetfx</td><td/><td/><td/><td/><td/><td/><td/><td>3</td><td>4</td><td/><td/></row>
+		<row><td>Release</td><td>Default Configuration</td><td>0</td><td>http://</td><td>0</td><td>install</td><td>install</td><td>[WindowsFolder]Downloaded Installations</td><td>0</td><td>http://www.installengine.com/Msiengine20</td><td>http://www.installengine.com/Msiengine20</td><td>0</td><td>http://www.installengine.com/cert03/isengine</td><td/><td/><td/><td/><td>3</td><td>http://www.installengine.com/cert03/dotnetfx</td><td/><td/><td/><td/><td/><td/><td/><td>3</td><td>4</td><td/><td/></row>
+		<row><td>x86-winnt</td><td>mod_aspdotnet</td><td>0</td><td>http://</td><td>0</td><td>install</td><td>install</td><td>[WindowsFolder]Downloaded Installations</td><td>0</td><td>http://www.installengine.com/Msiengine20</td><td>http://www.installengine.com/Msiengine20</td><td>0</td><td>http://www.installengine.com/cert03/isengine</td><td/><td/><td/><td/><td>3</td><td>http://www.installengine.com/cert03/dotnetfx</td><td/><td/><td/><td/><td/><td/><td/><td>3</td><td>4</td><td/><td/></row>
+	</table>
+
+	<table name="ISSQLConnection">
+		<col key="yes" def="s72">ISSQLConnection</col>
+		<col def="s255">Server</col>
+		<col def="s255">Database</col>
+		<col def="s255">UserName</col>
+		<col def="s255">Password</col>
+		<col def="s255">Authentication</col>
+		<col def="i2">Attributes</col>
+		<col def="i2">Order</col>
+		<col def="S0">Comments</col>
+	</table>
+
+	<table name="ISSQLConnectionScript">
+		<col key="yes" def="s72">ISSQLConnection_</col>
+		<col key="yes" def="s72">ISSQLScriptFile_</col>
+		<col def="i2">Order</col>
+	</table>
+
+	<table name="ISSQLRequirement">
+		<col key="yes" def="s72">ISSQLRequirement</col>
+		<col key="yes" def="s72">ISSQLConnection_</col>
+		<col def="S15">MajorVersion</col>
+		<col def="S25">ServicePackLevel</col>
+		<col def="i4">Attributes</col>
+	</table>
+
+	<table name="ISSQLScriptError">
+		<col key="yes" def="i4">ErrNumber</col>
+		<col key="yes" def="S72">ISSQLScriptFile_</col>
+		<col def="i2">ErrHandling</col>
+		<col def="L255">Message</col>
+		<col def="i2">Attributes</col>
+	</table>
+
+	<table name="ISSQLScriptFile">
+		<col key="yes" def="s72">ISSQLScriptFile</col>
+		<col def="s72">Component_</col>
+		<col def="i2">Scheduling</col>
+		<col def="L255">InstallText</col>
+		<col def="L255">UninstallText</col>
+		<col def="S0">ISBuildSourcePath</col>
+		<col def="S0">Comments</col>
+		<col def="i2">ErrorHandling</col>
+		<col def="i2">Attributes</col>
+		<col def="S15">Version</col>
+	</table>
+
+	<table name="ISSQLScriptImport">
+		<col key="yes" def="s72">ISSQLScriptFile_</col>
+		<col def="S255">Server</col>
+		<col def="S255">Database</col>
+		<col def="S255">UserName</col>
+		<col def="S255">Password</col>
+		<col def="i4">Authentication</col>
+		<col def="S0">IncludeTables</col>
+		<col def="S0">ExcludeTables</col>
+		<col def="i4">Attributes</col>
+	</table>
+
+	<table name="ISSQLScriptReplace">
+		<col key="yes" def="s72">ISSQLScriptReplace</col>
+		<col key="yes" def="s72">ISSQLScriptFile_</col>
+		<col def="S0">Search</col>
+		<col def="S0">Replace</col>
+		<col def="i4">Attributes</col>
+	</table>
+
+	<table name="ISScriptFile">
+		<col key="yes" def="s255">ISScriptFile</col>
+	</table>
+
+	<table name="ISSelfReg">
+		<col key="yes" def="s72">FileKey</col>
+		<col def="I2">Cost</col>
+		<col def="I2">Order</col>
+		<col def="S50">CmdLine</col>
+	</table>
+
+	<table name="ISSetupFile">
+		<col key="yes" def="s72">ISSetupFile</col>
+		<col def="S255">FileName</col>
+		<col def="V0">Stream</col>
+		<col def="S50">Language</col>
+		<col def="I2">Splash</col>
+		<col def="S0">Path</col>
+	</table>
+
+	<table name="ISSetupPrerequisites">
+		<col key="yes" def="s72">ISSetupPrerequisites</col>
+		<col def="S255">ISBuildSourcePath</col>
+		<col def="I2">Order</col>
+	</table>
+
+	<table name="ISSetupType">
+		<col key="yes" def="s38">ISSetupType</col>
+		<col def="L255">Description</col>
+		<col def="L255">Display_Name</col>
+		<col def="i2">Display</col>
+		<col def="S255">Comments</col>
+	</table>
+
+	<table name="ISSetupTypeFeatures">
+		<col key="yes" def="s38">ISSetupType_</col>
+		<col key="yes" def="s38">Feature_</col>
+	</table>
+
+	<table name="ISStorages">
+		<col key="yes" def="s72">Name</col>
+		<col def="S0">ISBuildSourcePath</col>
+	</table>
+
+	<table name="ISString">
+		<col key="yes" def="s255">ISString</col>
+		<col key="yes" def="s50">ISLanguage_</col>
+		<col def="S0">Value</col>
+		<col def="I2">Encoded</col>
+		<col def="S0">Comment</col>
+		<col def="I4">TimeStamp</col>
+		<row><td>COMPANY_NAME</td><td>1033</td><td>The Apache Software Foundation</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>COMPANY_URI</td><td>1033</td><td>http://httpd.apache.org/</td><td>0</td><td/><td>605450580</td></row>
+		<row><td>DN_AlwaysInstall</td><td>1033</td><td>Always Install</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>FEATURE_DESC</td><td>1033</td><td>Microsoft ASP.NET support module for Apache httpd Web Server</td><td>0</td><td/><td>739664554</td></row>
+		<row><td>FEATURE_NAME</td><td>1033</td><td>Apache mod_aspdotnet</td><td>0</td><td/><td>605430132</td></row>
+		<row><td>IDPROP_ARPCOMMENTS</td><td>1033</td><td>Your Comments</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDPROP_ARPCONTACT</td><td>1033</td><td>Customer Support Department</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDPROP_ARPHELPLINK</td><td>1033</td><td>http://www.yourcompany.com/help</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDPROP_ARPHELPTELEPHONE</td><td>1033</td><td>1-555-555-4505</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDPROP_ARPURLINFOABOUT</td><td>1033</td><td>http://www.yourcompany.com</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDPROP_ARPURLUPDATEINFO</td><td>1033</td><td>http://www.yourcompany.com/updateinfo</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDPROP_EXPRESS_LAUNCH_CONDITION_COLOR</td><td>1033</td><td>The color settings of your system are not adequate for running [ProductName].</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDPROP_EXPRESS_LAUNCH_CONDITION_OS</td><td>1033</td><td>The operating system is not adequate for running [ProductName].</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDPROP_EXPRESS_LAUNCH_CONDITION_PROCESSOR</td><td>1033</td><td>The processor is not adequate for running [ProductName].</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDPROP_EXPRESS_LAUNCH_CONDITION_RAM</td><td>1033</td><td>The amount of RAM is not adequate for running [ProductName].</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDPROP_EXPRESS_LAUNCH_CONDITION_SCREEN</td><td>1033</td><td>The screen resolution is not adequate for running [ProductName].</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDPROP_SETUPTYPE_COMPACT</td><td>1033</td><td>Compact</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDPROP_SETUPTYPE_COMPACT_DESC</td><td>1033</td><td>Compact Description</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDPROP_SETUPTYPE_CUSTOM</td><td>1033</td><td>Custom</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDPROP_SETUPTYPE_CUSTOM_DESC</td><td>1033</td><td>Custom Description</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDPROP_SETUPTYPE_TYPICAL</td><td>1033</td><td>Typical</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDPROP_SETUPTYPE_TYPICAL_DESC</td><td>1033</td><td>Typical Description</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_1</td><td>1033</td><td>Advertising application</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_10</td><td>1033</td><td>Computing space requirements</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_100</td><td>1033</td><td>MIME Content Type: [1], Extension: [2]</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_101</td><td>1033</td><td>Unregistering program identifiers</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_102</td><td>1033</td><td>ProgID: [1]</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_103</td><td>1033</td><td>Unregistering type libraries</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_104</td><td>1033</td><td>LibID: [1]</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_105</td><td>1033</td><td>Updating environment strings</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_106</td><td>1033</td><td>Name: [1], Value: [2], Action [3]</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_107</td><td>1033</td><td>Writing INI file values</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_108</td><td>1033</td><td>File: [1],  Section: [2],  Key: [3], Value: [4]</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_109</td><td>1033</td><td>Writing system registry values</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_11</td><td>1033</td><td>Creating folders</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_110</td><td>1033</td><td>Key: [1], Name: [2], Value: [3]</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_111</td><td>1033</td><td>Registering COM+ Applications and Components</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_112</td><td>1033</td><td>AppId: [1]{{, AppType: [2], Users: [3], RSN: [4]}}</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_113</td><td>1033</td><td>Unregistering COM+ Applications and Components</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_114</td><td>1033</td><td>AppId: [1]{{, AppType: [2]}}</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_115</td><td>1033</td><td>Searching for related applications</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_116</td><td>1033</td><td>Found application: [1]</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_117</td><td>1033</td><td>Migrating feature states from related applications</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_118</td><td>1033</td><td>Application: [1]</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_119</td><td>1033</td><td>Removing applications</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_12</td><td>1033</td><td>Folder: [1]</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_120</td><td>1033</td><td>Application: [1], Command line: [2]</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_121</td><td>1033</td><td>Installing system catalog</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_122</td><td>1033</td><td>File: [1],  Dependencies: [2]</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_123</td><td>1033</td><td>Creating IIS Virtual Roots...</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_124</td><td>1033</td><td>Removing IIS Virtual Roots...</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_13</td><td>1033</td><td>Creating shortcuts</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_14</td><td>1033</td><td>Shortcut: [1]</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_15</td><td>1033</td><td>Deleting services</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_16</td><td>1033</td><td>Service: [1]</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_17</td><td>1033</td><td>Creating duplicate files</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_18</td><td>1033</td><td>File: [1],  Directory: [9],  Size: [6]</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_19</td><td>1033</td><td>Computing space requirements</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_2</td><td>1033</td><td>Allocating registry space</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_20</td><td>1033</td><td>Generating script operations for action:</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_21</td><td>1033</td><td>[1]</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_22</td><td>1033</td><td>Copying files to the network</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_23</td><td>1033</td><td>File: [1], Directory: [9], Size: [6]</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_24</td><td>1033</td><td>Copying new files</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_25</td><td>1033</td><td>File: [1],  Directory: [9],  Size: [6]</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_26</td><td>1033</td><td>Installing ODBC components</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_27</td><td>1033</td><td>Installing new services</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_28</td><td>1033</td><td>Service: [2]</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_29</td><td>1033</td><td>Validating install</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_3</td><td>1033</td><td>Free space: [1]</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_30</td><td>1033</td><td>Evaluating launch conditions</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_31</td><td>1033</td><td>Moving files</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_32</td><td>1033</td><td>File: [1],  Directory: [9],  Size: [6]</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_33</td><td>1033</td><td>Patching files</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_34</td><td>1033</td><td>File: [1],  Directory: [2],  Size: [3]</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_35</td><td>1033</td><td>Updating component registration</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_36</td><td>1033</td><td>Publishing qualified components</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_37</td><td>1033</td><td>Component ID: [1], Qualifier: [2]</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_38</td><td>1033</td><td>Publishing product features</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_39</td><td>1033</td><td>Feature: [1]</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_4</td><td>1033</td><td>Searching for installed applications</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_40</td><td>1033</td><td>Publishing product information</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_41</td><td>1033</td><td>Registering class servers</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_42</td><td>1033</td><td>Class ID: [1]</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_43</td><td>1033</td><td>Registering extension servers</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_44</td><td>1033</td><td>Extension: [1]</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_45</td><td>1033</td><td>Registering fonts</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_46</td><td>1033</td><td>Font: [1]</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_47</td><td>1033</td><td>Registering MIME info</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_48</td><td>1033</td><td>MIME Content Type: [1], Extension: [2]</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_49</td><td>1033</td><td>Registering product</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_5</td><td>1033</td><td>Property: [1], Signature: [2]</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_50</td><td>1033</td><td>[1]</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_51</td><td>1033</td><td>Registering program identifiers</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_52</td><td>1033</td><td>ProgID: [1]</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_53</td><td>1033</td><td>Registering type libraries</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_54</td><td>1033</td><td>LibID: [1]</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_55</td><td>1033</td><td>Registering user</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_56</td><td>1033</td><td>[1]</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_57</td><td>1033</td><td>Removing duplicated files</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_58</td><td>1033</td><td>File: [1], Directory: [9]</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_59</td><td>1033</td><td>Updating environment strings</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_6</td><td>1033</td><td>Binding executables</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_60</td><td>1033</td><td>Name: [1], Value: [2], Action [3]</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_61</td><td>1033</td><td>Removing files</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_62</td><td>1033</td><td>File: [1], Directory: [9]</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_63</td><td>1033</td><td>Removing folders</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_64</td><td>1033</td><td>Folder: [1]</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_65</td><td>1033</td><td>Removing INI file entries</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_66</td><td>1033</td><td>File: [1],  Section: [2],  Key: [3], Value: [4]</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_67</td><td>1033</td><td>Removing ODBC components</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_68</td><td>1033</td><td>Removing system registry values</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_69</td><td>1033</td><td>Key: [1], Name: [2]</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_7</td><td>1033</td><td>File: [1]</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_70</td><td>1033</td><td>Removing shortcuts</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_71</td><td>1033</td><td>Shortcut: [1]</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_72</td><td>1033</td><td>Searching for qualifying products</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_73</td><td>1033</td><td>Rolling back action:</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_74</td><td>1033</td><td>[1]</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_75</td><td>1033</td><td>Removing backup files</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_76</td><td>1033</td><td>File: [1]</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_77</td><td>1033</td><td>Registering modules</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_78</td><td>1033</td><td>File: [1], Folder: [2]</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_79</td><td>1033</td><td>Unregistering modules</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_8</td><td>1033</td><td>Searching for qualifying products</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_80</td><td>1033</td><td>File: [1], Folder: [2]</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_81</td><td>1033</td><td>Initializing ODBC directories</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_82</td><td>1033</td><td>Starting services</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_83</td><td>1033</td><td>Service: [1]</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_84</td><td>1033</td><td>Stopping services</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_85</td><td>1033</td><td>Service: [1]</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_86</td><td>1033</td><td>Removing moved files</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_87</td><td>1033</td><td>File: [1], Directory: [9]</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_88</td><td>1033</td><td>Unpublishing Qualified Components</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_89</td><td>1033</td><td>Component ID: [1], Qualifier: [2]</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_9</td><td>1033</td><td>Computing space requirements</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_90</td><td>1033</td><td>Unpublishing product features</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_91</td><td>1033</td><td>Feature: [1]</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_92</td><td>1033</td><td>Unpublishing product information</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_93</td><td>1033</td><td>Unregister class servers</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_94</td><td>1033</td><td>Class ID: [1]</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_95</td><td>1033</td><td>Unregistering extension servers</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_96</td><td>1033</td><td>Extension: [1]</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_97</td><td>1033</td><td>Unregistering fonts</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_98</td><td>1033</td><td>Font: [1]</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ACTIONTEXT_99</td><td>1033</td><td>Unregistering MIME info</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_BACK</td><td>1033</td><td>&lt; &amp;Back</td><td>0</td><td/><td/></row>
+		<row><td>IDS_CANCEL</td><td>1033</td><td>Cancel</td><td>0</td><td/><td/></row>
+		<row><td>IDS_COMPLUS_PROGRESSTEXT_COST</td><td>1033</td><td>Costing COM+ application: [1]</td><td>0</td><td/><td/></row>
+		<row><td>IDS_COMPLUS_PROGRESSTEXT_INSTALL</td><td>1033</td><td>Installing COM+ application: [1]</td><td>0</td><td/><td/></row>
+		<row><td>IDS_COMPLUS_PROGRESSTEXT_UNINSTALL</td><td>1033</td><td>Uninstalling COM+ application: [1]</td><td>0</td><td/><td/></row>
+		<row><td>IDS_ERROR_0</td><td>1033</td><td>{{Fatal error: }}</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_1</td><td>1033</td><td>Error [1].</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_10</td><td>1033</td><td>=== Logging started: [Date]  [Time] ===</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_100</td><td>1033</td><td>Could not remove shortcut [2]. Verify that the shortcut file exists and that you can access it.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_101</td><td>1033</td><td>Could not register type library for file [2].  Contact your support personnel.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_102</td><td>1033</td><td>Could not unregister type library for file [2].  Contact your support personnel.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_103</td><td>1033</td><td>Could not update the INI file [2][3].  Verify that the file exists and that you can access it.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_104</td><td>1033</td><td>Could not schedule file [2] to replace file [3] on reboot.  Verify that you have write permissions to file [3].</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_105</td><td>1033</td><td>Error removing ODBC driver manager, ODBC error [2]: [3]. Contact your support personnel.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_106</td><td>1033</td><td>Error installing ODBC driver manager, ODBC error [2]: [3]. Contact your support personnel.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_107</td><td>1033</td><td>Error removing ODBC driver [4], ODBC error [2]: [3]. Verify that you have sufficient privileges to remove ODBC drivers.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_108</td><td>1033</td><td>Error installing ODBC driver [4], ODBC error [2]: [3]. Verify that the file [4] exists and that you can access it.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_109</td><td>1033</td><td>Error configuring ODBC data source [4], ODBC error [2]: [3]. Verify that the file [4] exists and that you can access it.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_11</td><td>1033</td><td>=== Logging stopped: [Date]  [Time] ===</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_110</td><td>1033</td><td>Service [2] ([3]) failed to start.  Verify that you have sufficient privileges to start system services.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_111</td><td>1033</td><td>Service [2] ([3]) could not be stopped.  Verify that you have sufficient privileges to stop system services.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_112</td><td>1033</td><td>Service [2] ([3]) could not be deleted.  Verify that you have sufficient privileges to remove system services.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_113</td><td>1033</td><td>Service [2] ([3]) could not be installed.  Verify that you have sufficient privileges to install system services.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_114</td><td>1033</td><td>Could not update environment variable [2].  Verify that you have sufficient privileges to modify environment variables.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_115</td><td>1033</td><td>You do not have sufficient privileges to complete this installation for all users of the machine.  Log on as an administrator and then retry this installation.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_116</td><td>1033</td><td>Could not set file security for file [3]. Error: [2].  Verify that you have sufficient privileges to modify the security permissions for this file.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_117</td><td>1033</td><td>Component Services (COM+ 1.0) are not installed on this computer.  This installation requires Component Services in order to complete successfully.  Component Services are available on Windows 2000.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_118</td><td>1033</td><td>Error registering COM+ application.  Contact your support personnel for more information.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_119</td><td>1033</td><td>Error unregistering COM+ application.  Contact your support personnel for more information.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_12</td><td>1033</td><td>Action start [Time]: [1].</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_120</td><td>1033</td><td>Removing older versions of this application</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_121</td><td>1033</td><td>Preparing to remove older versions of this application</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_122</td><td>1033</td><td>Error applying patch to file [2].  It has probably been updated by other means, and can no longer be modified by this patch.  For more information contact your patch vendor.  {{System Error: [3]}}</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_123</td><td>1033</td><td>[2] cannot install one of its required products. Contact your technical support group.  {{System Error: [3].}}</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_124</td><td>1033</td><td>The older version of [2] cannot be removed.  Contact your technical support group.  {{System Error [3].}}</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_125</td><td>1033</td><td>The description for service '[2]' ([3]) could not be changed.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_126</td><td>1033</td><td>The Windows Installer service cannot update the system file [2] because the file is protected by Windows.  You may need to update your operating system for this program to work correctly. {{Package version: [3], OS Protected version: [4]}}</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_127</td><td>1033</td><td>The Windows Installer service cannot update the protected Windows file [2]. {{Package version: [3], OS Protected version: [4], SFP Error: [5]}}</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_128</td><td>1033</td><td>This setup requires Internet Information Server 4.0 or higher for configuring IIS Virtual Roots. Please make sure that you have IIS 4.0 or higher.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_129</td><td>1033</td><td>This setup requires Administrator privileges for configuring IIS Virtual Roots.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_13</td><td>1033</td><td>Action ended [Time]: [1]. Return value [2].</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_130</td><td>1033</td><td>This setup requires Internet Information Server 4.0 or higher for configuring IIS Virtual Roots. Please make sure that you have IIS 4.0 or higher.</td><td>0</td><td/><td/></row>
+		<row><td>IDS_ERROR_131</td><td>1033</td><td>This setup requires Administrator privileges for configuring IIS Virtual Roots.</td><td>0</td><td/><td/></row>
+		<row><td>IDS_ERROR_14</td><td>1033</td><td>Time remaining: {[1] minutes }{[2] seconds}</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_15</td><td>1033</td><td>Out of memory. Shut down other applications before retrying.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_16</td><td>1033</td><td>Installer is no longer responding.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_17</td><td>1033</td><td>Installer terminated prematurely.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_18</td><td>1033</td><td>Please wait while Windows configures [ProductName]</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_19</td><td>1033</td><td>Gathering required information...</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_2</td><td>1033</td><td>Warning [1].</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_20</td><td>1033</td><td>{[ProductName] }Setup completed successfully.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_21</td><td>1033</td><td>{[ProductName] }Setup failed.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_22</td><td>1033</td><td>Error reading from file: [2]. {{ System error [3].}}  Verify that the file exists and that you can access it.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_23</td><td>1033</td><td>Cannot create the file [3].  A directory with this name already exists.  Cancel the installation and try installing to a different location.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_2331</td><td>1033</td><td>Error loading library [2] or finding entry point [3].</td><td>0</td><td/><td/></row>
+		<row><td>IDS_ERROR_24</td><td>1033</td><td>Please insert the disk: [2]</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_25</td><td>1033</td><td>The installer has insufficient privileges to access this directory: [2].  The installation cannot continue.  Log on as an administrator or contact your system administrator.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_26</td><td>1033</td><td>Error writing to file [2].  Verify that you have access to that directory.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_27</td><td>1033</td><td>Error reading from file [2].  Verify that the file exists and that you can access it.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_27502</td><td>1033</td><td>Could not connect to SQL Server [2]. [3]</td><td>0</td><td/><td/></row>
+		<row><td>IDS_ERROR_27503</td><td>1033</td><td>Error retrieving version string from SQL Server [2]. [3]</td><td>0</td><td/><td/></row>
+		<row><td>IDS_ERROR_27504</td><td>1033</td><td>SQL version requirements not met: [2] [3]</td><td>0</td><td/><td/></row>
+		<row><td>IDS_ERROR_27505</td><td>1033</td><td>Could not open SQL script file [2].</td><td>0</td><td/><td/></row>
+		<row><td>IDS_ERROR_27506</td><td>1033</td><td>Error executing SQL script [2]. Line [3]. [4]</td><td>0</td><td/><td/></row>
+		<row><td>IDS_ERROR_27507</td><td>1033</td><td>Connection or browsing for SQL Servers requires that MDAC be installed.</td><td>0</td><td/><td/></row>
+		<row><td>IDS_ERROR_27508</td><td>1033</td><td>Error installing COM+ application [2]. [3]</td><td>0</td><td/><td/></row>
+		<row><td>IDS_ERROR_27509</td><td>1033</td><td>Error uninstalling COM+ application [2]. [3]</td><td>0</td><td/><td/></row>
+		<row><td>IDS_ERROR_27510</td><td>1033</td><td>Error installing COM+ application [2].  Could not load Microsoft(R) .NET class libraries. Registering .NET serviced components requires that Microsoft(R) .NET Framework be installed.</td><td>0</td><td/><td/></row>
+		<row><td>IDS_ERROR_27511</td><td>1033</td><td>Could not execute SQL script file [2]. Connection not open: [3]</td><td>0</td><td/><td/></row>
+		<row><td>IDS_ERROR_27512</td><td>1033</td><td>Error beginning transactions for SQL Server [2]. Database [3]. [4]</td><td>0</td><td/><td/></row>
+		<row><td>IDS_ERROR_27513</td><td>1033</td><td>Error committing transactions for SQL Server [2]. Database [3]. [4]</td><td>0</td><td/><td/></row>
+		<row><td>IDS_ERROR_27514</td><td>1033</td><td>This installation requires a Microsoft SQL Server. The specified server '[2]' is a Microsoft SQL Server Desktop Engine (MSDE).</td><td>0</td><td/><td/></row>
+		<row><td>IDS_ERROR_27515</td><td>1033</td><td>Error retrieving schema version from SQL Server '[2]'. Database: '[3]'. [4]</td><td>0</td><td/><td/></row>
+		<row><td>IDS_ERROR_27516</td><td>1033</td><td>Error writing schema version to SQL Server '[2]'. Database: '[3]'. [4]</td><td>0</td><td/><td/></row>
+		<row><td>IDS_ERROR_27517</td><td>1033</td><td>This installation requires Administrator privileges for installing COM+ applications. Log on as an administrator and then retry this installation.</td><td>0</td><td/><td/></row>
+		<row><td>IDS_ERROR_27518</td><td>1033</td><td>The COM+ application "[2]" is configured to run as an NT service; this requires COM+ 1.5 or later on the system. Since your system has COM+ 1.0, this application will not be installed.</td><td>0</td><td/><td/></row>
+		<row><td>IDS_ERROR_28</td><td>1033</td><td>Another application has exclusive access to the file [2].  Please shut down all other applications, then click Retry.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_29</td><td>1033</td><td>There is not enough disk space to install thi file [2].  Free some disk space and click Retry, or click Cancel to exit.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_3</td><td>1033</td><td>Info [1].</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_30</td><td>1033</td><td>Source file not found: [2].  Verify that the file exists and that you can access it.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_31</td><td>1033</td><td>Error reading from file: [3]. {{ System error [2].}}  Verify that the file exists and that you can access it.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_32</td><td>1033</td><td>Error writing to file: [3]. {{ System error [2].}}  Verify that you have access to that directory.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_33</td><td>1033</td><td>Source file not found{{(cabinet)}}: [2].  Verify that the file exists and that you can access it.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_34</td><td>1033</td><td>Cannot create the directory [2].  A file with this name already exists.  Please rename or remove the file and click Retry, or click Cancel to exit.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_35</td><td>1033</td><td>The volume [2] is currently unavailable.  Please select another.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_36</td><td>1033</td><td>The specified path [2] is unavailable.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_37</td><td>1033</td><td>Unable to write to the specified folder [2].</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_38</td><td>1033</td><td>A network error occurred while attempting to read from the file [2]</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_39</td><td>1033</td><td>An error occurred while attempting to create the directory [2]</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_4</td><td>1033</td><td>Internal Error [1]. [2]{, [3]}{, [4]}</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_40</td><td>1033</td><td>A network error occurred while attempting to create the directory [2]</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_41</td><td>1033</td><td>A network error occurred while attempting to open the source file cabinet [2].</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_42</td><td>1033</td><td>The specified path is too long [2].</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_43</td><td>1033</td><td>The Installer has insufficient privileges to modify the file [2].</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_44</td><td>1033</td><td>A portion of the path [2] exceeds the length allowed by the system.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_45</td><td>1033</td><td>The path [2] contains words that are not valid in folders.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_46</td><td>1033</td><td>The path [2] contains an invalid character.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_47</td><td>1033</td><td>[2] is not a valid short file name.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_48</td><td>1033</td><td>Error getting file security: [3] GetLastError: [2]</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_49</td><td>1033</td><td>Invalid Drive: [2]</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_5</td><td>1033</td><td>{{Disk full: }}</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_50</td><td>1033</td><td>Could not create key [2]. {{ System error [3].}}  Verify that you have sufficient access to that key, or contact your support personnel.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_51</td><td>1033</td><td>Could not open key: [2]. {{ System error [3].}}  Verify that you have sufficient access to that key, or contact your support personnel.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_52</td><td>1033</td><td>Could not delete value [2] from key [3]. {{ System error [4].}}  Verify that you have sufficient access to that key, or contact your support personnel.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_53</td><td>1033</td><td>Could not delete key [2]. {{ System error [3].}}  Verify that you have sufficient access to that key, or contact your support personnel.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_54</td><td>1033</td><td>Could not read value [2] from key [3]. {{ System error [4].}}  Verify that you have sufficient access to that key, or contact your support personnel.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_55</td><td>1033</td><td>Could not write value [2] to key [3]. {{ System error [4].}}  Verify that you have sufficient access to that key, or contact your support personnel.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_56</td><td>1033</td><td>Could not get value names for key [2]. {{ System error [3].}}  Verify that you have sufficient access to that key, or contact your support personnel.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_57</td><td>1033</td><td>Could not get sub key names for key [2]. {{ System error [3].}}  Verify that you have sufficient access to that key, or contact your support personnel.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_58</td><td>1033</td><td>Could not read security information for key [2]. {{ System error [3].}}  Verify that you have sufficient access to that key, or contact your support personnel.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_59</td><td>1033</td><td>Could not increase the available registry space. [2] KB of free registry space is required for the installation of this application.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_6</td><td>1033</td><td>Action [Time]: [1]. [2]</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_60</td><td>1033</td><td>Another installation is in progress. You must complete that installation before continuing this one.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_61</td><td>1033</td><td>Error accessing secured data. Please make sure the Windows Installer is configured properly and try the installation again.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_62</td><td>1033</td><td>User [2] has previously initiated an installation for product [3].  That user will need to run that installation again before using that product.  Your current installation will now continue.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_63</td><td>1033</td><td>User [2] has previously initiated an installation for product [3].  That user will need to run that installation again before using that product.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_64</td><td>1033</td><td>Out of disk space -- Volume: '[2]'; required space: [3] KB; available space: [4] KB.  Free some disk space and retry.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_65</td><td>1033</td><td>Are you sure you want to cancel?</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_66</td><td>1033</td><td>The file [2][3] is being held in use{ by the following process: Name: [4], ID: [5], Window Title: [6]}.  Close that application and retry.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_67</td><td>1033</td><td>The product [2] is already installed, preventing the installation of this product.  The two products are incompatible.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_68</td><td>1033</td><td>Out of disk space -- Volume: [2]; required space: [3] KB; available space: [4] KB.  If rollback is disabled, enough space is available. Click Cancel to quit, Retry to check available disk space again, or Ignore to continue without rollback.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_69</td><td>1033</td><td>Could not access network location [2].</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_7</td><td>1033</td><td>[ProductName]</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_70</td><td>1033</td><td>The following applications should be closed before continuing the installation:</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_71</td><td>1033</td><td>Could not find any previously installed compliant products on the machine for installing this product.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_72</td><td>1033</td><td>The key [2] is not valid.  Verify that you entered the correct key.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_73</td><td>1033</td><td>The installer must restart your system before configuration of [2] can continue.  Click Yes to restart now or No if you plan to restart later.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_74</td><td>1033</td><td>You must restart your system for the configuration changes made to [2] to take effect. Click Yes to restart now or No if you plan to restart later.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_75</td><td>1033</td><td>An installation for [2] is currently suspended.  You must undo the changes made by that installation to continue.  Do you want to undo those changes?</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_76</td><td>1033</td><td>A previous installation for this product is in progress.  You must undo the changes made by that installation to continue.  Do you want to undo those changes?</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_77</td><td>1033</td><td>No valid source could be found for product [2].  The Windows Installer cannot continue.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_78</td><td>1033</td><td>Installation operation completed successfully.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_79</td><td>1033</td><td>Installation operation failed.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_8</td><td>1033</td><td>{[2]}{, [3]}{, [4]}</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_80</td><td>1033</td><td>Product: [2] -- [3]</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_81</td><td>1033</td><td>You may either restore your computer to its previous state or continue the installation later. Would you like to restore?</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_82</td><td>1033</td><td>An error occurred while writing installation information to disk.  Check to make sure enough disk space is available, and click Retry, or Cancel to end the installation.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_83</td><td>1033</td><td>One or more of the files required to restore your computer to its previous state could not be found.  Restoration will not be possible.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_84</td><td>1033</td><td>The path [2] is not valid.  Please specify a valid path.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_85</td><td>1033</td><td>Out of memory. Shut down other applications before retrying.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_86</td><td>1033</td><td>There is no disk in drive [2]. Please insert one and click Retry, or click Cancel to go back to the previously selected volume.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_87</td><td>1033</td><td>There is no disk in drive [2]. Please insert one and click Retry, or click Cancel to return to the browse dialog and select a different volume.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_88</td><td>1033</td><td>The folder [2] does not exist.  Please enter a path to an existing folder.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_89</td><td>1033</td><td>You have insufficient privileges to read this folder.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_9</td><td>1033</td><td>Message type: [1], Argument: [2]</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_90</td><td>1033</td><td>A valid destination folder for the installation could not be determined.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_91</td><td>1033</td><td>Error attempting to read from the source installation database: [2].</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_92</td><td>1033</td><td>Scheduling reboot operation: Renaming file [2] to [3]. Must reboot to complete operation.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_93</td><td>1033</td><td>Scheduling reboot operation: Deleting file [2]. Must reboot to complete operation.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_94</td><td>1033</td><td>Module [2] failed to register.  HRESULT [3].  Contact your support personnel.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_95</td><td>1033</td><td>Module [2] failed to unregister.  HRESULT [3].  Contact your support personnel.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_96</td><td>1033</td><td>Failed to cache package [2]. Error: [3]. Contact your support personnel.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_97</td><td>1033</td><td>Could not register font [2].  Verify that you have sufficient permissions to install fonts, and that the system supports this font.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_98</td><td>1033</td><td>Could not unregister font [2]. Verify that you have sufficient permissions to remove fonts.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_99</td><td>1033</td><td>Could not create shortcut [2]. Verify that the destination folder exists and that you can access it.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ERROR_SN_INVALID</td><td>1033</td><td>The serial number is invalid.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ISSCRIPT_VERSION_MISSING</td><td>1033</td><td>The InstallScript engine is missing from this machine.  If available, please run ISScript.msi, or contact your support personnel for further assistance.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_ISSCRIPT_VERSION_OLD</td><td>1033</td><td>The InstallScript engine on this machine is older than the version required to run this setup.  If available, please install the latest version of ISScript.msi, or contact your support personnel for further assistance.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_NEXT</td><td>1033</td><td>&amp;Next &gt;</td><td>0</td><td/><td/></row>
+		<row><td>IDS_OK</td><td>1033</td><td>OK</td><td>0</td><td/><td/></row>
+		<row><td>IDS_PRODUCTNAME_INSTALLSHIELD</td><td>1033</td><td>[ProductName] - InstallShield Wizard</td><td>0</td><td/><td/></row>
+		<row><td>IDS_PRODUCT_DEFAULT_1</td><td>1033</td><td>Your Product Name</td><td>0</td><td>SYSTEM_GENERATED</td><td>-1021924763</td></row>
+		<row><td>IDS_PROGMSG_IIS_CREATEVROOT</td><td>1033</td><td>Creating IIS virtual directory %s</td><td>0</td><td/><td/></row>
+		<row><td>IDS_PROGMSG_IIS_CREATEVROOTS</td><td>1033</td><td>Creating IIS virtual directories...</td><td>0</td><td/><td/></row>
+		<row><td>IDS_PROGMSG_IIS_EXTRACT</td><td>1033</td><td>Extracting information for IIS virtual directories...</td><td>0</td><td/><td/></row>
+		<row><td>IDS_PROGMSG_IIS_EXTRACTDONE</td><td>1033</td><td>Extracted information for IIS virtual directories...</td><td>0</td><td/><td/></row>
+		<row><td>IDS_PROGMSG_IIS_REMOVESITE</td><td>1033</td><td>Removing web site at port %d</td><td>0</td><td/><td/></row>
+		<row><td>IDS_PROGMSG_IIS_REMOVEVROOT</td><td>1033</td><td>Removing IIS virtual directory %s</td><td>0</td><td/><td/></row>
+		<row><td>IDS_PROGMSG_IIS_REMOVEVROOTS</td><td>1033</td><td>Removing IIS virtual directories...</td><td>0</td><td/><td/></row>
+		<row><td>IDS_PROGMSG_IIS_ROLLBACKVROOTS</td><td>1033</td><td>Rolling back virtual directory and web site changes...</td><td>0</td><td/><td/></row>
+		<row><td>IDS_SQLBROWSE_INTRO</td><td>1033</td><td>From the list of servers below, select the SQL Server you would like to target.</td><td>0</td><td/><td/></row>
+		<row><td>IDS_SQLLOGIN_BROWSE</td><td>1033</td><td>B&amp;rowse...</td><td>0</td><td/><td/></row>
+		<row><td>IDS_SQLLOGIN_CONNECT</td><td>1033</td><td>Connect using:</td><td>0</td><td/><td/></row>
+		<row><td>IDS_SQLLOGIN_DESC</td><td>1033</td><td>Select SQL Server and authentication method</td><td>0</td><td/><td/></row>
+		<row><td>IDS_SQLLOGIN_ID</td><td>1033</td><td>&amp;Login ID:</td><td>0</td><td/><td/></row>
+		<row><td>IDS_SQLLOGIN_INTRO</td><td>1033</td><td>Select the SQL Server to install to from the list below or click Browse to see a list of all SQL Servers. You can also specify the way to authenticate your login using your current credentials or a SQL Login ID and Password.</td><td>0</td><td/><td/></row>
+		<row><td>IDS_SQLLOGIN_PSWD</td><td>1033</td><td>&amp;Password:</td><td>0</td><td/><td/></row>
+		<row><td>IDS_SQLLOGIN_SERVER</td><td>1033</td><td>&amp;SQL Server:</td><td>0</td><td/><td/></row>
+		<row><td>IDS_SQLLOGIN_SQL</td><td>1033</td><td>S&amp;QL Server authentication using the Login ID and password below</td><td>0</td><td/><td/></row>
+		<row><td>IDS_SQLLOGIN_TITLE</td><td>1033</td><td>{&amp;MSSansBold8}SQL Server</td><td>0</td><td/><td/></row>
+		<row><td>IDS_SQLLOGIN_WIN</td><td>1033</td><td>&amp;Windows authentication credentials of current user</td><td>0</td><td/><td/></row>
+		<row><td>IDS_SQLSCRIPT_INSTALLING</td><td>1033</td><td>Executing SQL Install Script...</td><td>0</td><td/><td/></row>
+		<row><td>IDS_SQLSCRIPT_UNINSTALLING</td><td>1033</td><td>Executing SQL Uninstall Script...</td><td>0</td><td/><td/></row>
+		<row><td>IDS_STANDARD_USE_SETUPEXE</td><td>1033</td><td>This installation cannot be run by directly launching the MSI package. You must run setup.exe.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_SetupTips_1</td><td>1033</td><td>OK</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_SetupTips_10</td><td>1033</td><td>Will be installed on first use. (Available only if the feature supports this option.)</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_SetupTips_11</td><td>1033</td><td>Will be installed to run from the network. (Available only if the feature supports this option.)</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_SetupTips_12</td><td>1033</td><td>This install state means the feature...</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_SetupTips_13</td><td>1033</td><td>&lt;ISProductFolder&gt;\Redist\Language Independent\OS Independent\IsDialogBanner.ibd</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_SetupTips_14</td><td>1033</td><td>&lt;ISProductFolder&gt;\Redist\Language Independent\OS Independent\NetworkInstall.ico</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_SetupTips_15</td><td>1033</td><td>&lt;ISProductFolder&gt;\Redist\Language Independent\OS Independent\Install.ico</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_SetupTips_16</td><td>1033</td><td>&lt;ISProductFolder&gt;\Redist\Language Independent\OS Independent\InstallFirstUse.ico</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_SetupTips_17</td><td>1033</td><td>&lt;ISProductFolder&gt;\Redist\Language Independent\OS Independent\InstallPartial.ico</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_SetupTips_18</td><td>1033</td><td>&lt;ISProductFolder&gt;\Redist\Language Independent\OS Independent\DontInstall.ico</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_SetupTips_19</td><td>1033</td><td>&lt;ISProductFolder&gt;\Redist\Language Independent\OS Independent\InstallStateMenu.ico</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_SetupTips_2</td><td>1033</td><td>{&amp;MSSWhiteSerif8}InstallShield</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_SetupTips_3</td><td>1033</td><td>InstallShield</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_SetupTips_4</td><td>1033</td><td>Custom Setup allows you to selectively install program features.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_SetupTips_5</td><td>1033</td><td>{&amp;MSSansBold8}Custom Setup Tips</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_SetupTips_6</td><td>1033</td><td>Will not be installed.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_SetupTips_7</td><td>1033</td><td>Will have some subfeatures installed to the local hard drive. (Available only if the feature has subfeatures.)</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_SetupTips_8</td><td>1033</td><td>Will be completely installed to the local hard drive.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_SetupTips_9</td><td>1033</td><td>The icon next to the feature name indicates the install state of the feature. Click the icon to drop down the install state menu for each feature.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_UITEXT_0</td><td>1033</td><td>bytes</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_UITEXT_1</td><td>1033</td><td>GB</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_UITEXT_10</td><td>1033</td><td>This feature will remain uninstalled.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_UITEXT_11</td><td>1033</td><td>This feature will be set to be installed when required.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_UITEXT_12</td><td>1033</td><td>This feature will be installed to run from CD.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_UITEXT_13</td><td>1033</td><td>This feature will be installed on the local hard drive.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_UITEXT_14</td><td>1033</td><td>This feature will be installed to run from the network.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_UITEXT_15</td><td>1033</td><td>This feature will become unavailable.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_UITEXT_16</td><td>1033</td><td>Will be installed when required.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_UITEXT_17</td><td>1033</td><td>This feature will be available to run from CD.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_UITEXT_18</td><td>1033</td><td>This feature will be installed on your local hard drive.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_UITEXT_19</td><td>1033</td><td>This feature will be available to run from the network.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_UITEXT_2</td><td>1033</td><td>KB</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_UITEXT_20</td><td>1033</td><td>This feature will be uninstalled completely, and you won't be able to run it from CD.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_UITEXT_21</td><td>1033</td><td>This feature was run from the CD but will be set to be installed when required.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_UITEXT_22</td><td>1033</td><td>This feature will continue to be run from the CD</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_UITEXT_23</td><td>1033</td><td>This feature was run from the CD but will be installed on the local hard drive.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_UITEXT_24</td><td>1033</td><td>This feature frees up [1] on your hard drive.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_UITEXT_25</td><td>1033</td><td>This feature requires [1] on your hard drive.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_UITEXT_26</td><td>1033</td><td>Compiling cost for this feature...</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_UITEXT_27</td><td>1033</td><td>This feature will be completely removed.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_UITEXT_28</td><td>1033</td><td>This feature will be removed from your local hard drive but will be set to be installed when required.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_UITEXT_29</td><td>1033</td><td>This feature will be removed from your local hard drive but will still be available to run from CD.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_UITEXT_3</td><td>1033</td><td>MB</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_UITEXT_30</td><td>1033</td><td>This feature will remain on your local hard drive.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_UITEXT_31</td><td>1033</td><td>This feature will be removed from your local hard drive, but will be still available to run from the network.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_UITEXT_32</td><td>1033</td><td>This feature will be uninstalled completely, and you won't be able to run it from the network.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_UITEXT_33</td><td>1033</td><td>This feature was run from the network but will be installed when required.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_UITEXT_34</td><td>1033</td><td>This feature was run from the network but will be installed on the local hard drive.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_UITEXT_35</td><td>1033</td><td>This feature will continue to be run from the network</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_UITEXT_36</td><td>1033</td><td>This feature frees up [1] on your hard drive. It has [2] of [3] subfeatures selected. The subfeatures free up [4] on your hard drive.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_UITEXT_37</td><td>1033</td><td>This feature frees up [1] on your hard drive. It has [2] of [3] subfeatures selected. The subfeatures require [4] on your hard drive.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_UITEXT_38</td><td>1033</td><td>This feature requires [1] on your hard drive. It has [2] of [3] subfeatures selected. The subfeatures free up [4] on your hard drive.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_UITEXT_39</td><td>1033</td><td>This feature requires [1] on your hard drive. It has [2] of [3] subfeatures selected. The subfeatures require [4] on your hard drive.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_UITEXT_4</td><td>1033</td><td>This feature will not be available.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_UITEXT_40</td><td>1033</td><td>Time remaining: {[1] min }[2] sec</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_UITEXT_41</td><td>1033</td><td>Available</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_UITEXT_42</td><td>1033</td><td>Differences</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_UITEXT_43</td><td>1033</td><td>Required</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_UITEXT_44</td><td>1033</td><td>Disk Size</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_UITEXT_45</td><td>1033</td><td>Volume</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_UITEXT_46</td><td>1033</td><td>This feature, and all subfeatures, will be installed to run from the network.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_UITEXT_47</td><td>1033</td><td>This feature, and all subfeatures, will be installed to run from the CD.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_UITEXT_48</td><td>1033</td><td>This feature, and all subfeatures, will be installed on local hard drive.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_UITEXT_5</td><td>1033</td><td>This feature will be installed when required.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_UITEXT_6</td><td>1033</td><td>This feature will be installed to run from CD.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_UITEXT_7</td><td>1033</td><td>This feature will be installed on local hard drive.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_UITEXT_8</td><td>1033</td><td>This feature will be installed to run from network.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS_UITEXT_9</td><td>1033</td><td>Fldr|New Folder</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__AgreeToLicense_0</td><td>1033</td><td>I &amp;do not accept the terms in the license agreement</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__AgreeToLicense_1</td><td>1033</td><td>I &amp;accept the terms in the license agreement</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__DatabaseFolder_0</td><td>1033</td><td>[ProductName] - InstallShield Wizard</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__DatabaseFolder_1</td><td>1033</td><td>Cancel</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__DatabaseFolder_10</td><td>1033</td><td>Install [ProductName] database to:</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__DatabaseFolder_11</td><td>1033</td><td>&lt;ISProductFolder&gt;\Redist\Language Independent\OS Independent\IsDialogBanner.ibd</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__DatabaseFolder_12</td><td>1033</td><td>&lt;ISProductFolder&gt;\Redist\Language Independent\OS Independent\DestIcon.ibd</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__DatabaseFolder_2</td><td>1033</td><td>InstallShield</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__DatabaseFolder_3</td><td>1033</td><td>{&amp;MSSWhiteSerif8}InstallShield</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__DatabaseFolder_4</td><td>1033</td><td>Click Next to install to this folder, or click Change to install to a different folder.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__DatabaseFolder_5</td><td>1033</td><td>{&amp;MSSansBold8}Database Folder</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__DatabaseFolder_6</td><td>1033</td><td>&lt; &amp;Back</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__DatabaseFolder_7</td><td>1033</td><td>&amp;Next &gt;</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__DatabaseFolder_8</td><td>1033</td><td>&amp;Change...</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__DatabaseFolder_9</td><td>1033</td><td>[DATABASEDIR]</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__DestinationFolder_0</td><td>1033</td><td>[ProductName] - InstallShield Wizard</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__DestinationFolder_1</td><td>1033</td><td>Cancel</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__DestinationFolder_10</td><td>1033</td><td>Install [ProductName] to:</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__DestinationFolder_11</td><td>1033</td><td>&lt;ISProductFolder&gt;\Redist\Language Independent\OS Independent\IsDialogBanner.ibd</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__DestinationFolder_12</td><td>1033</td><td>&lt;ISProductFolder&gt;\Redist\Language Independent\OS Independent\DestIcon.ibd</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__DestinationFolder_2</td><td>1033</td><td>InstallShield</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__DestinationFolder_3</td><td>1033</td><td>{&amp;MSSWhiteSerif8}InstallShield</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__DestinationFolder_4</td><td>1033</td><td>Click Next to install to this folder, or click Change to install to a different folder.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__DestinationFolder_5</td><td>1033</td><td>{&amp;MSSansBold8}Destination Folder</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__DestinationFolder_6</td><td>1033</td><td>&lt; &amp;Back</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__DestinationFolder_7</td><td>1033</td><td>&amp;Next &gt;</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__DestinationFolder_8</td><td>1033</td><td>&amp;Change...</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__DestinationFolder_9</td><td>1033</td><td>[INSTALLDIR]</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__DisplayName_Custom</td><td>1033</td><td>Custom</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__DisplayName_Minimal</td><td>1033</td><td>Minimal</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__DisplayName_Typical</td><td>1033</td><td>Typical</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsAdminInstallBrowse_0</td><td>1033</td><td>[ProductName] - InstallShield Wizard</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsAdminInstallBrowse_1</td><td>1033</td><td>{&amp;MSSWhiteSerif8}InstallShield</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsAdminInstallBrowse_10</td><td>1033</td><td>OK</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsAdminInstallBrowse_11</td><td>1033</td><td/><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsAdminInstallBrowse_12</td><td>1033</td><td>&amp;Folder name:</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsAdminInstallBrowse_13</td><td>1033</td><td>Up one level|</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsAdminInstallBrowse_14</td><td>1033</td><td>&lt;ISProductFolder&gt;\Redist\Language Independent\OS Independent\IsDialogBanner.ibd</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsAdminInstallBrowse_15</td><td>1033</td><td>&lt;ISProductFolder&gt;\Redist\Language Independent\OS Independent\New.ibd</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsAdminInstallBrowse_16</td><td>1033</td><td>&lt;ISProductFolder&gt;\Redist\Language Independent\OS Independent\Up.ibd</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsAdminInstallBrowse_2</td><td>1033</td><td>InstallShield</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsAdminInstallBrowse_3</td><td>1033</td><td>Cancel</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsAdminInstallBrowse_4</td><td>1033</td><td/><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsAdminInstallBrowse_5</td><td>1033</td><td>&amp;Look in:</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsAdminInstallBrowse_6</td><td>1033</td><td>Browse to the destination folder.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsAdminInstallBrowse_7</td><td>1033</td><td>{&amp;MSSansBold8}Change Current Destination Folder</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsAdminInstallBrowse_8</td><td>1033</td><td/><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsAdminInstallBrowse_9</td><td>1033</td><td>Create new folder|</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsAdminInstallPointWelcome_0</td><td>1033</td><td>[ProductName] - InstallShield Wizard</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsAdminInstallPointWelcome_1</td><td>1033</td><td>&lt; &amp;Back</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsAdminInstallPointWelcome_2</td><td>1033</td><td>Cancel</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsAdminInstallPointWelcome_3</td><td>1033</td><td>&amp;Next &gt;</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsAdminInstallPointWelcome_4</td><td>1033</td><td>{&amp;TahomaBold10}Welcome to the InstallShield Wizard for [ProductName]</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsAdminInstallPointWelcome_5</td><td>1033</td><td>The InstallShield(R) Wizard will create a server image of [ProductName] at a specified network location. To continue, click Next.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsAdminInstallPointWelcome_6</td><td>1033</td><td>&lt;ISProductFolder&gt;\Redist\Language Independent\OS Independent\IsDialogBitmap.ibd</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsAdminInstallPoint_0</td><td>1033</td><td>[ProductName] - InstallShield Wizard</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsAdminInstallPoint_1</td><td>1033</td><td>&lt; &amp;Back</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsAdminInstallPoint_10</td><td>1033</td><td>&amp;Network location:</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsAdminInstallPoint_11</td><td>1033</td><td>&lt;ISProductFolder&gt;\Redist\Language Independent\OS Independent\IsDialogBanner.ibd</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsAdminInstallPoint_2</td><td>1033</td><td>{&amp;MSSWhiteSerif8}InstallShield</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsAdminInstallPoint_3</td><td>1033</td><td>InstallShield</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsAdminInstallPoint_4</td><td>1033</td><td>&amp;Change...</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsAdminInstallPoint_5</td><td>1033</td><td>Cancel</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsAdminInstallPoint_6</td><td>1033</td><td>Specify a network location for the server image of the product.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsAdminInstallPoint_7</td><td>1033</td><td>Enter the network location or click Change to browse to a location.  Click Install to create a server image of [ProductName] at the specified network location or click Cancel to exit the wizard.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsAdminInstallPoint_8</td><td>1033</td><td>{&amp;MSSansBold8}Network Location</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsAdminInstallPoint_9</td><td>1033</td><td>&amp;Install</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsBitmapDlg_0</td><td>1033</td><td>[ProductName] - InstallShield Wizard</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsBitmapDlg_1</td><td>1033</td><td>&lt; &amp;Back</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsBitmapDlg_2</td><td>1033</td><td>{&amp;MSSWhiteSerif8}InstallShield</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsBitmapDlg_3</td><td>1033</td><td>InstallShield</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsBitmapDlg_4</td><td>1033</td><td>Cancel</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsBitmapDlg_5</td><td>1033</td><td>&amp;Next &gt;</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsBitmapDlg_6</td><td>1033</td><td>&lt;ISProductFolder&gt;\Redist\Language Independent\OS Independent\IsDialogBitmap.ibd</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsBrowseFolderDlg_0</td><td>1033</td><td>[ProductName] - InstallShield Wizard</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsBrowseFolderDlg_1</td><td>1033</td><td>{&amp;MSSWhiteSerif8}InstallShield</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsBrowseFolderDlg_10</td><td>1033</td><td>OK</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsBrowseFolderDlg_11</td><td>1033</td><td/><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsBrowseFolderDlg_12</td><td>1033</td><td>&amp;Folder name:</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsBrowseFolderDlg_13</td><td>1033</td><td>Up One Level|</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsBrowseFolderDlg_14</td><td>1033</td><td>&lt;ISProductFolder&gt;\Redist\Language Independent\OS Independent\IsDialogBanner.ibd</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsBrowseFolderDlg_15</td><td>1033</td><td>&lt;ISProductFolder&gt;\Redist\Language Independent\OS Independent\New.ibd</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsBrowseFolderDlg_16</td><td>1033</td><td>&lt;ISProductFolder&gt;\Redist\Language Independent\OS Independent\Up.ibd</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsBrowseFolderDlg_2</td><td>1033</td><td>InstallShield</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsBrowseFolderDlg_3</td><td>1033</td><td>Cancel</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsBrowseFolderDlg_4</td><td>1033</td><td/><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsBrowseFolderDlg_5</td><td>1033</td><td>&amp;Look in:</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsBrowseFolderDlg_6</td><td>1033</td><td>Browse to the destination folder.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsBrowseFolderDlg_7</td><td>1033</td><td>{&amp;MSSansBold8}Change Current Destination Folder</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsBrowseFolderDlg_8</td><td>1033</td><td/><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsBrowseFolderDlg_9</td><td>1033</td><td>Create New Folder|</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsCancelDlg_0</td><td>1033</td><td>[ProductName] - InstallShield Wizard</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsCancelDlg_1</td><td>1033</td><td>Information icon|</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsCancelDlg_2</td><td>1033</td><td>InstallShield</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsCancelDlg_3</td><td>1033</td><td>Are you sure you want to cancel the installation?</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsCancelDlg_4</td><td>1033</td><td>Are you sure you want to cancel [ProductName] installation?</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsCancelDlg_5</td><td>1033</td><td>{&amp;MSSansBold8}Cancel Setup</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsCancelDlg_6</td><td>1033</td><td>&amp;No</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsCancelDlg_7</td><td>1033</td><td>To continue installing [ProductName], click Resume. To exit the installation, click Exit.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsCancelDlg_8</td><td>1033</td><td>&amp;Yes</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsCancelDlg_9</td><td>1033</td><td>&lt;ISProductFolder&gt;\Redist\Language Independent\OS Independent\WarningIcon.ibd</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsCustomSelectionDlg_0</td><td>1033</td><td>[ProductName] - InstallShield Wizard</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsCustomSelectionDlg_1</td><td>1033</td><td>&lt; &amp;Back</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsCustomSelectionDlg_10</td><td>1033</td><td>Feature Description:</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsCustomSelectionDlg_11</td><td>1033</td><td>&amp;Next &gt;</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsCustomSelectionDlg_12</td><td>1033</td><td>Feature size</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsCustomSelectionDlg_13</td><td>1033</td><td>&amp;Help</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsCustomSelectionDlg_14</td><td>1033</td><td>Multiline description of the currently selected item</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsCustomSelectionDlg_15</td><td>1033</td><td>Feature Description</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsCustomSelectionDlg_16</td><td>1033</td><td>&amp;Change...</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsCustomSelectionDlg_17</td><td>1033</td><td>&lt;selected feature path&gt;</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsCustomSelectionDlg_18</td><td>1033</td><td>Install to:</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsCustomSelectionDlg_19</td><td>1033</td><td>&lt;ISProductFolder&gt;\Redist\Language Independent\OS Independent\IsDialogBanner.ibd</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsCustomSelectionDlg_2</td><td>1033</td><td>{&amp;MSSWhiteSerif8}InstallShield</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsCustomSelectionDlg_3</td><td>1033</td><td>InstallShield</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsCustomSelectionDlg_4</td><td>1033</td><td>Cancel</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsCustomSelectionDlg_5</td><td>1033</td><td>&amp;Space</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsCustomSelectionDlg_6</td><td>1033</td><td>Select the program features you want installed.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsCustomSelectionDlg_7</td><td>1033</td><td>Click on an icon in the list below to change how a feature is installed.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsCustomSelectionDlg_8</td><td>1033</td><td>{&amp;MSSansBold8}Custom Setup</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsCustomSelectionDlg_9</td><td>1033</td><td>Multiline description of the currently selected item</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsDatabaseLocation_1</td><td>1033</td><td>InstallShield</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsDatabaseLocation_10</td><td>1033</td><td>[DATABASEDIR]</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsDatabaseLocation_11</td><td>1033</td><td>Install Application Database to:</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsDatabaseLocation_12</td><td>1033</td><td>{&amp;MSSWhiteSerif8}InstallShield</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsDatabaseLocation_13</td><td>1033</td><td>[ProductName] - InstallShield Wizard</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsDatabaseLocation_2</td><td>1033</td><td>2</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsDatabaseLocation_3</td><td>1033</td><td>Cancel</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsDatabaseLocation_4</td><td>1033</td><td>4</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsDatabaseLocation_5</td><td>1033</td><td>Click next to install the application's database to this folder, or click change to install it to a different folder.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsDatabaseLocation_6</td><td>1033</td><td>{&amp;MSSansBold8}Database Destination Folder</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsDatabaseLocation_7</td><td>1033</td><td>&lt; &amp;Back</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsDatabaseLocation_8</td><td>1033</td><td>&amp;Next &gt;</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsDatabaseLocation_9</td><td>1033</td><td>&amp;Change...</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsDiskSpaceDlg_0</td><td>1033</td><td>[ProductName] - InstallShield Wizard</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsDiskSpaceDlg_1</td><td>1033</td><td>{&amp;MSSWhiteSerif8}InstallShield</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsDiskSpaceDlg_10</td><td>1033</td><td>OK</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsDiskSpaceDlg_11</td><td>1033</td><td>&lt;ISProductFolder&gt;\Redist\Language Independent\OS Independent\IsDialogBanner.ibd</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsDiskSpaceDlg_2</td><td>1033</td><td>InstallShield</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsDiskSpaceDlg_3</td><td>1033</td><td>&amp;Disk Cleanup</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsDiskSpaceDlg_4</td><td>1033</td><td>Disk space required for the installation exceeds available disk space.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsDiskSpaceDlg_5</td><td>1033</td><td>The highlighted volumes do not have enough disk space available for the currently selected features. You can remove files from the highlighted volumes, choose to install less features onto local drives, or select different destination drives.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsDiskSpaceDlg_6</td><td>1033</td><td>{&amp;MSSansBold8}Out of Disk Space</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsDiskSpaceDlg_7</td><td>1033</td><td>&amp;Exit</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsDiskSpaceDlg_8</td><td>1033</td><td>Use disk cleanup to free more disk space by removing unneeded files.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsDiskSpaceDlg_9</td><td>1033</td><td>{120}{70}{70}{70}{70}</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsErrorDlg_0</td><td>1033</td><td>[ProductName] Installer Information</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsErrorDlg_1</td><td>1033</td><td>&amp;Abort</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsErrorDlg_2</td><td>1033</td><td>&amp;Cancel</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsErrorDlg_3</td><td>1033</td><td>&lt;error text goes here&gt;&lt;error text goes here&gt;&lt;error text goes here&gt;&lt;error text goes here&gt;&lt;error text goes here&gt;&lt;error text goes here&gt;&lt;error text goes here&gt;&lt;error text goes here&gt;&lt;error text goes here&gt;&lt;error text goes here&gt;&lt;error text goes here&gt;</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsErrorDlg_4</td><td>1033</td><td>&amp;Ignore</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsErrorDlg_5</td><td>1033</td><td>&amp;No</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsErrorDlg_6</td><td>1033</td><td>&amp;OK</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsErrorDlg_7</td><td>1033</td><td>&amp;Retry</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsErrorDlg_8</td><td>1033</td><td>&amp;Yes</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsErrorDlg_9</td><td>1033</td><td>&lt;ISProductFolder&gt;\Redist\Language Independent\OS Independent\WarningIcon.ibd</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsExitDialog_0</td><td>1033</td><td>[ProductName] - InstallShield Wizard</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsExitDialog_1</td><td>1033</td><td>&lt; &amp;Back</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsExitDialog_2</td><td>1033</td><td>Cancel</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsExitDialog_3</td><td>1033</td><td>&amp;Finish</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsExitDialog_4</td><td>1033</td><td>{&amp;TahomaBold10}InstallShield Wizard Completed</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsExitDialog_5</td><td>1033</td><td>The InstallShield Wizard has successfully installed [ProductName]. Click Finish to exit the wizard.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsExitDialog_6</td><td>1033</td><td>The InstallShield Wizard has successfully uninstalled [ProductName]. Click Finish to exit the wizard.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsExitDialog_7</td><td>1033</td><td>&lt;ISProductFolder&gt;\Redist\Language Independent\OS Independent\IsDialogBitmap.ibd</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsExitDialog_8</td><td>1033</td><td>Show the readme file</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsExitDialog_9</td><td>1033</td><td>Launch the program</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsExitDialog_Update_0</td><td>1033</td><td>[ProductName] - InstallShield Wizard</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsExitDialog_Update_1</td><td>1033</td><td>&lt; &amp;Back</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsExitDialog_Update_2</td><td>1033</td><td>Cancel</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsExitDialog_Update_3</td><td>1033</td><td>&amp;Finish</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsExitDialog_Update_4</td><td>1033</td><td>Setup has finished installing [ProductName].</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsExitDialog_Update_5</td><td>1033</td><td>Some program files might have been updated since you purchased your copy of [ProductName].</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsExitDialog_Update_6</td><td>1033</td><td>Your Internet connection can be used to make sure that you have the latest updates.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsExitDialog_Update_7</td><td>1033</td><td>&amp;Yes, check for program updates (Recommended) after the setup completes.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsFatalError_0</td><td>1033</td><td>[ProductName] - InstallShield Wizard</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsFatalError_1</td><td>1033</td><td>&lt; &amp;Back</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsFatalError_10</td><td>1033</td><td>&lt;ISProductFolder&gt;\Redist\Language Independent\OS Independent\IsDialogBitmap.ibd</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsFatalError_2</td><td>1033</td><td>Cancel</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsFatalError_3</td><td>1033</td><td>&amp;Finish</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsFatalError_4</td><td>1033</td><td>Your system has not been modified. To complete installation at another time, please run setup again.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsFatalError_5</td><td>1033</td><td>Click Finish to exit the wizard.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsFatalError_6</td><td>1033</td><td>You can either keep any existing installed elements on your system to continue this installation at a later time or you can restore your system to its original state prior to the installation.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsFatalError_7</td><td>1033</td><td>Click Restore or Continue Later to exit the wizard.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsFatalError_8</td><td>1033</td><td>{&amp;TahomaBold10}InstallShield Wizard Completed</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsFatalError_9</td><td>1033</td><td>The wizard was interrupted before [ProductName] could be completely installed.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsFeatureDetailsDlg_0</td><td>1033</td><td>[ProductName] - InstallShield Wizard</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsFeatureDetailsDlg_1</td><td>1033</td><td>{&amp;MSSWhiteSerif8}InstallShield</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsFeatureDetailsDlg_10</td><td>1033</td><td>Use disk cleanup to free more disk space by removing unneeded files.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsFeatureDetailsDlg_11</td><td>1033</td><td>Install to:</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsFeatureDetailsDlg_12</td><td>1033</td><td>Total disk space required:</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsFeatureDetailsDlg_13</td><td>1033</td><td>{120}{70}{70}{70}{70}</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsFeatureDetailsDlg_14</td><td>1033</td><td>OK</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsFeatureDetailsDlg_15</td><td>1033</td><td>&lt;ISProductFolder&gt;\Redist\Language Independent\OS Independent\IsDialogBanner.ibd</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsFeatureDetailsDlg_2</td><td>1033</td><td>InstallShield</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsFeatureDetailsDlg_3</td><td>1033</td><td>&amp;Change...</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsFeatureDetailsDlg_4</td><td>1033</td><td>Cancel</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsFeatureDetailsDlg_5</td><td>1033</td><td>&amp;Disk Cleanup</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsFeatureDetailsDlg_6</td><td>1033</td><td>The disk space required for the installation of the selected features.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsFeatureDetailsDlg_7</td><td>1033</td><td>The highlighted volumes do not have enough disk space available for the currently selected features. You can remove files from the highlighted volumes, choose to install less features onto local drives, or select different destination drives.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsFeatureDetailsDlg_8</td><td>1033</td><td>{&amp;MSSansBold8}Disk Space Requirements</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsFeatureDetailsDlg_9</td><td>1033</td><td/><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsFilesInUse_0</td><td>1033</td><td>[ProductName] - InstallShield Wizard</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsFilesInUse_1</td><td>1033</td><td>{&amp;MSSWhiteSerif8}InstallShield</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsFilesInUse_10</td><td>1033</td><td>&lt;ISProductFolder&gt;\Redist\Language Independent\OS Independent\IsDialogBanner.ibd</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsFilesInUse_2</td><td>1033</td><td>InstallShield</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsFilesInUse_3</td><td>1033</td><td>Some files that need to be updated are currently in use.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsFilesInUse_4</td><td>1033</td><td>The following applications are using files that need to be updated by this setup. Close these applications and click Retry to continue.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsFilesInUse_5</td><td>1033</td><td>{&amp;MSSansBold8}Files in Use</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsFilesInUse_6</td><td>1033</td><td>&amp;Exit</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsFilesInUse_7</td><td>1033</td><td>&amp;Ignore</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsFilesInUse_8</td><td>1033</td><td>&amp;Retry</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsFilesInUse_9</td><td>1033</td><td/><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsInitDlg_0</td><td>1033</td><td>[ProductName] - InstallShield Wizard</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsInitDlg_1</td><td>1033</td><td/><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsInitDlg_2</td><td>1033</td><td/><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsInitDlg_3</td><td>1033</td><td>&lt; &amp;Back</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsInitDlg_4</td><td>1033</td><td>Cancel</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsInitDlg_5</td><td>1033</td><td>&amp;Next &gt;</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsInitDlg_6</td><td>1033</td><td>{&amp;TahomaBold10}Welcome to the InstallShield Wizard for [ProductName]</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsInitDlg_7</td><td>1033</td><td>[ProductName] Setup is preparing the InstallShield Wizard which will guide you through the program setup process.  Please wait.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsInitDlg_8</td><td>1033</td><td>&lt;ISProductFolder&gt;\Redist\Language Independent\OS Independent\IsDialogBitmap.ibd</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsLicenseDlg_0</td><td>1033</td><td>[ProductName] - InstallShield Wizard</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsLicenseDlg_1</td><td>1033</td><td>&lt; &amp;Back</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsLicenseDlg_2</td><td>1033</td><td>{&amp;MSSWhiteSerif8}InstallShield</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsLicenseDlg_3</td><td>1033</td><td>InstallShield</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsLicenseDlg_4</td><td>1033</td><td>Cancel</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsLicenseDlg_5</td><td>1033</td><td>Please read the following license agreement carefully.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsLicenseDlg_6</td><td>1033</td><td>Click Accept to accept the terms of this agreement, or click Decline to exit the wizard.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsLicenseDlg_7</td><td>1033</td><td>{&amp;MSSansBold8}License Agreement</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsLicenseDlg_8</td><td>1033</td><td>&amp;Next &gt;</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsLicenseDlg_9</td><td>1033</td><td>&lt;ISProductFolder&gt;\Redist\Language Independent\OS Independent\IsDialogBanner.ibd</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsLicenseDlg_EULA</td><td>1033</td><td>&lt;ISProductFolder&gt;\Redist\0409\Eula.rtf</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsMaintenanceDlg_0</td><td>1033</td><td>[ProductName] - InstallShield Wizard</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsMaintenanceDlg_1</td><td>1033</td><td>&lt; &amp;Back</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsMaintenanceDlg_10</td><td>1033</td><td>{&amp;MSSansBold8}&amp;Remove</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsMaintenanceDlg_11</td><td>1033</td><td/><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsMaintenanceDlg_12</td><td>1033</td><td>Change which program features are installed. This option displays the Custom Selection dialog in which you can change the way features are installed.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsMaintenanceDlg_13</td><td>1033</td><td>Repair installation errors in the program. This option fixes missing or corrupt files, shortcuts, and registry entries.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsMaintenanceDlg_14</td><td>1033</td><td>Remove [ProductName] from your computer.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsMaintenanceDlg_15</td><td>1033</td><td>&lt;ISProductFolder&gt;\Redist\Language Independent\OS Independent\IsDialogBanner.ibd</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsMaintenanceDlg_16</td><td>1033</td><td>&lt;ISProductFolder&gt;\Redist\Language Independent\OS Independent\RemoveIco.ibd</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsMaintenanceDlg_17</td><td>1033</td><td>&lt;ISProductFolder&gt;\Redist\Language Independent\OS Independent\ReinstIco.ibd</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsMaintenanceDlg_18</td><td>1033</td><td>&lt;ISProductFolder&gt;\Redist\Language Independent\OS Independent\CustomSetupIco.ibd</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsMaintenanceDlg_2</td><td>1033</td><td>{&amp;MSSWhiteSerif8}InstallShield</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsMaintenanceDlg_3</td><td>1033</td><td>InstallShield</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsMaintenanceDlg_4</td><td>1033</td><td>Cancel</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsMaintenanceDlg_5</td><td>1033</td><td>Modify, repair, or remove the program.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsMaintenanceDlg_6</td><td>1033</td><td>{&amp;MSSansBold8}Program Maintenance</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsMaintenanceDlg_7</td><td>1033</td><td>&amp;Next &gt;</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsMaintenanceDlg_8</td><td>1033</td><td>{&amp;MSSansBold8}&amp;Modify</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsMaintenanceDlg_9</td><td>1033</td><td>{&amp;MSSansBold8}Re&amp;pair</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsMaintenanceWelcome_0</td><td>1033</td><td>[ProductName] - InstallShield Wizard</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsMaintenanceWelcome_1</td><td>1033</td><td>&lt; &amp;Back</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsMaintenanceWelcome_2</td><td>1033</td><td>Cancel</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsMaintenanceWelcome_3</td><td>1033</td><td>&amp;Next &gt;</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsMaintenanceWelcome_4</td><td>1033</td><td>{&amp;TahomaBold10}Welcome to the InstallShield Wizard for [ProductName]</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsMaintenanceWelcome_5</td><td>1033</td><td>The InstallShield(R) Wizard will allow you to modify, repair, or remove [ProductName]. To continue, click Next.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsMaintenanceWelcome_6</td><td>1033</td><td>&lt;ISProductFolder&gt;\Redist\Language Independent\OS Independent\IsDialogBitmap.ibd</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsPatchDlg_0</td><td>1033</td><td>[ProductName] Patch - InstallShield Wizard</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsPatchDlg_1</td><td>1033</td><td>{&amp;TahomaBold10}Welcome to the Patch for [ProductName]</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsPatchDlg_2</td><td>1033</td><td>The InstallShield(R) Wizard will install the Patch for [ProductName] on your computer.  To continue, click Update.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsPatchDlg_3</td><td>1033</td><td>Cancel</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsPatchDlg_4</td><td>1033</td><td>&lt; &amp;Back</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsPatchDlg_5</td><td>1033</td><td>&amp;Update &gt;</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsPatchDlg_6</td><td>1033</td><td>&lt;ISProductFolder&gt;\Redist\Language Independent\OS Independent\IsDialogBitmap.ibd</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsProgressDlg_0</td><td>1033</td><td>[ProductName] - InstallShield Wizard</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsProgressDlg_1</td><td>1033</td><td>Progress done</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsProgressDlg_10</td><td>1033</td><td>(Hidden for now)Sec.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsProgressDlg_11</td><td>1033</td><td>Status:</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsProgressDlg_12</td><td>1033</td><td>&amp;Next &gt;</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsProgressDlg_13</td><td>1033</td><td>(Hidden for now)</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsProgressDlg_14</td><td>1033</td><td>)Hidden for now)Estimated time remaining:</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsProgressDlg_15</td><td>1033</td><td>{&amp;MSSansBold8}Uninstalling [ProductName]</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsProgressDlg_16</td><td>1033</td><td>The program features you selected are being uninstalled.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsProgressDlg_17</td><td>1033</td><td>Please wait while the InstallShield Wizard uninstalls [ProductName]. This may take several minutes.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsProgressDlg_18</td><td>1033</td><td>&lt;ISProductFolder&gt;\Redist\Language Independent\OS Independent\SetupIcon.ibd</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsProgressDlg_19</td><td>1033</td><td>&lt;ISProductFolder&gt;\Redist\Language Independent\OS Independent\IsDialogBanner.ibd</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsProgressDlg_2</td><td>1033</td><td/><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsProgressDlg_3</td><td>1033</td><td>&lt; &amp;Back</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsProgressDlg_4</td><td>1033</td><td>{&amp;MSSWhiteSerif8}InstallShield</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsProgressDlg_5</td><td>1033</td><td>InstallShield</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsProgressDlg_6</td><td>1033</td><td>Cancel</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsProgressDlg_7</td><td>1033</td><td>The program features you selected are being installed.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsProgressDlg_8</td><td>1033</td><td>Please wait while the InstallShield Wizard installs [ProductName]. This may take several minutes.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsProgressDlg_9</td><td>1033</td><td>{&amp;MSSansBold8}Installing [ProductName]</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsReadmeDlg_0</td><td>1033</td><td>{&amp;MSSansBold8}Readme Information</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsReadmeDlg_1</td><td>1033</td><td>Please read the following readme information carefully.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsReadmeDlg_2</td><td>1033</td><td>[ProductName] - InstallShield Wizard</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsReadmeDlg_3</td><td>1033</td><td>&lt; &amp;Back</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsReadmeDlg_4</td><td>1033</td><td>&amp;Next &gt;</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsReadmeDlg_5</td><td>1033</td><td>&amp;Cancel</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsReadmeDlg_6</td><td>1033</td><td>&lt;ISProductFolder&gt;\Redist\Language Independent\OS Independent\IsDialogBitmap.ibd</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsReadmeDlg_7</td><td>1033</td><td>InstallShield</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsReadmeDlg_8</td><td>1033</td><td>{&amp;MSSWhiteSerif8}InstallShield</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsRegisterUserDlg_0</td><td>1033</td><td>[ProductName] - InstallShield Wizard</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsRegisterUserDlg_1</td><td>1033</td><td>&lt; &amp;Back</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsRegisterUserDlg_10</td><td>1033</td><td>{\Tahoma8}{50}</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsRegisterUserDlg_11</td><td>1033</td><td>&amp;User Name:</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsRegisterUserDlg_12</td><td>1033</td><td>&amp;Next &gt;</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsRegisterUserDlg_13</td><td>1033</td><td>Install the help documentation for:</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsRegisterUserDlg_14</td><td>1033</td><td>&amp;Anyone who uses this computer (all users)</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsRegisterUserDlg_15</td><td>1033</td><td>Only for &amp;me ([USERNAME])</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsRegisterUserDlg_16</td><td>1033</td><td/><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsRegisterUserDlg_17</td><td>1033</td><td>&lt;ISProductFolder&gt;\Redist\Language Independent\OS Independent\IsDialogBanner.ibd</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsRegisterUserDlg_18</td><td>1033</td><td>&amp;Serial Number:</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsRegisterUserDlg_19</td><td>1033</td><td>&amp;Other...</td><td>0</td><td/><td>-602530036</td></row>
+		<row><td>IDS__IsRegisterUserDlg_2</td><td>1033</td><td>{&amp;MSSWhiteSerif8}InstallShield</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsRegisterUserDlg_20</td><td>1033</td><td>Install [ProductName] to:</td><td>0</td><td/><td>-602530036</td></row>
+		<row><td>IDS__IsRegisterUserDlg_21</td><td>1033</td><td>WARNING: You must choose the Apache root directory above.  (This root contains the directories bin, htdocs, etc...)</td><td>0</td><td/><td>-602534547</td></row>
+		<row><td>IDS__IsRegisterUserDlg_3</td><td>1033</td><td>InstallShield</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsRegisterUserDlg_4</td><td>1033</td><td>Cancel</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsRegisterUserDlg_5</td><td>1033</td><td>{\Tahoma8}{80}</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsRegisterUserDlg_6</td><td>1033</td><td>&amp;Organization:</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsRegisterUserDlg_7</td><td>1033</td><td>The options below must correspond to your exiting Apache httpd Web Server installation.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsRegisterUserDlg_8</td><td>1033</td><td>Please enter your name and organization.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsRegisterUserDlg_9</td><td>1033</td><td>{&amp;MSSansBold8}Installation Options</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsReinstallDlg_0</td><td>1033</td><td>[ProductName] - InstallShield Wizard</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsReinstallDlg_1</td><td>1033</td><td>&lt; &amp;Back</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsReinstallDlg_10</td><td>1033</td><td>&amp;Complete</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsReinstallDlg_11</td><td>1033</td><td/><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsReinstallDlg_12</td><td>1033</td><td>Replace all files whose versions differ from that required by the program and all registry entries and shortcuts required by the program.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsReinstallDlg_13</td><td>1033</td><td>Replace only missing program files and registry entries for installed features.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsReinstallDlg_14</td><td>1033</td><td>Replace all files, registry entries, and shortcuts required by the program.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsReinstallDlg_2</td><td>1033</td><td>{&amp;MSSWhiteSerif8}InstallShield</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsReinstallDlg_3</td><td>1033</td><td>InstallShield</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsReinstallDlg_4</td><td>1033</td><td>Cancel</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsReinstallDlg_5</td><td>1033</td><td>Select how you want the program elements reinstalled.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsReinstallDlg_6</td><td>1033</td><td>{&amp;MSSansBold8}Reinstallation Mode</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsReinstallDlg_7</td><td>1033</td><td>&amp;Next &gt;</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsReinstallDlg_8</td><td>1033</td><td>No&amp;rmal</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsReinstallDlg_9</td><td>1033</td><td>&amp;Minimal</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsResumeDlg_0</td><td>1033</td><td>[ProductName] - InstallShield Wizard</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsResumeDlg_1</td><td>1033</td><td>&lt; &amp;Back</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsResumeDlg_2</td><td>1033</td><td>Cancel</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsResumeDlg_3</td><td>1033</td><td>&amp;Next &gt;</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsResumeDlg_4</td><td>1033</td><td>The InstallShield(R) Wizard will complete the installation of [ProductName] on your computer. To continue, click Next.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsResumeDlg_5</td><td>1033</td><td>The InstallShield(R) Wizard will complete the suspended installation of [ProductName] on your computer. To continue, click Next.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsResumeDlg_6</td><td>1033</td><td>{&amp;TahomaBold10}Resuming the InstallShield Wizard for [ProductName]</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsResumeDlg_7</td><td>1033</td><td>&lt;ISProductFolder&gt;\Redist\Language Independent\OS Independent\IsDialogBitmap.ibd</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsSetupTypeMinDlg_0</td><td>1033</td><td>[ProductName] - InstallShield Wizard</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsSetupTypeMinDlg_1</td><td>1033</td><td>&lt; &amp;Back</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsSetupTypeMinDlg_10</td><td>1033</td><td>&amp;Next &gt;</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsSetupTypeMinDlg_11</td><td>1033</td><td>{&amp;MSSansBold8}&amp;Complete</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsSetupTypeMinDlg_12</td><td>1033</td><td>{&amp;MSSansBold8}Cu&amp;stom</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsSetupTypeMinDlg_13</td><td>1033</td><td/><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsSetupTypeMinDlg_14</td><td>1033</td><td>&lt;ISProductFolder&gt;\Redist\Language Independent\OS Independent\CustomSetupIco.ibd</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsSetupTypeMinDlg_15</td><td>1033</td><td>&lt;ISProductFolder&gt;\Redist\Language Independent\OS Independent\IsDialogBanner.ibd</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsSetupTypeMinDlg_16</td><td>1033</td><td>&lt;ISProductFolder&gt;\Redist\Language Independent\OS Independent\CompleteSetupIco.ibd</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsSetupTypeMinDlg_17</td><td>1033</td><td>&lt;ISProductFolder&gt;\Redist\Language Independent\OS Independent\DestIcon.ibd</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsSetupTypeMinDlg_18</td><td>1033</td><td>Minimum required features will be installed.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsSetupTypeMinDlg_19</td><td>1033</td><td>&lt;ISProductFolder&gt;\Redist\Language Independent\OS Independent\CustomSetupIco.ibd</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsSetupTypeMinDlg_2</td><td>1033</td><td>{&amp;MSSWhiteSerif8}InstallShield</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsSetupTypeMinDlg_20</td><td>1033</td><td>{&amp;MSSansBold8}&amp;Minimal</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsSetupTypeMinDlg_21</td><td>1033</td><td>&lt;ISProductFolder&gt;\Redist\Language Independent\OS Independent\CustomSetupIco.ibd</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsSetupTypeMinDlg_22</td><td>1033</td><td>&lt;ISProductFolder&gt;\Redist\Language Independent\OS Independent\CompleteSetupIco.ibd</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsSetupTypeMinDlg_23</td><td>1033</td><td>&lt;ISProductFolder&gt;\Redist\Language Independent\OS Independent\IsDialogBanner.ibd</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsSetupTypeMinDlg_24</td><td>1033</td><td>{&amp;MSSansBold8}&amp;Typical</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsSetupTypeMinDlg_3</td><td>1033</td><td>InstallShield</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsSetupTypeMinDlg_4</td><td>1033</td><td>Cancel</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsSetupTypeMinDlg_5</td><td>1033</td><td>All program features will be installed. (Requires the most disk space.)</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsSetupTypeMinDlg_6</td><td>1033</td><td>Choose which program features you want installed and where they will be installed. Recommended for advanced users.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsSetupTypeMinDlg_7</td><td>1033</td><td>Choose the setup type that best suits your needs.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsSetupTypeMinDlg_8</td><td>1033</td><td>Please select a setup type.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsSetupTypeMinDlg_9</td><td>1033</td><td>{&amp;MSSansBold8}Setup Type</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsStartCopyDlg_0</td><td>1033</td><td>[ProductName] - InstallShield Wizard</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsStartCopyDlg_1</td><td>1033</td><td>&lt; &amp;Back</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsStartCopyDlg_2</td><td>1033</td><td>{&amp;MSSWhiteSerif8}InstallShield</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsStartCopyDlg_3</td><td>1033</td><td>InstallShield</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsStartCopyDlg_4</td><td>1033</td><td>Cancel</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsStartCopyDlg_5</td><td>1033</td><td>The wizard is ready to begin installation.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsStartCopyDlg_6</td><td>1033</td><td>Click Next to begin the installation.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsStartCopyDlg_7</td><td>1033</td><td>If you want to review or change any of your installation settings, click Back. Click Cancel to exit the wizard.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsStartCopyDlg_8</td><td>1033</td><td>{&amp;MSSansBold8}Ready to Install</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsStartCopyDlg_9</td><td>1033</td><td>&amp;Next &gt;</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsUserExit_0</td><td>1033</td><td>[ProductName] - InstallShield Wizard</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsUserExit_1</td><td>1033</td><td>&lt; &amp;Back</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsUserExit_10</td><td>1033</td><td>&lt;ISProductFolder&gt;\Redist\Language Independent\OS Independent\IsDialogBitmap.ibd</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsUserExit_2</td><td>1033</td><td>Cancel</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsUserExit_3</td><td>1033</td><td>&amp;Finish</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsUserExit_4</td><td>1033</td><td>Your system has not been modified. To install this program at a later time, please run the installation again.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsUserExit_5</td><td>1033</td><td>Click Finish to exit the wizard.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsUserExit_6</td><td>1033</td><td>You can either keep any existing installed elements on your system to continue this installation at a later time or you can restore your system to its original state prior to the installation.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsUserExit_7</td><td>1033</td><td>Click Restore or Continue Later to exit the wizard.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsUserExit_8</td><td>1033</td><td>{&amp;TahomaBold10}InstallShield Wizard Completed</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsUserExit_9</td><td>1033</td><td>The wizard was interrupted before [ProductName] could be completely installed.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsVerifyReadyDlg_0</td><td>1033</td><td>[ProductName] - InstallShield Wizard</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsVerifyReadyDlg_1</td><td>1033</td><td>&lt; &amp;Back</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsVerifyReadyDlg_10</td><td>1033</td><td>{&amp;MSSansBold8}Ready to Repair the Program</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsVerifyReadyDlg_11</td><td>1033</td><td>{&amp;MSSansBold8}Ready to Install the Program</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsVerifyReadyDlg_12</td><td>1033</td><td>&lt;ISProductFolder&gt;\Redist\Language Independent\OS Independent\IsDialogBanner.ibd</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsVerifyReadyDlg_13</td><td>1033</td><td>Serial: [SERIALNUMBER]</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsVerifyReadyDlg_13X</td><td>1033</td><td>Serial: [ISX_SERIALNUM]</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsVerifyReadyDlg_14</td><td>1033</td><td>Company: [COMPANYNAME]</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsVerifyReadyDlg_15</td><td>1033</td><td>Name: [USERNAME]</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsVerifyReadyDlg_16</td><td>1033</td><td>User Information:</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsVerifyReadyDlg_17</td><td>1033</td><td>[INSTALLDIR]</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsVerifyReadyDlg_18</td><td>1033</td><td>Destination Folder:</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsVerifyReadyDlg_19</td><td>1033</td><td>[SelectedSetupType]</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsVerifyReadyDlg_2</td><td>1033</td><td>{&amp;MSSWhiteSerif8}InstallShield</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsVerifyReadyDlg_20</td><td>1033</td><td>Setup Type:</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsVerifyReadyDlg_21</td><td>1033</td><td>Current Settings:</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsVerifyReadyDlg_22</td><td>1033</td><td>[ProductName] will be installed to [INSTALLDIR]</td><td>0</td><td/><td>1553390316</td></row>
+		<row><td>IDS__IsVerifyReadyDlg_3</td><td>1033</td><td>InstallShield</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsVerifyReadyDlg_4</td><td>1033</td><td>Cancel</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsVerifyReadyDlg_5</td><td>1033</td><td>The wizard is ready to begin installation.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsVerifyReadyDlg_6</td><td>1033</td><td>Click Install to begin the installation.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsVerifyReadyDlg_7</td><td>1033</td><td>If you want to review or change any of your installation settings, click Back. Click Cancel to exit the wizard.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsVerifyReadyDlg_8</td><td>1033</td><td>{&amp;MSSansBold8}Ready to Modify the Program</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsVerifyReadyDlg_9</td><td>1033</td><td>&amp;Install</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsVerifyRemoveAllDlg_0</td><td>1033</td><td>[ProductName] - InstallShield Wizard</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsVerifyRemoveAllDlg_1</td><td>1033</td><td>&lt; &amp;Back</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsVerifyRemoveAllDlg_10</td><td>1033</td><td>&lt;ISProductFolder&gt;\Redist\Language Independent\OS Independent\IsDialogBanner.ibd</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsVerifyRemoveAllDlg_2</td><td>1033</td><td>{&amp;MSSWhiteSerif8}InstallShield</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsVerifyRemoveAllDlg_3</td><td>1033</td><td>InstallShield</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsVerifyRemoveAllDlg_4</td><td>1033</td><td>Cancel</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsVerifyRemoveAllDlg_5</td><td>1033</td><td>You have chosen to remove the program from your system.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsVerifyRemoveAllDlg_6</td><td>1033</td><td>Click Remove to remove [ProductName] from your computer. After removal, this program will no longer be available for use.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsVerifyRemoveAllDlg_7</td><td>1033</td><td>If you want to review or change any settings, click Back.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsVerifyRemoveAllDlg_8</td><td>1033</td><td>{&amp;MSSansBold8}Remove the Program</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsVerifyRemoveAllDlg_9</td><td>1033</td><td>&amp;Remove</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsWelcomeDlg_0</td><td>1033</td><td>[ProductName] - InstallShield Wizard</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsWelcomeDlg_1</td><td>1033</td><td>&lt; &amp;Back</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsWelcomeDlg_2</td><td>1033</td><td>Cancel</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsWelcomeDlg_3</td><td>1033</td><td>&amp;Next &gt;</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsWelcomeDlg_4</td><td>1033</td><td>{&amp;TahomaBold10}Welcome to the InstallShield Wizard for [ProductName]</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsWelcomeDlg_5</td><td>1033</td><td>The InstallShield(R) Wizard will install [ProductName] on your computer. To continue, click Next.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsWelcomeDlg_6</td><td>1033</td><td>&lt;ISProductFolder&gt;\Redist\Language Independent\OS Independent\IsDialogBitmap.ibd</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__IsWelcomeDlg_7</td><td>1033</td><td>WARNING: This program is protected by copyright law and international treaties.</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__SetupTips_0</td><td>1033</td><td>[ProductName] - InstallShield Wizard</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__TargetReq_DESC_COLOR</td><td>1033</td><td>The color settings of your system are not adequate for running [ProductName].</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__TargetReq_DESC_OS</td><td>1033</td><td>The operating system is not adequate for running [ProductName].</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__TargetReq_DESC_PROCESSOR</td><td>1033</td><td>The processor is not adequate for running [ProductName].</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__TargetReq_DESC_RAM</td><td>1033</td><td>The amount of RAM is not adequate for running [ProductName].</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>IDS__TargetReq_DESC_RESOLUTION</td><td>1033</td><td>The screen resolution is not adequate for running [ProductName].</td><td>0</td><td/><td>-1021924763</td></row>
+		<row><td>ID_STRING1</td><td>1033</td><td>No comment</td><td>0</td><td/><td>0</td></row>
+		<row><td>ID_STRING2</td><td>1033</td><td>The install path must be an installed Apache httpd Web Server path. [1] was not a valid path to Apache.</td><td>0</td><td/><td>1687578668</td></row>
+		<row><td>NEW_STRING1</td><td>1033</td><td>[ProductName] Installer Information</td><td>0</td><td/><td>1687606380</td></row>
+		<row><td>NEW_STRING6</td><td>1033</td><td>[INSTALLDIR] is not a valid path to an installed instance of Apache.</td><td>0</td><td/><td>1687569580</td></row>
+		<row><td>NEW_STRING9</td><td>1033</td><td>&amp;Retry</td><td>0</td><td/><td>1687571628</td></row>
+	</table>
+
+	<table name="ISTargetImage">
+		<col key="yes" def="s13">UpgradedImage_</col>
+		<col key="yes" def="s13">Name</col>
+		<col def="s0">MsiPath</col>
+		<col def="i2">Order</col>
+		<col def="I4">Flags</col>
+		<col def="i2">IgnoreMissingFiles</col>
+	</table>
+
+	<table name="ISUpgradeMsiItem">
+		<col key="yes" def="s72">UpgradeItem</col>
+		<col def="s0">ObjectSetupPath</col>
+		<col def="S255">ISReleaseFlags</col>
+		<col def="i2">ISAttributes</col>
+	</table>
+
+	<table name="ISUpgradedImage">
+		<col key="yes" def="s13">Name</col>
+		<col def="s0">MsiPath</col>
+		<col def="s8">Family</col>
+	</table>
+
+	<table name="ISVRoot">
+		<col key="yes" def="s50">VRootKey</col>
+		<col def="l255">VRootName</col>
+		<col def="s50">VRootDir</col>
+		<col def="i4">VRootProps</col>
+		<col def="S255">VRootAppName</col>
+		<col def="S255">VRootDefDoc</col>
+		<col def="S255">Condition</col>
+		<col def="I4">SessionTimeout</col>
+		<col def="I4">ScriptTimeout</col>
+		<col def="S255">AnonyUserName</col>
+		<col def="S255">AnonyPasswrd</col>
+		<col def="s72">Component_</col>
+	</table>
+
+	<table name="ISVRootAppMaps">
+		<col key="yes" def="s255">VRootKey</col>
+		<col key="yes" def="s255">VRootAppMapKey</col>
+		<col def="l50">Extension</col>
+		<col def="l255">ExecPath</col>
+		<col def="l255">Verb</col>
+		<col def="i4">AppMapProps</col>
+	</table>
+
+	<table name="ISWebSite">
+		<col key="yes" def="s72">ISIISCommon_</col>
+		<col def="s50">Port</col>
+		<col def="S50">IP</col>
+		<col def="s50">SiteNumber</col>
+		<col def="I4">WebSiteProps</col>
+	</table>
+
+	<table name="Icon">
+		<col key="yes" def="s72">Name</col>
+		<col def="V0">Data</col>
+		<col def="S255">ISBuildSourcePath</col>
+		<col def="I2">ISIconIndex</col>
+		<row><td>ARPPRODUCTICON.exe</td><td/><td>&lt;ISProjectFolder&gt;\resource\apache.ico</td><td>0</td></row>
+		<row><td>CheckforUpdates.exe</td><td/><td>&lt;ISProductFolder&gt;\redist\Language Independent\OS Independent\UpdateService.ico</td><td>0</td></row>
+	</table>
+
+	<table name="IniFile">
+		<col key="yes" def="s72">IniFile</col>
+		<col def="l255">FileName</col>
+		<col def="S72">DirProperty</col>
+		<col def="l255">Section</col>
+		<col def="l128">Key</col>
+		<col def="s255">Value</col>
+		<col def="i2">Action</col>
+		<col def="s72">Component_</col>
+	</table>
+
+	<table name="IniLocator">
+		<col key="yes" def="s72">Signature_</col>
+		<col def="s255">FileName</col>
+		<col def="s96">Section</col>
+		<col def="s128">Key</col>
+		<col def="I2">Field</col>
+		<col def="I2">Type</col>
+	</table>
+
+	<table name="InstallExecuteSequence">
+		<col key="yes" def="s72">Action</col>
+		<col def="S255">Condition</col>
+		<col def="I2">Sequence</col>
+		<col def="S255">ISComments</col>
+		<col def="I4">ISAttributes</col>
+		<row><td>AllocateRegistrySpace</td><td>NOT Installed</td><td>1550</td><td>AllocateRegistrySpace</td><td/></row>
+		<row><td>AppSearch</td><td/><td>400</td><td>AppSearch</td><td/></row>
+		<row><td>BindImage</td><td/><td>4300</td><td>BindImage</td><td/></row>
+		<row><td>CCPSearch</td><td>CCP_TEST</td><td>500</td><td>CCPSearch</td><td/></row>
+		<row><td>CostFinalize</td><td/><td>1000</td><td>CostFinalize</td><td/></row>
+		<row><td>CostInitialize</td><td/><td>800</td><td>CostInitialize</td><td/></row>
+		<row><td>CreateFolders</td><td/><td>3700</td><td>CreateFolders</td><td/></row>
+		<row><td>CreateShortcuts</td><td/><td>4500</td><td>CreateShortcuts</td><td/></row>
+		<row><td>DeleteServices</td><td>VersionNT</td><td>2000</td><td>DeleteServices</td><td/></row>
+		<row><td>DuplicateFiles</td><td/><td>4210</td><td>DuplicateFiles</td><td/></row>
+		<row><td>FileCost</td><td/><td>900</td><td>FileCost</td><td/></row>
+		<row><td>FindRelatedProducts</td><td>NOT ISSETUPDRIVEN</td><td>420</td><td>FindRelatedProducts</td><td/></row>
+		<row><td>ISInitAllUsers</td><td>VersionNT And NOT Installed</td><td>1010</td><td>ISInitAllUsers</td><td/></row>
+		<row><td>ISSelfRegisterCosting</td><td/><td>1510</td><td/><td/></row>
+		<row><td>ISSelfRegisterFiles</td><td/><td>6420</td><td/><td/></row>
+		<row><td>ISSelfRegisterFinalize</td><td/><td>6610</td><td/><td/></row>
+		<row><td>ISUnSelfRegisterFiles</td><td/><td>1520</td><td/><td/></row>
+		<row><td>InstallFiles</td><td/><td>4000</td><td>InstallFiles</td><td/></row>
+		<row><td>InstallFinalize</td><td/><td>6600</td><td>InstallFinalize</td><td/></row>
+		<row><td>InstallInitialize</td><td/><td>1500</td><td>InstallInitialize</td><td/></row>
+		<row><td>InstallODBC</td><td/><td>5400</td><td>InstallODBC</td><td/></row>
+		<row><td>InstallServices</td><td>VersionNT</td><td>5800</td><td>InstallServices</td><td/></row>
+		<row><td>InstallValidate</td><td/><td>1400</td><td>InstallValidate</td><td/></row>
+		<row><td>IsolateComponents</td><td/><td>950</td><td>IsolateComponents</td><td/></row>
+		<row><td>LaunchConditions</td><td/><td>410</td><td>LaunchConditions</td><td/></row>
+		<row><td>MigrateFeatureStates</td><td/><td>1200</td><td>MigrateFeatureStates</td><td/></row>
+		<row><td>MoveFiles</td><td/><td>3800</td><td>MoveFiles</td><td/></row>
+		<row><td>MsiPublishAssemblies</td><td/><td>6250</td><td>MsiPublishAssemblies</td><td/></row>
+		<row><td>MsiUnpublishAssemblies</td><td/><td>1750</td><td>MsiUnpublishAssemblies</td><td/></row>
+		<row><td>PatchFiles</td><td/><td>4090</td><td>PatchFiles</td><td/></row>
+		<row><td>ProcessComponents</td><td/><td>1600</td><td>ProcessComponents</td><td/></row>
+		<row><td>PublishComponents</td><td/><td>6200</td><td>PublishComponents</td><td/></row>
+		<row><td>PublishFeatures</td><td/><td>6300</td><td>PublishFeatures</td><td/></row>
+		<row><td>PublishProduct</td><td/><td>6400</td><td>PublishProduct</td><td/></row>
+		<row><td>RMCCPSearch</td><td>Not CCP_SUCCESS And CCP_TEST</td><td>600</td><td>RMCCPSearch</td><td/></row>
+		<row><td>RegisterClassInfo</td><td/><td>4600</td><td>RegisterClassInfo</td><td/></row>
+		<row><td>RegisterComPlus</td><td/><td>5700</td><td>RegisterComPlus</td><td/></row>
+		<row><td>RegisterExtensionInfo</td><td/><td>4700</td><td>RegisterExtensionInfo</td><td/></row>
+		<row><td>RegisterFonts</td><td/><td>5300</td><td>RegisterFonts</td><td/></row>
+		<row><td>RegisterMIMEInfo</td><td/><td>4900</td><td>RegisterMIMEInfo</td><td/></row>
+		<row><td>RegisterProduct</td><td/><td>6100</td><td>RegisterProduct</td><td/></row>
+		<row><td>RegisterProgIdInfo</td><td/><td>4800</td><td>RegisterProgIdInfo</td><td/></row>
+		<row><td>RegisterTypeLibraries</td><td/><td>5500</td><td>RegisterTypeLibraries</td><td/></row>
+		<row><td>RegisterUser</td><td/><td>6000</td><td>RegisterUser</td><td/></row>
+		<row><td>RemoveDuplicateFiles</td><td/><td>3400</td><td>RemoveDuplicateFiles</td><td/></row>
+		<row><td>RemoveEnvironmentStrings</td><td/><td>3300</td><td>RemoveEnvironmentStrings</td><td/></row>
+		<row><td>RemoveExistingProducts</td><td/><td>1410</td><td>RemoveExistingProducts</td><td/></row>
+		<row><td>RemoveFiles</td><td/><td>3500</td><td>RemoveFiles</td><td/></row>
+		<row><td>RemoveFolders</td><td/><td>3600</td><td>RemoveFolders</td><td/></row>
+		<row><td>RemoveIniValues</td><td/><td>3100</td><td>RemoveIniValues</td><td/></row>
+		<row><td>RemoveODBC</td><td/><td>2400</td><td>RemoveODBC</td><td/></row>
+		<row><td>RemoveRegistryValues</td><td/><td>2600</td><td>RemoveRegistryValues</td><td/></row>
+		<row><td>RemoveShortcuts</td><td/><td>3200</td><td>RemoveShortcuts</td><td/></row>
+		<row><td>ScheduleReboot</td><td>ISSCHEDULEREBOOT</td><td>6410</td><td>ScheduleReboot</td><td/></row>
+		<row><td>SelfRegModules</td><td/><td>5910</td><td>SelfRegModules</td><td/></row>
+		<row><td>SelfUnregModules</td><td/><td>2200</td><td>SelfUnregModules</td><td/></row>
+		<row><td>SetAllUsersProfileNT</td><td>VersionNT = 400</td><td>720</td><td/><td/></row>
+		<row><td>SetODBCFolders</td><td/><td>1100</td><td>SetODBCFolders</td><td/></row>
+		<row><td>StartServices</td><td>VersionNT</td><td>5900</td><td>StartServices</td><td/></row>
+		<row><td>StopServices</td><td>VersionNT</td><td>1900</td><td>StopServices</td><td/></row>
+		<row><td>UnpublishComponents</td><td/><td>1700</td><td>UnpublishComponents</td><td/></row>
+		<row><td>UnpublishFeatures</td><td/><td>1800</td><td>UnpublishFeatures</td><td/></row>
+		<row><td>UnregisterClassInfo</td><td/><td>2700</td><td>UnregisterClassInfo</td><td/></row>
+		<row><td>UnregisterComPlus</td><td/><td>2100</td><td>UnregisterComPlus</td><td/></row>
+		<row><td>UnregisterExtensionInfo</td><td/><td>2800</td><td>UnregisterExtensionInfo</td><td/></row>
+		<row><td>UnregisterFonts</td><td/><td>2500</td><td>UnregisterFonts</td><td/></row>
+		<row><td>UnregisterMIMEInfo</td><td/><td>3000</td><td>UnregisterMIMEInfo</td><td/></row>
+		<row><td>UnregisterProgIdInfo</td><td/><td>2900</td><td>UnregisterProgIdInfo</td><td/></row>
+		<row><td>UnregisterTypeLibraries</td><td/><td>2300</td><td>UnregisterTypeLibraries</td><td/></row>
+		<row><td>ValidateProductID</td><td/><td>700</td><td>ValidateProductID</td><td/></row>
+		<row><td>WriteEnvironmentStrings</td><td/><td>5200</td><td>WriteEnvironmentStrings</td><td/></row>
+		<row><td>WriteIniValues</td><td/><td>5100</td><td>WriteIniValues</td><td/></row>
+		<row><td>WriteRegistryValues</td><td/><td>5000</td><td>WriteRegistryValues</td><td/></row>
+		<row><td>setAllUsersProfile2K</td><td>VersionNT &gt;= 500</td><td>730</td><td/><td/></row>
+		<row><td>setUserProfileNT</td><td>VersionNT</td><td>710</td><td/><td/></row>
+	</table>
+
+	<table name="InstallShield">
+		<col key="yes" def="s72">Property</col>
+		<col def="S0">Value</col>
+		<row><td>ActiveLanguage</td><td>1033</td></row>
+		<row><td>Comments</td><td/></row>
+		<row><td>CurrentMedia</td><td dt:dt="bin.base64" md5="858836bad251c8626bce4989c5d02f22">
+eAA4ADYALQB3AGkAbgBuAHQAAQBtAG8AZABfAGEAcwBwAGQAbwB0AG4AZQB0AA==
+			</td></row>
+		<row><td>DefaultProductConfiguration</td><td>mod_aspdotnet</td></row>
+		<row><td>ISCompilerOption_Debug</td><td>1</td></row>
+		<row><td>ISCompilerOption_IncludePath</td><td/></row>
+		<row><td>ISCompilerOption_MaxErrors</td><td>50</td></row>
+		<row><td>ISCompilerOption_MaxWarnings</td><td>50</td></row>
+		<row><td>ISCompilerOption_OutputPath</td><td>&lt;ISProjectFolder&gt;</td></row>
+		<row><td>ISCompilerOption_PreProcessor</td><td/></row>
+		<row><td>ISCompilerOption_WarningLevel</td><td>3</td></row>
+		<row><td>ISCompilerOption_WarningsAsErrors</td><td>1</td></row>
+		<row><td>ISDialogLangID</td><td/></row>
+		<row><td>ISUSLock</td><td>{54FE92D8-159F-43D3-87FE-3AA29D81794C}</td></row>
+		<row><td>ISUSSignature</td><td>{9164C022-3666-4E88-8B43-3014A7B2044D}</td></row>
+		<row><td>IsProjectFileText</td><td>1</td></row>
+		<row><td>MsiExecCmdLineOptions</td><td/></row>
+		<row><td>MsiLogFile</td><td/></row>
+		<row><td>OnUpgrade</td><td>1</td></row>
+		<row><td>Owner</td><td>The Apache Software Foundation</td></row>
+		<row><td>PatchFamily</td><td>MyPatchFamily</td></row>
+		<row><td>PatchSequence</td><td>1.0.0</td></row>
+		<row><td>PatchVersion</td><td>1.0.0</td></row>
+		<row><td>SaveAsSchema</td><td/></row>
+		<row><td>SccEnabled</td><td>0</td></row>
+		<row><td>SccPath</td><td/></row>
+		<row><td>SchemaVersion</td><td>757</td></row>
+		<row><td>Type</td><td>MSI</td></row>
+	</table>
+
+	<table name="InstallUISequence">
+		<col key="yes" def="s72">Action</col>
+		<col def="S255">Condition</col>
+		<col def="I2">Sequence</col>
+		<col def="S255">ISComments</col>
+		<col def="I4">ISAttributes</col>
+		<row><td>AppSearch</td><td/><td>400</td><td>AppSearch</td><td/></row>
+		<row><td>CCPSearch</td><td>CCP_TEST</td><td>500</td><td>CCPSearch</td><td/></row>
+		<row><td>CostFinalize</td><td/><td>1000</td><td>CostFinalize</td><td/></row>
+		<row><td>CostInitialize</td><td/><td>800</td><td>CostInitialize</td><td/></row>
+		<row><td>ExecuteAction</td><td/><td>1300</td><td>ExecuteAction</td><td/></row>
+		<row><td>FileCost</td><td/><td>900</td><td>FileCost</td><td/></row>
+		<row><td>FindRelatedProducts</td><td/><td>440</td><td>FindRelatedProducts</td><td/></row>
+		<row><td>ISInitAllUsers</td><td>VersionNT And NOT Installed</td><td>1010</td><td>ISInitAllUsers</td><td/></row>
+		<row><td>InstallWelcome</td><td>Not Installed And (Not PATCH Or IS_MAJOR_UPGRADE)</td><td>1220</td><td/><td/></row>
+		<row><td>IsolateComponents</td><td/><td>950</td><td>IsolateComponents</td><td/></row>
+		<row><td>LaunchConditions</td><td/><td>410</td><td>LaunchConditions</td><td/></row>
+		<row><td>MaintenanceWelcome</td><td>Installed And Not RESUME And Not Preselected And Not PATCH</td><td>1240</td><td>MaintenanceWelcome</td><td/></row>
+		<row><td>MigrateFeatureStates</td><td/><td>1200</td><td>MigrateFeatureStates</td><td/></row>
+		<row><td>PatchWelcome</td><td>PATCH And Not IS_MAJOR_UPGRADE</td><td>1210</td><td>Patch Panel</td><td/></row>
+		<row><td>RMCCPSearch</td><td>Not CCP_SUCCESS And CCP_TEST</td><td>600</td><td>RMCCPSearch</td><td/></row>
+		<row><td>ResolveApacheInstances</td><td/><td>430</td><td>ResolveApacheInstances</td><td/></row>
+		<row><td>ResolveSource</td><td>Not Installed And Not PATCH</td><td>960</td><td>ResolveSource</td><td/></row>
+		<row><td>SetupCompleteError</td><td/><td>-3</td><td>SetupCompleteError</td><td/></row>
+		<row><td>SetupCompleteSuccess</td><td/><td>-1</td><td>SetupCompleteSuccess</td><td/></row>
+		<row><td>SetupInitialization</td><td/><td>420</td><td>SetupInitialization</td><td/></row>
+		<row><td>SetupInterrupted</td><td/><td>-2</td><td>SetupInterrupted</td><td/></row>
+		<row><td>SetupProgress</td><td/><td>1250</td><td>SetupProgress</td><td/></row>
+		<row><td>SetupResume</td><td>Installed And (RESUME Or Preselected) And Not PATCH</td><td>1230</td><td>SetupResume</td><td/></row>
+		<row><td>ValidateProductID</td><td/><td>700</td><td>ValidateProductID</td><td/></row>
+	</table>
+
+	<table name="IsolatedComponent">
+		<col key="yes" def="s72">Component_Shared</col>
+		<col key="yes" def="s72">Component_Application</col>
+	</table>
+
+	<table name="LaunchCondition">
+		<col key="yes" def="s255">Condition</col>
+		<col def="l255">Description</col>
+	</table>
+
+	<table name="ListBox">
+		<col key="yes" def="s72">Property</col>
+		<col key="yes" def="i2">Order</col>
+		<col def="s64">Value</col>
+		<col def="L64">Text</col>
+	</table>
+
+	<table name="ListView">
+		<col key="yes" def="s72">Property</col>
+		<col key="yes" def="i2">Order</col>
+		<col def="s64">Value</col>
+		<col def="L64">Text</col>
+		<col def="S72">Binary_</col>
+	</table>
+
+	<table name="LockPermissions">
+		<col key="yes" def="s72">LockObject</col>
+		<col key="yes" def="s32">Table</col>
+		<col key="yes" def="S255">Domain</col>
+		<col key="yes" def="s255">User</col>
+		<col def="I4">Permission</col>
+	</table>
+
+	<table name="MIME">
+		<col key="yes" def="s64">ContentType</col>
+		<col def="s255">Extension_</col>
+		<col def="S38">CLSID</col>
+	</table>
+
+	<table name="Media">
+		<col key="yes" def="i2">DiskId</col>
+		<col def="i2">LastSequence</col>
+		<col def="L64">DiskPrompt</col>
+		<col def="S255">Cabinet</col>
+		<col def="S32">VolumeLabel</col>
+		<col def="S32">Source</col>
+	</table>
+
+	<table name="MoveFile">
+		<col key="yes" def="s72">FileKey</col>
+		<col def="s72">Component_</col>
+		<col def="L255">SourceName</col>
+		<col def="L255">DestName</col>
+		<col def="S72">SourceFolder</col>
+		<col def="s72">DestFolder</col>
+		<col def="i2">Options</col>
+	</table>
+
+	<table name="MsiAssembly">
+		<col key="yes" def="s72">Component_</col>
+		<col def="s38">Feature_</col>
+		<col def="S72">File_Manifest</col>
+		<col def="S72">File_Application</col>
+		<col def="I2">Attributes</col>
+		<row><td>Apache.Web</td><td>mod_aspdotnet</td><td/><td/><td>0</td></row>
+	</table>
+
+	<table name="MsiAssemblyName">
+		<col key="yes" def="s72">Component_</col>
+		<col key="yes" def="s255">Name</col>
+		<col def="s255">Value</col>
+	</table>
+
+	<table name="MsiDigitalCertificate">
+		<col key="yes" def="s72">DigitalCertificate</col>
+		<col def="v0">CertData</col>
+	</table>
+
+	<table name="MsiDigitalSignature">
+		<col key="yes" def="s32">Table</col>
+		<col key="yes" def="s72">SignObject</col>
+		<col def="s72">DigitalCertificate_</col>
+		<col def="V0">Hash</col>
+	</table>
+
+	<table name="MsiDriverPackages">
+		<col key="yes" def="s72">Component</col>
+		<col def="i4">Flags</col>
+		<col def="I4">Sequence</col>
+		<col def="S0">ReferenceComponents</col>
+	</table>
+
+	<table name="MsiFileHash">
+		<col key="yes" def="s72">File_</col>
+		<col def="i2">Options</col>
+		<col def="i4">HashPart1</col>
+		<col def="i4">HashPart2</col>
+		<col def="i4">HashPart3</col>
+		<col def="i4">HashPart4</col>
+	</table>
+
+	<table name="MsiPatchOldAssemblyFile">
+		<col key="yes" def="s72">File_</col>
+		<col key="yes" def="S72">Assembly_</col>
+	</table>
+
+	<table name="MsiPatchOldAssemblyName">
+		<col key="yes" def="s72">Assembly_</col>
+		<col key="yes" def="s255">Name</col>
+		<col def="S255">Value</col>
+	</table>
+
+	<table name="ODBCAttribute">
+		<col key="yes" def="s72">Driver_</col>
+		<col key="yes" def="s40">Attribute</col>
+		<col def="S255">Value</col>
+	</table>
+
+	<table name="ODBCDataSource">
+		<col key="yes" def="s72">DataSource</col>
+		<col def="s72">Component_</col>
+		<col def="s255">Description</col>
+		<col def="s255">DriverDescription</col>
+		<col def="i2">Registration</col>
+	</table>
+
+	<table name="ODBCDriver">
+		<col key="yes" def="s72">Driver</col>
+		<col def="s72">Component_</col>
+		<col def="s255">Description</col>
+		<col def="s72">File_</col>
+		<col def="S72">File_Setup</col>
+	</table>
+
+	<table name="ODBCSourceAttribute">
+		<col key="yes" def="s72">DataSource_</col>
+		<col key="yes" def="s32">Attribute</col>
+		<col def="S255">Value</col>
+	</table>
+
+	<table name="ODBCTranslator">
+		<col key="yes" def="s72">Translator</col>
+		<col def="s72">Component_</col>
+		<col def="s255">Description</col>
+		<col def="s72">File_</col>
+		<col def="S72">File_Setup</col>
+	</table>
+
+	<table name="Patch">
+		<col key="yes" def="s72">File_</col>
+		<col key="yes" def="i2">Sequence</col>
+		<col def="i4">PatchSize</col>
+		<col def="i2">Attributes</col>
+		<col def="V0">Header</col>
+		<col def="S255">ISBuildSourcePath</col>
+	</table>
+
+	<table name="PatchPackage">
+		<col key="yes" def="s38">PatchId</col>
+		<col def="i2">Media_</col>
+	</table>
+
+	<table name="ProgId">
+		<col key="yes" def="s255">ProgId</col>
+		<col def="S255">ProgId_Parent</col>
+		<col def="S38">Class_</col>
+		<col def="L255">Description</col>
+		<col def="S72">Icon_</col>
+		<col def="I2">IconIndex</col>
+		<col def="I4">ISAttributes</col>
+	</table>
+
+	<table name="Property">
+		<col key="yes" def="s72">Property</col>
+		<col def="L0">Value</col>
+		<col def="S255">ISComments</col>
+		<row><td>ARPCOMMENTS</td><td>##IDPROP_ARPCOMMENTS##</td><td/></row>
+		<row><td>ARPCONTACT</td><td>##IDPROP_ARPCONTACT##</td><td/></row>
+		<row><td>ARPHELPLINK</td><td>##IDPROP_ARPHELPLINK##</td><td/></row>
+		<row><td>ARPHELPTELEPHONE</td><td>##IDPROP_ARPHELPTELEPHONE##</td><td/></row>
+		<row><td>ARPPRODUCTICON</td><td>ARPPRODUCTICON.exe</td><td/></row>
+		<row><td>ARPREADME</td><td/><td/></row>
+		<row><td>ARPURLINFOABOUT</td><td>##IDPROP_ARPURLINFOABOUT##</td><td/></row>
+		<row><td>ARPURLUPDATEINFO</td><td>##IDPROP_ARPURLUPDATEINFO##</td><td/></row>
+		<row><td>AgreeToLicense</td><td>No</td><td/></row>
+		<row><td>ApplicationUsers</td><td>AllUsers</td><td/></row>
+		<row><td>DWUSINTERVAL</td><td>30</td><td/></row>
+		<row><td>DWUSLINK</td><td>CE6CC788D90BB7E86EACB7BF3EAB978FA96B278FCEFBB0E8CEAC8088AE2BA028FEDC478FBEAC</td><td/></row>
+		<row><td>DefaultUIFont</td><td>Tahoma8</td><td/></row>
+		<row><td>DialogCaption</td><td>InstallShield for Windows Installer</td><td/></row>
+		<row><td>DiskPrompt</td><td>[1]</td><td/></row>
+		<row><td>DisplayNameCustom</td><td>##IDS__DisplayName_Custom##</td><td/></row>
+		<row><td>DisplayNameMinimal</td><td>##IDS__DisplayName_Minimal##</td><td/></row>
+		<row><td>DisplayNameTypical</td><td>##IDS__DisplayName_Typical##</td><td/></row>
+		<row><td>Display_IsBitmapDlg</td><td>1</td><td/></row>
+		<row><td>ErrorDialog</td><td>SetupError</td><td/></row>
+		<row><td>INSTALLLEVEL</td><td>100</td><td/></row>
+		<row><td>ISCHECKFORPRODUCTUPDATES</td><td>0</td><td/></row>
+		<row><td>ISENABLEDWUSFINISHDIALOG</td><td>0</td><td/></row>
+		<row><td>ISSCRIPT_VERSION_MISSING</td><td>##IDS_ISSCRIPT_VERSION_MISSING##</td><td/></row>
+		<row><td>ISSCRIPT_VERSION_OLD</td><td>##IDS_ISSCRIPT_VERSION_OLD##</td><td/></row>
+		<row><td>IS_COMPLUS_PROGRESSTEXT_COST</td><td>##IDS_COMPLUS_PROGRESSTEXT_COST##</td><td/></row>
+		<row><td>IS_COMPLUS_PROGRESSTEXT_INSTALL</td><td>##IDS_COMPLUS_PROGRESSTEXT_INSTALL##</td><td/></row>
+		<row><td>IS_COMPLUS_PROGRESSTEXT_UNINSTALL</td><td>##IDS_COMPLUS_PROGRESSTEXT_UNINSTALL##</td><td/></row>
+		<row><td>IS_SQLSERVER_AUTHENTICATION</td><td>0</td><td/></row>
+		<row><td>IS_SQLSERVER_DATABASE</td><td/><td/></row>
+		<row><td>IS_SQLSERVER_PASSWORD</td><td/><td/></row>
+		<row><td>IS_SQLSERVER_SERVER</td><td/><td/></row>
+		<row><td>IS_SQLSERVER_USERNAME</td><td>sa</td><td/></row>
+		<row><td>InstallChoice</td><td>AR</td><td/></row>
+		<row><td>Manufacturer</td><td>##COMPANY_NAME##</td><td/></row>
+		<row><td>NewProperty1</td><td>0</td><td/></row>
+		<row><td>PIDTemplate</td><td>12345&lt;###-%%%%%%%&gt;@@@@@</td><td/></row>
+		<row><td>PROGMSG_IIS_CREATEVROOT</td><td>##IDS_PROGMSG_IIS_CREATEVROOT##</td><td/></row>
+		<row><td>PROGMSG_IIS_CREATEVROOTS</td><td>##IDS_PROGMSG_IIS_CREATEVROOTS##</td><td/></row>
+		<row><td>PROGMSG_IIS_EXTRACT</td><td>##IDS_PROGMSG_IIS_EXTRACT##</td><td/></row>
+		<row><td>PROGMSG_IIS_EXTRACTDONE</td><td>##IDS_PROGMSG_IIS_EXTRACTDONE##</td><td/></row>
+		<row><td>PROGMSG_IIS_REMOVESITE</td><td>##IDS_PROGMSG_IIS_REMOVESITE##</td><td/></row>
+		<row><td>PROGMSG_IIS_REMOVEVROOT</td><td>##IDS_PROGMSG_IIS_REMOVEVROOT##</td><td/></row>
+		<row><td>PROGMSG_IIS_REMOVEVROOTS</td><td>##IDS_PROGMSG_IIS_REMOVEVROOTS##</td><td/></row>
+		<row><td>PROGMSG_IIS_ROLLBACKVROOTS</td><td>##IDS_PROGMSG_IIS_ROLLBACKVROOTS##</td><td/></row>
+		<row><td>ProductCode</td><td>{18C26F50-5E08-4274-BC7B-430AF1FDD147}</td><td/></row>
+		<row><td>ProductID</td><td>none</td><td/></row>
+		<row><td>ProductLanguage</td><td>1033</td><td/></row>
+		<row><td>ProductName</td><td>Apache mod_aspdotnet for Apache httpd Web Server</td><td/></row>
+		<row><td>ProductVersion</td><td>2.0.0.2000</td><td/></row>
+		<row><td>ProgressType0</td><td>install</td><td/></row>
+		<row><td>ProgressType1</td><td>Installing</td><td/></row>
+		<row><td>ProgressType2</td><td>installed</td><td/></row>
+		<row><td>ProgressType3</td><td>installs</td><td/></row>
+		<row><td>RebootYesNo</td><td>Yes</td><td/></row>
+		<row><td>Registration</td><td>No</td><td/></row>
+		<row><td>ReinstallModeText</td><td>omus</td><td/></row>
+		<row><td>SetupType</td><td>Typical</td><td/></row>
+		<row><td>UpgradeCode</td><td>{D7DEB71F-1CF3-4956-9AC9-2187FEE06F02}</td><td/></row>
+		<row><td>_BrowseProperty</td><td>0</td><td/></row>
+		<row><td>_IsMaintenance</td><td>Reinstall</td><td/></row>
+		<row><td>_IsSetupTypeMin</td><td>Typical</td><td/></row>
+	</table>
+
+	<table name="PublishComponent">
+		<col key="yes" def="s38">ComponentId</col>
+		<col key="yes" def="s255">Qualifier</col>
+		<col key="yes" def="s72">Component_</col>
+		<col def="L255">AppData</col>
+		<col def="s38">Feature_</col>
+	</table>
+
+	<table name="RadioButton">
+		<col key="yes" def="s72">Property</col>
+		<col key="yes" def="i2">Order</col>
+		<col def="s64">Value</col>
+		<col def="i2">X</col>
+		<col def="i2">Y</col>
+		<col def="i2">Width</col>
+		<col def="i2">Height</col>
+		<col def="L64">Text</col>
+		<col def="L50">Help</col>
+		<col def="I4">ISControlId</col>
+		<row><td>AgreeToLicense</td><td>1</td><td>No</td><td>0</td><td>15</td><td>295</td><td>15</td><td>##IDS__AgreeToLicense_0##</td><td/><td/></row>
+		<row><td>AgreeToLicense</td><td>2</td><td>Yes</td><td>0</td><td>0</td><td>295</td><td>15</td><td>##IDS__AgreeToLicense_1##</td><td/><td/></row>
+		<row><td>ApplicationUsers</td><td>1</td><td>AllUsers</td><td>1</td><td>6</td><td>290</td><td>14</td><td>##IDS__IsRegisterUserDlg_14##</td><td/><td/></row>
+		<row><td>ApplicationUsers</td><td>2</td><td>OnlyCurrentUser</td><td>1</td><td>21</td><td>290</td><td>14</td><td>##IDS__IsRegisterUserDlg_15##</td><td/><td/></row>
+		<row><td>IS_SQLSERVER_AUTHENTICATION</td><td>1</td><td>0</td><td>0</td><td>0</td><td>327</td><td>14</td><td>##IDS_SQLLOGIN_WIN##</td><td/><td>0</td></row>
+		<row><td>IS_SQLSERVER_AUTHENTICATION</td><td>2</td><td>1</td><td>0</td><td>14</td><td>327</td><td>19</td><td>##IDS_SQLLOGIN_SQL##</td><td/><td>0</td></row>
+		<row><td>_IsMaintenance</td><td>2</td><td>Reinstall</td><td>0</td><td>0</td><td>290</td><td>14</td><td>##IDS__IsMaintenanceDlg_9##</td><td/><td/></row>
+		<row><td>_IsMaintenance</td><td>3</td><td>Remove</td><td>0</td><td>60</td><td>290</td><td>14</td><td>##IDS__IsMaintenanceDlg_10##</td><td/><td/></row>
+		<row><td>_IsSetupTypeMin</td><td>1</td><td>Typical</td><td>0</td><td>0</td><td>264</td><td>14</td><td>##IDS__IsSetupTypeMinDlg_11##</td><td/><td/></row>
+		<row><td>_IsSetupTypeMin</td><td>2</td><td>Custom</td><td>0</td><td>60</td><td>264</td><td>14</td><td>##IDS__IsSetupTypeMinDlg_12##</td><td/><td/></row>
+	</table>
+
+	<table name="RegLocator">
+		<col key="yes" def="s72">Signature_</col>
+		<col def="i2">Root</col>
+		<col def="s255">Key</col>
+		<col def="S255">Name</col>
+		<col def="I2">Type</col>
+	</table>
+
+	<table name="Registry">
+		<col key="yes" def="s72">Registry</col>
+		<col def="i2">Root</col>
+		<col def="s255">Key</col>
+		<col def="S255">Name</col>
+		<col def="S0">Value</col>
+		<col def="s72">Component_</col>
+		<col def="I4">ISAttributes</col>
+		<row><td>Registry1</td><td>2</td><td>SOFTWARE\Microsoft\ASP.NET\1.0.3705.288</td><td/><td/><td>Apache.Web</td><td>0</td></row>
+		<row><td>Registry2</td><td>2</td><td>SOFTWARE\Microsoft\ASP.NET\1.0.3705.288</td><td>Path</td><td>[WindowsFolder]Microsoft.NET\Framework\v1.0.3705</td><td>Apache.Web</td><td>0</td></row>
+		<row><td>Registry3</td><td>2</td><td>SOFTWARE\Microsoft\ASP.NET\1.0.3705.288</td><td>DllFullPath</td><td>[WindowsFolder]Microsoft.NET\Framework\v1.0.3705\aspnet_isapi.dll</td><td>Apache.Web</td><td>0</td></row>
+		<row><td>Registry4</td><td>2</td><td>SOFTWARE\Microsoft\ASP.NET\1.0.3705.288</td><td>DefaultDoc</td><td>Default.aspx</td><td>Apache.Web</td><td>0</td></row>
+		<row><td>Registry5</td><td>2</td><td>SOFTWARE\Microsoft\ASP.NET\1.0.3705.288</td><td>Mimemap</td><td>.wsdl,text/xml,.disco,text/xml,.xsd,text/xml</td><td>Apache.Web</td><td>0</td></row>
+		<row><td>Registry6</td><td>2</td><td>SOFTWARE\Microsoft\ASP.NET</td><td>RootVer</td><td>1.0.3705.0</td><td>Apache.Web</td><td>0</td></row>
+	</table>
+
+	<table name="RemoveFile">
+		<col key="yes" def="s72">FileKey</col>
+		<col def="s72">Component_</col>
+		<col def="L255">FileName</col>
+		<col def="s72">DirProperty</col>
+		<col def="i2">InstallMode</col>
+	</table>
+
+	<table name="RemoveIniFile">
+		<col key="yes" def="s72">RemoveIniFile</col>
+		<col def="l255">FileName</col>
+		<col def="S72">DirProperty</col>
+		<col def="l96">Section</col>
+		<col def="l128">Key</col>
+		<col def="L255">Value</col>
+		<col def="i2">Action</col>
+		<col def="s72">Component_</col>
+	</table>
+
+	<table name="RemoveRegistry">
+		<col key="yes" def="s72">RemoveRegistry</col>
+		<col def="i2">Root</col>
+		<col def="l255">Key</col>
+		<col def="L255">Name</col>
+		<col def="s72">Component_</col>
+	</table>
+
+	<table name="ReserveCost">
+		<col key="yes" def="s72">ReserveKey</col>
+		<col def="s72">Component_</col>
+		<col def="S72">ReserveFolder</col>
+		<col def="i4">ReserveLocal</col>
+		<col def="i4">ReserveSource</col>
+	</table>
+
+	<table name="SFPCatalog">
+		<col key="yes" def="s255">SFPCatalog</col>
+		<col def="V0">Catalog</col>
+		<col def="S0">Dependency</col>
+	</table>
+
+	<table name="SelfReg">
+		<col key="yes" def="s72">File_</col>
+		<col def="I2">Cost</col>
+	</table>
+
+	<table name="ServiceControl">
+		<col key="yes" def="s72">ServiceControl</col>
+		<col def="s255">Name</col>
+		<col def="i2">Event</col>
+		<col def="S255">Arguments</col>
+		<col def="I2">Wait</col>
+		<col def="s72">Component_</col>
+	</table>
+
+	<table name="ServiceInstall">
+		<col key="yes" def="s72">ServiceInstall</col>
+		<col def="s255">Name</col>
+		<col def="L255">DisplayName</col>
+		<col def="i4">ServiceType</col>
+		<col def="i4">StartType</col>
+		<col def="i4">ErrorControl</col>
+		<col def="S255">LoadOrderGroup</col>
+		<col def="S255">Dependencies</col>
+		<col def="S255">StartName</col>
+		<col def="S255">Password</col>
+		<col def="S255">Arguments</col>
+		<col def="s72">Component_</col>
+		<col def="L255">Description</col>
+	</table>
+
+	<table name="Shortcut">
+		<col key="yes" def="s72">Shortcut</col>
+		<col def="s72">Directory_</col>
+		<col def="l128">Name</col>
+		<col def="s72">Component_</col>
+		<col def="s255">Target</col>
+		<col def="S255">Arguments</col>
+		<col def="L255">Description</col>
+		<col def="I2">Hotkey</col>
+		<col def="S72">Icon_</col>
+		<col def="I2">IconIndex</col>
+		<col def="I2">ShowCmd</col>
+		<col def="S72">WkDir</col>
+		<col def="S255">ISComments</col>
+		<col def="S255">ISShortcutName</col>
+		<col def="I4">ISAttributes</col>
+	</table>
+
+	<table name="Signature">
+		<col key="yes" def="s72">Signature</col>
+		<col def="s255">FileName</col>
+		<col def="S20">MinVersion</col>
+		<col def="S20">MaxVersion</col>
+		<col def="I4">MinSize</col>
+		<col def="I4">MaxSize</col>
+		<col def="I4">MinDate</col>
+		<col def="I4">MaxDate</col>
+		<col def="S255">Languages</col>
+	</table>
+
+	<table name="TextStyle">
+		<col key="yes" def="s72">TextStyle</col>
+		<col def="s32">FaceName</col>
+		<col def="i2">Size</col>
+		<col def="I4">Color</col>
+		<col def="I2">StyleBits</col>
+		<row><td>Arial8</td><td>Arial</td><td>8</td><td/><td/></row>
+		<row><td>Arial9</td><td>Arial</td><td>9</td><td/><td/></row>
+		<row><td>ArialBlue10</td><td>Arial</td><td>10</td><td>16711680</td><td/></row>
+		<row><td>ArialBlueStrike10</td><td>Arial</td><td>10</td><td>16711680</td><td>8</td></row>
+		<row><td>CourierNew8</td><td>Courier New</td><td>8</td><td/><td/></row>
+		<row><td>CourierNew9</td><td>Courier New</td><td>9</td><td/><td/></row>
+		<row><td>MSGothic9</td><td>MS Gothic</td><td>9</td><td/><td/></row>
+		<row><td>MSSGreySerif8</td><td>MS Sans Serif</td><td>8</td><td>8421504</td><td/></row>
+		<row><td>MSSWhiteSerif8</td><td>Tahoma</td><td>8</td><td>16777215</td><td/></row>
+		<row><td>MSSansBold8</td><td>Tahoma</td><td>8</td><td/><td>1</td></row>
+		<row><td>MSSansSerif8</td><td>MS Sans Serif</td><td>8</td><td/><td/></row>
+		<row><td>MSSansSerif9</td><td>MS Sans Serif</td><td>9</td><td/><td/></row>
+		<row><td>Tahoma10</td><td>Tahoma</td><td>10</td><td/><td/></row>
+		<row><td>Tahoma8</td><td>Tahoma</td><td>8</td><td/><td/></row>
+		<row><td>Tahoma9</td><td>Tahoma</td><td>9</td><td/><td/></row>
+		<row><td>TahomaBold10</td><td>Tahoma</td><td>10</td><td/><td>1</td></row>
+		<row><td>TahomaBold8</td><td>Tahoma</td><td>8</td><td/><td>1</td></row>
+		<row><td>Times8</td><td>Times New Roman</td><td>8</td><td/><td/></row>
+		<row><td>Times9</td><td>Times New Roman</td><td>9</td><td/><td/></row>
+		<row><td>TimesItalic12</td><td>Times New Roman</td><td>12</td><td/><td>2</td></row>
+		<row><td>TimesItalicBlue10</td><td>Times New Roman</td><td>10</td><td>16711680</td><td>2</td></row>
+		<row><td>TimesRed16</td><td>Times New Roman</td><td>16</td><td>255</td><td/></row>
+	</table>
+
+	<table name="TypeLib">
+		<col key="yes" def="s38">LibID</col>
+		<col key="yes" def="i2">Language</col>
+		<col key="yes" def="s72">Component_</col>
+		<col def="I4">Version</col>
+		<col def="L128">Description</col>
+		<col def="S72">Directory_</col>
+		<col def="s38">Feature_</col>
+		<col def="I4">Cost</col>
+	</table>
+
+	<table name="UIText">
+		<col key="yes" def="s72">Key</col>
+		<col def="L255">Text</col>
+		<row><td>AbsentPath</td><td/></row>
+		<row><td>GB</td><td>##IDS_UITEXT_1##</td></row>
+		<row><td>KB</td><td>##IDS_UITEXT_2##</td></row>
+		<row><td>MB</td><td>##IDS_UITEXT_3##</td></row>
+		<row><td>MenuAbsent</td><td>##IDS_UITEXT_4##</td></row>
+		<row><td>MenuAdvertise</td><td>##IDS_UITEXT_5##</td></row>
+		<row><td>MenuAllCD</td><td>##IDS_UITEXT_47##</td></row>
+		<row><td>MenuAllLocal</td><td>##IDS_UITEXT_48##</td></row>
+		<row><td>MenuAllNetwork</td><td>##IDS_UITEXT_46##</td></row>
+		<row><td>MenuCD</td><td>##IDS_UITEXT_6##</td></row>
+		<row><td>MenuLocal</td><td>##IDS_UITEXT_7##</td></row>
+		<row><td>MenuNetwork</td><td>##IDS_UITEXT_8##</td></row>
+		<row><td>NewFolder</td><td>##IDS_UITEXT_9##</td></row>
+		<row><td>SelAbsentAbsent</td><td>##IDS_UITEXT_10##</td></row>
+		<row><td>SelAbsentAdvertise</td><td>##IDS_UITEXT_11##</td></row>
+		<row><td>SelAbsentCD</td><td>##IDS_UITEXT_12##</td></row>
+		<row><td>SelAbsentLocal</td><td>##IDS_UITEXT_13##</td></row>
+		<row><td>SelAbsentNetwork</td><td>##IDS_UITEXT_14##</td></row>
+		<row><td>SelAdvertiseAbsent</td><td>##IDS_UITEXT_15##</td></row>
+		<row><td>SelAdvertiseAdvertise</td><td>##IDS_UITEXT_16##</td></row>
+		<row><td>SelAdvertiseCD</td><td>##IDS_UITEXT_17##</td></row>
+		<row><td>SelAdvertiseLocal</td><td>##IDS_UITEXT_18##</td></row>
+		<row><td>SelAdvertiseNetwork</td><td>##IDS_UITEXT_19##</td></row>
+		<row><td>SelCDAbsent</td><td>##IDS_UITEXT_20##</td></row>
+		<row><td>SelCDAdvertise</td><td>##IDS_UITEXT_21##</td></row>
+		<row><td>SelCDCD</td><td>##IDS_UITEXT_22##</td></row>
+		<row><td>SelCDLocal</td><td>##IDS_UITEXT_23##</td></row>
+		<row><td>SelChildCostNeg</td><td>##IDS_UITEXT_24##</td></row>
+		<row><td>SelChildCostPos</td><td>##IDS_UITEXT_25##</td></row>
+		<row><td>SelCostPending</td><td>##IDS_UITEXT_26##</td></row>
+		<row><td>SelLocalAbsent</td><td>##IDS_UITEXT_27##</td></row>
+		<row><td>SelLocalAdvertise</td><td>##IDS_UITEXT_28##</td></row>
+		<row><td>SelLocalCD</td><td>##IDS_UITEXT_29##</td></row>
+		<row><td>SelLocalLocal</td><td>##IDS_UITEXT_30##</td></row>
+		<row><td>SelLocalNetwork</td><td>##IDS_UITEXT_31##</td></row>
+		<row><td>SelNetworkAbsent</td><td>##IDS_UITEXT_32##</td></row>
+		<row><td>SelNetworkAdvertise</td><td>##IDS_UITEXT_33##</td></row>
+		<row><td>SelNetworkLocal</td><td>##IDS_UITEXT_34##</td></row>
+		<row><td>SelNetworkNetwork</td><td>##IDS_UITEXT_35##</td></row>
+		<row><td>SelParentCostNegNeg</td><td>##IDS_UITEXT_36##</td></row>
+		<row><td>SelParentCostNegPos</td><td>##IDS_UITEXT_37##</td></row>
+		<row><td>SelParentCostPosNeg</td><td>##IDS_UITEXT_38##</td></row>
+		<row><td>SelParentCostPosPos</td><td>##IDS_UITEXT_39##</td></row>
+		<row><td>TimeRemaining</td><td>##IDS_UITEXT_40##</td></row>
+		<row><td>VolumeCostAvailable</td><td>##IDS_UITEXT_41##</td></row>
+		<row><td>VolumeCostDifference</td><td>##IDS_UITEXT_42##</td></row>
+		<row><td>VolumeCostRequired</td><td>##IDS_UITEXT_43##</td></row>
+		<row><td>VolumeCostSize</td><td>##IDS_UITEXT_44##</td></row>
+		<row><td>VolumeCostVolume</td><td>##IDS_UITEXT_45##</td></row>
+		<row><td>bytes</td><td>##IDS_UITEXT_0##</td></row>
+	</table>
+
+	<table name="Upgrade">
+		<col key="yes" def="s38">UpgradeCode</col>
+		<col key="yes" def="S20">VersionMin</col>
+		<col key="yes" def="S20">VersionMax</col>
+		<col key="yes" def="S255">Language</col>
+		<col key="yes" def="i4">Attributes</col>
+		<col def="S255">Remove</col>
+		<col def="s72">ActionProperty</col>
+		<col def="S72">ISDisplayName</col>
+	</table>
+
+	<table name="Verb">
+		<col key="yes" def="s255">Extension_</col>
+		<col key="yes" def="s32">Verb</col>
+		<col def="I2">Sequence</col>
+		<col def="L255">Command</col>
+		<col def="L255">Argument</col>
+	</table>
+
+	<table name="_Validation">
+		<col key="yes" def="s32">Table</col>
+		<col key="yes" def="s32">Column</col>
+		<col def="s4">Nullable</col>
+		<col def="I4">MinValue</col>
+		<col def="I4">MaxValue</col>
+		<col def="S255">KeyTable</col>
+		<col def="I2">KeyColumn</col>
+		<col def="S32">Category</col>
+		<col def="S255">Set</col>
+		<col def="S255">Description</col>
+		<row><td>ActionText</td><td>Action</td><td>N</td><td/><td/><td/><td/><td>Identifier</td><td/><td>Name of action to be described.</td></row>
+		<row><td>ActionText</td><td>Description</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>Localized description displayed in progress dialog and log when action is executing.</td></row>
+		<row><td>ActionText</td><td>Template</td><td>Y</td><td/><td/><td/><td/><td>Template</td><td/><td>Optional localized format template used to format action data records for display during action execution.</td></row>
+		<row><td>AdminExecuteSequence</td><td>Action</td><td>N</td><td/><td/><td/><td/><td>Identifier</td><td/><td>Name of action to invoke, either in the engine or the handler DLL.</td></row>
+		<row><td>AdminExecuteSequence</td><td>Condition</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>Optional expression which skips the action if evaluates to expFalse.If the expression syntax is invalid, the engine will terminate, returning iesBadActionData.</td></row>
+		<row><td>AdminExecuteSequence</td><td>ISAttributes</td><td>Y</td><td/><td/><td/><td/><td/><td/><td>This is used to store MM Custom Action Types</td></row>
+		<row><td>AdminExecuteSequence</td><td>ISComments</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td dt:dt="bin.base64" md5="ee654261ffce9c7f08d4789d0f5b202c">
+QQB1AHQAaABvAHIAGSBzACAAYwBvAG0AbQBlAG4AdABzACAAbwBuACAAdABoAGkAcwAgAFMAZQBxAHUAZQBuAGMAZQAuAA==
+			</td></row>
+		<row><td>AdminExecuteSequence</td><td>Sequence</td><td>Y</td><td>-4</td><td>32767</td><td/><td/><td/><td/><td>Number that determines the sort order in which the actions are to be executed.  Leave blank to suppress action.</td></row>
+		<row><td>AdminUISequence</td><td>Action</td><td>N</td><td/><td/><td/><td/><td>Identifier</td><td/><td>Name of action to invoke, either in the engine or the handler DLL.</td></row>
+		<row><td>AdminUISequence</td><td>Condition</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>Optional expression which skips the action if evaluates to expFalse.If the expression syntax is invalid, the engine will terminate, returning iesBadActionData.</td></row>
+		<row><td>AdminUISequence</td><td>ISAttributes</td><td>Y</td><td/><td/><td/><td/><td/><td/><td>This is used to store MM Custom Action Types</td></row>
+		<row><td>AdminUISequence</td><td>ISComments</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td dt:dt="bin.base64" md5="ee654261ffce9c7f08d4789d0f5b202c">
+QQB1AHQAaABvAHIAGSBzACAAYwBvAG0AbQBlAG4AdABzACAAbwBuACAAdABoAGkAcwAgAFMAZQBxAHUAZQBuAGMAZQAuAA==
+			</td></row>
+		<row><td>AdminUISequence</td><td>Sequence</td><td>Y</td><td>-4</td><td>32767</td><td/><td/><td/><td/><td>Number that determines the sort order in which the actions are to be executed.  Leave blank to suppress action.</td></row>
+		<row><td>AdvtExecuteSequence</td><td>Action</td><td>N</td><td/><td/><td/><td/><td>Identifier</td><td/><td>Name of action to invoke, either in the engine or the handler DLL.</td></row>
+		<row><td>AdvtExecuteSequence</td><td>Condition</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>Optional expression which skips the action if evaluates to expFalse.If the expression syntax is invalid, the engine will terminate, returning iesBadActionData.</td></row>
+		<row><td>AdvtExecuteSequence</td><td>ISAttributes</td><td>Y</td><td/><td/><td/><td/><td/><td/><td>This is used to store MM Custom Action Types</td></row>
+		<row><td>AdvtExecuteSequence</td><td>ISComments</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td dt:dt="bin.base64" md5="ee654261ffce9c7f08d4789d0f5b202c">
+QQB1AHQAaABvAHIAGSBzACAAYwBvAG0AbQBlAG4AdABzACAAbwBuACAAdABoAGkAcwAgAFMAZQBxAHUAZQBuAGMAZQAuAA==
+			</td></row>
+		<row><td>AdvtExecuteSequence</td><td>Sequence</td><td>Y</td><td>-4</td><td>32767</td><td/><td/><td/><td/><td>Number that determines the sort order in which the actions are to be executed.  Leave blank to suppress action.</td></row>
+		<row><td>AdvtUISequence</td><td>Action</td><td>N</td><td/><td/><td/><td/><td>Identifier</td><td/><td>Name of action to invoke, either in the engine or the handler DLL.</td></row>
+		<row><td>AdvtUISequence</td><td>Condition</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>Optional expression which skips the action if evaluates to expFalse.If the expression syntax is invalid, the engine will terminate, returning iesBadActionData.</td></row>
+		<row><td>AdvtUISequence</td><td>ISAttributes</td><td>Y</td><td/><td/><td/><td/><td/><td/><td>This is used to store MM Custom Action Types</td></row>
+		<row><td>AdvtUISequence</td><td>ISComments</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td dt:dt="bin.base64" md5="ee654261ffce9c7f08d4789d0f5b202c">
+QQB1AHQAaABvAHIAGSBzACAAYwBvAG0AbQBlAG4AdABzACAAbwBuACAAdABoAGkAcwAgAFMAZQBxAHUAZQBuAGMAZQAuAA==
+			</td></row>
+		<row><td>AdvtUISequence</td><td>Sequence</td><td>Y</td><td>-4</td><td>32767</td><td/><td/><td/><td/><td>Number that determines the sort order in which the actions are to be executed.  Leave blank to suppress action.</td></row>
+		<row><td>AppId</td><td>ActivateAtStorage</td><td>Y</td><td>0</td><td>1</td><td/><td/><td/><td/><td/></row>
+		<row><td>AppId</td><td>AppId</td><td>N</td><td/><td/><td/><td/><td>Guid</td><td/><td/></row>
+		<row><td>AppId</td><td>DllSurrogate</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td/></row>
+		<row><td>AppId</td><td>LocalService</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td/></row>
+		<row><td>AppId</td><td>RemoteServerName</td><td>Y</td><td/><td/><td/><td/><td>Formatted</td><td/><td/></row>
+		<row><td>AppId</td><td>RunAsInteractiveUser</td><td>Y</td><td>0</td><td>1</td><td/><td/><td/><td/><td/></row>
+		<row><td>AppId</td><td>ServiceParameters</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td/></row>
+		<row><td>AppSearch</td><td>Property</td><td>N</td><td/><td/><td/><td/><td>Identifier</td><td/><td>The property associated with a Signature</td></row>
+		<row><td>AppSearch</td><td>Signature_</td><td>N</td><td/><td/><td>Signature</td><td>1</td><td>Identifier</td><td/><td>The Signature_ represents a unique file signature and is also the foreign key in the Signature,  RegLocator, IniLocator, CompLocator and the DrLocator tables.</td></row>
+		<row><td>BBControl</td><td>Attributes</td><td>Y</td><td>0</td><td>2147483647</td><td/><td/><td/><td/><td>A 32-bit word that specifies the attribute flags to be applied to this control.</td></row>
+		<row><td>BBControl</td><td>BBControl</td><td>N</td><td/><td/><td/><td/><td>Identifier</td><td/><td>Name of the control. This name must be unique within a billboard, but can repeat on different billboard.</td></row>
+		<row><td>BBControl</td><td>Billboard_</td><td>N</td><td/><td/><td>Billboard</td><td>1</td><td>Identifier</td><td/><td>External key to the Billboard table, name of the billboard.</td></row>
+		<row><td>BBControl</td><td>Height</td><td>N</td><td>0</td><td>32767</td><td/><td/><td/><td/><td>Height of the bounding rectangle of the control.</td></row>
+		<row><td>BBControl</td><td>Text</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>A string used to set the initial text contained within a control (if appropriate).</td></row>
+		<row><td>BBControl</td><td>Type</td><td>N</td><td/><td/><td/><td/><td>Identifier</td><td/><td>The type of the control.</td></row>
+		<row><td>BBControl</td><td>Width</td><td>N</td><td>0</td><td>32767</td><td/><td/><td/><td/><td>Width of the bounding rectangle of the control.</td></row>
+		<row><td>BBControl</td><td>X</td><td>N</td><td>0</td><td>32767</td><td/><td/><td/><td/><td>Horizontal coordinate of the upper left corner of the bounding rectangle of the control.</td></row>
+		<row><td>BBControl</td><td>Y</td><td>N</td><td>0</td><td>32767</td><td/><td/><td/><td/><td>Vertical coordinate of the upper left corner of the bounding rectangle of the control.</td></row>
+		<row><td>Billboard</td><td>Action</td><td>Y</td><td/><td/><td/><td/><td>Identifier</td><td/><td>The name of an action. The billboard is displayed during the progress messages received from this action.</td></row>
+		<row><td>Billboard</td><td>Billboard</td><td>N</td><td/><td/><td/><td/><td>Identifier</td><td/><td>Name of the billboard.</td></row>
+		<row><td>Billboard</td><td>Feature_</td><td>N</td><td/><td/><td>Feature</td><td>1</td><td>Identifier</td><td/><td>An external key to the Feature Table. The billboard is shown only if this feature is being installed.</td></row>
+		<row><td>Billboard</td><td>Ordering</td><td>Y</td><td>0</td><td>32767</td><td/><td/><td/><td/><td>A positive integer. If there is more than one billboard corresponding to an action they will be shown in the order defined by this column.</td></row>
+		<row><td>Binary</td><td>Data</td><td>Y</td><td/><td/><td/><td/><td>Binary</td><td/><td>Binary stream. The binary icon data in PE (.DLL or .EXE) or icon (.ICO) format.</td></row>
+		<row><td>Binary</td><td>ISBuildSourcePath</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>Full path to the ICO or EXE file.</td></row>
+		<row><td>Binary</td><td>Name</td><td>N</td><td/><td/><td/><td/><td>Identifier</td><td/><td>Unique key identifying the binary data.</td></row>
+		<row><td>BindImage</td><td>File_</td><td>N</td><td/><td/><td>File</td><td>1</td><td>Identifier</td><td/><td>The index into the File table. This must be an executable file.</td></row>
+		<row><td>BindImage</td><td>Path</td><td>Y</td><td/><td/><td/><td/><td>Paths</td><td/><td>A list of ;  delimited paths that represent the paths to be searched for the import DLLS. The list is usually a list of properties each enclosed within square brackets [] .</td></row>
+		<row><td>CCPSearch</td><td>Signature_</td><td>N</td><td/><td/><td>Signature</td><td>1</td><td>Identifier</td><td/><td>The Signature_ represents a unique file signature and is also the foreign key in the Signature,  RegLocator, IniLocator, CompLocator and the DrLocator tables.</td></row>
+		<row><td>CheckBox</td><td>Property</td><td>N</td><td/><td/><td/><td/><td>Identifier</td><td/><td>A named property to be tied to the item.</td></row>
+		<row><td>CheckBox</td><td>Value</td><td>Y</td><td/><td/><td/><td/><td>Formatted</td><td/><td>The value string associated with the item.</td></row>
+		<row><td>Class</td><td>AppId_</td><td>Y</td><td/><td/><td>AppId</td><td>1</td><td>Guid</td><td/><td>Optional AppID containing DCOM information for associated application (string GUID).</td></row>
+		<row><td>Class</td><td>Argument</td><td>Y</td><td/><td/><td/><td/><td>Formatted</td><td/><td>optional argument for LocalServers.</td></row>
+		<row><td>Class</td><td>Attributes</td><td>Y</td><td/><td>32767</td><td/><td/><td/><td/><td>Class registration attributes.</td></row>
+		<row><td>Class</td><td>CLSID</td><td>N</td><td/><td/><td/><td/><td>Guid</td><td/><td>The CLSID of an OLE factory.</td></row>
+		<row><td>Class</td><td>Component_</td><td>N</td><td/><td/><td>Component</td><td>1</td><td>Identifier</td><td/><td>Required foreign key into the Component Table, specifying the component for which to return a path when called through LocateComponent.</td></row>
+		<row><td>Class</td><td>Context</td><td>N</td><td/><td/><td/><td/><td>Identifier</td><td/><td>The numeric server context for this server. CLSCTX_xxxx</td></row>
+		<row><td>Class</td><td>DefInprocHandler</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td>1;2;3</td><td>Optional default inproc handler.  Only optionally provided if Context=CLSCTX_LOCAL_SERVER.  Typically "ole32.dll" or "mapi32.dll"</td></row>
+		<row><td>Class</td><td>Description</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>Localized description for the Class.</td></row>
+		<row><td>Class</td><td>Feature_</td><td>N</td><td/><td/><td>Feature</td><td>1</td><td>Identifier</td><td/><td>Required foreign key into the Feature Table, specifying the feature to validate or install in order for the CLSID factory to be operational.</td></row>
+		<row><td>Class</td><td>FileTypeMask</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>Optional string containing information for the HKCRthis CLSID) key. If multiple patterns exist, they must be delimited by a semicolon, and numeric subkeys will be generated: 0,1,2...</td></row>
+		<row><td>Class</td><td>IconIndex</td><td>Y</td><td>-32767</td><td>32767</td><td/><td/><td/><td/><td>Optional icon index.</td></row>
+		<row><td>Class</td><td>Icon_</td><td>Y</td><td/><td/><td>Icon</td><td>1</td><td>Identifier</td><td/><td>Optional foreign key into the Icon Table, specifying the icon file associated with this CLSID. Will be written under the DefaultIcon key.</td></row>
+		<row><td>Class</td><td>ProgId_Default</td><td>Y</td><td/><td/><td>ProgId</td><td>1</td><td>Text</td><td/><td>Optional ProgId associated with this CLSID.</td></row>
+		<row><td>ComboBox</td><td>Order</td><td>N</td><td>1</td><td>32767</td><td/><td/><td/><td/><td>A positive integer used to determine the ordering of the items within one list.	The integers do not have to be consecutive.</td></row>
+		<row><td>ComboBox</td><td>Property</td><td>N</td><td/><td/><td/><td/><td>Identifier</td><td/><td>A named property to be tied to this item. All the items tied to the same property become part of the same combobox.</td></row>
+		<row><td>ComboBox</td><td>Text</td><td>Y</td><td/><td/><td/><td/><td>Formatted</td><td/><td>The visible text to be assigned to the item. Optional. If this entry or the entire column is missing, the text is the same as the value.</td></row>
+		<row><td>ComboBox</td><td>Value</td><td>N</td><td/><td/><td/><td/><td>Formatted</td><td/><td>The value string associated with this item. Selecting the line will set the associated property to this value.</td></row>
+		<row><td>CompLocator</td><td>ComponentId</td><td>N</td><td/><td/><td/><td/><td>Guid</td><td/><td>A string GUID unique to this component, version, and language.</td></row>
+		<row><td>CompLocator</td><td>Signature_</td><td>N</td><td/><td/><td>Signature</td><td>1</td><td>Identifier</td><td/><td>The table key. The Signature_ represents a unique file signature and is also the foreign key in the Signature table.</td></row>
+		<row><td>CompLocator</td><td>Type</td><td>Y</td><td>0</td><td>1</td><td/><td/><td/><td/><td>A boolean value that determines if the registry value is a filename or a directory location.</td></row>
+		<row><td>Complus</td><td>Component_</td><td>N</td><td/><td/><td>Component</td><td>1</td><td>Identifier</td><td/><td>Foreign key referencing Component that controls the ComPlus component.</td></row>
+		<row><td>Complus</td><td>ExpType</td><td>Y</td><td>0</td><td>32767</td><td/><td/><td/><td/><td>ComPlus component attributes.</td></row>
+		<row><td>Component</td><td>Attributes</td><td>N</td><td/><td/><td/><td/><td/><td/><td>Remote execution option, one of irsEnum</td></row>
+		<row><td>Component</td><td>Component</td><td>N</td><td/><td/><td/><td/><td>Identifier</td><td/><td>Primary key used to identify a particular component record.</td></row>
+		<row><td>Component</td><td>ComponentId</td><td>Y</td><td/><td/><td/><td/><td>Guid</td><td/><td>A string GUID unique to this component, version, and language.</td></row>
+		<row><td>Component</td><td>Condition</td><td>Y</td><td/><td/><td/><td/><td>Condition</td><td/><td>A conditional statement that will disable this component if the specified condition evaluates to the 'True' state. If a component is disabled, it will not be installed, regardless of the 'Action' state associated with the component.</td></row>
+		<row><td>Component</td><td>Directory_</td><td>N</td><td/><td/><td>Directory</td><td>1</td><td>Identifier</td><td/><td>Required key of a Directory table record. This is actually a property name whose value contains the actual path, set either by the AppSearch action or with the default setting obtained from the Directory table.</td></row>
+		<row><td>Component</td><td>ISAttributes</td><td>Y</td><td/><td/><td/><td/><td/><td/><td>This is used to store Installshield custom properties of a component.</td></row>
+		<row><td>Component</td><td>ISComments</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>User Comments.</td></row>
+		<row><td>Component</td><td>ISDotNetInstallerArgsCommit</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>Arguments passed to the key file of the component if if implements the .NET Installer class</td></row>
+		<row><td>Component</td><td>ISDotNetInstallerArgsInstall</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>Arguments passed to the key file of the component if if implements the .NET Installer class</td></row>
+		<row><td>Component</td><td>ISDotNetInstallerArgsRollback</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>Arguments passed to the key file of the component if if implements the .NET Installer class</td></row>
+		<row><td>Component</td><td>ISDotNetInstallerArgsUninstall</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>Arguments passed to the key file of the component if if implements the .NET Installer class</td></row>
+		<row><td>Component</td><td>ISRegFileToMergeAtBuild</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>Path and File name of a .REG file to merge into the component at build time.</td></row>
+		<row><td>Component</td><td>ISScanAtBuildFile</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>File used by the Dot Net scanner to populate dependant assemblies' File_Application field.</td></row>
+		<row><td>Component</td><td>KeyPath</td><td>Y</td><td/><td/><td>File;ODBCDataSource;Registry</td><td>1</td><td>Identifier</td><td/><td>Either the primary key into the File table, Registry table, or ODBCDataSource table. This extract path is stored when the component is installed, and is used to detect the presence of the component and to return the path to it.</td></row>
+		<row><td>Condition</td><td>Condition</td><td>Y</td><td/><td/><td/><td/><td>Condition</td><td/><td>Expression evaluated to determine if Level in the Feature table is to change.</td></row>
+		<row><td>Condition</td><td>Feature_</td><td>N</td><td/><td/><td>Feature</td><td>1</td><td>Identifier</td><td/><td>Reference to a Feature entry in Feature table.</td></row>
+		<row><td>Condition</td><td>Level</td><td>N</td><td>0</td><td>32767</td><td/><td/><td/><td/><td>New selection Level to set in Feature table if Condition evaluates to TRUE.</td></row>
+		<row><td>Control</td><td>Attributes</td><td>Y</td><td>0</td><td>2147483647</td><td/><td/><td/><td/><td>A 32-bit word that specifies the attribute flags to be applied to this control.</td></row>
+		<row><td>Control</td><td>Binary_</td><td>Y</td><td/><td/><td>Binary</td><td>1</td><td>Identifier</td><td/><td>External key to the Binary table.</td></row>
+		<row><td>Control</td><td>Control</td><td>N</td><td/><td/><td/><td/><td>Identifier</td><td/><td>Name of the control. This name must be unique within a dialog, but can repeat on different dialogs. </td></row>
+		<row><td>Control</td><td>Control_Next</td><td>Y</td><td/><td/><td>Control</td><td>2</td><td>Identifier</td><td/><td>The name of an other control on the same dialog. This link defines the tab order of the controls. The links have to form one or more cycles!</td></row>
+		<row><td>Control</td><td>Dialog_</td><td>N</td><td/><td/><td>Dialog</td><td>1</td><td>Identifier</td><td/><td>External key to the Dialog table, name of the dialog.</td></row>
+		<row><td>Control</td><td>Height</td><td>N</td><td>0</td><td>32767</td><td/><td/><td/><td/><td>Height of the bounding rectangle of the control.</td></row>
+		<row><td>Control</td><td>Help</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>The help strings used with the button. The text is optional. </td></row>
+		<row><td>Control</td><td>ISBuildSourcePath</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>Full path to .rtf file for scrollable text control</td></row>
+		<row><td>Control</td><td>ISControlId</td><td>Y</td><td/><td/><td/><td/><td/><td/><td>A number used to represent the control ID of the Control, Used in Dialog export</td></row>
+		<row><td>Control</td><td>ISWindowStyle</td><td>Y</td><td>0</td><td>2147483647</td><td/><td/><td/><td/><td>A 32-bit word that specifies non-MSI window styles to be applied to this control.</td></row>
+		<row><td>Control</td><td>Property</td><td>Y</td><td/><td/><td/><td/><td>Identifier</td><td/><td>The name of a defined property to be linked to this control. </td></row>
+		<row><td>Control</td><td>Text</td><td>Y</td><td/><td/><td/><td/><td>Formatted</td><td/><td>A string used to set the initial text contained within a control (if appropriate).</td></row>
+		<row><td>Control</td><td>Type</td><td>N</td><td/><td/><td/><td/><td>Identifier</td><td/><td>The type of the control.</td></row>
+		<row><td>Control</td><td>Width</td><td>N</td><td>0</td><td>32767</td><td/><td/><td/><td/><td>Width of the bounding rectangle of the control.</td></row>
+		<row><td>Control</td><td>X</td><td>N</td><td>0</td><td>32767</td><td/><td/><td/><td/><td>Horizontal coordinate of the upper left corner of the bounding rectangle of the control.</td></row>
+		<row><td>Control</td><td>Y</td><td>N</td><td>0</td><td>32767</td><td/><td/><td/><td/><td>Vertical coordinate of the upper left corner of the bounding rectangle of the control.</td></row>
+		<row><td>ControlCondition</td><td>Action</td><td>N</td><td/><td/><td/><td/><td/><td>Default;Disable;Enable;Hide;Show</td><td>The desired action to be taken on the specified control.</td></row>
+		<row><td>ControlCondition</td><td>Condition</td><td>N</td><td/><td/><td/><td/><td>Condition</td><td/><td>A standard conditional statement that specifies under which conditions the action should be triggered.</td></row>
+		<row><td>ControlCondition</td><td>Control_</td><td>N</td><td/><td/><td>Control</td><td>2</td><td>Identifier</td><td/><td>A foreign key to the Control table, name of the control.</td></row>
+		<row><td>ControlCondition</td><td>Dialog_</td><td>N</td><td/><td/><td>Dialog</td><td>1</td><td>Identifier</td><td/><td>A foreign key to the Dialog table, name of the dialog.</td></row>
+		<row><td>ControlEvent</td><td>Argument</td><td>N</td><td/><td/><td/><td/><td>Formatted</td><td/><td>A value to be used as a modifier when triggering a particular event.</td></row>
+		<row><td>ControlEvent</td><td>Condition</td><td>Y</td><td/><td/><td/><td/><td>Condition</td><td/><td>A standard conditional statement that specifies under which conditions an event should be triggered.</td></row>
+		<row><td>ControlEvent</td><td>Control_</td><td>N</td><td/><td/><td>Control</td><td>2</td><td>Identifier</td><td/><td>A foreign key to the Control table, name of the control</td></row>
+		<row><td>ControlEvent</td><td>Dialog_</td><td>N</td><td/><td/><td>Dialog</td><td>1</td><td>Identifier</td><td/><td>A foreign key to the Dialog table, name of the dialog.</td></row>
+		<row><td>ControlEvent</td><td>Event</td><td>N</td><td/><td/><td/><td/><td>Formatted</td><td/><td>An identifier that specifies the type of the event that should take place when the user interacts with control specified by the first two entries.</td></row>
+		<row><td>ControlEvent</td><td>Ordering</td><td>Y</td><td>0</td><td>2147483647</td><td/><td/><td/><td/><td>An integer used to order several events tied to the same control. Can be left blank.</td></row>
+		<row><td>CreateFolder</td><td>Component_</td><td>N</td><td/><td/><td>Component</td><td>1</td><td>Identifier</td><td/><td>Foreign key into the Component table.</td></row>
+		<row><td>CreateFolder</td><td>Directory_</td><td>N</td><td/><td/><td>Directory</td><td>1</td><td>Identifier</td><td/><td>Primary key, could be foreign key into the Directory table.</td></row>
+		<row><td>CustomAction</td><td>Action</td><td>N</td><td/><td/><td/><td/><td>Identifier</td><td/><td>Primary key, name of action, normally appears in sequence table unless private use.</td></row>
+		<row><td>CustomAction</td><td>ISComments</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td dt:dt="bin.base64" md5="32618cf58258b38e853f7a99b6c3518e">
+QQB1AHQAaABvAHIAGSBzACAAYwBvAG0AbQBlAG4AdABzACAAZgBvAHIAIAB0AGgAaQBzACAAYwB1AHMAdABvAG0AIABhAGMAdABpAG8AbgAuAA==
+			</td></row>
+		<row><td>CustomAction</td><td>Source</td><td>Y</td><td/><td/><td/><td/><td>CustomSource</td><td/><td>The table reference of the source of the code.</td></row>
+		<row><td>CustomAction</td><td>Target</td><td>Y</td><td/><td/><td>ISDLLWrapper;ISInstallScriptAction</td><td>1</td><td>Formatted</td><td/><td>Excecution parameter, depends on the type of custom action</td></row>
+		<row><td>CustomAction</td><td>Type</td><td>N</td><td>1</td><td>32767</td><td/><td/><td/><td/><td>The numeric custom action type, consisting of source location, code type, entry, option flags.</td></row>
+		<row><td>Dialog</td><td>Attributes</td><td>Y</td><td>0</td><td>2147483647</td><td/><td/><td/><td/><td>A 32-bit word that specifies the attribute flags to be applied to this dialog.</td></row>
+		<row><td>Dialog</td><td>Control_Cancel</td><td>Y</td><td/><td/><td>Control</td><td>2</td><td>Identifier</td><td/><td>Defines the cancel control. Hitting escape or clicking on the close icon on the dialog is equivalent to pushing this button.</td></row>
+		<row><td>Dialog</td><td>Control_Default</td><td>Y</td><td/><td/><td>Control</td><td>2</td><td>Identifier</td><td/><td>Defines the default control. Hitting return is equivalent to pushing this button.</td></row>
+		<row><td>Dialog</td><td>Control_First</td><td>N</td><td/><td/><td>Control</td><td>2</td><td>Identifier</td><td/><td>Defines the control that has the focus when the dialog is created.</td></row>
+		<row><td>Dialog</td><td>Dialog</td><td>N</td><td/><td/><td/><td/><td>Identifier</td><td/><td>Name of the dialog.</td></row>
+		<row><td>Dialog</td><td>HCentering</td><td>N</td><td>0</td><td>100</td><td/><td/><td/><td/><td>Horizontal position of the dialog on a 0-100 scale. 0 means left end, 100 means right end of the screen, 50 center.</td></row>
+		<row><td>Dialog</td><td>Height</td><td>N</td><td>0</td><td>32767</td><td/><td/><td/><td/><td>Height of the bounding rectangle of the dialog.</td></row>
+		<row><td>Dialog</td><td>ISComments</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td dt:dt="bin.base64" md5="99783de6d158fd3d49a9424b04aa1fc1">
+QQB1AHQAaABvAHIAGSBzACAAYwBvAG0AbQBlAG4AdABzACAAZgBvAHIAIAB0AGgAaQBzACAAZABpAGEAbABvAGcALgA=
+			</td></row>
+		<row><td>Dialog</td><td>ISResourceId</td><td>Y</td><td/><td/><td/><td/><td/><td/><td>A Number the Specifies the Dialog ID to be used in Dialog Export</td></row>
+		<row><td>Dialog</td><td>ISWindowStyle</td><td>Y</td><td/><td/><td/><td/><td/><td/><td>A 32-bit word that specifies non-MSI window styles to be applied to this control. This is only used in Script Based Setups.</td></row>
+		<row><td>Dialog</td><td>TextStyle_</td><td>Y</td><td/><td/><td/><td/><td>Identifier</td><td/><td>Foreign Key into TextStyle table, only used in Script Based Projects.</td></row>
+		<row><td>Dialog</td><td>Title</td><td>Y</td><td/><td/><td/><td/><td>Formatted</td><td/><td>A text string specifying the title to be displayed in the title bar of the dialog's window.</td></row>
+		<row><td>Dialog</td><td>VCentering</td><td>N</td><td>0</td><td>100</td><td/><td/><td/><td/><td>Vertical position of the dialog on a 0-100 scale. 0 means top end, 100 means bottom end of the screen, 50 center.</td></row>
+		<row><td>Dialog</td><td>Width</td><td>N</td><td>0</td><td>32767</td><td/><td/><td/><td/><td>Width of the bounding rectangle of the dialog.</td></row>
+		<row><td>Directory</td><td>DefaultDir</td><td>N</td><td/><td/><td/><td/><td>Text</td><td/><td>The default sub-path under parent's path.</td></row>
+		<row><td>Directory</td><td>Directory</td><td>N</td><td/><td/><td/><td/><td>Identifier</td><td/><td>Unique identifier for directory entry, primary key. If a property by this name is defined, it contains the full path to the directory.</td></row>
+		<row><td>Directory</td><td>Directory_Parent</td><td>Y</td><td/><td/><td>Directory</td><td>1</td><td>Identifier</td><td/><td>Reference to the entry in this table specifying the default parent directory. A record parented to itself or with a Null parent represents a root of the install tree.</td></row>
+		<row><td>Directory</td><td>ISAttributes</td><td>Y</td><td/><td/><td/><td/><td/><td>0;1;2;3;4;5;6;7</td><td>This is used to store Installshield custom properties of a directory.  Currently the only one is Shortcut.</td></row>
+		<row><td>Directory</td><td>ISDescription</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>Description of folder</td></row>
+		<row><td>Directory</td><td>ISFolderName</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>This is used in Pro projects because the pro identifier used in the tree wasn't necessarily unique.</td></row>
+		<row><td>DrLocator</td><td>Depth</td><td>Y</td><td>0</td><td>32767</td><td/><td/><td/><td/><td>The depth below the path to which the Signature_ is recursively searched. If absent, the depth is assumed to be 0.</td></row>
+		<row><td>DrLocator</td><td>Parent</td><td>Y</td><td/><td/><td/><td/><td>Identifier</td><td/><td>The parent file signature. It is also a foreign key in the Signature table. If null and the Path column does not expand to a full path, then all the fixed drives of the user system are searched using the Path.</td></row>
+		<row><td>DrLocator</td><td>Path</td><td>Y</td><td/><td/><td/><td/><td>AnyPath</td><td/><td>The path on the user system. This is a either a subpath below the value of the Parent or a full path. The path may contain properties enclosed within [ ] that will be expanded.</td></row>
+		<row><td>DrLocator</td><td>Signature_</td><td>N</td><td/><td/><td>Signature</td><td>1</td><td>Identifier</td><td/><td>The Signature_ represents a unique file signature and is also the foreign key in the Signature table.</td></row>
+		<row><td>DuplicateFile</td><td>Component_</td><td>N</td><td/><td/><td>Component</td><td>1</td><td>Identifier</td><td/><td>Foreign key referencing Component that controls the duplicate file.</td></row>
+		<row><td>DuplicateFile</td><td>DestFolder</td><td>Y</td><td/><td/><td/><td/><td>Identifier</td><td/><td>Name of a property whose value is assumed to resolve to the full pathname to a destination folder.</td></row>
+		<row><td>DuplicateFile</td><td>DestName</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>Filename to be given to the duplicate file.</td></row>
+		<row><td>DuplicateFile</td><td>FileKey</td><td>N</td><td/><td/><td/><td/><td>Identifier</td><td/><td>Primary key used to identify a particular file entry</td></row>
+		<row><td>DuplicateFile</td><td>File_</td><td>N</td><td/><td/><td>File</td><td>1</td><td>Identifier</td><td/><td>Foreign key referencing the source file to be duplicated.</td></row>
+		<row><td>Environment</td><td>Component_</td><td>N</td><td/><td/><td>Component</td><td>1</td><td>Identifier</td><td/><td>Foreign key into the Component table referencing component that controls the installing of the environmental value.</td></row>
+		<row><td>Environment</td><td>Environment</td><td>N</td><td/><td/><td/><td/><td>Identifier</td><td/><td>Unique identifier for the environmental variable setting</td></row>
+		<row><td>Environment</td><td>Name</td><td>N</td><td/><td/><td/><td/><td>Text</td><td/><td>The name of the environmental value.</td></row>
+		<row><td>Environment</td><td>Value</td><td>Y</td><td/><td/><td/><td/><td>Formatted</td><td/><td>The value to set in the environmental settings.</td></row>
+		<row><td>Error</td><td>Error</td><td>N</td><td>0</td><td>32767</td><td/><td/><td/><td/><td>Integer error number, obtained from header file IError(...) macros.</td></row>
+		<row><td>Error</td><td>Message</td><td>Y</td><td/><td/><td/><td/><td>Template</td><td/><td>Error formatting template, obtained from user ed. or localizers.</td></row>
+		<row><td>EventMapping</td><td>Attribute</td><td>N</td><td/><td/><td/><td/><td>Identifier</td><td/><td>The name of the control attribute, that is set when this event is received.</td></row>
+		<row><td>EventMapping</td><td>Control_</td><td>N</td><td/><td/><td>Control</td><td>2</td><td>Identifier</td><td/><td>A foreign key to the Control table, name of the control.</td></row>
+		<row><td>EventMapping</td><td>Dialog_</td><td>N</td><td/><td/><td>Dialog</td><td>1</td><td>Identifier</td><td/><td>A foreign key to the Dialog table, name of the Dialog.</td></row>
+		<row><td>EventMapping</td><td>Event</td><td>N</td><td/><td/><td/><td/><td>Identifier</td><td/><td>An identifier that specifies the type of the event that the control subscribes to.</td></row>
+		<row><td>Extension</td><td>Component_</td><td>N</td><td/><td/><td>Component</td><td>1</td><td>Identifier</td><td/><td>Required foreign key into the Component Table, specifying the component for which to return a path when called through LocateComponent.</td></row>
+		<row><td>Extension</td><td>Extension</td><td>N</td><td/><td/><td/><td/><td>Text</td><td/><td>The extension associated with the table row.</td></row>
+		<row><td>Extension</td><td>Feature_</td><td>N</td><td/><td/><td>Feature</td><td>1</td><td>Identifier</td><td/><td>Required foreign key into the Feature Table, specifying the feature to validate or install in order for the CLSID factory to be operational.</td></row>
+		<row><td>Extension</td><td>MIME_</td><td>Y</td><td/><td/><td>MIME</td><td>1</td><td>Text</td><td/><td>Optional Context identifier, typically "type/format" associated with the extension</td></row>
+		<row><td>Extension</td><td>ProgId_</td><td>Y</td><td/><td/><td>ProgId</td><td>1</td><td>Text</td><td/><td>Optional ProgId associated with this extension.</td></row>
+		<row><td>Feature</td><td>Attributes</td><td>N</td><td/><td/><td/><td/><td/><td>0;1;2;4;5;6;8;9;10;16;17;18;20;21;22;24;25;26;32;33;34;36;37;38;48;49;50;52;53;54</td><td>Feature attributes</td></row>
+		<row><td>Feature</td><td>Description</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>Longer descriptive text describing a visible feature item.</td></row>
+		<row><td>Feature</td><td>Directory_</td><td>Y</td><td/><td/><td>Directory</td><td>1</td><td>UpperCase</td><td/><td>The name of the Directory that can be configured by the UI. A non-null value will enable the browse button.</td></row>
+		<row><td>Feature</td><td>Display</td><td>Y</td><td>0</td><td>32767</td><td/><td/><td/><td/><td>Numeric sort order, used to force a specific display ordering.</td></row>
+		<row><td>Feature</td><td>Feature</td><td>N</td><td/><td/><td/><td/><td>Identifier</td><td/><td>Primary key used to identify a particular feature record.</td></row>
+		<row><td>Feature</td><td>Feature_Parent</td><td>Y</td><td/><td/><td>Feature</td><td>1</td><td>Identifier</td><td/><td>Optional key of a parent record in the same table. If the parent is not selected, then the record will not be installed. Null indicates a root item.</td></row>
+		<row><td>Feature</td><td>ISComments</td><td>Y</td><td/><td/><td/><td/><td/><td/><td>Comments</td></row>
+		<row><td>Feature</td><td>ISFeatureCabName</td><td>Y</td><td/><td/><td/><td/><td/><td/><td>Name of CAB used when compressing CABs by Feature. Used to override build generated name for CAB file.</td></row>
+		<row><td>Feature</td><td>ISProFeatureName</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>The name of the feature used by pro projects.  This doesn't have to be unique.</td></row>
+		<row><td>Feature</td><td>ISReleaseFlags</td><td>Y</td><td/><td/><td/><td/><td/><td/><td>Release Flags that specify whether this  feature will be built in a particular release.</td></row>
+		<row><td>Feature</td><td>Level</td><td>N</td><td>0</td><td>32767</td><td/><td/><td/><td/><td>The install level at which record will be initially selected. An install level of 0 will disable an item and prevent its display.</td></row>
+		<row><td>Feature</td><td>Title</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>Short text identifying a visible feature item.</td></row>
+		<row><td>FeatureComponents</td><td>Component_</td><td>N</td><td/><td/><td>Component</td><td>1</td><td>Identifier</td><td/><td>Foreign key into Component table.</td></row>
+		<row><td>FeatureComponents</td><td>Feature_</td><td>N</td><td/><td/><td>Feature</td><td>1</td><td>Identifier</td><td/><td>Foreign key into Feature table.</td></row>
+		<row><td>File</td><td>Attributes</td><td>Y</td><td>0</td><td>32767</td><td/><td/><td/><td/><td>Integer containing bit flags representing file attributes (with the decimal value of each bit position in parentheses)</td></row>
+		<row><td>File</td><td>Component_</td><td>N</td><td/><td/><td>Component</td><td>1</td><td>Identifier</td><td/><td>Foreign key referencing Component that controls the file.</td></row>
+		<row><td>File</td><td>File</td><td>N</td><td/><td/><td/><td/><td>Identifier</td><td/><td>Primary key, non-localized token, must match identifier in cabinet.  For uncompressed files, this field is ignored.</td></row>
+		<row><td>File</td><td>FileName</td><td>N</td><td/><td/><td/><td/><td>Text</td><td/><td>File name used for installation.  This may contain a "short name|long name" pair.  It may be just a long name, hence it cannot be of the Filename data type.</td></row>
+		<row><td>File</td><td>FileSize</td><td>N</td><td>0</td><td>2147483647</td><td/><td/><td/><td/><td>Size of file in bytes (long integer).</td></row>
+		<row><td>File</td><td>ISAttributes</td><td>Y</td><td>0</td><td>2147483647</td><td/><td/><td/><td/><td>This field contains the following attributes: UseSystemSettings(0x1)</td></row>
+		<row><td>File</td><td>ISBuildSourcePath</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>Full path, the category is of Text instead of Path because of potential use of path variables.</td></row>
+		<row><td>File</td><td>ISComponentSubFolder_</td><td>Y</td><td/><td/><td/><td/><td>Identifier</td><td/><td>Foreign key referencing component subfolder containing this file.  Only for Pro.</td></row>
+		<row><td>File</td><td>Language</td><td>Y</td><td/><td/><td/><td/><td>Language</td><td/><td>List of decimal language Ids, comma-separated if more than one.</td></row>
+		<row><td>File</td><td>Sequence</td><td>N</td><td>1</td><td>32767</td><td/><td/><td/><td/><td>Sequence with respect to the media images; order must track cabinet order.</td></row>
+		<row><td>File</td><td>Version</td><td>Y</td><td/><td/><td>File</td><td>1</td><td>Version</td><td/><td>Version string for versioned files;  Blank for unversioned files.</td></row>
+		<row><td>FileSFPCatalog</td><td>File_</td><td>N</td><td/><td/><td>File</td><td>1</td><td>Identifier</td><td/><td>File associated with the catalog</td></row>
+		<row><td>FileSFPCatalog</td><td>SFPCatalog_</td><td>N</td><td/><td/><td>SFPCatalog</td><td>1</td><td>Text</td><td/><td>Catalog associated with the file</td></row>
+		<row><td>Font</td><td>File_</td><td>N</td><td/><td/><td>File</td><td>1</td><td>Identifier</td><td/><td>Primary key, foreign key into File table referencing font file.</td></row>
+		<row><td>Font</td><td>FontTitle</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>Font name.</td></row>
+		<row><td>ISAssistantTag</td><td>Data</td><td>Y</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISAssistantTag</td><td>Tag</td><td>N</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISCEApp</td><td>AppKey</td><td>N</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISCEApp</td><td>AppName</td><td>N</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISCEApp</td><td>Attributes</td><td>Y</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISCEApp</td><td>CompanyName</td><td>N</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISCEApp</td><td>Component_</td><td>Y</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISCEApp</td><td>DefDir</td><td>N</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISCEApp</td><td>DeleteMedia</td><td>N</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISCEApp</td><td>Description</td><td>Y</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISCEApp</td><td>DesktopTargetDir</td><td>N</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISCEApp</td><td>DeviceFile</td><td>Y</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISCEApp</td><td>IconIndex</td><td>Y</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISCEApp</td><td>IconPath</td><td>Y</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISCEApp</td><td>InstallNetCF</td><td>Y</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISCEApp</td><td>InstallSQLClient</td><td>Y</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISCEApp</td><td>InstallSQLDev</td><td>Y</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISCEApp</td><td>InstallSQLServer</td><td>Y</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISCEApp</td><td>NoUninstall</td><td>Y</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISCEApp</td><td>PVKFile</td><td>Y</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISCEApp</td><td>PostXML</td><td>Y</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISCEApp</td><td>PreXML</td><td>Y</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISCEApp</td><td>RawDeviceFile</td><td>Y</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISCEApp</td><td>SPCFile</td><td>Y</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISCEDir</td><td>AppKey</td><td>N</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISCEDir</td><td>DirKey</td><td>N</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISCEDir</td><td>DirParent</td><td>N</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISCEDir</td><td>DirValue</td><td>N</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISCEFile</td><td>AdvancedOptions</td><td>Y</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISCEFile</td><td>AppKey</td><td>N</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISCEFile</td><td>CopyOption</td><td>N</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISCEFile</td><td>Destination</td><td>N</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISCEFile</td><td>FileKey</td><td>N</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISCEFile</td><td>FileOption</td><td>N</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISCEFile</td><td>Name</td><td>N</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISCEFile</td><td>Platform</td><td>N</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISCEFile</td><td>Processor</td><td>N</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISCEFile</td><td>Source</td><td>N</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISCEFileExt</td><td>AppKey</td><td>N</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISCEFileExt</td><td>Description</td><td>Y</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISCEFileExt</td><td>ExtKey</td><td>N</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISCEFileExt</td><td>Extension</td><td>N</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISCEFileExt</td><td>FileKey</td><td>N</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISCEFileExt</td><td>IconIndex</td><td>N</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISCEInstall</td><td>CEAppName</td><td>N</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISCEInstall</td><td>CECabs</td><td>N</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISCEInstall</td><td>CEDesktopDir</td><td>N</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISCEInstall</td><td>CEIcoFile</td><td>N</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISCEInstall</td><td>CEIniFileKey</td><td>N</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISCEInstall</td><td>CEInstallKey</td><td>N</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISCEInstall</td><td>Component_</td><td>Y</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISCEInstall</td><td>DeleteMedia</td><td>N</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISCEOtherAppCABs</td><td>AppKey</td><td>N</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISCEOtherAppCABs</td><td>BuildSourcePath</td><td>N</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISCEOtherAppCABs</td><td>FileKey</td><td>N</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISCERegistry</td><td>AppKey</td><td>N</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISCERegistry</td><td>Key</td><td>N</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISCERegistry</td><td>Name</td><td>Y</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISCERegistry</td><td>Overwrite</td><td>N</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISCERegistry</td><td>Platform</td><td>N</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISCERegistry</td><td>Processor</td><td>N</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISCERegistry</td><td>RegKey</td><td>N</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISCERegistry</td><td>Root</td><td>N</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISCERegistry</td><td>Value</td><td>Y</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISCESetupFile</td><td>AppKey</td><td>N</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISCESetupFile</td><td>Name</td><td>N</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISCESetupFile</td><td>Platform</td><td>N</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISCESetupFile</td><td>Processor</td><td>N</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISCESetupFile</td><td>SetupFileKey</td><td>N</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISCESetupFile</td><td>Source</td><td>N</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISCEShtCut</td><td>AppKey</td><td>N</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISCEShtCut</td><td>Destination</td><td>N</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISCEShtCut</td><td>DisplayName</td><td>N</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISCEShtCut</td><td>Platform</td><td>N</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISCEShtCut</td><td>ShtCutKey</td><td>N</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISCEShtCut</td><td>Target</td><td>N</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISComCatalogAttribute</td><td>ISComCatalogObject_</td><td>N</td><td/><td/><td>ISComCatalogObject</td><td>1</td><td>Identifier</td><td/><td>Foreign key into the ISComCatalogObject table.</td></row>
+		<row><td>ISComCatalogAttribute</td><td>ItemName</td><td>N</td><td/><td/><td/><td/><td>Text</td><td/><td>The named attribute for a catalog object.</td></row>
+		<row><td>ISComCatalogAttribute</td><td>ItemValue</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>A value associated with the attribute defined in the ItemName column.</td></row>
+		<row><td>ISComCatalogCollection</td><td>CollectionName</td><td>N</td><td/><td/><td/><td/><td>Text</td><td/><td>A catalog collection name.</td></row>
+		<row><td>ISComCatalogCollection</td><td>ISComCatalogCollection</td><td>N</td><td/><td/><td/><td/><td>Identifier</td><td/><td>A unique key for the ISComCatalogCollection table.</td></row>
+		<row><td>ISComCatalogCollection</td><td>ISComCatalogObject_</td><td>N</td><td/><td/><td>ISComCatalogObject</td><td>1</td><td>Identifier</td><td/><td>Foreign key into the ISComCatalogObject table.</td></row>
+		<row><td>ISComCatalogCollectionObjects</td><td>ISComCatalogCollection_</td><td>N</td><td/><td/><td>ISComCatalogCollection</td><td>1</td><td>Identifier</td><td/><td>A unique key for the ISComCatalogCollection table.</td></row>
+		<row><td>ISComCatalogCollectionObjects</td><td>ISComCatalogObject_</td><td>N</td><td/><td/><td>ISComCatalogObject</td><td>1</td><td>Identifier</td><td/><td>Foreign key into the ISComCatalogObject table.</td></row>
+		<row><td>ISComCatalogObject</td><td>DisplayName</td><td>N</td><td/><td/><td/><td/><td/><td/><td>The display name of a catalog object.</td></row>
+		<row><td>ISComCatalogObject</td><td>ISComCatalogObject</td><td>N</td><td/><td/><td/><td/><td>Identifier</td><td/><td>A unique key for the ISComCatalogObject table.</td></row>
+		<row><td>ISComPlusApplication</td><td>Component_</td><td>N</td><td/><td/><td>Component</td><td>1</td><td>Identifier</td><td/><td>Foreign key into the Component table that a COM+ application belongs to.</td></row>
+		<row><td>ISComPlusApplication</td><td>ComputerName</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>Computer name that a COM+ application belongs to.</td></row>
+		<row><td>ISComPlusApplication</td><td>DepFiles</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>List of the dependent files.</td></row>
+		<row><td>ISComPlusApplication</td><td>ISAttributes</td><td>Y</td><td/><td/><td/><td/><td/><td/><td>InstallShield custom attributes associated with a COM+ application.</td></row>
+		<row><td>ISComPlusApplication</td><td>ISComCatalogObject_</td><td>N</td><td/><td/><td>ISComCatalogObject</td><td>1</td><td>Identifier</td><td/><td>Foreign key into the ISComCatalogObject table.</td></row>
+		<row><td>ISComPlusProxy</td><td>Component_</td><td>Y</td><td/><td/><td>Component</td><td>1</td><td>Identifier</td><td/><td>Foreign key into the Component table that a COM+ application proxy belongs to.</td></row>
+		<row><td>ISComPlusProxy</td><td>DepFiles</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>List of the dependent files.</td></row>
+		<row><td>ISComPlusProxy</td><td>ISAttributes</td><td>Y</td><td/><td/><td/><td/><td/><td/><td>InstallShield custom attributes associated with a COM+ application proxy.</td></row>
+		<row><td>ISComPlusProxy</td><td>ISComPlusApplication_</td><td>N</td><td/><td/><td>ISComPlusApplication</td><td>1</td><td>Identifier</td><td/><td>Foreign key into the ISComPlusApplication table that a COM+ application proxy belongs to.</td></row>
+		<row><td>ISComPlusProxy</td><td>ISComPlusProxy</td><td>N</td><td/><td/><td/><td/><td>Identifier</td><td/><td>A unique key for the ISComPlusProxy table.</td></row>
+		<row><td>ISComponentExtended</td><td>Component_</td><td>N</td><td/><td/><td>Component</td><td>1</td><td>Identifier</td><td/><td>Primary key used to identify a particular component record.</td></row>
+		<row><td>ISComponentExtended</td><td>FTPLocation</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>FTP Location</td></row>
+		<row><td>ISComponentExtended</td><td>FilterProperty</td><td>N</td><td/><td/><td/><td/><td>Identifier</td><td/><td>Property to set if you want to filter a component</td></row>
+		<row><td>ISComponentExtended</td><td>HTTPLocation</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>HTTP Location</td></row>
+		<row><td>ISComponentExtended</td><td>Language</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>Language</td></row>
+		<row><td>ISComponentExtended</td><td>Miscellaneous</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>Miscellaneous</td></row>
+		<row><td>ISComponentExtended</td><td>OS</td><td>Y</td><td/><td/><td/><td/><td/><td/><td>bitwise addition of OSs</td></row>
+		<row><td>ISComponentExtended</td><td>Platforms</td><td>Y</td><td/><td/><td/><td/><td/><td/><td>bitwise addition of Platforms.</td></row>
+		<row><td>ISDLLWrapper</td><td>EntryPoint</td><td>N</td><td/><td/><td/><td/><td>Text</td><td/><td>This is a foreign key to the target column in the CustomAction table</td></row>
+		<row><td>ISDLLWrapper</td><td>Source</td><td>N</td><td/><td/><td/><td/><td>Formatted</td><td/><td>This is column points to the source file for the DLLWrapper Custom Action</td></row>
+		<row><td>ISDLLWrapper</td><td>Target</td><td>N</td><td/><td/><td/><td/><td>Text</td><td/><td>The function signature</td></row>
+		<row><td>ISDLLWrapper</td><td>Type</td><td>Y</td><td/><td/><td/><td/><td/><td/><td>Type</td></row>
+		<row><td>ISDependency</td><td>Exclude</td><td>Y</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISDependency</td><td>ISDependency</td><td>Y</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISDisk1File</td><td>Disk</td><td>Y</td><td/><td/><td/><td/><td/><td>-1;0;1</td><td>Used to differentiate between disk1(1), last disk(-1), and other(0).</td></row>
+		<row><td>ISDisk1File</td><td>ISBuildSourcePath</td><td>N</td><td/><td/><td/><td/><td>Text</td><td/><td>Full path of file to be copied to Disk1 folder</td></row>
+		<row><td>ISDisk1File</td><td>ISDisk1File</td><td>N</td><td/><td/><td/><td/><td>Identifier</td><td/><td>Primary key for ISDisk1File table</td></row>
+		<row><td>ISDynamicFile</td><td>Component_</td><td>N</td><td/><td/><td>Component</td><td>1</td><td>Identifier</td><td/><td>Foreign key referencing Component that controls the file.</td></row>
+		<row><td>ISDynamicFile</td><td>ExcludeFiles</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>Wildcards for excluded files.</td></row>
+		<row><td>ISDynamicFile</td><td>ISAttributes</td><td>Y</td><td/><td/><td/><td/><td/><td>0;1;2;3</td><td>This is used to store Installshield custom properties of a dynamic filet.  Currently the only one is SelfRegister.</td></row>
+		<row><td>ISDynamicFile</td><td>IncludeFiles</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>Wildcards for included files.</td></row>
+		<row><td>ISDynamicFile</td><td>IncludeFlags</td><td>Y</td><td/><td/><td/><td/><td/><td/><td>Include flags.</td></row>
+		<row><td>ISDynamicFile</td><td>SourceFolder</td><td>N</td><td/><td/><td/><td/><td>Text</td><td/><td>Full path, the category is of Text instead of Path because of potential use of path variables.</td></row>
+		<row><td>ISFeatureMergeModuleExcludes</td><td>Feature_</td><td>N</td><td/><td/><td/><td/><td>Identifier</td><td/><td>Foreign key into Feature table.</td></row>
+		<row><td>ISFeatureMergeModuleExcludes</td><td>Language</td><td>N</td><td/><td/><td/><td/><td/><td/><td>Foreign key into ISMergeModule table.</td></row>
+		<row><td>ISFeatureMergeModuleExcludes</td><td>ModuleID</td><td>N</td><td/><td/><td/><td/><td>Identifier</td><td/><td>Foreign key into ISMergeModule table.
+</td></row>
+		<row><td>ISFeatureMergeModules</td><td>Feature_</td><td>N</td><td/><td/><td>Feature</td><td>1</td><td>Identifier</td><td/><td>Foreign key into Feature table.</td></row>
+		<row><td>ISFeatureMergeModules</td><td>ISMergeModule_</td><td>N</td><td/><td/><td>ISMergeModule</td><td>1</td><td>Text</td><td/><td>Foreign key into ISMergeModule table.
+</td></row>
+		<row><td>ISFeatureMergeModules</td><td>Language_</td><td>N</td><td/><td/><td>ISMergeModule</td><td>2</td><td/><td/><td>Foreign key into ISMergeModule table.</td></row>
+		<row><td>ISIISCommon</td><td>AnonyPasswrd</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>Password for anonymous access</td></row>
+		<row><td>ISIISCommon</td><td>AnonyUserName</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>User name for anonymous access</td></row>
+		<row><td>ISIISCommon</td><td>AppName</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>AppName of this VRoot</td></row>
+		<row><td>ISIISCommon</td><td>Attributes</td><td>N</td><td/><td/><td/><td/><td>Number</td><td/><td>Attributes for this IIS node</td></row>
+		<row><td>ISIISCommon</td><td>CustomErrors</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>Delimited list of custom errors</td></row>
+		<row><td>ISIISCommon</td><td>DefDoc</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>Localizable Defeault Doc</td></row>
+		<row><td>ISIISCommon</td><td>DisplayName</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>Localizable Virtual Root Name</td></row>
+		<row><td>ISIISCommon</td><td>ISIISCommon</td><td>N</td><td/><td/><td/><td/><td>Identifier</td><td/><td>Primary key used to identify a particular  record.</td></row>
+		<row><td>ISIISCommon</td><td>ISIISCommon_Parent</td><td>Y</td><td/><td/><td>ISIISCommon</td><td>1</td><td>Identifier</td><td/><td>This record's parent record.</td></row>
+		<row><td>ISIISCommon</td><td>RootDir</td><td>N</td><td/><td/><td/><td/><td>Text</td><td/><td>Root directory for this IIS Node</td></row>
+		<row><td>ISIISCommon</td><td>SSLCert</td><td>Y</td><td/><td/><td>Binary</td><td>1</td><td>Identifier</td><td/><td>Foreign key into the binary table.</td></row>
+		<row><td>ISIISCommon</td><td>ScriptTimeout</td><td>Y</td><td/><td/><td/><td/><td>Number</td><td/><td>ASP Script Timeout</td></row>
+		<row><td>ISIISCommon</td><td>SessionTimeout</td><td>Y</td><td/><td/><td/><td/><td>Number</td><td/><td>Session Timeout</td></row>
+		<row><td>ISIISMetaData</td><td>ISIISCommon_</td><td>N</td><td/><td/><td>ISIISCommon</td><td>1</td><td>Identifier</td><td/><td>Foreign key into ISIISCommon table</td></row>
+		<row><td>ISIISMetaData</td><td>MetaDataAttributes</td><td>N</td><td/><td/><td/><td/><td/><td/><td>This is the dwMDAttributes item in the METADATA_RECORD structure</td></row>
+		<row><td>ISIISMetaData</td><td>MetaDataProp</td><td>Y</td><td/><td/><td/><td/><td/><td/><td>This is the dwMDIdentifier item in the METADATA_RECORD structure</td></row>
+		<row><td>ISIISMetaData</td><td>MetaDataType</td><td>Y</td><td/><td/><td/><td/><td/><td/><td>This is the dwMDDataType item in the METADATA_RECORD structure</td></row>
+		<row><td>ISIISMetaData</td><td>MetaDataUserType</td><td>N</td><td/><td/><td/><td/><td/><td/><td>This is the dwMDUserType item in the METADATA_RECORD structure</td></row>
+		<row><td>ISIISMetaData</td><td>MetaDataValue</td><td>N</td><td/><td/><td/><td/><td>Text</td><td/><td>This is the pbMDData  item in the METADATA_RECORD structure</td></row>
+		<row><td>ISIISMetaData</td><td>Order</td><td>N</td><td/><td/><td/><td/><td/><td/><td>Use this column to order the meta data properties.</td></row>
+		<row><td>ISInstallScriptAction</td><td>EntryPoint</td><td>N</td><td/><td/><td/><td/><td>Text</td><td/><td>This is a foreign key to the target column in the CustomAction table</td></row>
+		<row><td>ISInstallScriptAction</td><td>Source</td><td>N</td><td/><td/><td/><td/><td>Formatted</td><td/><td>This is column points to the source file for the DLLWrapper Custom Action</td></row>
+		<row><td>ISInstallScriptAction</td><td>Target</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>The function signature</td></row>
+		<row><td>ISInstallScriptAction</td><td>Type</td><td>Y</td><td/><td/><td/><td/><td/><td/><td>Type</td></row>
+		<row><td>ISLanguage</td><td>ISLanguage</td><td>N</td><td/><td/><td/><td/><td>Language</td><td/><td>This is the language ID.</td></row>
+		<row><td>ISLanguage</td><td>Included</td><td>Y</td><td/><td/><td/><td/><td/><td>0;1</td><td>Specify whether this language should be included.</td></row>
+		<row><td>ISLinkerLibrary</td><td>ISLinkerLibrary</td><td>N</td><td/><td/><td/><td/><td>Identifier</td><td/><td>Unique identifier for the link library.
+</td></row>
+		<row><td>ISLinkerLibrary</td><td>Library</td><td>N</td><td/><td/><td/><td/><td>Text</td><td/><td>Full path of the object library (.obl file).
+</td></row>
+		<row><td>ISLinkerLibrary</td><td>Order</td><td>N</td><td/><td/><td/><td/><td/><td/><td>Order of the Library</td></row>
+		<row><td>ISLocalControl</td><td>Attributes</td><td>Y</td><td/><td/><td/><td/><td/><td/><td>A 32-bit word that specifies the attribute flags to be applied to this control.</td></row>
+		<row><td>ISLocalControl</td><td>Binary_</td><td>Y</td><td/><td/><td>Binary</td><td>1</td><td>Identifier</td><td/><td>External key to the Binary table.</td></row>
+		<row><td>ISLocalControl</td><td>Control_</td><td>N</td><td/><td/><td>Control</td><td>2</td><td>Identifier</td><td/><td>Name of the control. This name must be unique within a dialog, but can repeat on different dialogs.</td></row>
+		<row><td>ISLocalControl</td><td>Dialog_</td><td>N</td><td/><td/><td>Dialog</td><td>1</td><td>Identifier</td><td/><td>External key to the Dialog table, name of the dialog.</td></row>
+		<row><td>ISLocalControl</td><td>Height</td><td>Y</td><td/><td/><td/><td/><td/><td/><td>Height of the bounding rectangle of the control.</td></row>
+		<row><td>ISLocalControl</td><td>ISBuildSourcePath</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>Full path to .rtf file for scrollable text control</td></row>
+		<row><td>ISLocalControl</td><td>ISLanguage_</td><td>N</td><td/><td/><td>ISLanguage</td><td>1</td><td>Language</td><td/><td>This is a foreign key to the ISLanguage table.</td></row>
+		<row><td>ISLocalControl</td><td>Width</td><td>Y</td><td/><td/><td/><td/><td/><td/><td>Width of the bounding rectangle of the control.</td></row>
+		<row><td>ISLocalControl</td><td>X</td><td>Y</td><td/><td/><td/><td/><td/><td/><td>Horizontal coordinate of the upper left corner of the bounding rectangle of the control.</td></row>
+		<row><td>ISLocalControl</td><td>Y</td><td>Y</td><td/><td/><td/><td/><td/><td/><td>Vertical coordinate of the upper left corner of the bounding rectangle of the control.</td></row>
+		<row><td>ISLocalDialog</td><td>Attributes</td><td>Y</td><td/><td/><td/><td/><td/><td/><td>A 32-bit word that specifies the attribute flags to be applied to this dialog.</td></row>
+		<row><td>ISLocalDialog</td><td>Dialog_</td><td>Y</td><td/><td/><td>Dialog</td><td>1</td><td>Identifier</td><td/><td>Name of the dialog.</td></row>
+		<row><td>ISLocalDialog</td><td>Height</td><td>N</td><td>0</td><td>32767</td><td/><td/><td/><td/><td>Height of the bounding rectangle of the dialog.</td></row>
+		<row><td>ISLocalDialog</td><td>ISLanguage_</td><td>Y</td><td/><td/><td>ISLanguage</td><td>1</td><td>Language</td><td/><td>This is a foreign key to the ISLanguage table.</td></row>
+		<row><td>ISLocalDialog</td><td>TextStyle_</td><td>Y</td><td/><td/><td/><td/><td>Identifier</td><td/><td>Foreign Key into TextStyle table, only used in Script Based Projects.</td></row>
+		<row><td>ISLocalDialog</td><td>Width</td><td>N</td><td>0</td><td>32767</td><td/><td/><td/><td/><td>Width of the bounding rectangle of the dialog.</td></row>
+		<row><td>ISLocalRadioButton</td><td>Height</td><td>N</td><td>0</td><td>32767</td><td/><td/><td/><td/><td>The height of the button.</td></row>
+		<row><td>ISLocalRadioButton</td><td>ISLanguage_</td><td>N</td><td/><td/><td>ISLanguage</td><td>1</td><td>Language</td><td/><td>This is a foreign key to the ISLanguage table.</td></row>
+		<row><td>ISLocalRadioButton</td><td>Order</td><td>N</td><td>1</td><td>32767</td><td>RadioButton</td><td>2</td><td/><td/><td>A positive integer used to determine the ordering of the items within one list..The integers do not have to be consecutive.</td></row>
+		<row><td>ISLocalRadioButton</td><td>Property</td><td>N</td><td/><td/><td>RadioButton</td><td>1</td><td>Identifier</td><td/><td>A named property to be tied to this radio button. All the buttons tied to the same property become part of the same group.</td></row>
+		<row><td>ISLocalRadioButton</td><td>Width</td><td>N</td><td>0</td><td>32767</td><td/><td/><td/><td/><td>The width of the button.</td></row>
+		<row><td>ISLocalRadioButton</td><td>X</td><td>N</td><td>0</td><td>32767</td><td/><td/><td/><td/><td>The horizontal coordinate of the upper left corner of the bounding rectangle of the radio button.</td></row>
+		<row><td>ISLocalRadioButton</td><td>Y</td><td>N</td><td>0</td><td>32767</td><td/><td/><td/><td/><td>The vertical coordinate of the upper left corner of the bounding rectangle of the radio button.</td></row>
+		<row><td>ISLogicalDisk</td><td>Cabinet</td><td>Y</td><td/><td/><td/><td/><td>Cabinet</td><td/><td>If some or all of the files stored on the media are compressed in a cabinet, the name of that cabinet.</td></row>
+		<row><td>ISLogicalDisk</td><td>DiskId</td><td>N</td><td>1</td><td>32767</td><td/><td/><td/><td/><td>Primary key, integer to determine sort order for table.</td></row>
+		<row><td>ISLogicalDisk</td><td>DiskPrompt</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>Disk name: the visible text actually printed on the disk.  This will be used to prompt the user when this disk needs to be inserted.</td></row>
+		<row><td>ISLogicalDisk</td><td>ISProductConfiguration_</td><td>N</td><td/><td/><td>ISProductConfiguration</td><td>1</td><td>Text</td><td/><td>Foreign key into the ISProductConfiguration table.</td></row>
+		<row><td>ISLogicalDisk</td><td>ISRelease_</td><td>N</td><td/><td/><td>ISRelease</td><td>1</td><td>Text</td><td/><td>Foreign key into the ISRelease table.</td></row>
+		<row><td>ISLogicalDisk</td><td>LastSequence</td><td>N</td><td>0</td><td>32767</td><td/><td/><td/><td/><td>File sequence number for the last file for this media.</td></row>
+		<row><td>ISLogicalDisk</td><td>Source</td><td>Y</td><td/><td/><td/><td/><td>Property</td><td/><td>The property defining the location of the cabinet file.</td></row>
+		<row><td>ISLogicalDisk</td><td>VolumeLabel</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>The label attributed to the volume.</td></row>
+		<row><td>ISLogicalDiskFeatures</td><td>Feature_</td><td>Y</td><td/><td/><td>Feature</td><td>1</td><td>Identifier</td><td/><td>Required foreign key into the Feature Table,</td></row>
+		<row><td>ISLogicalDiskFeatures</td><td>ISAttributes</td><td>Y</td><td/><td/><td/><td/><td/><td/><td>This is used to store Installshield custom properties, like Compressed, etc.</td></row>
+		<row><td>ISLogicalDiskFeatures</td><td>ISLogicalDisk_</td><td>N</td><td>1</td><td>32767</td><td>ISLogicalDisk</td><td>1</td><td>Identifier</td><td/><td>Foreign key into the ISLogicalDisk table.</td></row>
+		<row><td>ISLogicalDiskFeatures</td><td>ISProductConfiguration_</td><td>N</td><td/><td/><td>ISProductConfiguration</td><td>1</td><td>Text</td><td/><td>Foreign key into the ISProductConfiguration table.</td></row>
+		<row><td>ISLogicalDiskFeatures</td><td>ISRelease_</td><td>N</td><td/><td/><td>ISRelease</td><td>1</td><td>Text</td><td/><td>Foreign key into the ISRelease table.</td></row>
+		<row><td>ISLogicalDiskFeatures</td><td>Sequence</td><td>N</td><td>0</td><td>32767</td><td/><td/><td/><td/><td>File sequence number for the file for this media.</td></row>
+		<row><td>ISMergeModule</td><td>Destination</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>Destination.
+</td></row>
+		<row><td>ISMergeModule</td><td>ISAttributes</td><td>Y</td><td/><td/><td/><td/><td/><td/><td>This is used to store Installshield custom properties of a merge module.</td></row>
+		<row><td>ISMergeModule</td><td>ISMergeModule</td><td>N</td><td/><td/><td/><td/><td>Text</td><td/><td>The GUID identifying the merge module.
+</td></row>
+		<row><td>ISMergeModule</td><td>Language</td><td>N</td><td/><td/><td/><td/><td/><td/><td>Default decimal language of module.</td></row>
+		<row><td>ISMergeModule</td><td>Name</td><td>N</td><td/><td/><td/><td/><td>Text</td><td/><td>Name of the merge module.
+</td></row>
+		<row><td>ISMergeModuleCfgValues</td><td>Attributes</td><td>Y</td><td/><td/><td/><td/><td/><td/><td>Attributes (from configurable merge module)</td></row>
+		<row><td>ISMergeModuleCfgValues</td><td>ContextData</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>ContextData  (from configurable merge module)</td></row>
+		<row><td>ISMergeModuleCfgValues</td><td>DefaultValue</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>DefaultValue  (from configurable merge module)</td></row>
+		<row><td>ISMergeModuleCfgValues</td><td>Description</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>Description (from configurable merge module)</td></row>
+		<row><td>ISMergeModuleCfgValues</td><td>DisplayName</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>DisplayName (from configurable merge module)</td></row>
+		<row><td>ISMergeModuleCfgValues</td><td>Format</td><td>N</td><td/><td/><td/><td/><td/><td/><td>Format (from configurable merge module)</td></row>
+		<row><td>ISMergeModuleCfgValues</td><td>HelpKeyword</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>HelpKeyword (from configurable merge module)</td></row>
+		<row><td>ISMergeModuleCfgValues</td><td>HelpLocation</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>HelpLocation (from configurable merge module)</td></row>
+		<row><td>ISMergeModuleCfgValues</td><td>ISMergeModule_</td><td>N</td><td/><td/><td>ISMergeModule</td><td>1</td><td>Text</td><td/><td>The module signature, a foreign key into the ISMergeModule table</td></row>
+		<row><td>ISMergeModuleCfgValues</td><td>Language_</td><td>N</td><td/><td/><td>ISMergeModule</td><td>2</td><td/><td/><td>Default decimal language of module.</td></row>
+		<row><td>ISMergeModuleCfgValues</td><td>ModuleConfiguration_</td><td>N</td><td/><td/><td/><td/><td>Identifier</td><td/><td>Identifier, foreign key into ModuleConfiguration table (ModuleConfiguration.Name)</td></row>
+		<row><td>ISMergeModuleCfgValues</td><td>Type</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>Type (from configurable merge module)</td></row>
+		<row><td>ISMergeModuleCfgValues</td><td>Value</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>Value for this item.</td></row>
+		<row><td>ISObject</td><td>Language</td><td>N</td><td/><td/><td/><td/><td>Text</td><td/><td/></row>
+		<row><td>ISObject</td><td>ObjectName</td><td>N</td><td/><td/><td/><td/><td>Text</td><td/><td/></row>
+		<row><td>ISObjectProperty</td><td>IncludeInBuild</td><td>Y</td><td/><td/><td/><td/><td/><td/><td>Boolean, 0 for false non 0 for true</td></row>
+		<row><td>ISObjectProperty</td><td>ObjectName</td><td>Y</td><td/><td/><td>ISObject</td><td>1</td><td>Text</td><td/><td/></row>
+		<row><td>ISObjectProperty</td><td>Property</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td/></row>
+		<row><td>ISObjectProperty</td><td>Value</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td/></row>
+		<row><td>ISPalmApp</td><td>Component</td><td>N</td><td/><td/><td>Component</td><td>1</td><td/><td/><td/></row>
+		<row><td>ISPalmApp</td><td>PalmApp</td><td>N</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISPalmAppFile</td><td>Destination</td><td>N</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISPalmAppFile</td><td>FileKey</td><td>N</td><td/><td/><td>File</td><td>1</td><td/><td/><td/></row>
+		<row><td>ISPalmAppFile</td><td>PalmApp</td><td>N</td><td/><td/><td>ISPalmApp</td><td>1</td><td/><td/><td/></row>
+		<row><td>ISPatchConfigImage</td><td>PatchConfiguration_</td><td>Y</td><td/><td/><td>ISPatchConfiguration</td><td>1</td><td>Text</td><td/><td>Foreign key to the ISPatchConfigurationTable</td></row>
+		<row><td>ISPatchConfigImage</td><td>UpgradedImage_</td><td>N</td><td/><td/><td>ISUpgradedImage</td><td>1</td><td>Text</td><td/><td>Foreign key to the ISUpgradedImageTable</td></row>
+		<row><td>ISPatchConfiguration</td><td>Attributes</td><td>Y</td><td/><td/><td/><td/><td/><td/><td>PatchConfiguration attributes</td></row>
+		<row><td>ISPatchConfiguration</td><td>CanPCDiffer</td><td>N</td><td/><td/><td/><td/><td/><td/><td>This is determine whether Product Codes may differ</td></row>
+		<row><td>ISPatchConfiguration</td><td>CanPVDiffer</td><td>N</td><td/><td/><td/><td/><td/><td/><td>This is determine whether the Major Product Version may differ</td></row>
+		<row><td>ISPatchConfiguration</td><td>EnablePatchCache</td><td>N</td><td/><td/><td/><td/><td/><td/><td>This is determine whether to Enable Patch cacheing</td></row>
+		<row><td>ISPatchConfiguration</td><td>Flags</td><td>N</td><td/><td/><td/><td/><td/><td/><td>Patching API Flags</td></row>
+		<row><td>ISPatchConfiguration</td><td>IncludeWholeFiles</td><td>N</td><td/><td/><td/><td/><td/><td/><td>This is determine whether to build a binary level patch</td></row>
+		<row><td>ISPatchConfiguration</td><td>LeaveDecompressed</td><td>N</td><td/><td/><td/><td/><td/><td/><td>This is determine whether to leave intermediate files devcompressed when finished</td></row>
+		<row><td>ISPatchConfiguration</td><td>MinMsiVersion</td><td>N</td><td/><td/><td/><td/><td/><td/><td>Minimum Required MSI Version</td></row>
+		<row><td>ISPatchConfiguration</td><td>Name</td><td>N</td><td/><td/><td/><td/><td>Text</td><td/><td>Name of the Patch Configuration</td></row>
+		<row><td>ISPatchConfiguration</td><td>OptimizeForSize</td><td>N</td><td/><td/><td/><td/><td/><td/><td>This is determine whether to Optimize for large files</td></row>
+		<row><td>ISPatchConfiguration</td><td>OutputPath</td><td>N</td><td/><td/><td/><td/><td>Text</td><td/><td>Build Location</td></row>
+		<row><td>ISPatchConfiguration</td><td>PatchCacheDir</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>Directory to recieve the Patch Cache information</td></row>
+		<row><td>ISPatchConfiguration</td><td>PatchGuid</td><td>N</td><td/><td/><td/><td/><td>Text</td><td/><td>Unique Patch Identifier</td></row>
+		<row><td>ISPatchConfiguration</td><td>PatchGuidsToReplace</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>List Of Patch Guids to unregister</td></row>
+		<row><td>ISPatchConfiguration</td><td>TargetProductCodes</td><td>N</td><td/><td/><td/><td/><td>Text</td><td/><td>List Of target Product Codes</td></row>
+		<row><td>ISPatchConfigurationProperty</td><td>ISPatchConfiguration_</td><td>Y</td><td/><td/><td>ISPatchConfiguration</td><td>1</td><td>Text</td><td/><td>Name of the Patch Configuration</td></row>
+		<row><td>ISPatchConfigurationProperty</td><td>Property</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>Name of the Patch Configuration Property value</td></row>
+		<row><td>ISPatchConfigurationProperty</td><td>Value</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>Value of the Patch Configuration Property</td></row>
+		<row><td>ISPatchExternalFile</td><td>FileKey</td><td>N</td><td/><td/><td/><td/><td>Text</td><td/><td>Filekey</td></row>
+		<row><td>ISPatchExternalFile</td><td>FilePath</td><td>N</td><td/><td/><td/><td/><td>Text</td><td/><td>Filepath</td></row>
+		<row><td>ISPatchExternalFile</td><td>ISUpgradedImage_</td><td>N</td><td/><td/><td>ISUpgradedImage</td><td>1</td><td>Text</td><td/><td>Foreign key to the isupgraded image table</td></row>
+		<row><td>ISPatchExternalFile</td><td>Name</td><td>N</td><td/><td/><td/><td/><td>Text</td><td/><td>Uniqu name to identify this record.</td></row>
+		<row><td>ISPatchWholeFile</td><td>Component</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>Component containing file key</td></row>
+		<row><td>ISPatchWholeFile</td><td>FileKey</td><td>N</td><td/><td/><td/><td/><td>Text</td><td/><td>Key of file to be included as whole</td></row>
+		<row><td>ISPatchWholeFile</td><td>UpgradedImage</td><td>N</td><td/><td/><td>ISUpgradedImage</td><td>1</td><td>Text</td><td/><td>Foreign key to ISUpgradedImage Table</td></row>
+		<row><td>ISPathVariable</td><td>ISPathVariable</td><td>N</td><td/><td/><td/><td/><td/><td/><td>The name of the path variable.</td></row>
+		<row><td>ISPathVariable</td><td>TestValue</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>The test value of the path variable.</td></row>
+		<row><td>ISPathVariable</td><td>Type</td><td>N</td><td/><td/><td/><td/><td/><td>1;2;4;8</td><td>The type of the path variable.</td></row>
+		<row><td>ISPathVariable</td><td>Value</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>The value of the path variable.</td></row>
+		<row><td>ISProductConfiguration</td><td>GeneratePackageCode</td><td>Y</td><td/><td/><td/><td/><td>Number</td><td>0;1</td><td>Indicates whether or not to generate a package code.
+</td></row>
+		<row><td>ISProductConfiguration</td><td>ISProductConfiguration</td><td>N</td><td/><td/><td/><td/><td>Text</td><td/><td>The name of the product configuration.
+</td></row>
+		<row><td>ISProductConfiguration</td><td>ProductConfigurationFlags</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>Product configuration (release) flags.
+</td></row>
+		<row><td>ISProductConfigurationInstance</td><td>ISProductConfiguration_</td><td>N</td><td/><td/><td>ISProductConfiguration</td><td>1</td><td>Text</td><td/><td>Foreign key into the ISProductConfiguration table.
+</td></row>
+		<row><td>ISProductConfigurationInstance</td><td>InstanceId</td><td>N</td><td>0</td><td>32767</td><td/><td/><td/><td/><td>Identifies the instance number of this instance. This value is stored in the Property InstanceId.</td></row>
+		<row><td>ISProductConfigurationInstance</td><td>Property</td><td>N</td><td/><td/><td/><td/><td>Text</td><td/><td>Product Congiuration property name</td></row>
+		<row><td>ISProductConfigurationInstance</td><td>Value</td><td>N</td><td/><td/><td/><td/><td>Text</td><td/><td>String value for property.</td></row>
+		<row><td>ISProductConfigurationProperty</td><td>ISProductConfiguration_</td><td>N</td><td/><td/><td>ISProductConfiguration</td><td>1</td><td>Text</td><td/><td>Foreign key into the ISProductConfiguration table.
+</td></row>
+		<row><td>ISProductConfigurationProperty</td><td>Property</td><td>N</td><td/><td/><td>Property</td><td>1</td><td>Text</td><td/><td>Product Congiuration property name</td></row>
+		<row><td>ISProductConfigurationProperty</td><td>Value</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>String value for property. Never null or empty.
+
+
+
+</td></row>
+		<row><td>ISRelease</td><td>Attributes</td><td>N</td><td/><td/><td/><td/><td/><td/><td>Bitfield holding boolean values for various release attributes.</td></row>
+		<row><td>ISRelease</td><td>BuildLocation</td><td>N</td><td/><td/><td/><td/><td>Text</td><td/><td>Build location.</td></row>
+		<row><td>ISRelease</td><td>CDBrowser</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>Demoshield browser location.</td></row>
+		<row><td>ISRelease</td><td>DefaultLanguage</td><td>N</td><td/><td/><td/><td/><td>Language</td><td/><td>Default language for setup.</td></row>
+		<row><td>ISRelease</td><td>DigitalPVK</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>Digital signing private key (.pvk) file.</td></row>
+		<row><td>ISRelease</td><td>DigitalSPC</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>Digital signing Software Publisher Certificate (.spc) file.</td></row>
+		<row><td>ISRelease</td><td>DigitalURL</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>Digital signing URL.</td></row>
+		<row><td>ISRelease</td><td>DiskClusterSize</td><td>N</td><td/><td/><td/><td/><td/><td/><td>Disk cluster size.</td></row>
+		<row><td>ISRelease</td><td>DiskSize</td><td>N</td><td/><td/><td/><td/><td>Text</td><td/><td>Disk size.</td></row>
+		<row><td>ISRelease</td><td>DiskSizeUnit</td><td>N</td><td/><td/><td/><td/><td/><td>0;1;2</td><td>Disk size units (KB or MB).</td></row>
+		<row><td>ISRelease</td><td>DiskSpanning</td><td>N</td><td/><td/><td/><td/><td/><td>0;1;2</td><td>Disk spanning (automatic, enforce size, etc.).</td></row>
+		<row><td>ISRelease</td><td>DotNetBuildConfiguration</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>Build Configuration for .NET solutions.</td></row>
+		<row><td>ISRelease</td><td>ISProductConfiguration_</td><td>N</td><td/><td/><td>ISProductConfiguration</td><td>1</td><td>Text</td><td/><td>Foreign key into the ISProductConfiguration table.</td></row>
+		<row><td>ISRelease</td><td>ISRelease</td><td>N</td><td/><td/><td/><td/><td>Text</td><td/><td>The name of the release.
+</td></row>
+		<row><td>ISRelease</td><td>ISSetupPrerequisiteLocation</td><td>Y</td><td/><td/><td/><td/><td/><td>0;1;2</td><td>Location the Setup Prerequisites will be placed in</td></row>
+		<row><td>ISRelease</td><td>MediaLocation</td><td>N</td><td/><td/><td/><td/><td>Text</td><td/><td>Media location on disk.</td></row>
+		<row><td>ISRelease</td><td>MsiCommandLine</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>Command line passed to the msi package from setup.exe</td></row>
+		<row><td>ISRelease</td><td>MsiSourceType</td><td>N</td><td>-1</td><td>4</td><td/><td/><td/><td/><td>MSI media source type.</td></row>
+		<row><td>ISRelease</td><td>PackageName</td><td>N</td><td/><td/><td/><td/><td>Text</td><td/><td>Package name.</td></row>
+		<row><td>ISRelease</td><td>Password</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>Password.</td></row>
+		<row><td>ISRelease</td><td>Platforms</td><td>N</td><td/><td/><td/><td/><td>Text</td><td/><td>Platforms supported (Intel, Alpha, etc.).</td></row>
+		<row><td>ISRelease</td><td>ReleaseFlags</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>Release flags.</td></row>
+		<row><td>ISRelease</td><td>ReleaseType</td><td>N</td><td/><td/><td/><td/><td/><td>1;2;4</td><td>Release type (single, uncompressed, etc.).</td></row>
+		<row><td>ISRelease</td><td>SupportedLanguagesData</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>Languages supported (for component filtering).</td></row>
+		<row><td>ISRelease</td><td>SupportedLanguagesUI</td><td>N</td><td/><td/><td/><td/><td>Text</td><td/><td>UI languages supported.</td></row>
+		<row><td>ISRelease</td><td>SupportedOSs</td><td>N</td><td/><td/><td/><td/><td/><td/><td>Indicate which operating systmes are supported.</td></row>
+		<row><td>ISRelease</td><td>SynchMsi</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>MSI file to synchronize file keys and other data with (patch-like functionality).</td></row>
+		<row><td>ISRelease</td><td>Type</td><td>N</td><td>0</td><td>6</td><td/><td/><td/><td/><td>Release type (CDROM, Network, etc.).</td></row>
+		<row><td>ISRelease</td><td>URLLocation</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>Media location via URL.</td></row>
+		<row><td>ISRelease</td><td>VersionCopyright</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>Version stamp information.</td></row>
+		<row><td>ISReleaseExtended</td><td>Attributes</td><td>Y</td><td/><td/><td/><td/><td/><td/><td>Bitfield holding boolean values for various release attributes.</td></row>
+		<row><td>ISReleaseExtended</td><td>CertPassword</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>Digital certificate password</td></row>
+		<row><td>ISReleaseExtended</td><td>DigitalCertificateDBaseNS</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>Path to cerificate database for Netscape digital  signature</td></row>
+		<row><td>ISReleaseExtended</td><td>DigitalCertificateIdNS</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>Path to cerificate ID for Netscape digital  signature</td></row>
+		<row><td>ISReleaseExtended</td><td>DigitalCertificatePasswordNS</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>Password for Netscape digital  signature</td></row>
+		<row><td>ISReleaseExtended</td><td>DotNetBaseLanguage</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>Base Languge of .NET Redist</td></row>
+		<row><td>ISReleaseExtended</td><td>DotNetFxCmdLine</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>Command Line to pass to DotNetFx.exe</td></row>
+		<row><td>ISReleaseExtended</td><td>DotNetLangPackCmdLine</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>Command Line to pass to LangPack.exe</td></row>
+		<row><td>ISReleaseExtended</td><td>DotNetLangaugePacks</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>.NET Redist language packs to include</td></row>
+		<row><td>ISReleaseExtended</td><td>DotNetRedistLocation</td><td>Y</td><td>0</td><td>3</td><td/><td/><td/><td/><td>Location of .NET framework Redist (Web, SetupExe, Source, None)</td></row>
+		<row><td>ISReleaseExtended</td><td>DotNetRedistURL</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>URL to .NET framework Redist</td></row>
+		<row><td>ISReleaseExtended</td><td>DotNetVersion</td><td>Y</td><td>0</td><td>1</td><td/><td/><td/><td/><td>Version of .NET framework Redist (1.0, 1.1)</td></row>
+		<row><td>ISReleaseExtended</td><td>EngineLocation</td><td>Y</td><td>0</td><td>2</td><td/><td/><td/><td/><td>Location of msi engine (Web, SetupExe...)</td></row>
+		<row><td>ISReleaseExtended</td><td>ISEngineLocation</td><td>Y</td><td>0</td><td>2</td><td/><td/><td/><td/><td>Location of ISScript  engine (Web, SetupExe...)</td></row>
+		<row><td>ISReleaseExtended</td><td>ISEngineURL</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>URL to InstallShield scripting engine</td></row>
+		<row><td>ISReleaseExtended</td><td>ISProductConfiguration_</td><td>N</td><td/><td/><td/><td/><td>Text</td><td/><td>Foreign key into the ISProductConfiguration table.</td></row>
+		<row><td>ISReleaseExtended</td><td>ISRelease_</td><td>N</td><td/><td/><td/><td/><td>Text</td><td/><td>The name of the release.</td></row>
+		<row><td>ISReleaseExtended</td><td>JSharpCmdLine</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>Command Line to pass to vjredist.exe</td></row>
+		<row><td>ISReleaseExtended</td><td>JSharpRedistLocation</td><td>Y</td><td>0</td><td>3</td><td/><td/><td/><td/><td>Location of J# framework Redist (Web, SetupExe, Source, None)</td></row>
+		<row><td>ISReleaseExtended</td><td>MsiEngineVersion</td><td>Y</td><td/><td/><td/><td/><td/><td/><td>Bitfield holding selected MSI engine versions included in this release</td></row>
+		<row><td>ISReleaseExtended</td><td>OneClickCabName</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>File name of generated cabfile</td></row>
+		<row><td>ISReleaseExtended</td><td>OneClickHtmlName</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>File name of generated html page</td></row>
+		<row><td>ISReleaseExtended</td><td>OneClickTargetBrowser</td><td>Y</td><td>0</td><td>2</td><td/><td/><td/><td/><td>Target browser (IE, Netscape, both...)</td></row>
+		<row><td>ISReleaseExtended</td><td>WebCabSize</td><td>Y</td><td>0</td><td>2147483647</td><td/><td/><td/><td/><td>Size of the cabfile</td></row>
+		<row><td>ISReleaseExtended</td><td>WebLocalCachePath</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>Directory to cache downloaded package</td></row>
+		<row><td>ISReleaseExtended</td><td>WebType</td><td>Y</td><td>0</td><td>2</td><td/><td/><td/><td/><td>Type of web install (One Executable, Downloader...)</td></row>
+		<row><td>ISReleaseExtended</td><td>WebURL</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>URL to .msi package</td></row>
+		<row><td>ISReleaseExtended</td><td>Win9xMsiUrl</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>URL to Ansi MSI engine</td></row>
+		<row><td>ISReleaseExtended</td><td>WinMsi30Url</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>URL to MSI 3.0 engine</td></row>
+		<row><td>ISReleaseExtended</td><td>WinNTMsiUrl</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>URL to Unicode MSI engine</td></row>
+		<row><td>ISSQLConnection</td><td>Attributes</td><td>N</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISSQLConnection</td><td>Authentication</td><td>N</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISSQLConnection</td><td>Comments</td><td>Y</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISSQLConnection</td><td>Database</td><td>N</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISSQLConnection</td><td>ISSQLConnection</td><td>N</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISSQLConnection</td><td>Order</td><td>N</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISSQLConnection</td><td>Password</td><td>N</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISSQLConnection</td><td>Server</td><td>N</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISSQLConnection</td><td>UserName</td><td>N</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISSQLConnectionScript</td><td>ISSQLConnection_</td><td>N</td><td/><td/><td>ISSQLConnection</td><td>1</td><td/><td/><td/></row>
+		<row><td>ISSQLConnectionScript</td><td>ISSQLScriptFile_</td><td>N</td><td/><td/><td>ISSQLScriptFile</td><td>1</td><td/><td/><td/></row>
+		<row><td>ISSQLConnectionScript</td><td>Order</td><td>N</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISSQLRequirement</td><td>Attributes</td><td>N</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISSQLRequirement</td><td>ISSQLConnection_</td><td>N</td><td/><td/><td>ISSQLConnection</td><td>1</td><td/><td/><td/></row>
+		<row><td>ISSQLRequirement</td><td>ISSQLRequirement</td><td>N</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISSQLRequirement</td><td>MajorVersion</td><td>Y</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISSQLRequirement</td><td>ServicePackLevel</td><td>Y</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISSQLScriptError</td><td>Attributes</td><td>N</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISSQLScriptError</td><td>ErrHandling</td><td>N</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISSQLScriptError</td><td>ErrNumber</td><td>N</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISSQLScriptError</td><td>ISSQLScriptFile_</td><td>Y</td><td/><td/><td>ISSQLScriptFile</td><td>1</td><td>Identifier</td><td/><td>Foreign key referencing ISSQLScriptFile</td></row>
+		<row><td>ISSQLScriptError</td><td>Message</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>Custom end-user message. Reserved for future use.</td></row>
+		<row><td>ISSQLScriptFile</td><td>Attributes</td><td>N</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISSQLScriptFile</td><td>Comments</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>Comments</td></row>
+		<row><td>ISSQLScriptFile</td><td>Component_</td><td>N</td><td/><td/><td>Component</td><td>1</td><td>Identifier</td><td/><td>Foreign key referencing Component that controls the SQL script.</td></row>
+		<row><td>ISSQLScriptFile</td><td>ErrorHandling</td><td>N</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISSQLScriptFile</td><td>ISBuildSourcePath</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>Full path, the category is of Text instead of Path because of potential use of path variables.</td></row>
+		<row><td>ISSQLScriptFile</td><td>ISSQLScriptFile</td><td>N</td><td/><td/><td/><td/><td>Identifier</td><td/><td>This is the primary key to the ISSQLScriptFile table</td></row>
+		<row><td>ISSQLScriptFile</td><td>InstallText</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>Feedback end-user text at install</td></row>
+		<row><td>ISSQLScriptFile</td><td>Scheduling</td><td>N</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISSQLScriptFile</td><td>UninstallText</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>Feedback end-user text at Uninstall</td></row>
+		<row><td>ISSQLScriptFile</td><td>Version</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>Schema Version (####.#####.####)</td></row>
+		<row><td>ISSQLScriptImport</td><td>Attributes</td><td>N</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISSQLScriptImport</td><td>Authentication</td><td>N</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISSQLScriptImport</td><td>Database</td><td>Y</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISSQLScriptImport</td><td>ExcludeTables</td><td>Y</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISSQLScriptImport</td><td>ISSQLScriptFile_</td><td>N</td><td/><td/><td>ISSQLScriptFile</td><td>1</td><td/><td/><td/></row>
+		<row><td>ISSQLScriptImport</td><td>IncludeTables</td><td>Y</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISSQLScriptImport</td><td>Password</td><td>Y</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISSQLScriptImport</td><td>Server</td><td>Y</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISSQLScriptImport</td><td>UserName</td><td>Y</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISSQLScriptReplace</td><td>Attributes</td><td>N</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISSQLScriptReplace</td><td>ISSQLScriptFile_</td><td>N</td><td/><td/><td>ISSQLScriptFile</td><td>1</td><td/><td/><td/></row>
+		<row><td>ISSQLScriptReplace</td><td>ISSQLScriptReplace</td><td>N</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISSQLScriptReplace</td><td>Replace</td><td>Y</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISSQLScriptReplace</td><td>Search</td><td>Y</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISScriptFile</td><td>ISScriptFile</td><td>N</td><td/><td/><td/><td/><td>Text</td><td/><td>This is the full path of the script file. The path portion may be expressed in path variable form.
+</td></row>
+		<row><td>ISSelfReg</td><td>CmdLine</td><td>Y</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISSelfReg</td><td>Cost</td><td>Y</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISSelfReg</td><td>FileKey</td><td>N</td><td/><td/><td>File</td><td>1</td><td>Identifier</td><td/><td>Foreign key to the file table</td></row>
+		<row><td>ISSelfReg</td><td>Order</td><td>Y</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISSetupFile</td><td>FileName</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>This is the file name to use when streaming the file to the support files location</td></row>
+		<row><td>ISSetupFile</td><td>ISSetupFile</td><td>N</td><td/><td/><td/><td/><td>Identifier</td><td/><td>This is the primary key to the ISSetupFile table</td></row>
+		<row><td>ISSetupFile</td><td>Language</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>Four digit language identifier.  0 for Language Neutral</td></row>
+		<row><td>ISSetupFile</td><td>Path</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>Link to the source file on the build machine</td></row>
+		<row><td>ISSetupFile</td><td>Splash</td><td>Y</td><td/><td/><td/><td/><td>Short</td><td/><td>Boolean value indication whether his setup file entry belongs in the Splasc Screen section</td></row>
+		<row><td>ISSetupFile</td><td>Stream</td><td>Y</td><td/><td/><td/><td/><td>Binary</td><td/><td>Binary stream. The bits to stream to the support location</td></row>
+		<row><td>ISSetupPrerequisites</td><td>ISBuildSourcePath</td><td>Y</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISSetupPrerequisites</td><td>ISSetupPrerequisites</td><td>N</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISSetupPrerequisites</td><td>Order</td><td>Y</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISSetupType</td><td>Comments</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>User Comments.</td></row>
+		<row><td>ISSetupType</td><td>Description</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>Longer descriptive text describing a visible feature item.</td></row>
+		<row><td>ISSetupType</td><td>Display</td><td>N</td><td>0</td><td>32767</td><td/><td/><td/><td/><td>Numeric sort order, used to force a specific display ordering.</td></row>
+		<row><td>ISSetupType</td><td>Display_Name</td><td>Y</td><td/><td/><td/><td/><td>Formatted</td><td/><td>A string used to set the initial text contained within a control (if appropriate).</td></row>
+		<row><td>ISSetupType</td><td>ISSetupType</td><td>N</td><td/><td/><td/><td/><td>Identifier</td><td/><td>Primary key used to identify a particular feature record.</td></row>
+		<row><td>ISSetupTypeFeatures</td><td>Feature_</td><td>N</td><td/><td/><td>Feature</td><td>1</td><td>Identifier</td><td/><td>Foreign key into Feature table.</td></row>
+		<row><td>ISSetupTypeFeatures</td><td>ISSetupType_</td><td>N</td><td/><td/><td>ISSetupType</td><td>1</td><td>Identifier</td><td/><td>Foreign key into ISSetupType table.</td></row>
+		<row><td>ISStorages</td><td>ISBuildSourcePath</td><td>Y</td><td/><td/><td/><td/><td/><td/><td>Path to the file to stream into sub-storage</td></row>
+		<row><td>ISStorages</td><td>Name</td><td>N</td><td/><td/><td/><td/><td/><td/><td>Name of the sub-storage key</td></row>
+		<row><td>ISString</td><td>Comment</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>Comment</td></row>
+		<row><td>ISString</td><td>Encoded</td><td>Y</td><td/><td/><td/><td/><td/><td/><td>Encoding for multi-byte strings.</td></row>
+		<row><td>ISString</td><td>ISLanguage_</td><td>N</td><td/><td/><td/><td/><td>Language</td><td/><td>This is a foreign key to the ISLanguage table.</td></row>
+		<row><td>ISString</td><td>ISString</td><td>N</td><td/><td/><td/><td/><td>Text</td><td/><td>String id.</td></row>
+		<row><td>ISString</td><td>TimeStamp</td><td>Y</td><td/><td/><td/><td/><td>Time/Date</td><td/><td>Time Stamp. MSI's Time/Date column type is just an int, with bits packed in a certain order.</td></row>
+		<row><td>ISString</td><td>Value</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>real string value.</td></row>
+		<row><td>ISTargetImage</td><td>Flags</td><td>Y</td><td/><td/><td/><td/><td/><td/><td>relative order of the target image</td></row>
+		<row><td>ISTargetImage</td><td>IgnoreMissingFiles</td><td>N</td><td/><td/><td/><td/><td/><td/><td>If true, ignore missing source files when creating patch</td></row>
+		<row><td>ISTargetImage</td><td>MsiPath</td><td>N</td><td/><td/><td/><td/><td>Text</td><td/><td>Path to the target image</td></row>
+		<row><td>ISTargetImage</td><td>Name</td><td>N</td><td/><td/><td/><td/><td>Identifier</td><td/><td>Name of the TargetImage</td></row>
+		<row><td>ISTargetImage</td><td>Order</td><td>N</td><td/><td/><td/><td/><td/><td/><td>relative order of the target image</td></row>
+		<row><td>ISTargetImage</td><td>UpgradedImage_</td><td>N</td><td/><td/><td>ISUpgradedImage</td><td>1</td><td>Text</td><td/><td>foreign key to the upgraded Image table</td></row>
+		<row><td>ISUpgradeMsiItem</td><td>ISAttributes</td><td>N</td><td/><td/><td/><td/><td/><td>0;1</td><td/></row>
+		<row><td>ISUpgradeMsiItem</td><td>ISReleaseFlags</td><td>Y</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISUpgradeMsiItem</td><td>ObjectSetupPath</td><td>N</td><td/><td/><td/><td/><td>Text</td><td/><td>The path to the setup you want to upgrade.</td></row>
+		<row><td>ISUpgradeMsiItem</td><td>UpgradeItem</td><td>N</td><td/><td/><td/><td/><td>Text</td><td/><td>The name of the Upgrade Item.</td></row>
+		<row><td>ISUpgradedImage</td><td>Family</td><td>N</td><td/><td/><td/><td/><td>Text</td><td/><td>Name of the image family</td></row>
+		<row><td>ISUpgradedImage</td><td>MsiPath</td><td>N</td><td/><td/><td/><td/><td>Text</td><td/><td>Path to the upgraded image</td></row>
+		<row><td>ISUpgradedImage</td><td>Name</td><td>N</td><td/><td/><td/><td/><td>Identifier</td><td/><td>Name of the UpgradedImage</td></row>
+		<row><td>ISVRoot</td><td>AnonyPasswrd</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>Obsolete column.  Moved to IISCommon</td></row>
+		<row><td>ISVRoot</td><td>AnonyUserName</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>Obsolete column.  Moved to IISCommon</td></row>
+		<row><td>ISVRoot</td><td>Component_</td><td>N</td><td/><td/><td>Component</td><td>1</td><td>Text</td><td/><td>Foreign key into Component table</td></row>
+		<row><td>ISVRoot</td><td>Condition</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>Obsolete column.  Moved to Component</td></row>
+		<row><td>ISVRoot</td><td>ScriptTimeout</td><td>Y</td><td/><td/><td/><td/><td/><td/><td>Obsolete column.  Moved to IISCommon</td></row>
+		<row><td>ISVRoot</td><td>SessionTimeout</td><td>Y</td><td/><td/><td/><td/><td/><td/><td>Obsolete column.  Moved to IISCommon</td></row>
+		<row><td>ISVRoot</td><td>VRootAppName</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>AppName of this VRoot</td></row>
+		<row><td>ISVRoot</td><td>VRootDefDoc</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>Obsolete column.  Moved to IISCommon</td></row>
+		<row><td>ISVRoot</td><td>VRootDir</td><td>N</td><td/><td/><td/><td/><td>Text</td><td/><td>Obsolete column.  Moved to IISCommon</td></row>
+		<row><td>ISVRoot</td><td>VRootKey</td><td>N</td><td/><td/><td/><td/><td>Text</td><td/><td>Foreign key into ISIISCommon table</td></row>
+		<row><td>ISVRoot</td><td>VRootName</td><td>N</td><td/><td/><td/><td/><td>Text</td><td/><td>Obsolete column.  Moved to IISCommon</td></row>
+		<row><td>ISVRoot</td><td>VRootProps</td><td>N</td><td/><td/><td/><td/><td/><td/><td>Properties of this VRoot</td></row>
+		<row><td>ISVRootAppMaps</td><td>AppMapProps</td><td>N</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISVRootAppMaps</td><td>ExecPath</td><td>N</td><td/><td/><td/><td/><td>Text</td><td/><td>Localizable Exec Path</td></row>
+		<row><td>ISVRootAppMaps</td><td>Extension</td><td>N</td><td/><td/><td/><td/><td>Text</td><td/><td>Localizable Extension</td></row>
+		<row><td>ISVRootAppMaps</td><td>VRootAppMapKey</td><td>N</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISVRootAppMaps</td><td>VRootKey</td><td>N</td><td/><td/><td>ISIISCommon</td><td>1</td><td/><td/><td/></row>
+		<row><td>ISVRootAppMaps</td><td>Verb</td><td>N</td><td/><td/><td/><td/><td>Text</td><td/><td>Localizable Verb</td></row>
+		<row><td>ISWebSite</td><td>IP</td><td>Y</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISWebSite</td><td>ISIISCommon_</td><td>N</td><td/><td/><td>ISIISCommon</td><td>1</td><td>Text</td><td/><td>Foreign key into ISIISCommon table</td></row>
+		<row><td>ISWebSite</td><td>Port</td><td>N</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISWebSite</td><td>SiteNumber</td><td>N</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ISWebSite</td><td>WebSiteProps</td><td>Y</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>Icon</td><td>Data</td><td>Y</td><td/><td/><td/><td/><td>Binary</td><td/><td>Binary stream. The binary icon data in PE (.DLL or .EXE) or icon (.ICO) format.</td></row>
+		<row><td>Icon</td><td>ISBuildSourcePath</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>Full path to the ICO or EXE file.</td></row>
+		<row><td>Icon</td><td>ISIconIndex</td><td>Y</td><td>-32767</td><td>32767</td><td/><td/><td/><td/><td>Optional icon index to be extracted.</td></row>
+		<row><td>Icon</td><td>Name</td><td>N</td><td/><td/><td/><td/><td>Identifier</td><td/><td>Primary key. Name of the icon file.</td></row>
+		<row><td>IniFile</td><td>Action</td><td>N</td><td/><td/><td/><td/><td/><td>0;1;3</td><td>The type of modification to be made, one of iifEnum</td></row>
+		<row><td>IniFile</td><td>Component_</td><td>N</td><td/><td/><td>Component</td><td>1</td><td>Identifier</td><td/><td>Foreign key into the Component table referencing component that controls the installing of the .INI value.</td></row>
+		<row><td>IniFile</td><td>DirProperty</td><td>Y</td><td/><td/><td/><td/><td>Identifier</td><td/><td>Foreign key into the Directory table denoting the directory where the .INI file is.</td></row>
+		<row><td>IniFile</td><td>FileName</td><td>N</td><td/><td/><td/><td/><td>Text</td><td/><td>The .INI file name in which to write the information</td></row>
+		<row><td>IniFile</td><td>IniFile</td><td>N</td><td/><td/><td/><td/><td>Identifier</td><td/><td>Primary key, non-localized token.</td></row>
+		<row><td>IniFile</td><td>Key</td><td>N</td><td/><td/><td/><td/><td>Formatted</td><td/><td>The .INI file key below Section.</td></row>
+		<row><td>IniFile</td><td>Section</td><td>N</td><td/><td/><td/><td/><td>Formatted</td><td/><td>The .INI file Section.</td></row>
+		<row><td>IniFile</td><td>Value</td><td>N</td><td/><td/><td/><td/><td>Formatted</td><td/><td>The value to be written.</td></row>
+		<row><td>IniLocator</td><td>Field</td><td>Y</td><td>0</td><td>32767</td><td/><td/><td/><td/><td>The field in the .INI line. If Field is null or 0 the entire line is read.</td></row>
+		<row><td>IniLocator</td><td>FileName</td><td>N</td><td/><td/><td/><td/><td>Text</td><td/><td>The .INI file name.</td></row>
+		<row><td>IniLocator</td><td>Key</td><td>N</td><td/><td/><td/><td/><td>Text</td><td/><td>Key value (followed by an equals sign in INI file).</td></row>
+		<row><td>IniLocator</td><td>Section</td><td>N</td><td/><td/><td/><td/><td>Text</td><td/><td>Section name within in file (within square brackets in INI file).</td></row>
+		<row><td>IniLocator</td><td>Signature_</td><td>N</td><td/><td/><td>Signature</td><td>1</td><td>Identifier</td><td/><td>The table key. The Signature_ represents a unique file signature and is also the foreign key in the Signature table.</td></row>
+		<row><td>IniLocator</td><td>Type</td><td>Y</td><td>0</td><td>2</td><td/><td/><td/><td/><td>An integer value that determines if the .INI value read is a filename or a directory location or to be used as is w/o interpretation.</td></row>
+		<row><td>InstallExecuteSequence</td><td>Action</td><td>N</td><td/><td/><td/><td/><td>Identifier</td><td/><td>Name of action to invoke, either in the engine or the handler DLL.</td></row>
+		<row><td>InstallExecuteSequence</td><td>Condition</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>Optional expression which skips the action if evaluates to expFalse.If the expression syntax is invalid, the engine will terminate, returning iesBadActionData.</td></row>
+		<row><td>InstallExecuteSequence</td><td>ISAttributes</td><td>Y</td><td/><td/><td/><td/><td/><td/><td>This is used to store MM Custom Action Types</td></row>
+		<row><td>InstallExecuteSequence</td><td>ISComments</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td dt:dt="bin.base64" md5="ee654261ffce9c7f08d4789d0f5b202c">
+QQB1AHQAaABvAHIAGSBzACAAYwBvAG0AbQBlAG4AdABzACAAbwBuACAAdABoAGkAcwAgAFMAZQBxAHUAZQBuAGMAZQAuAA==
+			</td></row>
+		<row><td>InstallExecuteSequence</td><td>Sequence</td><td>Y</td><td>-4</td><td>32767</td><td/><td/><td/><td/><td>Number that determines the sort order in which the actions are to be executed.  Leave blank to suppress action.</td></row>
+		<row><td>InstallShield</td><td>Property</td><td>N</td><td/><td/><td/><td/><td>Identifier</td><td/><td>Name of property, uppercase if settable by launcher or loader.</td></row>
+		<row><td>InstallShield</td><td>Value</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>String value for property.</td></row>
+		<row><td>InstallUISequence</td><td>Action</td><td>N</td><td/><td/><td/><td/><td>Identifier</td><td/><td>Name of action to invoke, either in the engine or the handler DLL.</td></row>
+		<row><td>InstallUISequence</td><td>Condition</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>Optional expression which skips the action if evaluates to expFalse.If the expression syntax is invalid, the engine will terminate, returning iesBadActionData.</td></row>
+		<row><td>InstallUISequence</td><td>ISAttributes</td><td>Y</td><td/><td/><td/><td/><td/><td/><td>This is used to store MM Custom Action Types</td></row>
+		<row><td>InstallUISequence</td><td>ISComments</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td dt:dt="bin.base64" md5="ee654261ffce9c7f08d4789d0f5b202c">
+QQB1AHQAaABvAHIAGSBzACAAYwBvAG0AbQBlAG4AdABzACAAbwBuACAAdABoAGkAcwAgAFMAZQBxAHUAZQBuAGMAZQAuAA==
+			</td></row>
+		<row><td>InstallUISequence</td><td>Sequence</td><td>Y</td><td>-4</td><td>32767</td><td/><td/><td/><td/><td>Number that determines the sort order in which the actions are to be executed.  Leave blank to suppress action.</td></row>
+		<row><td>IsolatedComponent</td><td>Component_Application</td><td>N</td><td/><td/><td>Component</td><td>1</td><td>Identifier</td><td/><td>Key to Component table item for application</td></row>
+		<row><td>IsolatedComponent</td><td>Component_Shared</td><td>N</td><td/><td/><td>Component</td><td>1</td><td>Identifier</td><td/><td>Key to Component table item to be isolated</td></row>
+		<row><td>LaunchCondition</td><td>Condition</td><td>N</td><td/><td/><td/><td/><td>Condition</td><td/><td>Expression which must evaluate to TRUE in order for install to commence.</td></row>
+		<row><td>LaunchCondition</td><td>Description</td><td>N</td><td/><td/><td/><td/><td>Text</td><td/><td>Localizable text to display when condition fails and install must abort.</td></row>
+		<row><td>ListBox</td><td>Order</td><td>N</td><td>1</td><td>32767</td><td/><td/><td/><td/><td>A positive integer used to determine the ordering of the items within one list..The integers do not have to be consecutive.</td></row>
+		<row><td>ListBox</td><td>Property</td><td>N</td><td/><td/><td/><td/><td>Identifier</td><td/><td>A named property to be tied to this item. All the items tied to the same property become part of the same listbox.</td></row>
+		<row><td>ListBox</td><td>Text</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>The visible text to be assigned to the item. Optional. If this entry or the entire column is missing, the text is the same as the value.</td></row>
+		<row><td>ListBox</td><td>Value</td><td>N</td><td/><td/><td/><td/><td>Formatted</td><td/><td>The value string associated with this item. Selecting the line will set the associated property to this value.</td></row>
+		<row><td>ListView</td><td>Binary_</td><td>Y</td><td/><td/><td>Binary</td><td>1</td><td>Identifier</td><td/><td>The name of the icon to be displayed with the icon. The binary information is looked up from the Binary Table.</td></row>
+		<row><td>ListView</td><td>Order</td><td>N</td><td>1</td><td>32767</td><td/><td/><td/><td/><td>A positive integer used to determine the ordering of the items within one list..The integers do not have to be consecutive.</td></row>
+		<row><td>ListView</td><td>Property</td><td>N</td><td/><td/><td/><td/><td>Identifier</td><td/><td>A named property to be tied to this item. All the items tied to the same property become part of the same listview.</td></row>
+		<row><td>ListView</td><td>Text</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>The visible text to be assigned to the item. Optional. If this entry or the entire column is missing, the text is the same as the value.</td></row>
+		<row><td>ListView</td><td>Value</td><td>N</td><td/><td/><td/><td/><td>Text</td><td/><td>The value string associated with this item. Selecting the line will set the associated property to this value.</td></row>
+		<row><td>LockPermissions</td><td>Domain</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>Domain name for user whose permissions are being set. (usually a property)</td></row>
+		<row><td>LockPermissions</td><td>LockObject</td><td>N</td><td/><td/><td/><td/><td>Identifier</td><td/><td>Foreign key into Registry or File table</td></row>
+		<row><td>LockPermissions</td><td>Permission</td><td>Y</td><td>-2147483647</td><td>2147483647</td><td/><td/><td/><td/><td>Permission Access mask.  Full Control = 268435456 (GENERIC_ALL = 0x10000000)</td></row>
+		<row><td>LockPermissions</td><td>Table</td><td>N</td><td/><td/><td/><td/><td>Identifier</td><td>Directory;File;Registry</td><td>Reference to another table name</td></row>
+		<row><td>LockPermissions</td><td>User</td><td>N</td><td/><td/><td/><td/><td>Text</td><td/><td>User for permissions to be set.  (usually a property)</td></row>
+		<row><td>MIME</td><td>CLSID</td><td>Y</td><td/><td/><td>Class</td><td>1</td><td>Guid</td><td/><td>Optional associated CLSID.</td></row>
+		<row><td>MIME</td><td>ContentType</td><td>N</td><td/><td/><td/><td/><td>Text</td><td/><td>Primary key. Context identifier, typically "type/format".</td></row>
+		<row><td>MIME</td><td>Extension_</td><td>N</td><td/><td/><td>Extension</td><td>1</td><td>Text</td><td/><td>Optional associated extension (without dot)</td></row>
+		<row><td>Media</td><td>Cabinet</td><td>Y</td><td/><td/><td/><td/><td>Cabinet</td><td/><td>If some or all of the files stored on the media are compressed in a cabinet, the name of that cabinet.</td></row>
+		<row><td>Media</td><td>DiskId</td><td>N</td><td>1</td><td>32767</td><td/><td/><td/><td/><td>Primary key, integer to determine sort order for table.</td></row>
+		<row><td>Media</td><td>DiskPrompt</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>Disk name: the visible text actually printed on the disk.  This will be used to prompt the user when this disk needs to be inserted.</td></row>
+		<row><td>Media</td><td>LastSequence</td><td>N</td><td>0</td><td>32767</td><td/><td/><td/><td/><td>File sequence number for the last file for this media.</td></row>
+		<row><td>Media</td><td>Source</td><td>Y</td><td/><td/><td/><td/><td>Property</td><td/><td>The property defining the location of the cabinet file.</td></row>
+		<row><td>Media</td><td>VolumeLabel</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>The label attributed to the volume.</td></row>
+		<row><td>MoveFile</td><td>Component_</td><td>N</td><td/><td/><td>Component</td><td>1</td><td>Identifier</td><td/><td>If this component is not "selected" for installation or removal, no action will be taken on the associated MoveFile entry</td></row>
+		<row><td>MoveFile</td><td>DestFolder</td><td>N</td><td/><td/><td/><td/><td>Identifier</td><td/><td>Name of a property whose value is assumed to resolve to the full path to the destination directory</td></row>
+		<row><td>MoveFile</td><td>DestName</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>Name to be given to the original file after it is moved or copied.  If blank, the destination file will be given the same name as the source file</td></row>
+		<row><td>MoveFile</td><td>FileKey</td><td>N</td><td/><td/><td/><td/><td>Identifier</td><td/><td>Primary key that uniquely identifies a particular MoveFile record</td></row>
+		<row><td>MoveFile</td><td>Options</td><td>N</td><td>0</td><td>1</td><td/><td/><td/><td/><td>Integer value specifying the MoveFile operating mode, one of imfoEnum</td></row>
+		<row><td>MoveFile</td><td>SourceFolder</td><td>Y</td><td/><td/><td/><td/><td>Identifier</td><td/><td>Name of a property whose value is assumed to resolve to the full path to the source directory</td></row>
+		<row><td>MoveFile</td><td>SourceName</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>Name of the source file(s) to be moved or copied.  Can contain the '*' or '?' wildcards.</td></row>
+		<row><td>MsiAssembly</td><td>Attributes</td><td>Y</td><td/><td/><td/><td/><td/><td/><td>Assembly attributes</td></row>
+		<row><td>MsiAssembly</td><td>Component_</td><td>N</td><td/><td/><td>Component</td><td>1</td><td>Identifier</td><td/><td>Foreign key into Component table.</td></row>
+		<row><td>MsiAssembly</td><td>Feature_</td><td>N</td><td/><td/><td>Feature</td><td>1</td><td>Identifier</td><td/><td>Foreign key into Feature table.</td></row>
+		<row><td>MsiAssembly</td><td>File_Application</td><td>Y</td><td/><td/><td>File</td><td>1</td><td>Identifier</td><td/><td>Foreign key into File table, denoting the application context for private assemblies. Null for global assemblies.</td></row>
+		<row><td>MsiAssembly</td><td>File_Manifest</td><td>Y</td><td/><td/><td>File</td><td>1</td><td>Identifier</td><td/><td>Foreign key into the File table denoting the manifest file for the assembly.</td></row>
+		<row><td>MsiAssemblyName</td><td>Component_</td><td>N</td><td/><td/><td>Component</td><td>1</td><td>Identifier</td><td/><td>Foreign key into Component table.</td></row>
+		<row><td>MsiAssemblyName</td><td>Name</td><td>N</td><td/><td/><td/><td/><td>Text</td><td/><td>The name part of the name-value pairs for the assembly name.</td></row>
+		<row><td>MsiAssemblyName</td><td>Value</td><td>N</td><td/><td/><td/><td/><td>Text</td><td/><td>The value part of the name-value pairs for the assembly name.</td></row>
+		<row><td>MsiDigitalCertificate</td><td>CertData</td><td>N</td><td/><td/><td/><td/><td>Binary</td><td/><td>A certificate context blob for a signer certificate</td></row>
+		<row><td>MsiDigitalCertificate</td><td>DigitalCertificate</td><td>N</td><td/><td/><td/><td/><td>Identifier</td><td/><td>A unique identifier for the row</td></row>
+		<row><td>MsiDigitalSignature</td><td>DigitalCertificate_</td><td>N</td><td/><td/><td>MsiDigitalCertificate</td><td>1</td><td>Identifier</td><td/><td>Foreign key to MsiDigitalCertificate table identifying the signer certificate</td></row>
+		<row><td>MsiDigitalSignature</td><td>Hash</td><td>Y</td><td/><td/><td/><td/><td>Binary</td><td/><td>The encoded hash blob from the digital signature</td></row>
+		<row><td>MsiDigitalSignature</td><td>SignObject</td><td>N</td><td/><td/><td/><td/><td>Text</td><td/><td>Foreign key to Media table</td></row>
+		<row><td>MsiDigitalSignature</td><td>Table</td><td>N</td><td/><td/><td/><td/><td>Identifier</td><td/><td>Reference to another table name (only Media table is supported)</td></row>
+		<row><td>MsiDriverPackages</td><td>Component</td><td>N</td><td/><td/><td/><td/><td>Identifier</td><td/><td>Primary key used to identify a particular component record.</td></row>
+		<row><td>MsiDriverPackages</td><td>Flags</td><td>N</td><td/><td/><td/><td/><td/><td/><td>Driver package flags</td></row>
+		<row><td>MsiDriverPackages</td><td>ReferenceComponents</td><td>Y</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>MsiDriverPackages</td><td>Sequence</td><td>Y</td><td/><td/><td/><td/><td/><td/><td>Installation sequence number</td></row>
+		<row><td>MsiFileHash</td><td>File_</td><td>N</td><td/><td/><td>File</td><td>1</td><td>Identifier</td><td/><td>Primary key, foreign key into File table referencing file with this hash</td></row>
+		<row><td>MsiFileHash</td><td>HashPart1</td><td>N</td><td/><td/><td/><td/><td/><td/><td>Size of file in bytes (long integer).</td></row>
+		<row><td>MsiFileHash</td><td>HashPart2</td><td>N</td><td/><td/><td/><td/><td/><td/><td>Size of file in bytes (long integer).</td></row>
+		<row><td>MsiFileHash</td><td>HashPart3</td><td>N</td><td/><td/><td/><td/><td/><td/><td>Size of file in bytes (long integer).</td></row>
+		<row><td>MsiFileHash</td><td>HashPart4</td><td>N</td><td/><td/><td/><td/><td/><td/><td>Size of file in bytes (long integer).</td></row>
+		<row><td>MsiFileHash</td><td>Options</td><td>N</td><td>0</td><td>32767</td><td/><td/><td/><td/><td>Various options and attributes for this hash.</td></row>
+		<row><td>MsiPatchOldAssemblyFile</td><td>Assembly_</td><td>Y</td><td/><td/><td>MsiPatchOldAssemblyName</td><td>1</td><td/><td/><td/></row>
+		<row><td>MsiPatchOldAssemblyFile</td><td>File_</td><td>N</td><td/><td/><td>File</td><td>1</td><td/><td/><td/></row>
+		<row><td>MsiPatchOldAssemblyName</td><td>Assembly_</td><td>N</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>MsiPatchOldAssemblyName</td><td>Name</td><td>N</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>MsiPatchOldAssemblyName</td><td>Value</td><td>Y</td><td/><td/><td/><td/><td/><td/><td/></row>
+		<row><td>ODBCAttribute</td><td>Attribute</td><td>N</td><td/><td/><td/><td/><td>Text</td><td/><td>Name of ODBC driver attribute</td></row>
+		<row><td>ODBCAttribute</td><td>Driver_</td><td>N</td><td/><td/><td>ODBCDriver</td><td>1</td><td>Identifier</td><td/><td>Reference to ODBC driver in ODBCDriver table</td></row>
+		<row><td>ODBCAttribute</td><td>Value</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>Value for ODBC driver attribute</td></row>
+		<row><td>ODBCDataSource</td><td>Component_</td><td>N</td><td/><td/><td>Component</td><td>1</td><td>Identifier</td><td/><td>Reference to associated component</td></row>
+		<row><td>ODBCDataSource</td><td>DataSource</td><td>N</td><td/><td/><td/><td/><td>Identifier</td><td/><td>Primary key, non-localized.internal token for data source</td></row>
+		<row><td>ODBCDataSource</td><td>Description</td><td>N</td><td/><td/><td/><td/><td>Text</td><td/><td>Text used as registered name for data source</td></row>
+		<row><td>ODBCDataSource</td><td>DriverDescription</td><td>N</td><td/><td/><td/><td/><td>Text</td><td/><td>Reference to driver description, may be existing driver</td></row>
+		<row><td>ODBCDataSource</td><td>Registration</td><td>N</td><td>0</td><td>1</td><td/><td/><td/><td/><td>Registration option: 0=machine, 1=user, others t.b.d.</td></row>
+		<row><td>ODBCDriver</td><td>Component_</td><td>N</td><td/><td/><td>Component</td><td>1</td><td>Identifier</td><td/><td>Reference to associated component</td></row>
+		<row><td>ODBCDriver</td><td>Description</td><td>N</td><td/><td/><td/><td/><td>Text</td><td/><td>Text used as registered name for driver, non-localized</td></row>
+		<row><td>ODBCDriver</td><td>Driver</td><td>N</td><td/><td/><td/><td/><td>Identifier</td><td/><td>Primary key, non-localized.internal token for driver</td></row>
+		<row><td>ODBCDriver</td><td>File_</td><td>N</td><td/><td/><td>File</td><td>1</td><td>Identifier</td><td/><td>Reference to key driver file</td></row>
+		<row><td>ODBCDriver</td><td>File_Setup</td><td>Y</td><td/><td/><td>File</td><td>1</td><td>Identifier</td><td/><td>Optional reference to key driver setup DLL</td></row>
+		<row><td>ODBCSourceAttribute</td><td>Attribute</td><td>N</td><td/><td/><td/><td/><td>Text</td><td/><td>Name of ODBC data source attribute</td></row>
+		<row><td>ODBCSourceAttribute</td><td>DataSource_</td><td>N</td><td/><td/><td>ODBCDataSource</td><td>1</td><td>Identifier</td><td/><td>Reference to ODBC data source in ODBCDataSource table</td></row>
+		<row><td>ODBCSourceAttribute</td><td>Value</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>Value for ODBC data source attribute</td></row>
+		<row><td>ODBCTranslator</td><td>Component_</td><td>N</td><td/><td/><td>Component</td><td>1</td><td>Identifier</td><td/><td>Reference to associated component</td></row>
+		<row><td>ODBCTranslator</td><td>Description</td><td>N</td><td/><td/><td/><td/><td>Text</td><td/><td>Text used as registered name for translator</td></row>
+		<row><td>ODBCTranslator</td><td>File_</td><td>N</td><td/><td/><td>File</td><td>1</td><td>Identifier</td><td/><td>Reference to key translator file</td></row>
+		<row><td>ODBCTranslator</td><td>File_Setup</td><td>Y</td><td/><td/><td>File</td><td>1</td><td>Identifier</td><td/><td>Optional reference to key translator setup DLL</td></row>
+		<row><td>ODBCTranslator</td><td>Translator</td><td>N</td><td/><td/><td/><td/><td>Identifier</td><td/><td>Primary key, non-localized.internal token for translator</td></row>
+		<row><td>Patch</td><td>Attributes</td><td>N</td><td>0</td><td>32767</td><td/><td/><td/><td/><td>Integer containing bit flags representing patch attributes</td></row>
+		<row><td>Patch</td><td>File_</td><td>N</td><td/><td/><td>File</td><td>1</td><td>Identifier</td><td/><td>Primary key, non-localized token, foreign key to File table, must match identifier in cabinet.</td></row>
+		<row><td>Patch</td><td>Header</td><td>Y</td><td/><td/><td/><td/><td>Binary</td><td/><td>Binary stream. The patch header, used for patch validation.</td></row>
+		<row><td>Patch</td><td>ISBuildSourcePath</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>Full path to patch header.</td></row>
+		<row><td>Patch</td><td>PatchSize</td><td>N</td><td>0</td><td>2147483647</td><td/><td/><td/><td/><td>Size of patch in bytes (long integer).</td></row>
+		<row><td>Patch</td><td>Sequence</td><td>N</td><td>0</td><td>32767</td><td/><td/><td/><td/><td>Primary key, sequence with respect to the media images; order must track cabinet order.</td></row>
+		<row><td>PatchPackage</td><td>Media_</td><td>N</td><td>0</td><td>32767</td><td/><td/><td/><td/><td>Foreign key to DiskId column of Media table. Indicates the disk containing the patch package.</td></row>
+		<row><td>PatchPackage</td><td>PatchId</td><td>N</td><td/><td/><td/><td/><td>Guid</td><td/><td>A unique string GUID representing this patch.</td></row>
+		<row><td>ProgId</td><td>Class_</td><td>Y</td><td/><td/><td>Class</td><td>1</td><td>Guid</td><td/><td>The CLSID of an OLE factory corresponding to the ProgId.</td></row>
+		<row><td>ProgId</td><td>Description</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>Localized description for the Program identifier.</td></row>
+		<row><td>ProgId</td><td>ISAttributes</td><td>Y</td><td/><td/><td/><td/><td/><td/><td>This is used to store Installshield custom properties of a component, like ExtractIcon, etc.</td></row>
+		<row><td>ProgId</td><td>IconIndex</td><td>Y</td><td>-32767</td><td>32767</td><td/><td/><td/><td/><td>Optional icon index.</td></row>
+		<row><td>ProgId</td><td>Icon_</td><td>Y</td><td/><td/><td>Icon</td><td>1</td><td>Identifier</td><td/><td>Optional foreign key into the Icon Table, specifying the icon file associated with this ProgId. Will be written under the DefaultIcon key.</td></row>
+		<row><td>ProgId</td><td>ProgId</td><td>N</td><td/><td/><td/><td/><td>Text</td><td/><td>The Program Identifier. Primary key.</td></row>
+		<row><td>ProgId</td><td>ProgId_Parent</td><td>Y</td><td/><td/><td>ProgId</td><td>1</td><td>Text</td><td/><td>The Parent Program Identifier. If specified, the ProgId column becomes a version independent prog id.</td></row>
+		<row><td>Property</td><td>ISComments</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>User Comments.</td></row>
+		<row><td>Property</td><td>Property</td><td>N</td><td/><td/><td/><td/><td>Identifier</td><td/><td>Name of property, uppercase if settable by launcher or loader.</td></row>
+		<row><td>Property</td><td>Value</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>String value for property.</td></row>
+		<row><td>PublishComponent</td><td>AppData</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>This is localisable Application specific data that can be associated with a Qualified Component.</td></row>
+		<row><td>PublishComponent</td><td>ComponentId</td><td>N</td><td/><td/><td/><td/><td>Guid</td><td/><td>A string GUID that represents the component id that will be requested by the alien product.</td></row>
+		<row><td>PublishComponent</td><td>Component_</td><td>N</td><td/><td/><td>Component</td><td>1</td><td>Identifier</td><td/><td>Foreign key into the Component table.</td></row>
+		<row><td>PublishComponent</td><td>Feature_</td><td>N</td><td/><td/><td>Feature</td><td>1</td><td>Identifier</td><td/><td>Foreign key into the Feature table.</td></row>
+		<row><td>PublishComponent</td><td>Qualifier</td><td>N</td><td/><td/><td/><td/><td>Text</td><td/><td>This is defined only when the ComponentId column is an Qualified Component Id. This is the Qualifier for ProvideComponentIndirect.</td></row>
+		<row><td>RadioButton</td><td>Height</td><td>N</td><td>0</td><td>32767</td><td/><td/><td/><td/><td>The height of the button.</td></row>
+		<row><td>RadioButton</td><td>Help</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>The help strings used with the button. The text is optional.</td></row>
+		<row><td>RadioButton</td><td>ISControlId</td><td>Y</td><td/><td/><td/><td/><td/><td/><td>A number used to represent the control ID of the Control, Used in Dialog export</td></row>
+		<row><td>RadioButton</td><td>Order</td><td>N</td><td>1</td><td>32767</td><td/><td/><td/><td/><td>A positive integer used to determine the ordering of the items within one list..The integers do not have to be consecutive.</td></row>
+		<row><td>RadioButton</td><td>Property</td><td>N</td><td/><td/><td/><td/><td>Identifier</td><td/><td>A named property to be tied to this radio button. All the buttons tied to the same property become part of the same group.</td></row>
+		<row><td>RadioButton</td><td>Text</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>The visible title to be assigned to the radio button.</td></row>
+		<row><td>RadioButton</td><td>Value</td><td>N</td><td/><td/><td/><td/><td>Formatted</td><td/><td>The value string associated with this button. Selecting the button will set the associated property to this value.</td></row>
+		<row><td>RadioButton</td><td>Width</td><td>N</td><td>0</td><td>32767</td><td/><td/><td/><td/><td>The width of the button.</td></row>
+		<row><td>RadioButton</td><td>X</td><td>N</td><td>0</td><td>32767</td><td/><td/><td/><td/><td>The horizontal coordinate of the upper left corner of the bounding rectangle of the radio button.</td></row>
+		<row><td>RadioButton</td><td>Y</td><td>N</td><td>0</td><td>32767</td><td/><td/><td/><td/><td>The vertical coordinate of the upper left corner of the bounding rectangle of the radio button.</td></row>
+		<row><td>RegLocator</td><td>Key</td><td>N</td><td/><td/><td/><td/><td>RegPath</td><td/><td>The key for the registry value.</td></row>
+		<row><td>RegLocator</td><td>Name</td><td>Y</td><td/><td/><td/><td/><td>Formatted</td><td/><td>The registry value name.</td></row>
+		<row><td>RegLocator</td><td>Root</td><td>N</td><td>0</td><td>3</td><td/><td/><td/><td/><td>The predefined root key for the registry value, one of rrkEnum.</td></row>
+		<row><td>RegLocator</td><td>Signature_</td><td>N</td><td/><td/><td>Signature</td><td>1</td><td>Identifier</td><td/><td>The table key. The Signature_ represents a unique file signature and is also the foreign key in the Signature table. If the type is 0, the registry values refers a directory, and _Signature is not a foreign key.</td></row>
+		<row><td>RegLocator</td><td>Type</td><td>Y</td><td>0</td><td>18</td><td/><td/><td/><td/><td>An integer value that determines if the registry value is a filename or a directory location or to be used as is w/o interpretation.</td></row>
+		<row><td>Registry</td><td>Component_</td><td>N</td><td/><td/><td>Component</td><td>1</td><td>Identifier</td><td/><td>Foreign key into the Component table referencing component that controls the installing of the registry value.</td></row>
+		<row><td>Registry</td><td>ISAttributes</td><td>Y</td><td/><td/><td/><td/><td/><td/><td>This is used to store Installshield custom properties of a registry item.  Currently the only one is Automatic.</td></row>
+		<row><td>Registry</td><td>Key</td><td>N</td><td/><td/><td/><td/><td>RegPath</td><td/><td>The key for the registry value.</td></row>
+		<row><td>Registry</td><td>Name</td><td>Y</td><td/><td/><td/><td/><td>Formatted</td><td/><td>The registry value name.</td></row>
+		<row><td>Registry</td><td>Registry</td><td>N</td><td/><td/><td/><td/><td>Identifier</td><td/><td>Primary key, non-localized token.</td></row>
+		<row><td>Registry</td><td>Root</td><td>N</td><td>-1</td><td>3</td><td/><td/><td/><td/><td>The predefined root key for the registry value, one of rrkEnum.</td></row>
+		<row><td>Registry</td><td>Value</td><td>Y</td><td/><td/><td/><td/><td>Formatted</td><td/><td>The registry value.</td></row>
+		<row><td>RemoveFile</td><td>Component_</td><td>N</td><td/><td/><td>Component</td><td>1</td><td>Identifier</td><td/><td>Foreign key referencing Component that controls the file to be removed.</td></row>
+		<row><td>RemoveFile</td><td>DirProperty</td><td>N</td><td/><td/><td/><td/><td>Identifier</td><td/><td>Name of a property whose value is assumed to resolve to the full pathname to the folder of the file to be removed.</td></row>
+		<row><td>RemoveFile</td><td>FileKey</td><td>N</td><td/><td/><td/><td/><td>Identifier</td><td/><td>Primary key used to identify a particular file entry</td></row>
+		<row><td>RemoveFile</td><td>FileName</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>Name of the file to be removed.</td></row>
+		<row><td>RemoveFile</td><td>InstallMode</td><td>N</td><td/><td/><td/><td/><td/><td>1;2;3</td><td>Installation option, one of iimEnum.</td></row>
+		<row><td>RemoveIniFile</td><td>Action</td><td>N</td><td/><td/><td/><td/><td/><td>2;4</td><td>The type of modification to be made, one of iifEnum.</td></row>
+		<row><td>RemoveIniFile</td><td>Component_</td><td>N</td><td/><td/><td>Component</td><td>1</td><td>Identifier</td><td/><td>Foreign key into the Component table referencing component that controls the deletion of the .INI value.</td></row>
+		<row><td>RemoveIniFile</td><td>DirProperty</td><td>Y</td><td/><td/><td/><td/><td>Identifier</td><td/><td>Foreign key into the Directory table denoting the directory where the .INI file is.</td></row>
+		<row><td>RemoveIniFile</td><td>FileName</td><td>N</td><td/><td/><td/><td/><td>Text</td><td/><td>The .INI file name in which to delete the information</td></row>
+		<row><td>RemoveIniFile</td><td>Key</td><td>N</td><td/><td/><td/><td/><td>Formatted</td><td/><td>The .INI file key below Section.</td></row>
+		<row><td>RemoveIniFile</td><td>RemoveIniFile</td><td>N</td><td/><td/><td/><td/><td>Identifier</td><td/><td>Primary key, non-localized token.</td></row>
+		<row><td>RemoveIniFile</td><td>Section</td><td>N</td><td/><td/><td/><td/><td>Formatted</td><td/><td>The .INI file Section.</td></row>
+		<row><td>RemoveIniFile</td><td>Value</td><td>Y</td><td/><td/><td/><td/><td>Formatted</td><td/><td>The value to be deleted. The value is required when Action is iifIniRemoveTag</td></row>
+		<row><td>RemoveRegistry</td><td>Component_</td><td>N</td><td/><td/><td>Component</td><td>1</td><td>Identifier</td><td/><td>Foreign key into the Component table referencing component that controls the deletion of the registry value.</td></row>
+		<row><td>RemoveRegistry</td><td>Key</td><td>N</td><td/><td/><td/><td/><td>RegPath</td><td/><td>The key for the registry value.</td></row>
+		<row><td>RemoveRegistry</td><td>Name</td><td>Y</td><td/><td/><td/><td/><td>Formatted</td><td/><td>The registry value name.</td></row>
+		<row><td>RemoveRegistry</td><td>RemoveRegistry</td><td>N</td><td/><td/><td/><td/><td>Identifier</td><td/><td>Primary key, non-localized token.</td></row>
+		<row><td>RemoveRegistry</td><td>Root</td><td>N</td><td>-1</td><td>3</td><td/><td/><td/><td/><td>The predefined root key for the registry value, one of rrkEnum</td></row>
+		<row><td>ReserveCost</td><td>Component_</td><td>N</td><td/><td/><td>Component</td><td>1</td><td>Identifier</td><td/><td>Reserve a specified amount of space if this component is to be installed.</td></row>
+		<row><td>ReserveCost</td><td>ReserveFolder</td><td>Y</td><td/><td/><td/><td/><td>Identifier</td><td/><td>Name of a property whose value is assumed to resolve to the full path to the destination directory</td></row>
+		<row><td>ReserveCost</td><td>ReserveKey</td><td>N</td><td/><td/><td/><td/><td>Identifier</td><td/><td>Primary key that uniquely identifies a particular ReserveCost record</td></row>
+		<row><td>ReserveCost</td><td>ReserveLocal</td><td>N</td><td>0</td><td>2147483647</td><td/><td/><td/><td/><td>Disk space to reserve if linked component is installed locally.</td></row>
+		<row><td>ReserveCost</td><td>ReserveSource</td><td>N</td><td>0</td><td>2147483647</td><td/><td/><td/><td/><td>Disk space to reserve if linked component is installed to run from the source location.</td></row>
+		<row><td>SFPCatalog</td><td>Catalog</td><td>Y</td><td/><td/><td/><td/><td>Binary</td><td/><td>SFP Catalog</td></row>
+		<row><td>SFPCatalog</td><td>Dependency</td><td>Y</td><td/><td/><td/><td/><td>Formatted</td><td/><td>Parent catalog - only used by SFP</td></row>
+		<row><td>SFPCatalog</td><td>SFPCatalog</td><td>N</td><td/><td/><td/><td/><td>Filename</td><td/><td>File name for the catalog.</td></row>
+		<row><td>SelfReg</td><td>Cost</td><td>Y</td><td>0</td><td>32767</td><td/><td/><td/><td/><td>The cost of registering the module.</td></row>
+		<row><td>SelfReg</td><td>File_</td><td>N</td><td/><td/><td>File</td><td>1</td><td>Identifier</td><td/><td>Foreign key into the File table denoting the module that needs to be registered.</td></row>
+		<row><td>ServiceControl</td><td>Arguments</td><td>Y</td><td/><td/><td/><td/><td>Formatted</td><td/><td>Arguments for the service.  Separate by [~].</td></row>
+		<row><td>ServiceControl</td><td>Component_</td><td>N</td><td/><td/><td>Component</td><td>1</td><td>Identifier</td><td/><td>Required foreign key into the Component Table that controls the startup of the service</td></row>
+		<row><td>ServiceControl</td><td>Event</td><td>N</td><td>0</td><td>187</td><td/><td/><td/><td/><td>Bit field:  Install:  0x1 = Start, 0x2 = Stop, 0x8 = Delete, Uninstall: 0x10 = Start, 0x20 = Stop, 0x80 = Delete</td></row>
+		<row><td>ServiceControl</td><td>Name</td><td>N</td><td/><td/><td/><td/><td>Formatted</td><td/><td>Name of a service. /, \, comma and space are invalid</td></row>
+		<row><td>ServiceControl</td><td>ServiceControl</td><td>N</td><td/><td/><td/><td/><td>Identifier</td><td/><td>Primary key, non-localized token.</td></row>
+		<row><td>ServiceControl</td><td>Wait</td><td>Y</td><td>0</td><td>1</td><td/><td/><td/><td/><td>Boolean for whether to wait for the service to fully start</td></row>
+		<row><td>ServiceInstall</td><td>Arguments</td><td>Y</td><td/><td/><td/><td/><td>Formatted</td><td/><td>Arguments to include in every start of the service, passed to WinMain</td></row>
+		<row><td>ServiceInstall</td><td>Component_</td><td>N</td><td/><td/><td>Component</td><td>1</td><td>Identifier</td><td/><td>Required foreign key into the Component Table that controls the startup of the service</td></row>
+		<row><td>ServiceInstall</td><td>Dependencies</td><td>Y</td><td/><td/><td/><td/><td>Formatted</td><td/><td>Other services this depends on to start.  Separate by [~], and end with [~][~]</td></row>
+		<row><td>ServiceInstall</td><td>Description</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>Description of service.</td></row>
+		<row><td>ServiceInstall</td><td>DisplayName</td><td>Y</td><td/><td/><td/><td/><td>Formatted</td><td/><td>External Name of the Service</td></row>
+		<row><td>ServiceInstall</td><td>ErrorControl</td><td>N</td><td>-2147483647</td><td>2147483647</td><td/><td/><td/><td/><td>Severity of error if service fails to start</td></row>
+		<row><td>ServiceInstall</td><td>LoadOrderGroup</td><td>Y</td><td/><td/><td/><td/><td>Formatted</td><td/><td>LoadOrderGroup</td></row>
+		<row><td>ServiceInstall</td><td>Name</td><td>N</td><td/><td/><td/><td/><td>Formatted</td><td/><td>Internal Name of the Service</td></row>
+		<row><td>ServiceInstall</td><td>Password</td><td>Y</td><td/><td/><td/><td/><td>Formatted</td><td/><td>password to run service with.  (with StartName)</td></row>
+		<row><td>ServiceInstall</td><td>ServiceInstall</td><td>N</td><td/><td/><td/><td/><td>Identifier</td><td/><td>Primary key, non-localized token.</td></row>
+		<row><td>ServiceInstall</td><td>ServiceType</td><td>N</td><td>-2147483647</td><td>2147483647</td><td/><td/><td/><td/><td>Type of the service</td></row>
+		<row><td>ServiceInstall</td><td>StartName</td><td>Y</td><td/><td/><td/><td/><td>Formatted</td><td/><td>User or object name to run service as</td></row>
+		<row><td>ServiceInstall</td><td>StartType</td><td>N</td><td>0</td><td>4</td><td/><td/><td/><td/><td>Type of the service</td></row>
+		<row><td>Shortcut</td><td>Arguments</td><td>Y</td><td/><td/><td/><td/><td>Formatted</td><td/><td>The command-line arguments for the shortcut.</td></row>
+		<row><td>Shortcut</td><td>Component_</td><td>N</td><td/><td/><td>Component</td><td>1</td><td>Identifier</td><td/><td>Foreign key into the Component table denoting the component whose selection gates the the shortcut creation/deletion.</td></row>
+		<row><td>Shortcut</td><td>Description</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>The description for the shortcut.</td></row>
+		<row><td>Shortcut</td><td>Directory_</td><td>N</td><td/><td/><td>Directory</td><td>1</td><td>Identifier</td><td/><td>Foreign key into the Directory table denoting the directory where the shortcut file is created.</td></row>
+		<row><td>Shortcut</td><td>Hotkey</td><td>Y</td><td>0</td><td>32767</td><td/><td/><td/><td/><td>The hotkey for the shortcut. It has the virtual-key code for the key in the low-order byte, and the modifier flags in the high-order byte. </td></row>
+		<row><td>Shortcut</td><td>ISAttributes</td><td>Y</td><td/><td/><td/><td/><td/><td/><td>This is used to store Installshield custom properties of a shortcut.  Mainly used in pro project types.</td></row>
+		<row><td>Shortcut</td><td>ISComments</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td dt:dt="bin.base64" md5="cb9acc27950b903a6080754a56990866">
+QQB1AHQAaABvAHIAGSBzACAAYwBvAG0AbQBlAG4AdABzACAAbwBuACAAdABoAGkAcwAgAFMAaABvAHIAdABjAHUAdAAuAA==
+			</td></row>
+		<row><td>Shortcut</td><td>ISShortcutName</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>A non-unique name for the shortcut.  Mainly used by pro pro project types.</td></row>
+		<row><td>Shortcut</td><td>IconIndex</td><td>Y</td><td>-32767</td><td>32767</td><td/><td/><td/><td/><td>The icon index for the shortcut.</td></row>
+		<row><td>Shortcut</td><td>Icon_</td><td>Y</td><td/><td/><td>Icon</td><td>1</td><td>Identifier</td><td/><td>Foreign key into the File table denoting the external icon file for the shortcut.</td></row>
+		<row><td>Shortcut</td><td>Name</td><td>N</td><td/><td/><td/><td/><td>Text</td><td/><td>The name of the shortcut to be created.</td></row>
+		<row><td>Shortcut</td><td>Shortcut</td><td>N</td><td/><td/><td/><td/><td>Identifier</td><td/><td>Primary key, non-localized token.</td></row>
+		<row><td>Shortcut</td><td>ShowCmd</td><td>Y</td><td/><td/><td/><td/><td/><td>1;3;7</td><td>The show command for the application window.The following values may be used.</td></row>
+		<row><td>Shortcut</td><td>Target</td><td>N</td><td/><td/><td/><td/><td>Shortcut</td><td/><td>The shortcut target. This is usually a property that is expanded to a file or a folder that the shortcut points to.</td></row>
+		<row><td>Shortcut</td><td>WkDir</td><td>Y</td><td/><td/><td/><td/><td>Identifier</td><td/><td>Name of property defining location of working directory.</td></row>
+		<row><td>Signature</td><td>FileName</td><td>N</td><td/><td/><td/><td/><td>Text</td><td/><td>The name of the file. This may contain a "short name|long name" pair.</td></row>
+		<row><td>Signature</td><td>Languages</td><td>Y</td><td/><td/><td/><td/><td>Language</td><td/><td>The languages supported by the file.</td></row>
+		<row><td>Signature</td><td>MaxDate</td><td>Y</td><td>0</td><td>2147483647</td><td/><td/><td/><td/><td>The maximum creation date of the file.</td></row>
+		<row><td>Signature</td><td>MaxSize</td><td>Y</td><td>0</td><td>2147483647</td><td/><td/><td/><td/><td>The maximum size of the file. </td></row>
+		<row><td>Signature</td><td>MaxVersion</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>The maximum version of the file.</td></row>
+		<row><td>Signature</td><td>MinDate</td><td>Y</td><td>0</td><td>2147483647</td><td/><td/><td/><td/><td>The minimum creation date of the file.</td></row>
+		<row><td>Signature</td><td>MinSize</td><td>Y</td><td>0</td><td>2147483647</td><td/><td/><td/><td/><td>The minimum size of the file.</td></row>
+		<row><td>Signature</td><td>MinVersion</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>The minimum version of the file.</td></row>
+		<row><td>Signature</td><td>Signature</td><td>N</td><td/><td/><td/><td/><td>Identifier</td><td/><td>The table key. The Signature represents a unique file signature.</td></row>
+		<row><td>TextStyle</td><td>Color</td><td>Y</td><td>0</td><td>16777215</td><td/><td/><td/><td/><td>A long integer indicating the color of the string in the RGB format (Red, Green, Blue each 0-255, RGB = R + 256*G + 256^2*B).</td></row>
+		<row><td>TextStyle</td><td>FaceName</td><td>N</td><td/><td/><td/><td/><td>Text</td><td/><td>A string indicating the name of the font used. Required. The string must be at most 31 characters long.</td></row>
+		<row><td>TextStyle</td><td>Size</td><td>N</td><td>0</td><td>32767</td><td/><td/><td/><td/><td>The size of the font used. This size is given in our units (1/12 of the system font height). Assuming that the system font is set to 12 point size, this is equivalent to the point size.</td></row>
+		<row><td>TextStyle</td><td>StyleBits</td><td>Y</td><td>0</td><td>15</td><td/><td/><td/><td/><td>A combination of style bits.</td></row>
+		<row><td>TextStyle</td><td>TextStyle</td><td>N</td><td/><td/><td/><td/><td>Identifier</td><td/><td>Name of the style. The primary key of this table. This name is embedded in the texts to indicate a style change.</td></row>
+		<row><td>TypeLib</td><td>Component_</td><td>N</td><td/><td/><td>Component</td><td>1</td><td>Identifier</td><td/><td>Required foreign key into the Component Table, specifying the component for which to return a path when called through LocateComponent.</td></row>
+		<row><td>TypeLib</td><td>Cost</td><td>Y</td><td>0</td><td>2147483647</td><td/><td/><td/><td/><td>The cost associated with the registration of the typelib. This column is currently optional.</td></row>
+		<row><td>TypeLib</td><td>Description</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td/></row>
+		<row><td>TypeLib</td><td>Directory_</td><td>Y</td><td/><td/><td>Directory</td><td>1</td><td>Identifier</td><td/><td>Optional. The foreign key into the Directory table denoting the path to the help file for the type library.</td></row>
+		<row><td>TypeLib</td><td>Feature_</td><td>N</td><td/><td/><td>Feature</td><td>1</td><td>Identifier</td><td/><td>Required foreign key into the Feature Table, specifying the feature to validate or install in order for the type library to be operational.</td></row>
+		<row><td>TypeLib</td><td>Language</td><td>N</td><td>0</td><td>32767</td><td/><td/><td/><td/><td>The language of the library.</td></row>
+		<row><td>TypeLib</td><td>LibID</td><td>N</td><td/><td/><td/><td/><td>Guid</td><td/><td>The GUID that represents the library.</td></row>
+		<row><td>TypeLib</td><td>Version</td><td>Y</td><td>0</td><td>2147483647</td><td/><td/><td/><td/><td>The version of the library. The major version is in the upper 8 bits of the short integer. The minor version is in the lower 8 bits.</td></row>
+		<row><td>UIText</td><td>Key</td><td>N</td><td/><td/><td/><td/><td>Identifier</td><td/><td>A unique key that identifies the particular string.</td></row>
+		<row><td>UIText</td><td>Text</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>The localized version of the string.</td></row>
+		<row><td>Upgrade</td><td>ActionProperty</td><td>N</td><td/><td/><td/><td/><td>UpperCase</td><td/><td>The property to set when a product in this set is found.</td></row>
+		<row><td>Upgrade</td><td>Attributes</td><td>N</td><td>0</td><td>2147483647</td><td/><td/><td/><td/><td>The attributes of this product set.</td></row>
+		<row><td>Upgrade</td><td>ISDisplayName</td><td>Y</td><td/><td/><td>ISUpgradeMsiItem</td><td>1</td><td/><td/><td/></row>
+		<row><td>Upgrade</td><td>Language</td><td>Y</td><td/><td/><td/><td/><td>Language</td><td/><td>A comma-separated list of languages for either products in this set or products not in this set.</td></row>
+		<row><td>Upgrade</td><td>Remove</td><td>Y</td><td/><td/><td/><td/><td>Formatted</td><td/><td>The list of features to remove when uninstalling a product from this set.  The default is "ALL".</td></row>
+		<row><td>Upgrade</td><td>UpgradeCode</td><td>N</td><td/><td/><td/><td/><td>Guid</td><td/><td>The UpgradeCode GUID belonging to the products in this set.</td></row>
+		<row><td>Upgrade</td><td>VersionMax</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>The maximum ProductVersion of the products in this set.  The set may or may not include products with this particular version.</td></row>
+		<row><td>Upgrade</td><td>VersionMin</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>The minimum ProductVersion of the products in this set.  The set may or may not include products with this particular version.</td></row>
+		<row><td>Verb</td><td>Argument</td><td>Y</td><td/><td/><td/><td/><td>Formatted</td><td/><td>Optional value for the command arguments.</td></row>
+		<row><td>Verb</td><td>Command</td><td>Y</td><td/><td/><td/><td/><td>Formatted</td><td/><td>The command text.</td></row>
+		<row><td>Verb</td><td>Extension_</td><td>N</td><td/><td/><td>Extension</td><td>1</td><td>Text</td><td/><td>The extension associated with the table row.</td></row>
+		<row><td>Verb</td><td>Sequence</td><td>Y</td><td>0</td><td>32767</td><td/><td/><td/><td/><td>Order within the verbs for a particular extension. Also used simply to specify the default verb.</td></row>
+		<row><td>Verb</td><td>Verb</td><td>N</td><td/><td/><td/><td/><td>Text</td><td/><td>The verb for the command.</td></row>
+		<row><td>_Validation</td><td>Category</td><td>Y</td><td/><td/><td/><td/><td/><td>"Text";"Formatted";"Template";"Condition";"Guid";"Path";"Version";"Language";"Identifier";"Binary";"UpperCase";"LowerCase";"Filename";"Paths";"AnyPath";"WildCardFilename";"RegPath";"KeyFormatted";"CustomSource";"Property";"Cabinet";"Shortcut";"URL";"DefaultDir"</td><td>String category</td></row>
+		<row><td>_Validation</td><td>Column</td><td>N</td><td/><td/><td/><td/><td>Identifier</td><td/><td>Name of column</td></row>
+		<row><td>_Validation</td><td>Description</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>Description of column</td></row>
+		<row><td>_Validation</td><td>KeyColumn</td><td>Y</td><td>1</td><td>32</td><td/><td/><td/><td/><td>Column to which foreign key connects</td></row>
+		<row><td>_Validation</td><td>KeyTable</td><td>Y</td><td/><td/><td/><td/><td>Identifier</td><td/><td>For foreign key, Name of table to which data must link</td></row>
+		<row><td>_Validation</td><td>MaxValue</td><td>Y</td><td>-2147483647</td><td>2147483647</td><td/><td/><td/><td/><td>Maximum value allowed</td></row>
+		<row><td>_Validation</td><td>MinValue</td><td>Y</td><td>-2147483647</td><td>2147483647</td><td/><td/><td/><td/><td>Minimum value allowed</td></row>
+		<row><td>_Validation</td><td>Nullable</td><td>N</td><td/><td/><td/><td/><td/><td>Y;N;@</td><td>Whether the column is nullable</td></row>
+		<row><td>_Validation</td><td>Set</td><td>Y</td><td/><td/><td/><td/><td>Text</td><td/><td>Set of values that are permitted</td></row>
+		<row><td>_Validation</td><td>Table</td><td>N</td><td/><td/><td/><td/><td>Identifier</td><td/><td>Name of table</td></row>
+	</table>
+</msi>