<?xml version="1.0" encoding="UTF-8"?>
<SapSetup Context="Init">
  <Product Guid="{14F25BEA-5A12-4657-B86C-845A251F1C4B}" Name="SAP GUI" CmdLine="GUI_SHARED" WkstaDb="SapGuiWksta.xml" ProdVersion="418" Visible="FALSE"/>
  <Component Guid="{30DC15B4-0C2E-4632-8A86-3AF0986B4921}" Name="$CompInfo710" Version="182" Min_Compliant_Version="1" SysSize="634">
    <Action Type="File" Dst="%SapFrontEndDir%\SAPgui">
      <Src>%SAPsrcDir%\SAPgui\compInfo710.txt</Src>
    </Action>
    <Action Type="File" Dst="%SapSetupDir%" Condition="1=0">
      <Src>%SAPsrcDir%\SapGuiSetup.exe</Src>
    </Action>
    <Action Type="File" Dst="%SapSetupDir%\setup" Condition="1=0">
      <Src>%SAPsrcDir%\setup\SapGuiSetup.cfg</Src>
    </Action>
    <Action Type="File" Dst="%SapSetupDir%\ReadMe" Condition="1=0">
      <Src>%SAPsrcDir%\ReadMe\SAP_Front_End_Installation_Guide.pdf</Src>
    </Action>
  </Component>
  <Component Guid="{0C0E1CCC-18AE-431d-BE18-9BB872C88E72}" Name="$CleanSAPGUI6" Version="2" Min_Compliant_Version="1">
    <Action Type="Execute" RunAt="Install" Condition="(%Pre_SapGui71%=UNDEFINED)&amp;(%Param_Silent%=TRUE)">
      <Src TimeOut="600000" DisplayText="StrRemoveOldSapGui" Parameters=" /uninstall /silent /noRestart /suppressReboot">%Windir%\SapWksta\setup\SAPsetup.exe</Src>
    </Action>
    <Action Type="Execute" RunAt="Install" Condition="(%Pre_SapGui71%=UNDEFINED)&amp;(%Param_Silent%&lt;&gt;TRUE)">
      <Src DisplayText="StrRemoveOldSapGui" Parameters=" /uninstall /noDLG /noRestart /suppressReboot">%Windir%\SapWksta\setup\SAPsetup.exe</Src>
    </Action>
  </Component>
  <Component Guid="{F270A214-3AD3-4235-9C74-F4D323B54976}" Name="$MS System Files" Version="24" Min_Compliant_Version="1" SysSize="8539">
    <Action Type="File" Dst="%WinSysDir%" RunAt="Install">
      <Src>%SAPSrcDir%\system\msvcp60.dll</Src>
      <Src>%SAPSrcDir%\system\msvbvm50.dll</Src>
      <Src>%SAPSrcDir%\system\msvbvm60.dll</Src>
      <Src>%SAPSrcDir%\system\grid32.ocx</Src>
      <Src>%SAPSrcDir%\system\tlbinf32.dll</Src>
      <Src>%SAPSrcDir%\system\richtx32.ocx</Src>
      <Src>%SAPSrcDir%\system\comct232.ocx</Src>
      <Src>%SAPSrcDir%\system\comct332.ocx</Src>
      <Src>%SAPSrcDir%\system\comctl32.ocx</Src>
      <Src>%SAPSrcDir%\system\comdlg32.ocx</Src>
      <Src>%SAPSrcDir%\system\mscomct2.ocx</Src>
      <Src>%SAPSrcDir%\system\mscomctl.ocx</Src>
      <Src>%SAPSrcDir%\system\msdatgrd.ocx</Src>
      <Src>%SAPSrcDir%\system\msflxgrd.ocx</Src>
      <Src>%SAPSrcDir%\system\mshflxgd.ocx</Src>
      <Src>%SAPSrcDir%\system\msstdfmt.dll</Src>
      <Src>%SAPSrcDir%\system\msstkprp.dll</Src>
      <Src>%SAPSrcDir%\system\sysinfo.ocx</Src>
      <Src>%SAPSrcDir%\system\tabctl32.ocx</Src>
    </Action>
    <Action Type="File" Dst="%WinSysDir%" Condition="%WinSysDir%\dbghelp.dll = -1">
      <Src>%SapSrcDir%\System\dbghelp.dll</Src>
    </Action>
    <Action Type="Script" RunAt="Install">
      <Src>
		<![CDATA[
			NwEngine.Context.Log.Write "Script-action: Checking reboot condition."
			NwEngine.Context.Log.Write "Script-action: NwEngine.Context.Reboot = " & NwEngine.Context.Reboot
			If NwEngine.Context.Reboot = 1 Then
				If NwEngine.Context.Args("SuppressReboot") <> "" Then
					NwEngine.Context.Reboot = 0	'Setting Flag for no Reboot
					NwEngine.Context.Log.WriteWarning "Script-action: Reboot suppressed by the user. NwEngine.Context.Reboot = " & NwEngine.Context.Reboot
				ElseIf NwEngine.Context.Args("DelayReboot") <> "" Then
					NwEngine.Context.Reboot = 1	'Setting Flag for delayed Reboot
					NwEngine.Context.Log.WriteWarning "Script-action: Reboot delayed by the user. NwEngine.Context.Reboot = " & NwEngine.Context.Reboot
				Else
					NwEngine.Context.Reboot = 2	'Setting Flag for immendiate Reboot
					NwEngine.Context.Log.Write "Script-action: Enforce immediate reboot."
				End If
			End If
		]]>
      </Src>
    </Action>
  </Component>
  <Component Guid="{E8C58B34-ADCB-4998-9077-FA1E57DCF08B}" Name="$CustomerConfigFiles" Version="1" Min_Compliant_Version="1">
    <Action Type="Script" RunAt="Install">
      <Src>
		<![CDATA[
			If NwEngine.Shell.FileExist("%SAPSrcDir%\custom\services") Then
				NwEngine.Shell.CopyFile "%SAPSrcDir%\custom\services", "%WinSysDir%\drivers\etc\services"
			End If
		]]>
      </Src>
    </Action>
    <Action Type="Script" RunAt="Install">
      <Src>
		<![CDATA[
			If NwEngine.Shell.FileExist("%SAPSrcDir%\custom\saplogon.ini") Then
				NwEngine.Shell.CopyFile "%SAPSrcDir%\custom\saplogon.ini", "%WinDir%\saplogon.ini"
			End If
			If NwEngine.Shell.FileExist("%SAPSrcDir%\custom\saproute.ini") Then
				NwEngine.Shell.CopyFile "%SAPSrcDir%\custom\saproute.ini", "%WinDir%\saproute.ini"
			End If
			If NwEngine.Shell.FileExist("%SAPSrcDir%\custom\sapmsg.ini") Then
				NwEngine.Shell.CopyFile "%SAPSrcDir%\custom\sapmsg.ini", "%WinDir%\sapmsg.ini"
			End If
		]]>
      </Src>
    </Action>
  </Component>
  <Component Guid="{04DC8F4B-A28F-45de-8C1F-EAE757E48516}" Name="$Services File Changes" Version="1" Min_Compliant_Version="1">
    <Action Type="SeparatedValues" Dst="%WinDir%\system32\drivers\etc\services">
      <Src>
		<![CDATA[
				sapdp00  3200/tcp
				sapdp01  3201/tcp
				sapdp02  3202/tcp
				sapdp03  3203/tcp
				sapdp04  3204/tcp
				sapdp05  3205/tcp
				sapdp06  3206/tcp
				sapdp07  3207/tcp
				sapdp08  3208/tcp
				sapdp09  3209/tcp
				sapdp10  3210/tcp
				sapdp11  3211/tcp
				sapdp12  3212/tcp
				sapdp13  3213/tcp
				sapdp14  3214/tcp
				sapdp15  3215/tcp
				sapdp16  3216/tcp
				sapdp17  3217/tcp
				sapdp18  3218/tcp
				sapdp19  3219/tcp
				sapdp20  3220/tcp
				sapdp21  3221/tcp
				sapdp22  3222/tcp
				sapdp23  3223/tcp
				sapdp24  3224/tcp
				sapdp25  3225/tcp
				sapdp26  3226/tcp
				sapdp27  3227/tcp
				sapdp28  3228/tcp
				sapdp29  3229/tcp
				sapdp30  3230/tcp
				sapdp31  3231/tcp
				sapdp32  3232/tcp
				sapdp33  3233/tcp
				sapdp34  3234/tcp
				sapdp35  3235/tcp
				sapdp36  3236/tcp
				sapdp37  3237/tcp
				sapdp38  3238/tcp
				sapdp39  3239/tcp
				sapdp40  3240/tcp
				sapdp41  3241/tcp
				sapdp42  3242/tcp
				sapdp43  3243/tcp
				sapdp44  3244/tcp
				sapdp45  3245/tcp
				sapdp46  3246/tcp
				sapdp47  3247/tcp
				sapdp48  3248/tcp
				sapdp49  3249/tcp
				sapdp50  3250/tcp
				sapdp51  3251/tcp
				sapdp52  3252/tcp
				sapdp53  3253/tcp
				sapdp54  3254/tcp
				sapdp55  3255/tcp
				sapdp56  3256/tcp
				sapdp57  3257/tcp
				sapdp58  3258/tcp
				sapdp59  3259/tcp
				sapdp60  3260/tcp
				sapdp61  3261/tcp
				sapdp62  3262/tcp
				sapdp63  3263/tcp
				sapdp64  3264/tcp
				sapdp65  3265/tcp
				sapdp66  3266/tcp
				sapdp67  3267/tcp
				sapdp68  3268/tcp
				sapdp69  3269/tcp
				sapdp70  3270/tcp
				sapdp71  3271/tcp
				sapdp72  3272/tcp
				sapdp73  3273/tcp
				sapdp74  3274/tcp
				sapdp75  3275/tcp
				sapdp76  3276/tcp
				sapdp77  3277/tcp
				sapdp78  3278/tcp
				sapdp79  3279/tcp
				sapdp80  3280/tcp
				sapdp81  3281/tcp
				sapdp82  3282/tcp
				sapdp83  3283/tcp
				sapdp84  3284/tcp
				sapdp85  3285/tcp
				sapdp86  3286/tcp
				sapdp87  3287/tcp
				sapdp88  3288/tcp
				sapdp89  3289/tcp
				sapdp90  3290/tcp
				sapdp91  3291/tcp
				sapdp92  3292/tcp
				sapdp93  3293/tcp
				sapdp94  3294/tcp
				sapdp95  3295/tcp
				sapdp96  3296/tcp
				sapdp97  3297/tcp
				sapdp98  3298/tcp
				sapdp99  3299/tcp
				sapgw00  3300/tcp
				sapgw01  3301/tcp
				sapgw02  3302/tcp
				sapgw03  3303/tcp
				sapgw04  3304/tcp
				sapgw05  3305/tcp
				sapgw06  3306/tcp
				sapgw07  3307/tcp
				sapgw08  3308/tcp
				sapgw09  3309/tcp
				sapgw10  3310/tcp
				sapgw11  3311/tcp
				sapgw12  3312/tcp
				sapgw13  3313/tcp
				sapgw14  3314/tcp
				sapgw15  3315/tcp
				sapgw16  3316/tcp
				sapgw17  3317/tcp
				sapgw18  3318/tcp
				sapgw19  3319/tcp
				sapgw20  3320/tcp
				sapgw21  3321/tcp
				sapgw22  3322/tcp
				sapgw23  3323/tcp
				sapgw24  3324/tcp
				sapgw25  3325/tcp
				sapgw26  3326/tcp
				sapgw27  3327/tcp
				sapgw28  3328/tcp
				sapgw29  3329/tcp
				sapgw30  3330/tcp
				sapgw31  3331/tcp
				sapgw32  3332/tcp
				sapgw33  3333/tcp
				sapgw34  3334/tcp
				sapgw35  3335/tcp
				sapgw36  3336/tcp
				sapgw37  3337/tcp
				sapgw38  3338/tcp
				sapgw39  3339/tcp
				sapgw40  3340/tcp
				sapgw41  3341/tcp
				sapgw42  3342/tcp
				sapgw43  3343/tcp
				sapgw44  3344/tcp
				sapgw45  3345/tcp
				sapgw46  3346/tcp
				sapgw47  3347/tcp
				sapgw48  3348/tcp
				sapgw49  3349/tcp
				sapgw50  3350/tcp
				sapgw51  3351/tcp
				sapgw52  3352/tcp
				sapgw53  3353/tcp
				sapgw54  3354/tcp
				sapgw55  3355/tcp
				sapgw56  3356/tcp
				sapgw57  3357/tcp
				sapgw58  3358/tcp
				sapgw59  3359/tcp
				sapgw60  3360/tcp
				sapgw61  3361/tcp
				sapgw62  3362/tcp
				sapgw63  3363/tcp
				sapgw64  3364/tcp
				sapgw65  3365/tcp
				sapgw66  3366/tcp
				sapgw67  3367/tcp
				sapgw68  3368/tcp
				sapgw69  3369/tcp
				sapgw70  3370/tcp
				sapgw71  3371/tcp
				sapgw72  3372/tcp
				sapgw73  3373/tcp
				sapgw74  3374/tcp
				sapgw75  3375/tcp
				sapgw76  3376/tcp
				sapgw77  3377/tcp
				sapgw78  3378/tcp
				sapgw79  3379/tcp
				sapgw80  3380/tcp
				sapgw81  3381/tcp
				sapgw82  3382/tcp
				sapgw83  3383/tcp
				sapgw84  3384/tcp
				sapgw85  3385/tcp
				sapgw86  3386/tcp
				sapgw87  3387/tcp
				sapgw88  3388/tcp
				sapgw89  3389/tcp
				sapgw90  3390/tcp
				sapgw91  3391/tcp
				sapgw92  3392/tcp
				sapgw93  3393/tcp
				sapgw94  3394/tcp
				sapgw95  3395/tcp
				sapgw96  3396/tcp
				sapgw97  3397/tcp
				sapgw98  3398/tcp
				sapgw99  3399/tcp
			]]>
      </Src>
    </Action>
  </Component>
  <Component Guid="{7B6F4DCD-79DC-401a-AE88-A7F225183956}" Name="$Gui XT" Version="34" Min_Compliant_Version="1" Size="2248">
    <Action Type="File" Dst="%SapFrontEndDir%\SapGui">
      <Src>%SapSrcDir%\SapGui\guixt.dll</Src>
      <Src>%SapSrcDir%\SapGui\guixt.exe</Src>
    </Action>
    <Action Type="Registry" Dst="HKLM\SOFTWARE\SAP\SAPGUI\Customize">
      <RegValue Name="GuiXT.RfcUser">SAPCPIC</RegValue>
      <RegValue Name="GuiXT.RfcPassword">ebvdbeleieoe</RegValue>
      <RegValue Name="GuiXT.IconTipField">0L</RegValue>
      <RegValue Name="GuiXT.IconTipBox">35</RegValue>
      <RegValue Name="GuiXT.StartMinimized" Type="DWORD">1</RegValue>
      <RegValue Name="GuiXT.ComponentGuiXT" Type="DWORD">1</RegValue>
      <RegValue Name="GuiXT.ComponentInputAssistant" Type="DWORD">0</RegValue>
      <RegValue Name="GuiXT.ComponentViewer" Type="DWORD">0</RegValue>
      <RegValue Name="GuiXT.ComponentDesigner" Type="DWORD">0</RegValue>
    </Action>
  </Component>
  <Component Guid="{6413CD93-F5DE-44f9-9DAE-A719CB5BE501}" Name="$MS Debug Tools" Version="22" Min_Compliant_Version="1" Size="692">
    <Action Type="File" Dst="%SapFrontEndDir%\SapGui">
      <Src>%SAPsrcDir%\SapGui\dbghelp.dll</Src>
      <Src>%SAPsrcDir%\SapGui\symsrv.dll</Src>
    </Action>
  </Component>
  <Component Guid="{CF4B1F9E-B718-419f-9718-FA9F63975C33}" Name="$WdfTrace" Version="238" Min_Compliant_Version="1" Size="248">
    <Action Type="File" Dst="%SapFrontEndDir%\sapgui\utils">
      <Src AppPath="%SapFrontEndDir%\SapGui">%SAPsrcDir%\SapGui\utils\wdftrace.exe</Src>
    </Action>
  </Component>
  <Component Guid="{4FA50AAA-25C2-4829-B605-D2F2E0FD0401}" Name="$CoreGUI Files" Version="584" Min_Compliant_Version="110" Size="44795">
    <Requires Guid="{649D045B-923A-4165-BE57-2D16BA2E5DD6}" Name="$SAP Logon Kit"/>
    <!-- gdiplus.dll is required on Win2K by "SapFewSe.ocx" and possibly by other SAP GUI DLLs -->
    <Action Type="File" Dst="%SapFrontEndDir%\SAPgui" Condition="%WinType% &lt;&gt; &quot;Windows XP&quot;">
      <Src>%SapSrcDir%\System\gdiplus.dll</Src>
    </Action>
    <Action Type="File" Dst="%SapFrontEndDir%\SAPgui">
      <Src>%SAPsrcDir%\SAPgui\SAPROTWR.DLL</Src>
    </Action>
    <Action Type="File" Dst="%SapFrontEndDir%\SAPgui">
      <Src>%SAPsrcDir%\SAPgui\gngmb.dll</Src>
      <Src>%SAPsrcDir%\SAPgui\lprint.exe</Src>
      <Src>%SAPsrcDir%\SAPgui\lprintg.dll</Src>
      <Src>%SAPsrcDir%\SAPgui\niping.exe</Src>
      <Src>%SAPsrcDir%\SAPgui\rfccom.exe</Src>
      <Src>%SAPsrcDir%\SAPgui\SAPawole.dll</Src>
      <Src>%SAPsrcDir%\SAPgui\SAPawrfc.dll</Src>
      <Src>%SAPsrcDir%\SAPgui\sapcomni.dll</Src>
      <Src>%SAPsrcDir%\SAPgui\sapfewdbg.dll</Src>
      <Src>%SAPsrcDir%\SAPgui\SAPfewcb.dll</Src>
      <Src>%SAPsrcDir%\SAPgui\SAPfewcls.dll</Src>
      <Src>%SAPsrcDir%\SAPgui\SAPfewcx.dll</Src>
      <Src>%SAPsrcDir%\SAPgui\SAPfewdp.dll</Src>
      <Src>%SAPsrcDir%\SAPgui\SAPfewdr.dll</Src>
      <Src>%SAPsrcDir%\SAPgui\SAPfewed.dll</Src>
      <Src>%SAPsrcDir%\SAPgui\SAPfewnls.dll</Src>
      <Src>%SAPsrcDir%\SAPgui\SAPfewtr.dll</Src>
      <Src>%SAPsrcDir%\SAPgui\SAPfewui.dll</Src>
      <Src>%SAPsrcDir%\SAPgui\SAPapihk.dll</Src>
      <Src>%SAPsrcDir%\SAPgui\SAPfewut.dll</Src>
      <Src>%SAPsrcDir%\SAPgui\SAPftp.exe</Src>
      <Src>%SAPsrcDir%\SAPgui\SAPguilib.dll</Src>
      <Src AppPath="%CommonProgramFiles%\SAP Shared">%SAPsrcDir%\SAPgui\SAPgui.exe</Src>
      <Src>%SAPsrcDir%\SAPgui\SAPhttp.exe</Src>
      <Src>%SAPsrcDir%\SAPgui\SAPpcfvd.dll</Src>
      <Src>%SAPsrcDir%\SAPgui\SAPpctxt.dll</Src>
      <Src>%SAPsrcDir%\SAPgui\SAPcpp47.dll</Src>
      <Src>%SAPSrcDir%\sapgui\sapshlib.dll</Src>
      <Src>%SAPsrcDir%\SAPgui\SAPfront.dll</Src>
    </Action>
    <!-- Set special keys for "rfccom.exe" -->
    <Action Type="Script" RunAt="Install">
      <Src>
		<![CDATA[
			strRfcComExe = NWEngine.Variables.ResolveString( "%SapFrontEndDir%\SAPgui\rfccom.exe" )
			NWEngine.Context.Log.Write "Script-Action: Reading File-Version of " + strRfcComExe
			strFileVersion = NWEngine.Shell.GetFileVersion( strRfcComExe )
			NWEngine.Variables.InsertVariable "RfcComExe_FileVersion", strFileVersion
			NWEngine.Variables.Persistent("RfcComExe_FileVersion") = vbFalse
		]]>
      </Src>
    </Action>
    <Action Type="Registry" Dst="HKLM\SOFTWARE\SAP\Applications\Frontend\710\Rfccom">
      <RegValue Name="Description">Rfccom Generic RFC Server</RegValue>
      <RegValue Name="Path">%SapFrontEndDir%\SAPgui</RegValue>
      <RegValue Name="Version">%RfcComExe_FileVersion%</RegValue>
    </Action>
    <Action Type="File" Dst="%SapFrontEndDir%\SAPgui">
      <Src>%SAPsrcDir%\SAPgui\sapwin.msg</Src>
      <Src>%SAPsrcDir%\SAPgui\swinbitm.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\sapwin.dll</Src>
      <Src>%SAPsrcDir%\SAPgui\sapfprint.dll</Src>
    </Action>
    <Action Type="File" Dst="%SapFrontEndDir%\SAPgui">
      <Src>%SapSrcDir%\SAPgui\sapfewcmen.dll</Src>
    </Action>
    <Action Type="Registry" Dst="HKLM\Software\SAP\SAPGUI Front\SAP Frontend Server\DiagParser">
      <RegValue Name="NewWayBack" Type="DWORD">0</RegValue>
    </Action>
    <Action Type="Registry" Dst="HKCR\Sapgui.Application">
      <RegValue>Sapgui Application</RegValue>
    </Action>
    <Action Type="Registry" Dst="HKCR\Sapgui.Application\Clsid">
      <RegValue>{83658045-6571-3232-7082-797884697868}</RegValue>
    </Action>
    <Action Type="Registry" Dst="HKCR\CLSID\{83658045-6571-3232-7082-797884697868}">
      <RegValue>Sapgui Application</RegValue>
    </Action>
    <Action Type="Registry" Dst="HKCR\Sapgui.Automation">
      <RegValue>Sapgui Automation</RegValue>
    </Action>
    <Action Type="Registry" Dst="HKCR\Sapgui.Automation\Clsid">
      <RegValue>{136B4B54-D25E-11D3-BD3F-00105AB02CA1}</RegValue>
    </Action>
    <Action Type="Registry" Dst="HKCR\CLSID\{136B4B54-D25E-11D3-BD3F-00105AB02CA1}">
      <RegValue>Sapgui Automation</RegValue>
    </Action>
    <Action Type="Registry" Dst="HKLM\SOFTWARE\SAP\General\Frontend\Components\SAPAutomCtrler">
      <RegValue Name="CLSID">{541023F4-02B8-4904-B3C9-A2A7C3D1996E}</RegValue>
      <RegValue Name="DisplayName">Automation</RegValue>
    </Action>
    <Action Type="Registry" Dst="HKLM\SOFTWARE\SAP\General\Frontend\Components\SAPControlManager">
      <RegValue Name="CLSID">{5046E961-C80A-11D3-BD3C-00105AB02CA1}</RegValue>
      <RegValue Name="DisplayName">Control Manager</RegValue>
    </Action>
    <Action Type="Registry" Dst="HKLM\SOFTWARE\SAP\General\Frontend\Components\SAPDiagParser">
      <RegValue Name="CLSID">{13D41909-30DF-4759-8EA0-ECB05054131E}</RegValue>
      <RegValue Name="DisplayName">Diag Parser</RegValue>
    </Action>
    <Action Type="Registry" Dst="HKLM\SOFTWARE\SAP\General\Frontend\Components\SAPGmux">
      <RegValue Name="CLSID">{C64BAA8D-4217-4959-8074-1B17827887F9}</RegValue>
      <RegValue Name="DisplayName">Graphic Mux</RegValue>
    </Action>
    <Action Type="Registry" Dst="HKLM\SOFTWARE\SAP\General\Frontend\Components\SAPLocalDB">
      <RegValue Name="CLSID">{02437F71-8F8F-42B1-84DD-CAB4939B3698}</RegValue>
      <RegValue Name="DisplayName">Local DB</RegValue>
    </Action>
    <Action Type="Registry" Dst="HKLM\SOFTWARE\SAP\General\Frontend\Components\SAPGUIMenu">
      <RegValue Name="CLSID">{B57AEE3D-02EA-40EF-8EEA-20CE16D3E08E}</RegValue>
      <RegValue Name="DisplayName">Menu</RegValue>
    </Action>
    <Action Type="Registry" Dst="HKLM\SOFTWARE\SAP\General\Frontend\Components\SAPGUITable">
      <RegValue Name="CLSID">{094B3677-4124-45B2-B16E-37C162C59685}</RegValue>
      <RegValue Name="DisplayName">Table Ctrl</RegValue>
    </Action>
    <Action Type="Registry" Dst="HKLM\SOFTWARE\SAP\General\Frontend\Components\SAPGUIDragRelate">
      <RegValue Name="CLSID">{4D06C237-075C-46CD-BC45-60B4947EAB3E}</RegValue>
      <RegValue Name="DisplayName">Drag &amp; Relate</RegValue>
    </Action>
    <Action Type="Registry" Dst="HKLM\SOFTWARE\SAP\General\Frontend\Components\SAPGUIFocus">
      <RegValue Name="CLSID">{2E45C2AB-E5D0-4F79-8DC6-5F7C24686C4D}</RegValue>
      <RegValue Name="DisplayName">Focus</RegValue>
    </Action>
    <Action Type="Registry" Dst="HKLM\SOFTWARE\SAP\General\Frontend\Components\SAPGUITabChain">
      <RegValue Name="CLSID">{89BCCFD0-2DC3-11D5-B2DC-0050DAE009FB}</RegValue>
      <RegValue Name="DisplayName">Tab Chain</RegValue>
    </Action>
    <Action Type="Registry" Dst="HKLM\SOFTWARE\SAP\General\Frontend\Components\SAPGUIScripting">
      <RegValue Name="CLSID">{7C2D030E-ACFD-42A1-96DF-59032F27DAE6}</RegValue>
      <RegValue Name="DisplayName">Scripting</RegValue>
    </Action>
    <Action Type="Registry" Dst="HKLM\SOFTWARE\SAP\General\Frontend\Components\SAPGUIPerformance">
      <RegValue Name="CLSID">{66EA8827-9617-46D1-929B-C3001BB8D69C}</RegValue>
      <RegValue Name="DisplayName">Performance</RegValue>
    </Action>
    <Action Type="Registry" Dst="HKLM\SOFTWARE\SAP\General\Frontend\Components\Picture">
      <RegValue Name="CLSID">{42AB3E73-17AD-11D1-A530-0000E82DE990}</RegValue>
      <RegValue Name="DisplayName">Picture Control</RegValue>
    </Action>
    <Action Type="Registry" Dst="HKLM\SOFTWARE\SAP\General\Frontend\Components\SAPGUIDiagPriorParsing">
      <RegValue Name="CLSID">{12A8B579-FEEF-4306-9D78-8AABAB36B3EE}</RegValue>
      <RegValue Name="DisplayName">Diag prior parsing</RegValue>
    </Action>
    <Action Type="Registry" Dst="HKLM\SOFTWARE\SAP\General\Frontend\Components\SAPGUIDiag2Server">
      <RegValue Name="CLSID">{69F436DC-21E1-4B8E-8601-942B186E9A03}</RegValue>
      <RegValue Name="DisplayName">Diag to Server</RegValue>
    </Action>
    <Action Type="Registry" Dst="HKLM\SOFTWARE\SAP\General\Frontend\Components\SAPGUI_RFC">
      <RegValue Name="CLSID">{359E21AD-3A15-492F-9205-00B459A12B4C}</RegValue>
      <RegValue Name="DisplayName">RFC (SapWorkDir\rfc*.trc)</RegValue>
    </Action>
    <Action Type="Registry" Dst="HKLM\SOFTWARE\SAP\General\Frontend\Components\SAPContextManagement">
      <RegValue Name="CLSID">{C53386B1-6B21-442B-AF59-277B6869A836}</RegValue>
      <RegValue Name="DisplayName">Context Manager</RegValue>
    </Action>
    <Action Type="Registry" Dst="HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Compatibility32">
      <RegValue Name="EXCEL">0x40000000</RegValue>
    </Action>
    <Action Type="Registry" Dst="HKCR\SapFront.App">
      <RegValue>SAP Logon Application</RegValue>
      <RegValue Name="EditFlags" Type="Binary">00000100</RegValue>
    </Action>
    <Action Type="Registry" Dst="HKCR\SapFront.App\CLSID">
      <RegValue>{83658045-6571-3232-7082-797884697869}</RegValue>
    </Action>
    <Action Type="Registry" Dst="HKCR\SapFront.App\DocObject">
      <RegValue>0</RegValue>
    </Action>
    <Action Type="Registry" Dst="HKCR\SapFront.App\Insertable">
      <RegValue/>
    </Action>
    <Action Type="Registry" Dst="HKCR\SapFront.App\protocol\StdFileEditing\verb\0">
      <RegValue>&amp;Edit</RegValue>
    </Action>
    <Action Type="Registry" Dst="HKCR\CLSID\{83658045-6571-3232-7082-797884697869}">
      <RegValue>SAP Logon Application</RegValue>
    </Action>
    <Action Type="Registry" Dst="HKCR\CLSID\{83658045-6571-3232-7082-797884697869}\AuxUserType\2">
      <RegValue>SAP Logon</RegValue>
    </Action>
    <Action Type="Registry" Dst="HKCR\CLSID\{83658045-6571-3232-7082-797884697869}\AuxUserType\3">
      <RegValue>saplogon</RegValue>
    </Action>
    <Action Type="Registry" Dst="HKCR\CLSID\{83658045-6571-3232-7082-797884697869}\DefaultExtension">
      <RegValue>.gui, Filetype (*.gui)</RegValue>
    </Action>
    <Action Type="Registry" Dst="HKCR\CLSID\{83658045-6571-3232-7082-797884697869}\DocObject">
      <RegValue>0</RegValue>
    </Action>
    <Action Type="Registry" Dst="HKCR\CLSID\{83658045-6571-3232-7082-797884697869}\InprocHandler32">
      <RegValue>ole32.dll</RegValue>
    </Action>
    <Action Type="Registry" Dst="HKCR\CLSID\{83658045-6571-3232-7082-797884697869}\Insertable">
      <RegValue/>
    </Action>
    <Action Type="Registry" Dst="HKCR\CLSID\{83658045-6571-3232-7082-797884697869}\MiscStatus">
      <RegValue>32</RegValue>
    </Action>
    <Action Type="Registry" Dst="HKCR\CLSID\{83658045-6571-3232-7082-797884697869}\Printable">
      <RegValue/>
    </Action>
    <Action Type="Registry" Dst="HKCR\CLSID\{83658045-6571-3232-7082-797884697869}\ProgID">
      <RegValue>SAPFront.App</RegValue>
    </Action>
    <Action Type="Registry" Dst="HKCR\CLSID\{83658045-6571-3232-7082-797884697869}\Verb\0">
      <RegValue>&amp;Edit,0,2</RegValue>
    </Action>
    <Action Type="Registry" Dst="HKCR\CLSID\{83658045-6571-3232-7082-797884697869}\Verb\1">
      <RegValue>&amp;Open,0,2</RegValue>
    </Action>
    <Action Type="File" Dst="%SapFrontEndDir%\SapGui">
      <Src>%SAPsrcDir%\SapGui\SAPprint.ocx</Src>
    </Action>
    <Action Type="File" Dst="%SapFrontEndDir%\SAPgui\SAPlpd">
      <Src>%SAPsrcDir%\SAPgui\SAPlpd\SAPlpd.exe</Src>
      <Src>%SAPsrcDir%\SAPgui\SAPlpd\slpd.msg</Src>
      <Src>%SAPsrcDir%\SAPgui\SAPlpd\slpdbitm.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\SAPlpd\slpdread.txt</Src>
    </Action>
    <Action Type="File" Dst="%SapFrontEndDir%\SAPgui\SAPguihelp">
      <Src>%SAPsrcDir%\sapgui\sapguihelp\sapguiEN.chm</Src>
      <Src>%SAPsrcDir%\sapgui\sapguihelp\sapguiDE.chm</Src>
      <Src>%SAPsrcDir%\sapgui\sapguihelp\ab4editen.chm</Src>
	  <Src>%SAPsrcDir%\sapgui\sapguihelp\KeyboardControlDE.pdf</Src>
	  <Src>%SAPsrcDir%\sapgui\sapguihelp\KeyboardControlEN.pdf</Src>
	  <Src>%SAPsrcDir%\sapgui\sapguihelp\SAPGUIScripting.chm</Src>
    </Action>
    <Action Type="Registry" Dst="HKEY_LOCAL_MACHINE\SOFTWARE\SAP\RFC\Sapgui\4.6D">
      <RegValue Name="Path">%SapFrontEndDir%\SapGui\SapGui.exe</RegValue>
    </Action>
    <Action Type="File" Dst="%SapFrontEndDir%\sapgui">
      <Src>%SAPSrcDir%\sapgui\sapshcut.exe</Src>
    </Action>
    <Action Type="Registry" Dst="HKEY_CLASSES_ROOT\.sap">
      <RegValue>SAPGui.Shortcut.File</RegValue>
    </Action>
    <Action Type="Registry" Dst="HKEY_CLASSES_ROOT\.sap\ShellNew">
      <RegValue Name="NullFile"/>
    </Action>
    <Action Type="Registry" Dst="HKEY_CLASSES_ROOT\Sapgui.Shortcut.File\DefaultIcon">
      <RegValue>%SapFrontEndDir%\SAPgui\sapshlib.dll,0</RegValue>
    </Action>
    <Action Type="Registry" Dst="HKEY_CLASSES_ROOT\MIME\Database\Content Type\application/x-sapshortcut">
      <RegValue Name="Extension">.sap</RegValue>
    </Action>
    <Action Type="Registry" Dst="HKEY_CLASSES_ROOT\SAPGui.Shortcut.File" Condition="%User_UI_LangId%=DE">
      <RegValue>SAP GUI Verknüpfung</RegValue>
    </Action>
    <Action Type="Registry" Dst="HKEY_CLASSES_ROOT\SAPGui.Shortcut.File" Condition="%User_UI_LangId% &lt;&gt; DE">
      <RegValue>SAP GUI Shortcut</RegValue>
    </Action>
    <Action Type="Registry" Dst="HKCR\SAPGui.Shortcut.File">
      <RegValue Name="EditFlags" Type="DWORD">65536</RegValue>
    </Action>
    <Action Type="Registry" Dst="HKEY_CLASSES_ROOT\SAPGui.Shortcut.File\shell\Open\command">
      <RegValue>&quot;%SapFrontEndDir%\sapgui\sapgui.exe&quot; /SHORTCUT=&quot;%%1&quot;</RegValue>
    </Action>
    <Action Type="Registry" Dst="HKEY_CLASSES_ROOT\SAPGui.Shortcut.File\shell\Edit\command">
      <RegValue>&quot;%SapFrontEndDir%\sapgui\sapgui.exe&quot; /SHORTCUT=&quot;/edit %%1&quot;</RegValue>
    </Action>
    <Action Type="File" Dst="%SapFrontEndDir%\SAPgui\Lang">
      <Src>%SAPsrcDir%\SAPgui\lang\shcutAR.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\shcutBG.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\shcutCA.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\shcutCS.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\shcutDA.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\shcutDE.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\shcutEL.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\shcutEN.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\shcutES.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\shcutFI.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\shcutFR.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\shcutHE.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\shcutHR.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\shcutHU.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\shcutIT.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\shcutJA.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\shcutKO.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\shcutNL.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\shcutNO.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\shcutPL.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\shcutPT.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\shcutRO.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\shcutRU.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\shcutSH.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\shcutSK.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\shcutSL.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\shcutSV.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\shcutTH.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\shcutTR.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\shcutUK.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\shcutZF.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\shcutZH.txt</Src>
      <Src>%SapSrcDir%\SAPgui\lang\shcutET.txt</Src>
      <Src>%SapSrcDir%\SAPgui\lang\shcutLT.txt</Src>
      <Src>%SapSrcDir%\SAPgui\lang\shcutLV.txt</Src>
    </Action>
    <Action Type="Script" RunAt="UnInstall">
      <Src>
		<![CDATA[
			NwEngine.Context.Log.Write("Search for obsolete 'FewUi*.txt' files to remove.")
			RemoveObsoleteFile("%SapFrontEndDir%\SAPgui\Lang\FewUiAR.txt")
			RemoveObsoleteFile("%SapFrontEndDir%\SAPgui\lang\FewUiBG.txt")
			RemoveObsoleteFile("%SapFrontEndDir%\SAPgui\lang\FewUiCA.txt")
			RemoveObsoleteFile("%SapFrontEndDir%\SAPgui\lang\FewUiCS.txt")
			RemoveObsoleteFile("%SapFrontEndDir%\SAPgui\lang\FewUiDA.txt")
			RemoveObsoleteFile("%SapFrontEndDir%\SAPgui\lang\FewUiDE.txt")
			RemoveObsoleteFile("%SapFrontEndDir%\SAPgui\lang\FewUiEL.txt")
			RemoveObsoleteFile("%SapFrontEndDir%\SAPgui\lang\FewUiEN.txt")
			RemoveObsoleteFile("%SapFrontEndDir%\SAPgui\lang\FewUiES.txt")
			RemoveObsoleteFile("%SapFrontEndDir%\SAPgui\lang\FewUiFI.txt")
			RemoveObsoleteFile("%SapFrontEndDir%\SAPgui\lang\FewUiFR.txt")
			RemoveObsoleteFile("%SapFrontEndDir%\SAPgui\lang\FewUiHE.txt")
			RemoveObsoleteFile("%SapFrontEndDir%\SAPgui\lang\FewUiHR.txt")
			RemoveObsoleteFile("%SapFrontEndDir%\SAPgui\lang\FewUiHU.txt")
			RemoveObsoleteFile("%SapFrontEndDir%\SAPgui\lang\FewUiIT.txt")
			RemoveObsoleteFile("%SapFrontEndDir%\SAPgui\lang\FewUiJA.txt")
			RemoveObsoleteFile("%SapFrontEndDir%\SAPgui\lang\FewUiKO.txt")
			RemoveObsoleteFile("%SapFrontEndDir%\SAPgui\lang\FewUiNL.txt")
			RemoveObsoleteFile("%SapFrontEndDir%\SAPgui\lang\FewUiNO.txt")
			RemoveObsoleteFile("%SapFrontEndDir%\SAPgui\lang\FewUiPL.txt")
			RemoveObsoleteFile("%SapFrontEndDir%\SAPgui\lang\FewUiPT.txt")
			RemoveObsoleteFile("%SapFrontEndDir%\SAPgui\lang\FewUiRO.txt")
			RemoveObsoleteFile("%SapFrontEndDir%\SAPgui\lang\FewUiRU.txt")
			RemoveObsoleteFile("%SapFrontEndDir%\SAPgui\lang\FewUiSH.txt")
			RemoveObsoleteFile("%SapFrontEndDir%\SAPgui\lang\FewUiSK.txt")
			RemoveObsoleteFile("%SapFrontEndDir%\SAPgui\lang\FewUiSL.txt")
			RemoveObsoleteFile("%SapFrontEndDir%\SAPgui\lang\FewUiSV.txt")
			RemoveObsoleteFile("%SapFrontEndDir%\SAPgui\lang\FewUiTH.txt")
			RemoveObsoleteFile("%SapFrontEndDir%\SAPgui\lang\FewUiTR.txt")
			RemoveObsoleteFile("%SapFrontEndDir%\SAPgui\lang\FewUiUK.txt")
			RemoveObsoleteFile("%SapFrontEndDir%\SAPgui\lang\FewUiZF.txt")
			RemoveObsoleteFile("%SapFrontEndDir%\SAPgui\lang\FewUiZH.txt")
			Function RemoveObsoleteFile( strFilename )
				If NwEngine.Shell.FileExist( strFilename ) Then
					NwEngine.Shell.DeleteFile strFilename
				End If
			End Function
		]]>
      </Src>
    </Action>
    <Action Type="File" Dst="%SapFrontEndDir%\SAPgui\Lang">
      <Src>%SAPsrcDir%\SAPgui\lang\frontAR.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\frontBG.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\frontCA.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\frontCS.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\frontDA.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\frontDE.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\frontEL.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\frontEN.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\frontES.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\frontFI.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\frontFR.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\frontHE.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\frontHR.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\frontHU.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\frontIT.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\frontJA.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\frontKO.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\frontNL.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\frontNO.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\frontPL.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\frontPT.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\frontRO.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\frontRU.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\frontSH.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\frontSK.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\frontSL.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\frontSV.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\frontTH.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\frontTR.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\frontUK.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\frontZF.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\frontZH.txt</Src>
      <Src>%SapSrcDir%\SAPgui\lang\frontET.txt</Src>
      <Src>%SapSrcDir%\SAPgui\lang\frontLT.txt</Src>
      <Src>%SapSrcDir%\SAPgui\lang\frontLV.txt</Src>
    </Action>
    <Action Type="File" Dst="%SapFrontEndDir%\SAPgui\Lang">
      <Src>%SAPsrcDir%\SAPgui\lang\guidllAR.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\guidllBG.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\guidllCA.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\guidllCS.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\guidllDA.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\guidllDE.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\guidllEL.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\guidllEN.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\guidllES.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\guidllFI.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\guidllFR.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\guidllHE.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\guidllHR.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\guidllHU.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\guidllIT.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\guidllJA.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\guidllKO.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\guidllNL.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\guidllNO.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\guidllPL.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\guidllPT.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\guidllRO.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\guidllRU.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\guidllSH.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\guidllSK.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\guidllSL.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\guidllSV.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\guidllTH.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\guidllTR.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\guidllUK.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\guidllZF.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\guidllZH.txt</Src>
      <Src>%SapSrcDir%\SAPgui\lang\guidllET.txt</Src>
      <Src>%SapSrcDir%\SAPgui\lang\guidllLT.txt</Src>
      <Src>%SapSrcDir%\SAPgui\lang\guidllLV.txt</Src>
    </Action>
    <Action Type="File" Dst="%SapFrontEndDir%\SAPgui\Lang">
      <Src>%SAPsrcDir%\SAPgui\lang\gxwilAR.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\gxwilBG.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\gxwilCA.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\gxwilCS.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\gxwilDA.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\gxwilDE.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\gxwilEL.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\gxwilEN.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\gxwilES.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\gxwilFI.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\gxwilFR.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\gxwilHE.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\gxwilHR.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\gxwilHU.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\gxwilIT.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\gxwilJA.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\gxwilKO.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\gxwilNL.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\gxwilNO.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\gxwilPL.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\gxwilPT.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\gxwilRO.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\gxwilRU.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\gxwilSH.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\gxwilSK.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\gxwilSL.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\gxwilSV.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\gxwilTH.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\gxwilTR.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\gxwilUK.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\gxwilZF.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\gxwilZH.txt</Src>
      <Src>%SapSrcDir%\SAPgui\lang\gxwilET.txt</Src>
      <Src>%SapSrcDir%\SAPgui\lang\gxwilLT.txt</Src>
      <Src>%SapSrcDir%\SAPgui\lang\gxwilLV.txt</Src>
    </Action>
    <Action Type="File" Dst="%SapFrontEndDir%\SAPgui\Lang">
      <Src>%SAPsrcDir%\SAPgui\lang\optionAR.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\optionBG.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\optionCA.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\optionCS.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\optionDA.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\optionDE.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\optionEL.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\optionEN.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\optionES.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\optionFI.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\optionFR.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\optionHE.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\optionHR.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\optionHU.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\optionIT.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\optionJA.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\optionKO.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\optionNL.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\optionNO.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\optionPL.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\optionPT.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\optionRO.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\optionRU.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\optionSH.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\optionSK.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\optionSL.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\optionSV.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\optionTH.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\optionTR.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\optionUK.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\optionZF.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\optionZH.txt</Src>
      <Src>%SapSrcDir%\SAPgui\lang\optionET.txt</Src>
      <Src>%SapSrcDir%\SAPgui\lang\optionLT.txt</Src>
      <Src>%SapSrcDir%\SAPgui\lang\optionLV.txt</Src>
    </Action>
    <Action Type="File" Dst="%SapFrontEndDir%\SAPgui\Lang">
      <Src>%SAPsrcDir%\SAPgui\lang\pcfvdAR.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\pcfvdBG.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\pcfvdCA.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\pcfvdCS.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\pcfvdDA.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\pcfvdDE.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\pcfvdEL.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\pcfvdEN.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\pcfvdES.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\pcfvdFI.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\pcfvdFR.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\pcfvdHE.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\pcfvdHR.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\pcfvdHU.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\pcfvdIT.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\pcfvdJA.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\pcfvdKO.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\pcfvdNL.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\pcfvdNO.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\pcfvdPL.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\pcfvdPT.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\pcfvdRO.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\pcfvdRU.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\pcfvdSH.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\pcfvdSK.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\pcfvdSL.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\pcfvdSV.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\pcfvdTH.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\pcfvdTR.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\pcfvdUK.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\pcfvdZF.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\pcfvdZH.txt</Src>
      <Src>%SapSrcDir%\SAPgui\lang\pcfvdET.txt</Src>
      <Src>%SapSrcDir%\SAPgui\lang\pcfvdLT.txt</Src>
      <Src>%SapSrcDir%\SAPgui\lang\pcfvdLV.txt</Src>
    </Action>
    <Action Type="File" Dst="%SapFrontEndDir%\SAPgui\Lang">
      <Src>%SAPsrcDir%\SAPgui\lang\comniAR.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\comniBG.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\comniCA.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\comniCS.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\comniDA.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\comniDE.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\comniEL.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\comniEN.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\comniES.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\comniFI.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\comniFR.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\comniHE.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\comniHR.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\comniHU.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\comniIT.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\comniJA.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\comniKO.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\comniNL.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\comniNO.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\comniPL.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\comniPT.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\comniRO.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\comniRU.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\comniSH.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\comniSK.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\comniSL.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\comniSV.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\comniTH.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\comniTR.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\comniUK.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\comniZF.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\comniZH.txt</Src>
      <Src>%SapSrcDir%\SAPgui\lang\comniET.txt</Src>
      <Src>%SapSrcDir%\SAPgui\lang\comniLT.txt</Src>
      <Src>%SapSrcDir%\SAPgui\lang\comniLV.txt</Src>
    </Action>
  </Component>
  <Component Guid="{EC9CA316-4FAB-41ca-9049-605CA86A626D}" Name="$TweakGui" Version="496" Min_Compliant_Version="349" Size="2818">
    <Action Type="File" Dst="%SapFrontEndDir%\SapGui\TweakGui">
      <Src>%SAPsrcDir%\SAPgui\TweakGui\SAPTweakGui-EN.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\TweakGui\TweakGUI.exe</Src>
      <Src>%SAPsrcDir%\SAPgui\TweakGui\TweakGUI.xml</Src>
    </Action>
    <Action Type="File" Dst="%SapFrontEndDir%\SapGui\TweakGui\Images">
      <Src>%SAPsrcDir%\SAPgui\TweakGui\Images\Accesskey1.png</Src>
      <Src>%SAPsrcDir%\SAPgui\TweakGui\Images\Accesskey2.png</Src>
      <Src>%SAPsrcDir%\SAPgui\TweakGui\Images\Accesskeys1.png</Src>
      <Src>%SAPsrcDir%\SAPgui\TweakGui\Images\Accesskeys2.png</Src>
      <Src>%SAPsrcDir%\SAPgui\TweakGui\Images\AutoSelect1.png</Src>
      <Src>%SAPsrcDir%\SAPgui\TweakGui\Images\AutoSelect2.png</Src>
      <Src>%SAPsrcDir%\SAPgui\TweakGui\Images\AutoTab1.png</Src>
      <Src>%SAPsrcDir%\SAPgui\TweakGui\Images\AutoTab2.png</Src>
      <Src>%SAPsrcDir%\SAPgui\TweakGui\Images\BlockCopy1.png</Src>
      <Src>%SAPsrcDir%\SAPgui\TweakGui\Images\BlockCopy2.png</Src>
      <Src>%SAPsrcDir%\SAPgui\TweakGui\Images\cursor1.png</Src>
      <Src>%SAPsrcDir%\SAPgui\TweakGui\Images\cursor2.png</Src>
      <Src>%SAPsrcDir%\SAPgui\TweakGui\Images\CursorEnd1.png</Src>
      <Src>%SAPsrcDir%\SAPgui\TweakGui\Images\CursorEnd2.png</Src>
      <Src>%SAPsrcDir%\SAPgui\TweakGui\Images\hotspots1.png</Src>
      <Src>%SAPsrcDir%\SAPgui\TweakGui\Images\hotspots2.png</Src>
      <Src>%SAPsrcDir%\SAPgui\TweakGui\Images\symbols1.png</Src>
      <Src>%SAPsrcDir%\SAPgui\TweakGui\Images\symbols2.png</Src>
      <Src>%SAPsrcDir%\SAPgui\TweakGui\Images\themeClassic.png</Src>
      <Src>%SAPsrcDir%\SAPgui\TweakGui\Images\themeEnjoy.png</Src>
      <Src>%SAPsrcDir%\SAPgui\TweakGui\Images\themeHighContrast.png</Src>
      <Src>%SAPsrcDir%\SAPgui\TweakGui\Images\themeSpecific.png</Src>
      <Src>%SAPsrcDir%\SAPgui\TweakGui\Images\themeStreamline.png</Src>
      <Src>%SAPsrcDir%\SAPgui\TweakGui\Images\themeStreamlineSel.png</Src>
      <Src>%SAPsrcDir%\SAPgui\TweakGui\Images\themeTradeshow.png</Src>
      <Src>%SAPsrcDir%\SAPgui\TweakGui\Images\themeXP.png</Src>
      <Src>%SAPsrcDir%\SAPgui\TweakGui\Images\themeNova.png</Src>
    </Action>
    <Action Type="Shortcut" Dst="ProgramFiles\SAP Front End\Tweak SAP GUI">
      <Src>&quot;%SapFrontEndDir%\SAPgui\TweakGui\TweakGUI.exe&quot;</Src>
    </Action>
    <Action Type="Shortcut" Dst="Desktop\Tweak SAP GUI">
      <Src>&quot;%SapFrontEndDir%\SAPgui\TweakGui\TweakGUI.exe&quot;</Src>
    </Action>
  </Component>
  <Component Guid="{387D6C6D-236F-4238-8906-6C8AC3384824}" Name="$SAPlpd" Version="2" Min_Compliant_Version="1">
    <Action Type="Shortcut" Dst="ProgramFiles\SAP Front End\SAP Printer Daemon">
      <Src>&quot;%SapFrontEndDir%\SAPgui\SAPlpd\SAPlpd.exe&quot;</Src>
    </Action>
  </Component>
  <Component Guid="{D309D9D9-A47E-408F-B7A8-F1D578D5AFCA}" Name="$DDK Controls" Version="314" Min_Compliant_Version="1" Size="10584">
    <Action Type="File" Dst="%SapFrontEndDir%\SapGui">
      <Src>%SAPSrcDir%\SapGui\WDTTREE.OCX</Src>
    </Action>
    <Action Type="File" Dst="%SapFrontEndDir%\SapGui">
      <Src>%SAPSrcDir%\SapGui\SAPTABCN.OCX</Src>
      <Src>%SAPSrcDir%\SapGui\sapdatap.ocx</Src>
      <Src>%SAPSrcDir%\SapGui\sapdpcts.ocx</Src>
      <Src>%SAPSrcDir%\SapGui\WDTAOCX.OCX</Src>
      <Src>%SAPSrcDir%\SapGui\wdtfuncs.ocx</Src>
      <Src>%SAPSrcDir%\SapGui\wdobapi.ocx</Src>
    </Action>
    <!-- These two OCX are needed for BW and BI -->
    <Action Type="File" Dst="%SapFrontEndDir%\SapGui">
      <Src>%SAPSrcDir%\SapGui\ICDataFlow.ocx</Src>
      <Src>%SAPSrcDir%\SapGui\wdbdadpt.ocx</Src>
    </Action>
  </Component>
  <Component Guid="{4ACD035E-11E3-4179-A15B-F0F547D97D74}" Name="$Graphitti Chart Control" Version="370" Min_Compliant_Version="1" Size="6158">
    <Action Type="File" Dst="%SapFrontEndDir%\SAPgui\Lang">
      <Src>%SAPsrcDir%\SAPgui\lang\chartAR.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\chartBG.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\chartCA.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\chartcs.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\chartda.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\chartde.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\chartEL.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\charten.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\chartes.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\chartfi.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\chartfr.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\chartHE.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\chartHR.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\charthu.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\chartit.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\chartja.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\chartko.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\chartnl.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\chartno.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\chartpl.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\chartpt.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\chartro.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\chartru.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\chartSH.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\chartsk.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\chartSL.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\chartsv.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\chartth.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\chartTR.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\chartUK.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\chartzf.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\chartzh.txt</Src>
      <Src>%SapSrcDir%\SAPgui\lang\chartET.txt</Src>
      <Src>%SapSrcDir%\SAPgui\lang\chartLT.txt</Src>
      <Src>%SapSrcDir%\SAPgui\lang\chartLV.txt</Src>
    </Action>
    <Action Type="File" Dst="%SapFrontEndDir%\SapGui">
      <Src>%SAPSrcDir%\SapGui\Grnfmt32.dll</Src>
      <Src>%SAPSrcDir%\SapGui\GRVISGDI.DLL</Src>
      <Src>%SAPSrcDir%\SapGui\chart.ocx</Src>
      <Src>%SAPSrcDir%\SapGui\grctrl.ocx</Src>
      <Src>%SAPSrcDir%\SapGui\sapgradp.ocx</Src>
      <Src>%SAPSrcDir%\SapGui\ICJoin.ocx</Src>
      <Src>%SAPSrcDir%\SapGui\wdbdadptjoin.ocx</Src>
    </Action>
  </Component>
  <Component Guid="{3E8FAE8C-58D5-44DA-B350-3CF6114097E3}" Name="$GUI Controls" Version="521" Min_Compliant_Version="1" Size="21509">
    <Action Type="File" Dst="%SapFrontEndDir%\SapGui">
      <Src>%SAPSrcDir%\SapGui\SAPSLIDE.OCX</Src>
    </Action>
    <Action Type="File" Dst="%SapFrontEndDir%\SapGui">
      <Src>%SAPSrcDir%\SapGui\SAPHTMLM.OCX</Src>
    </Action>
    <Action Type="File" Dst="%SapFrontEndDir%\SapGui">
      <Src>%SAPSrcDir%\SapGui\SAPHTML.OCX</Src>
    </Action>
    <Action Type="File" Dst="%SapFrontEndDir%\SapGui">
      <Src>%SAPSrcDir%\SapGui\SAPHTMLP.DLL</Src>
    </Action>
    <Action Type="File" Dst="%SapFrontEndDir%\SapGui">
      <Src>%SAPSrcDir%\SapGui\SAPEDIT.OCX</Src>
    </Action>
    <Action Type="File" Dst="%SapFrontEndDir%\SapGui">
      <Src>%SAPSrcDir%\SapGui\sapcombo.ocx</Src>
    </Action>
    <Action Type="File" Dst="%SapFrontEndDir%\SapGui">
      <Src>%SAPSrcDir%\SapGui\combobox.ocx</Src>
    </Action>
    <Action Type="File" Dst="%SapFrontEndDir%\SapGui">
      <Src>%SAPSrcDir%\SapGui\saptbar.ocx</Src>
    </Action>
    <Action Type="File" Dst="%SapFrontEndDir%\SapGui">
      <Src>%SAPSrcDir%\SapGui\SAPRTF.OCX</Src>
    </Action>
    <Action Type="File" Dst="%SapFrontEndDir%\SapGui">
      <Src>%SAPSrcDir%\SapGui\WDTMCTRL.OCX</Src>
    </Action>
    <Action Type="File" Dst="%SapFrontEndDir%\SapGui">
      <Src>%SAPSrcDir%\SapGui\WDTRMENU.OCX</Src>
    </Action>
    <Action Type="File" Dst="%SapFrontEndDir%\SapGui">
      <Src>%SAPSrcDir%\SapGui\SAPoimgr.OCX</Src>
      <Src>%SAPSrcDir%\SapGui\SAPoipe8.OCX</Src>
      <Src>%SAPSrcDir%\SapGui\SAPoipss.OCX</Src>
      <Src>%SAPSrcDir%\SapGui\SAPoipw8.OCX</Src>
      <Src>%SAPSrcDir%\SapGui\SAPoipd.OCX</Src>
      <Src>%SAPSrcDir%\SapGui\SAPsdcc.OCX</Src>
      <Src>%SAPSrcDir%\SapGui\SAPcncli.OCX</Src>
      <Src>%SAPSrcDir%\SapGui\SAPcncsv.OCX</Src>
      <Src>%SAPSrcDir%\SapGui\ios.dll</Src>
    </Action>
    <Action Type="File" Dst="%SapFrontEndDir%\SapGui">
      <Src>%SAPSrcDir%\SapGui\SAPImage.dll</Src>
    </Action>
    <Action Type="File" Dst="%SapFrontEndDir%\SapGui">
      <Src>%SAPSrcDir%\SapGui\textedit.dll</Src>
    </Action>
    <Action Type="File" Dst="%SapFrontEndDir%\SapGui">
      <Src>%SAPSrcDir%\SapGui\sapab4lex.dll</Src>
      <Src>%SAPSrcDir%\SapGui\sapab4edit.ocx</Src>
      <Src>%SAPSrcDir%\SapGui\rndrt.dll</Src>
    </Action>
    <Action Type="File" Dst="%SapFrontEndDir%\SAPgui\SAPguihelp">
	  <Src>%SAPsrcDir%\sapgui\sapguihelp\ab4editde.chm</Src>
    </Action>
    <Action Type="File" Dst="%SapFrontEndDir%\SapGui\ab4_data">
      <Src>%SAPSrcDir%\SapGui\ab4_data\AB4Editor.css</Src>
      <Src>%SAPSrcDir%\SapGui\ab4_data\abap_spec.xml</Src>
      <Src>%SAPSrcDir%\SapGui\ab4_data\abap_user.xml</Src>
      <Src>%SAPSrcDir%\SapGui\ab4_data\acont_spec.xml</Src>
      <Src>%SAPSrcDir%\SapGui\ab4_data\acont_user.xml</Src>
      <Src>%SAPSrcDir%\SapGui\ab4_data\acorrect.xml</Src>
      <Src>%SAPSrcDir%\SapGui\ab4_data\acorrect.xslt</Src>
      <Src>%SAPSrcDir%\SapGui\ab4_data\bsp_spec.xml</Src>
      <Src>%SAPSrcDir%\SapGui\ab4_data\bsp_user.xml</Src>
      <Src>%SAPSrcDir%\SapGui\ab4_data\ecatt_spec.xml</Src>
      <Src>%SAPSrcDir%\SapGui\ab4_data\ecatt_user.xml</Src>
      <Src>%SAPSrcDir%\SapGui\ab4_data\keymap.xml</Src>
      <Src>%SAPSrcDir%\SapGui\ab4_data\keymap.xslt</Src>
      <Src>%SAPSrcDir%\SapGui\ab4_data\lang_spec.xslt</Src>
      <Src>%SAPSrcDir%\SapGui\ab4_data\lang_user.xslt</Src>
      <Src>%SAPSrcDir%\SapGui\ab4_data\settings.xml</Src>
      <Src>%SAPSrcDir%\SapGui\ab4_data\settings.xslt</Src>
      <Src>%SAPSrcDir%\SapGui\ab4_data\txt_spec.xml</Src>
      <Src>%SAPSrcDir%\SapGui\ab4_data\txt_user.xml</Src>
      <Src>%SAPSrcDir%\SapGui\ab4_data\xml_spec.xml</Src>
      <Src>%SAPSrcDir%\SapGui\ab4_data\xml_user.xml</Src>
      <Src>%SAPSrcDir%\SapGui\ab4_data\version.bin</Src>
      <Src>%SAPSrcDir%\SapGui\ab4_data\demo.gif</Src>
      <Src>%SAPSrcDir%\SapGui\ab4_data\logo.jpg</Src>
      <Src>%SAPSrcDir%\SapGui\ab4_data\point.gif</Src>
      <Src>%SAPSrcDir%\SapGui\ab4_data\qstart.htm</Src>
      <Src>%SAPSrcDir%\SapGui\ab4_data\abap.pad</Src>
      <Src>%SAPSrcDir%\SapGui\ab4_data\abap4_spec.xml</Src>
      <Src>%SAPSrcDir%\SapGui\ab4_data\abap4_user.xml</Src>
      <Src>%SAPSrcDir%\SapGui\ab4_data\cc_spec.xml</Src>
      <Src>%SAPSrcDir%\SapGui\ab4_data\cc_user.xml</Src>
      <Src>%SAPSrcDir%\SapGui\ab4_data\covan_spec.xml</Src>
      <Src>%SAPSrcDir%\SapGui\ab4_data\covan_user.xml</Src>
      <Src>%SAPSrcDir%\SapGui\ab4_data\gml_spec.xml</Src>
      <Src>%SAPSrcDir%\SapGui\ab4_data\gml_user.xml</Src>
      <Src>%SAPSrcDir%\SapGui\ab4_data\sfotl_spec.xml</Src>
      <Src>%SAPSrcDir%\SapGui\ab4_data\sfotl_user.xml</Src>
    </Action>
	<Action Type="File" Dst="%SapFrontEndDir%\SAPgui\Lang">
		<Src>%SAPsrcDir%\SAPgui\lang\Ab4editAR.txt</Src>
		<Src>%SAPsrcDir%\SAPgui\lang\Ab4editBG.txt</Src>
		<Src>%SAPsrcDir%\SAPgui\lang\Ab4editCA.txt</Src>
		<Src>%SAPsrcDir%\SAPgui\lang\Ab4editcs.txt</Src>
		<Src>%SAPsrcDir%\SAPgui\lang\Ab4editda.txt</Src>
		<Src>%SAPsrcDir%\SAPgui\lang\Ab4editde.txt</Src>
		<Src>%SAPsrcDir%\SAPgui\lang\Ab4editEL.txt</Src>
		<Src>%SAPsrcDir%\SAPgui\lang\Ab4editen.txt</Src>
		<Src>%SAPsrcDir%\SAPgui\lang\Ab4edites.txt</Src>
		<Src>%SAPsrcDir%\SAPgui\lang\Ab4editfi.txt</Src>
		<Src>%SAPsrcDir%\SAPgui\lang\Ab4editfr.txt</Src>
		<Src>%SAPsrcDir%\SAPgui\lang\Ab4editHE.txt</Src>
		<Src>%SAPsrcDir%\SAPgui\lang\Ab4editHR.txt</Src>
		<Src>%SAPsrcDir%\SAPgui\lang\Ab4edithu.txt</Src>
		<Src>%SAPsrcDir%\SAPgui\lang\Ab4editit.txt</Src>
		<Src>%SAPsrcDir%\SAPgui\lang\Ab4editja.txt</Src>
		<Src>%SAPsrcDir%\SAPgui\lang\Ab4editko.txt</Src>
		<Src>%SAPsrcDir%\SAPgui\lang\Ab4editnl.txt</Src>
		<Src>%SAPsrcDir%\SAPgui\lang\Ab4editno.txt</Src>
		<Src>%SAPsrcDir%\SAPgui\lang\Ab4editpl.txt</Src>
		<Src>%SAPsrcDir%\SAPgui\lang\Ab4editpt.txt</Src>
		<Src>%SAPsrcDir%\SAPgui\lang\Ab4editro.txt</Src>
		<Src>%SAPsrcDir%\SAPgui\lang\Ab4editru.txt</Src>
		<Src>%SAPsrcDir%\SAPgui\lang\Ab4editSH.txt</Src>
		<Src>%SAPsrcDir%\SAPgui\lang\Ab4editsk.txt</Src>
		<Src>%SAPsrcDir%\SAPgui\lang\Ab4editSL.txt</Src>
		<Src>%SAPsrcDir%\SAPgui\lang\Ab4editsv.txt</Src>
		<Src>%SAPsrcDir%\SAPgui\lang\Ab4editth.txt</Src>
		<Src>%SAPsrcDir%\SAPgui\lang\Ab4editTR.txt</Src>
		<Src>%SAPsrcDir%\SAPgui\lang\Ab4editUK.txt</Src>
		<Src>%SAPsrcDir%\SAPgui\lang\Ab4editzf.txt</Src>
		<Src>%SAPsrcDir%\SAPgui\lang\Ab4editzh.txt</Src>
      <Src>%SapSrcDir%\SAPgui\lang\Ab4editET.txt</Src>
      <Src>%SapSrcDir%\SAPgui\lang\Ab4editLT.txt</Src>
      <Src>%SapSrcDir%\SAPgui\lang\Ab4editLV.txt</Src>
	</Action>
    <Action Type="Registry" Dst="HKLM\SOFTWARE\SAP\General\Frontend\Components\AbapEditorControl">
      <RegValue Name="CLSID">{4E80FF32-E9B3-4FB3-A90E-7D5D703B2F69}</RegValue>
      <RegValue Name="DisplayName">Abap Editor</RegValue>
    </Action>
    <Action Type="File" Dst="%SapFrontEndDir%\SapGui">
      <Src>%SAPSrcDir%\SapGui\sapsplit.ocx</Src>
    </Action>
    <Action Type="File" Dst="%SapFrontEndDir%\SapGui">
      <Src>%SAPSrcDir%\SapGui\ag7as.dll</Src>
    </Action>
    <Action Type="File" Dst="%SapFrontEndDir%\SapGui">
      <Src>%SAPSrcDir%\SapGui\GridView.ocx</Src>
    </Action>
    <Action Type="File" Dst="%SapFrontEndDir%\SapGui">
      <Src>%SAPSrcDir%\SapGui\viscarri.ocx</Src>
      <Src>%SAPSrcDir%\SapGui\visualiz.exe</Src>
      <Src>%SAPSrcDir%\SapGui\vistransmitter.ocx</Src>
      <Src>%SAPSrcDir%\SapGui\visu_se.exe</Src>
    </Action>
    <Action Type="File" Dst="%SapFrontEndDir%\SapGui">
      <Src>%SAPSrcDir%\SapGui\SAPguiRM.ocx</Src>
    </Action>
    <Action Type="File" Dst="%SapFrontEndDir%\SapGui">
      <Src>%SAPSrcDir%\SapGui\SAPilidr.ocx</Src>
    </Action>
    <Action Type="File" Dst="%SapFrontEndDir%\SapGui">
      <Src>%SAPSrcDir%\SapGui\saptoolb.dll</Src>
    </Action>
    <Action Type="File" Dst="%SapFrontEndDir%\SapGui">
      <Src>%SAPSrcDir%\SapGui\SAPOPTIO.OCX</Src>
    </Action>
    <Action Type="File" Dst="%SapFrontEndDir%\SapGui">
      <Src>%SAPSrcDir%\SapGui\SAPfewin.OCX</Src>
    </Action>
    <!-- 0x400 == 1024 -->
    <Action Type="Registry" Dst="HKLM\SOFTWARE\Microsoft\Internet Explorer\ActiveX Compatibility\{E5131C63-1787-11D0-AC76-080009B4430C}">
      <RegValue Name="Compatibility Flags" Type="DWORD">1024</RegValue>
    </Action>
    <Action Type="File" Dst="%SapFrontEndDir%\sapgui">
      <Src>%SAPSrcDir%\sapgui\GuiAbapBits.xml</Src>
    </Action>
    <Action Type="File" Dst="%SapFrontEndDir%\sapgui\lang">
      <Src>%SapSrcDir%\sapgui\lang\cpmapAR.txt</Src>
      <Src>%SapSrcDir%\sapgui\lang\cpmapBG.txt</Src>
      <Src>%SapSrcDir%\sapgui\lang\cpmapCA.txt</Src>
      <Src>%SapSrcDir%\sapgui\lang\cpmapCS.txt</Src>
      <Src>%SapSrcDir%\sapgui\lang\cpmapDA.txt</Src>
      <Src>%SapSrcDir%\sapgui\lang\cpmapDE.txt</Src>
      <Src>%SapSrcDir%\sapgui\lang\cpmapEL.txt</Src>
      <Src>%SapSrcDir%\sapgui\lang\cpmapEN.txt</Src>
      <Src>%SapSrcDir%\sapgui\lang\cpmapES.txt</Src>
      <Src>%SapSrcDir%\sapgui\lang\cpmapFI.txt</Src>
      <Src>%SapSrcDir%\sapgui\lang\cpmapFR.txt</Src>
      <Src>%SapSrcDir%\sapgui\lang\cpmapHE.txt</Src>
      <Src>%SapSrcDir%\sapgui\lang\cpmapHR.txt</Src>
      <Src>%SapSrcDir%\sapgui\lang\cpmapHU.txt</Src>
      <Src>%SapSrcDir%\sapgui\lang\cpmapIT.txt</Src>
      <Src>%SapSrcDir%\sapgui\lang\cpmapJA.txt</Src>
      <Src>%SapSrcDir%\sapgui\lang\cpmapKO.txt</Src>
      <Src>%SapSrcDir%\sapgui\lang\cpmapNL.txt</Src>
      <Src>%SapSrcDir%\sapgui\lang\cpmapNO.txt</Src>
      <Src>%SapSrcDir%\sapgui\lang\cpmapPL.txt</Src>
      <Src>%SapSrcDir%\sapgui\lang\cpmapPT.txt</Src>
      <Src>%SapSrcDir%\sapgui\lang\cpmapRO.txt</Src>
      <Src>%SapSrcDir%\sapgui\lang\cpmapRU.txt</Src>
      <Src>%SapSrcDir%\sapgui\lang\cpmapSH.txt</Src>
      <Src>%SapSrcDir%\sapgui\lang\cpmapSK.txt</Src>
      <Src>%SapSrcDir%\sapgui\lang\cpmapSL.txt</Src>
      <Src>%SapSrcDir%\sapgui\lang\cpmapSV.txt</Src>
      <Src>%SapSrcDir%\sapgui\lang\cpmapTH.txt</Src>
      <Src>%SapSrcDir%\sapgui\lang\cpmapTR.txt</Src>
      <Src>%SapSrcDir%\sapgui\lang\cpmapUK.txt</Src>
      <Src>%SapSrcDir%\sapgui\lang\cpmapZF.txt</Src>
      <Src>%SapSrcDir%\sapgui\lang\cpmapZH.txt</Src>
      <Src>%SapSrcDir%\sapgui\lang\cpmapET.txt</Src>
      <Src>%SapSrcDir%\sapgui\lang\cpmapLT.txt</Src>
      <Src>%SapSrcDir%\sapgui\lang\cpmapLV.txt</Src>
    </Action>
    <Action Type="File" Dst="%SapFrontEndDir%\SapGui">
      <Src>%SAPSrcDir%\SapGui\SAPguisv.ocx</Src>
    </Action>
    <Action Type="File" Dst="%SapFrontEndDir%\SapGui">
      <Src>%SAPSrcDir%\SapGui\wdtmlgnd.ocx</Src>
    </Action>
    <Action Type="File" Dst="%SapFrontEndDir%\SapGui">
      <Src>%SAPSrcDir%\SapGui\sapcalen.ocx</Src>
    </Action>
    <Action Type="File" Dst="%SapFrontEndDir%\SapGui">
      <Src>%SAPSrcDir%\SapGui\sapalvstub.dll</Src>
    </Action>
    <Action Type="File" Dst="%SapFrontEndDir%\SapGui">
      <Src>%SAPSrcDir%\SapGui\SAPBTFEditor.dll</Src>
    </Action>
  </Component>
  <Component Guid="{14C7BED2-7A33-4A57-BA60-C929A391CE04}" Name="$GUI Graphic Controls" Version="312" Min_Compliant_Version="1" Size="1184">
    <Requires Guid="{0B6617DD-FA9B-4FE8-85E1-270480BDFD91}" Name="$GUI Graphics"/>
    <Action Type="File" Dst="%SapFrontEndDir%\SapGui">
      <Src>%SapSrcDir%\SapGui\SAPsbar.OCX</Src>
    </Action>
    <Action Type="File" Dst="%SapFrontEndDir%\SapGui">
      <Src>%SapSrcDir%\SapGui\SAPbarc.OCX</Src>
    </Action>
    <Action Type="File" Dst="%SapFrontEndDir%\SapGui">
      <Src>%SapSrcDir%\SapGui\SAPnetz.OCX</Src>
    </Action>
    <Action Type="File" Dst="%SapFrontEndDir%\SapGui">
      <Src>%SapSrcDir%\SapGui\SAPsel.OCX</Src>
    </Action>
  </Component>
  <Component Guid="{0B6617DD-FA9B-4FE8-85E1-270480BDFD91}" Name="$GUI Graphics" Version="441" Min_Compliant_Version="131" Size="11545">
    <Action Type="File" Dst="%SapFrontEndDir%\SAPGUI">
      <Src>%SapSrcDir%\sapgui\eumfcdll.dll</Src>
      <Src>%SapSrcDir%\sapgui\euspd1ld</Src>
      <Src>%SapSrcDir%\sapgui\euspd1le</Src>
      <Src>%SapSrcDir%\sapgui\euspd2ld</Src>
      <Src>%SapSrcDir%\sapgui\euspd2le</Src>
      <Src>%SapSrcDir%\sapgui\euspd3ld</Src>
      <Src>%SapSrcDir%\sapgui\euspd3le</Src>
      <Src>%SapSrcDir%\sapgui\euspd4ld</Src>
      <Src>%SapSrcDir%\sapgui\euspd4le</Src>
      <Src>%SapSrcDir%\sapgui\euspd5ld</Src>
      <Src>%SapSrcDir%\sapgui\euspd5le</Src>
      <Src>%SapSrcDir%\sapgui\euspddld</Src>
      <Src>%SapSrcDir%\sapgui\euspddle</Src>
      <Src>%SapSrcDir%\sapgui\euspdtld</Src>
      <Src>%SapSrcDir%\sapgui\euspdtle</Src>
      <Src>%SapSrcDir%\sapgui\euspetld</Src>
      <Src>%SapSrcDir%\sapgui\euspetle</Src>
      <Src>%SapSrcDir%\sapgui\euspicld</Src>
      <Src>%SapSrcDir%\sapgui\euspicle</Src>
      <Src>%SapSrcDir%\sapgui\euspkeyw</Src>
      <Src>%SapSrcDir%\sapgui\euspktld</Src>
      <Src>%SapSrcDir%\sapgui\euspktle</Src>
      <Src>%SapSrcDir%\sapgui\eusplsld</Src>
      <Src>%SapSrcDir%\sapgui\eusplsle</Src>
      <Src>%SapSrcDir%\sapgui\euspptld</Src>
      <Src>%SapSrcDir%\sapgui\euspptle</Src>
      <Src>%SapSrcDir%\sapgui\euspstld</Src>
      <Src>%SapSrcDir%\sapgui\euspstle</Src>
      <Src>%SapSrcDir%\sapgui\euspsxld</Src>
      <Src>%SapSrcDir%\sapgui\euspsxle</Src>
      <Src>%SapSrcDir%\sapgui\euspumld</Src>
      <Src>%SapSrcDir%\sapgui\euspumle</Src>
    </Action>
    <Action Type="File" Dst="%SapFrontEndDir%\sapgui">
      <Src>%SAPSrcDir%\sapgui\gnbax.exe</Src>
      <Src>%SAPSrcDir%\sapgui\gnbmx.exe</Src>
      <Src>%SAPSrcDir%\sapgui\gnbux.exe</Src>
      <Src>%SAPSrcDir%\sapgui\gndlx.exe</Src>
      <Src>%SAPSrcDir%\sapgui\gnetx.exe</Src>
      <Src>%SAPSrcDir%\sapgui\gneux.exe</Src>
      <Src>%SAPSrcDir%\sapgui\gngax.exe</Src>
      <Src>%SAPSrcDir%\sapgui\gnhix.exe</Src>
      <Src>%SAPSrcDir%\sapgui\gnhox.exe</Src>
      <Src>%SAPSrcDir%\sapgui\gnhpx.exe</Src>
      <Src>%SAPSrcDir%\sapgui\gnmsx.exe</Src>
      <Src>%SAPSrcDir%\sapgui\gnnex.exe</Src>
      <Src>%SAPSrcDir%\sapgui\gnpox.exe</Src>
      <Src>%SAPSrcDir%\sapgui\gnscx.exe</Src>
      <Src>%SAPSrcDir%\sapgui\gnstx.exe</Src>
      <Src>%SAPSrcDir%\sapgui\gnsux.exe</Src>
      <Src>%SAPSrcDir%\sapgui\gnupx.exe</Src>
      <Src>%SAPSrcDir%\sapgui\gnwdx.exe</Src>
      <Src>%SAPSrcDir%\sapgui\gnwie.dll</Src>
      <Src>%SAPSrcDir%\sapgui\gnxlx.exe</Src>
    </Action>
    <Action Type="File" Dst="%SapFrontEndDir%\sapgui\bitmap">
      <Src>%SAPSrcDir%\sapgui\bitmap\gxvaactv.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\gxvaback.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\gxvacase.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\gxvaclps.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\gxvacntn.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\gxvactrl.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\gxvadcsn.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\gxvadsel.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\gxvaexpd.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\gxvaexte.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\gxvafork.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\gxvaifif.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\gxvainte.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\gxvalogo.gmf</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\gxvamaxi.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\gxvamini.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\gxvasap1.gmf</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\gxvasap2.gmf</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\gxvasel.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\gxvashut.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\gxvatrig.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\gxvaundf.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\gxvaunti.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\gxvawait.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\gxvawhil.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\l_b_abpl.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\l_b_acti.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\l_b_akti.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\l_b_anch.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\l_b_anno.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\l_b_bedi.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\l_b_bent.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\l_b_bwis.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\l_b_bwiu.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\l_b_bwra.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\l_b_bwru.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\l_b_bwse.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\l_b_bwsf.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\l_b_bwsg.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\l_b_bwsr.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\l_b_chck.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\l_b_cont.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\l_b_cost.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\l_b_dele.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\l_b_detl.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\l_b_docu.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\l_b_erei.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\l_b_erin.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\l_b_erte.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\l_b_filt.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\l_b_form.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\l_b_graf.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\l_b_icon.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\l_b_list.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\l_b_matl.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\l_b_mbed.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\l_b_move.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\l_b_mrka.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\l_b_mrkd.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\l_b_netg.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\l_b_nxti.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\l_b_nxtn.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\l_b_odsa.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\l_b_odsi.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\l_b_okay.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\l_b_okye.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\l_b_oviw.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\l_b_pabs.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\l_b_paus.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\l_b_pein.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\l_b_peri.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\l_b_plan.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\l_b_plnt.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\l_b_prvi.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\l_b_quer.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\l_b_refr.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\l_b_rkhi.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\l_b_sere.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\l_b_slis.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\l_b_sndn.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\l_b_srtu.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\l_b_steu.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\l_b_summ.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\l_b_tree.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\l_b_trst.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\l_b_unbe.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\l_b_unti.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\l_b_were.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\l_b_whil.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\l_b_wopa.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\l_b_work.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\l_b_zoin.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\l_b_zout.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\l_f_pasl.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\l_f_undo.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\l_f_user.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\l_m_crit.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\l_s_chaa.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\l_s_chai.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\l_s_erro.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\l_s_hiac.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\l_s_hiin.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\l_s_mdac.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\l_s_mdin.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\l_s_moac.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\l_s_moin.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\l_s_tl_g.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\l_s_tl_r.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\l_s_tl_y.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\l_s_txac.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\l_s_txin.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\l_t_mail.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\l_t_time.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\l_webflo.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\l_wfdoku.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\l_wfjoin.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\l_wfproc.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\s_b_akti.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\s_b_bedi.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\s_b_bent.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\s_b_bwis.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\s_b_bwiu.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\s_b_bwra.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\s_b_bwru.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\s_b_bwse.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\s_b_bwsf.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\s_b_bwsg.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\s_b_bwsr.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\s_b_cont.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\s_b_erei.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\s_b_erin.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\s_b_mbed.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\s_b_odsa.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\s_b_odsi.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\s_b_pabs.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\s_b_sere.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\s_b_steu.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\s_b_trst.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\s_b_unbe.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\s_b_unti.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\s_b_were.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\s_b_whil.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\s_bwinci.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\s_bwssow.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\s_datama.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\s_s_chaa.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\s_s_chai.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\s_s_hiac.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\s_s_hiin.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\s_s_mdac.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\s_s_mdin.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\s_s_moac.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\s_s_moin.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\s_s_txac.bmp</Src>
      <Src>%SAPSrcDir%\sapgui\bitmap\s_s_txin.bmp</Src>
    </Action>
    <Action Type="File" Dst="%SapFrontEndDir%\sapgui\dat">
      <Src>%SAPSrcDir%\sapgui\dat\euspdynd.dat</Src>
      <Src>%SAPSrcDir%\sapgui\dat\euspdyne.dat</Src>
      <Src>%SAPSrcDir%\sapgui\dat\gxba.dat</Src>
      <Src>%SAPSrcDir%\sapgui\dat\gxbf.dat</Src>
      <Src>%SAPSrcDir%\sapgui\dat\gxbi.dat</Src>
      <Src>%SAPSrcDir%\sapgui\dat\gxbm.dat</Src>
      <Src>%SAPSrcDir%\sapgui\dat\gxbu.dat</Src>
      <Src>%SAPSrcDir%\sapgui\dat\gxdl.dat</Src>
      <Src>%SAPSrcDir%\sapgui\dat\gxga.dat</Src>
      <Src>%SAPSrcDir%\sapgui\dat\gxhi.dat</Src>
      <Src>%SAPSrcDir%\sapgui\dat\gxho.dat</Src>
      <Src>%SAPSrcDir%\sapgui\dat\gxhp.dat</Src>
      <Src>%SAPSrcDir%\sapgui\dat\gxms.dat</Src>
      <Src>%SAPSrcDir%\sapgui\dat\gxne.dat</Src>
      <Src>%SAPSrcDir%\sapgui\dat\gxpo.dat</Src>
      <Src>%SAPSrcDir%\sapgui\dat\gxsc.dat</Src>
      <Src>%SAPSrcDir%\sapgui\dat\gxst.dat</Src>
      <Src>%SAPSrcDir%\sapgui\dat\gxsu.dat</Src>
      <Src>%SAPSrcDir%\sapgui\dat\gxxl.dat</Src>
    </Action>
    <Action Type="File" Dst="%SapFrontEndDir%\SapGui">
      <Src>%SapSrcDir%\SapGui\sapwnt.dll</Src>
      <Src>%SapSrcDir%\SapGui\vcprct32.dll</Src>
      <Src>%SapSrcDir%\SapGui\vcsced32.dll</Src>
      <Src>%SapSrcDir%\SapGui\vctbed32.dll</Src>
      <Src>%SapSrcDir%\SapGui\vcwin32.dll</Src>
    </Action>
    <Action Type="File" Dst="%SapFrontEndDir%\sapgui">
      <Src>%SapSrcDir%\sapgui\dav332.dll</Src>
      <Src>%SapSrcDir%\sapgui\leon332.dll</Src>
    </Action>
  </Component>
  <Component Guid="{3F61C01F-3797-4d74-BDE6-21073286FFE9}" Name="$GUI Scripting Controls" Version="432" Min_Compliant_Version="7" Size="61463">
	<Requires Guid="{4FA50AAA-25C2-4829-B605-D2F2E0FD0401}" Name="$CoreGUI Files"/>
	<Requires Guid="{9EF7439F-8BD6-4E84-9B23-2713401EDA99}" Name="$New Visual Design Extensions"/>
	<Requires Guid="{3E8FAE8C-58D5-44DA-B350-3CF6114097E3}" Name="$GUI Controls"/>
    <Action Type="File" Dst="%SapFrontEndDir%\SAPgui">
      <Src>%SAPsrcDir%\SAPgui\convlib.dll</Src>
      <Src>%SAPsrcDir%\SAPgui\sapfewse.ocx</Src>
      <Src>%SapSrcDir%\SAPgui\eCATTRH.dll</Src>
    </Action>
    <Action Type="File" Dst="%SapFrontEndDir%\SapGui\Scripting">
      <Src>%SapSrcDir%\SapGui\Scripting\AbapEditorScripting.dll</Src>
      <Src>%SapSrcDir%\SapGui\Scripting\ChartScripting.dll</Src>
      <Src>%SapSrcDir%\SapGui\Scripting\EAI2DScripting.dll</Src>
      <Src>%SapSrcDir%\SapGui\Scripting\EAI3DScripting.dll</Src>
      <Src>%SapSrcDir%\SapGui\Scripting\GridViewScripting.dll</Src>
      <Src>%SapSrcDir%\SapGui\Scripting\SapBarcScripting.dll</Src>
      <Src>%SapSrcDir%\SapGui\Scripting\SapCalenScripting.dll</Src>
      <Src>%SapSrcDir%\SapGui\Scripting\SapChartScripting.dll</Src>
      <Src>%SapSrcDir%\SapGui\Scripting\SapGradpScripting.dll</Src>
      <Src>%SapSrcDir%\SapGui\Scripting\SapHtmlScripting.dll</Src>
      <Src>%SapSrcDir%\SapGui\Scripting\SapImageScripting.dll</Src>
      <Src>%SapSrcDir%\SapGui\Scripting\SapMapScripting.dll</Src>
      <Src>%SapSrcDir%\SapGui\Scripting\SapNetzScripting.dll</Src>
      <Src>%SapSrcDir%\SapGui\Scripting\SAPSDCCScripting.dll</Src>
      <Src>%SapSrcDir%\SapGui\Scripting\SapSelScripting.dll</Src>
      <Src>%SapSrcDir%\SapGui\Scripting\SapSplitScripting.dll</Src>
      <Src>%SapSrcDir%\SapGui\Scripting\SapStageScripting.dll</Src>
      <Src>%SapSrcDir%\SapGui\Scripting\SapToolbScripting.dll</Src>
      <Src>%SapSrcDir%\SapGui\Scripting\TextEditScripting.dll</Src>
      <Src>%SapSrcDir%\SapGui\Scripting\WdtTreeScripting.dll</Src>
    </Action>
    <Action Type="File" Dst="%SapFrontEndDir%\SAPgui">
      <Src>%SAPsrcDir%\SAPgui\TestFixtures.dll</Src>
      <Src>%SAPsrcDir%\SAPgui\Interop.ABAPEDITORSCRIPTINGLib.dll</Src>
      <Src>%SAPsrcDir%\SAPgui\SAPFEWSELib.dll</Src>
    </Action>
    <Action Type="Registry" Dst="HKLM\SOFTWARE\SAP\SAPGUI Front\SAP Frontend Server\Security">
      <RegValue Name="UserScripting" Type="DWORD">1</RegValue>
    </Action>
	<Action Type="Script">
      <Src>
		<![CDATA[
			conKeyDacl     = 0
			conKeyOwner    = 1
			conAccessRead  = &H80000000
			conAccessAll   = &H10000000
			conUsersGrpSid = NwEngine.Shell.GetWellKnownSid (4)
			conAdminGrpSid = NwEngine.Shell.GetWellKnownSid (8)
			conSystemSid   = NwEngine.Shell.GetWellKnownSid (10)
			Dim ACEs(2)
			ACEs(0)        = NwEngine.Shell.CreateAce (conUsersGrpSid, conAccessRead, vbTrue)
			ACEs(1)        = NwEngine.Shell.CreateAce (conAdminGrpSid, conAccessAll,  vbTrue)
			ACEs(2)        = NwEngine.Shell.CreateAce (conSystemSid,   conAccessAll,  vbTrue)
			strKeyAcl      = NwEngine.Shell.CreateAcl (ACEs)
			NwEngine.Shell.SetNamedObjectSecurity "HKLM\SOFTWARE\SAP\SAPGUI Front\SAP Frontend Server\Security", conKeyDacl, strKeyAcl, vbFalse
			NwEngine.Shell.SetNamedObjectSecurity "HKLM\SOFTWARE\SAP\SAPGUI Front\SAP Frontend Server\Security", conKeyOwner, conAdminGrpSid, vbFalse
		]]>
      </Src>
	</Action>
  </Component>
  <Component Guid="{7FCBBEC5-5AB9-4DD3-99D4-F083E98B1CE8}" Name="$Heiler Controls" Version="3" Min_Compliant_Version="1" Size="247" SysSize="1651">
    <Action Type="File" Dst="%WinSysDir%">
      <Src>%SAPSrcDir%\SapGui\h5dlg32.dll</Src>
      <Src>%SAPSrcDir%\SapGui\h5icon32.dll</Src>
      <Src>%SAPSrcDir%\SapGui\h5krnl32.dll</Src>
      <Src>%SAPSrcDir%\SapGui\h5menu32.dll</Src>
      <Src>%SAPSrcDir%\SapGui\h5rtf32.dll</Src>
      <Src>%SAPSrcDir%\SapGui\h5tool32.dll</Src>
    </Action>
    <Action Type="File" Dst="%SapFrontEndDir%\SapGui" Condition="%WinType%&lt;&gt;Windows Vista">
      <Src>%SAPSrcDir%\SapGui\h5ocx32.ocx</Src>
    </Action>
  </Component>
  <Component Guid="{F4129236-5171-4CC1-99E7-CCD4A975FEE0}" Name="$Help" Version="236" Min_Compliant_Version="1" Size="27">
    <Action Type="File" Dst="%SapFrontEndDir%\sapgui">
      <Src>%SapSrcDir%\sapgui\help_04.exe</Src>
    </Action>
  </Component>
  <Component Guid="{3FA4FA8C-A7C7-452E-B959-71F030E75DAC}" Name="$HTML Help" Version="202" Min_Compliant_Version="1" Size="96">
    <Action Type="File" Dst="%SapFrontEndDir%\sapgui\htmlhelp">
      <Src AppPath="%SapFrontEndDir%\SapGui">%SapSrcDir%\sapgui\htmlhelp\shh.exe</Src>
    </Action>
  </Component>
  <Component Guid="{CCABD714-2B76-4969-BDFB-C02B48D5245C}" Name="$MS DLLs" Version="3" Min_Compliant_Version="1" SysSize="1292">
    <Action Type="File" Dst="%WinSysDir%">
      <Src>%SAPSrcDir%\system\mfcans32.dll</Src>
    </Action>
    <Action Type="File" Dst="%WinSysDir%" Condition="%WinType%&lt;&gt;Windows Vista">
      <Src>%SAPSrcDir%\system\oc30.dll</Src>
    </Action>
    <Action Type="File" Dst="%WinSysDir%">
      <Src>%SAPSrcDir%\system\vtssdl32.dll</Src>
      <Src>%SAPSrcDir%\system\vtssm32.dll</Src>
    </Action>
  </Component>
  <Component Guid="{9EF7439F-8BD6-4E84-9B23-2713401EDA99}" Name="$New Visual Design Extensions" Version="383" Min_Compliant_Version="1" Size="10968" SysSize="472">
    <Action Type="File" Dst="%SapFrontEndDir%\sapgui">
      <Src>%SapSrcDir%\sapgui\sapguirm32.dll</Src>
      <Src>%SapSrcDir%\sapgui\sapguidrw32.dll</Src>
    </Action>
    <Action Type="File" Dst="%SapFrontEndDir%\sapgui">
      <Src>%SapSrcDir%\sapgui\sapfewrm.dll</Src>
      <Src>%SapSrcDir%\sapgui\sapthmdrw.dll</Src>
      <Src>%SapSrcDir%\sapgui\sapfdraw.dll</Src>
      <Src>%SapSrcDir%\sapgui\sapfctrl.dll</Src>
      <Src>%SapSrcDir%\sapgui\sapfcust.exe</Src>
      <Src>%SapSrcDir%\sapgui\sapfhook.dll</Src>
      <Src>%SapSrcDir%\sapgui\sapthmcust.dll</Src>
    </Action>
    <Action Type="File" Dst="%SapFrontEndDir%\SAPgui\Lang">
      <Src>%SAPsrcDir%\SAPgui\lang\fcplAR.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\fcplBG.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\fcplCA.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\fcplCS.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\fcplDA.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\fcplDE.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\fcplEL.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\fcplEN.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\fcplES.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\fcplFI.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\fcplFR.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\fcplHE.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\fcplHR.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\fcplHU.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\fcplIT.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\fcplJA.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\fcplKO.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\fcplNL.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\fcplNO.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\fcplPL.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\fcplPT.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\fcplRO.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\fcplRU.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\fcplSH.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\fcplSK.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\fcplSL.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\fcplSV.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\fcplTH.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\fcplTR.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\fcplUK.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\fcplZF.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\fcplZH.txt</Src>
      <Src>%SapSrcDir%\SAPgui\lang\fcplET.txt</Src>
      <Src>%SapSrcDir%\SAPgui\lang\fcplLT.txt</Src>
      <Src>%SapSrcDir%\SAPgui\lang\fcplLV.txt</Src>
    </Action>
    <Action Type="File" Dst="%SapFrontEndDir%\SAPgui\Lang">
      <Src>%SAPsrcDir%\SAPgui\lang\fcustAR.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\fcustBG.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\fcustCA.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\fcustCS.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\fcustDA.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\fcustDE.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\fcustEL.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\fcustEN.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\fcustES.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\fcustFI.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\fcustFR.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\fcustHE.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\fcustHR.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\fcustHU.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\fcustIT.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\fcustJA.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\fcustKO.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\fcustNL.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\fcustNO.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\fcustPL.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\fcustPT.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\fcustRO.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\fcustRU.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\fcustSH.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\fcustSK.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\fcustSL.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\fcustSV.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\fcustTH.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\fcustTR.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\fcustUK.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\fcustZF.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\fcustZH.txt</Src>
      <Src>%SapSrcDir%\SAPgui\lang\fcustET.txt</Src>
      <Src>%SapSrcDir%\SAPgui\lang\fcustLT.txt</Src>
      <Src>%SapSrcDir%\SAPgui\lang\fcustLV.txt</Src>
    </Action>
    <Action Type="File" Dst="%WinSysDir%" Condition="%WinType%&lt;&gt;Windows Vista">
      <Src>%SapSrcDir%\sapgui\sapfcpl.cpl</Src>
    </Action>
    <Action Type="Shortcut" Dst="ProgramFiles\SAP Front End\SAP GUI Configuration" Condition="%WinType%&lt;&gt;Windows Vista">
      <Src>&quot;%WinSysDir%\sapfcpl.cpl&quot;</Src>
    </Action>
    <Action Type="File" Dst="%SapFrontEndDir%\sapgui" Condition="%WinType%=Windows Vista">
      <Src>%SapSrcDir%\sapgui\sapfewcp.exe</Src>
    </Action>
    <Action Type="Shortcut" Dst="ProgramFiles\SAP Front End\SAP GUI Configuration" Condition="%WinType%=Windows Vista">
      <Src>&quot;%SapFrontEndDir%\sapgui\sapfewcp.exe&quot;</Src>
    </Action>
    <Action Type="Registry" Condition="%WinType%=Windows Vista" Dst="HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\ControlPanel\NameSpace\{8A6592C8-E790-4d19-899B-E95B2AD1AA7E}">
      <RegValue>SAP GUI Configuration</RegValue>
    </Action>
    <Action Type="Registry" Condition="%WinType%=Windows Vista" Dst="HKCR\CLSID\{8A6592C8-E790-4d19-899B-E95B2AD1AA7E}">
      <RegValue>SAP GUI Configuration</RegValue>
      <RegValue Name="InfoTip" Type="ExpandedString">@%SapFrontEndDir%\sapgui\sapfewcp.exe,-1</RegValue>
      <RegValue Name="LocalizedString" Type="ExpandedString">@%SapFrontEndDir%\sapgui\sapfewcp.exe</RegValue>
      <RegValue Name="System.Software.TasksFileUrl">Internal</RegValue>
      <RegValue Name="System.ApplicationName">SAP.SAPgui</RegValue>
      <RegValue Name="System.ControlPanel.Category">1</RegValue>
    </Action>
    <Action Type="Registry" Condition="%WinType%=Windows Vista" Dst="HKCR\CLSID\{8A6592C8-E790-4d19-899B-E95B2AD1AA7E}\DefaultIcon">
      <RegValue Type="ExpandedString">%SapFrontEndDir%\sapgui\sapfewcp.exe</RegValue>
    </Action>
    <Action Type="Registry" Condition="%WinType%=Windows Vista" Dst="HKCR\CLSID\{8A6592C8-E790-4d19-899B-E95B2AD1AA7E}\Shell\Open\Command">
      <RegValue Type="ExpandedString">%SapFrontEndDir%\sapgui\sapfewcp.exe</RegValue>
    </Action>
    <Action Type="File" Dst="%SapFrontEndDir%\sapgui\themes\streamline">
      <Src>%SapSrcDir%\sapgui\themes\streamline\sapalogo.bmp</Src>
      <Src>%SapSrcDir%\sapgui\themes\streamline\sapcgrid.bmp</Src>
      <Src>%SapSrcDir%\sapgui\themes\streamline\sapclokh.bmp</Src>
      <Src>%SapSrcDir%\sapgui\themes\streamline\sapclokl.bmp</Src>
      <Src>%SapSrcDir%\sapgui\themes\streamline\sapctree.bmp</Src>
      <Src>%SapSrcDir%\sapgui\themes\streamline\saperror.wav</Src>
      <Src>%SapSrcDir%\sapgui\themes\streamline\sapfront.bmp</Src>
      <Src>%SapSrcDir%\sapgui\themes\streamline\saplines.bmp</Src>
      <Src>%SapSrcDir%\sapgui\themes\streamline\sapmsg.wav</Src>
      <Src>%SapSrcDir%\sapgui\themes\streamline\sapsnd01.wav</Src>
      <Src>%SapSrcDir%\sapgui\themes\streamline\sapsnd02.wav</Src>
      <Src>%SapSrcDir%\sapgui\themes\streamline\sapsnd03.wav</Src>
      <Src>%SapSrcDir%\sapgui\themes\streamline\sapsnd04.wav</Src>
      <Src>%SapSrcDir%\sapgui\themes\streamline\sapsnd05.wav</Src>
      <Src>%SapSrcDir%\sapgui\themes\streamline\sapsnd06.wav</Src>
      <Src>%SapSrcDir%\sapgui\themes\streamline\sapsnd07.wav</Src>
      <Src>%SapSrcDir%\sapgui\themes\streamline\sapsndtb.wav</Src>
      <Src>%SapSrcDir%\sapgui\themes\streamline\saptbgnd.bmp</Src>
      <Src>%SapSrcDir%\sapgui\themes\streamline\saptlogo.bmp</Src>
      <Src>%SapSrcDir%\sapgui\themes\streamline\saptoolb.bmp</Src>
      <Src>%SapSrcDir%\sapgui\themes\streamline\treeclse.wav</Src>
      <Src>%SapSrcDir%\sapgui\themes\streamline\treeopen.wav</Src>
      <Src>%SapSrcDir%\sapgui\themes\streamline\theme.xml</Src>
    </Action>
    <Action Type="File" Dst="%SapFrontEndDir%\sapgui\themes\Tradeshow">
      <Src>%SapSrcDir%\sapgui\themes\Tradeshow\sapalogo.bmp</Src>
      <Src>%SapSrcDir%\sapgui\themes\Tradeshow\sapcgrid.bmp</Src>
      <Src>%SapSrcDir%\sapgui\themes\Tradeshow\sapclokh.bmp</Src>
      <Src>%SapSrcDir%\sapgui\themes\Tradeshow\sapclokl.bmp</Src>
      <Src>%SapSrcDir%\sapgui\themes\Tradeshow\sapctree.bmp</Src>
      <Src>%SapSrcDir%\sapgui\themes\Tradeshow\saperror.wav</Src>
      <Src>%SapSrcDir%\sapgui\themes\Tradeshow\sapfront.bmp</Src>
      <Src>%SapSrcDir%\sapgui\themes\Tradeshow\saplines.bmp</Src>
      <Src>%SapSrcDir%\sapgui\themes\Tradeshow\sapmsg.wav</Src>
      <Src>%SapSrcDir%\sapgui\themes\Tradeshow\sapsnd01.wav</Src>
      <Src>%SapSrcDir%\sapgui\themes\Tradeshow\sapsnd02.wav</Src>
      <Src>%SapSrcDir%\sapgui\themes\Tradeshow\sapsnd03.wav</Src>
      <Src>%SapSrcDir%\sapgui\themes\Tradeshow\sapsnd04.wav</Src>
      <Src>%SapSrcDir%\sapgui\themes\Tradeshow\sapsnd05.wav</Src>
      <Src>%SapSrcDir%\sapgui\themes\Tradeshow\sapsnd06.wav</Src>
      <Src>%SapSrcDir%\sapgui\themes\Tradeshow\sapsnd07.wav</Src>
      <Src>%SapSrcDir%\sapgui\themes\Tradeshow\sapsndtb.wav</Src>
      <Src>%SapSrcDir%\sapgui\themes\Tradeshow\saptbgnd.bmp</Src>
      <Src>%SapSrcDir%\sapgui\themes\Tradeshow\saptlogo.bmp</Src>
      <Src>%SapSrcDir%\sapgui\themes\Tradeshow\saptoolb.bmp</Src>
      <Src>%SapSrcDir%\sapgui\themes\Tradeshow\treeclse.wav</Src>
      <Src>%SapSrcDir%\sapgui\themes\Tradeshow\treeopen.wav</Src>
      <Src>%SapSrcDir%\sapgui\themes\Tradeshow\tradeshow.bmp</Src>
      <Src>%SapSrcDir%\sapgui\themes\Tradeshow\theme.xml</Src>
    </Action>
    <Action Type="File" Dst="%SapFrontEndDir%\sapgui\themes\enjoy">
      <Src>%SapSrcDir%\sapgui\themes\enjoy\sapalogo.bmp</Src>
      <Src>%SapSrcDir%\sapgui\themes\enjoy\sapcgrid.bmp</Src>
      <Src>%SapSrcDir%\sapgui\themes\enjoy\sapclokh.bmp</Src>
      <Src>%SapSrcDir%\sapgui\themes\enjoy\sapclokl.bmp</Src>
      <Src>%SapSrcDir%\sapgui\themes\enjoy\sapctree.bmp</Src>
      <Src>%SapSrcDir%\sapgui\themes\enjoy\saperror.wav</Src>
      <Src>%SapSrcDir%\sapgui\themes\enjoy\sapfront.bmp</Src>
      <Src>%SapSrcDir%\sapgui\themes\enjoy\saplines.bmp</Src>
      <Src>%SapSrcDir%\sapgui\themes\enjoy\sapmsg.wav</Src>
      <Src>%SapSrcDir%\sapgui\themes\enjoy\sapsnd01.wav</Src>
      <Src>%SapSrcDir%\sapgui\themes\enjoy\sapsnd02.wav</Src>
      <Src>%SapSrcDir%\sapgui\themes\enjoy\sapsnd03.wav</Src>
      <Src>%SapSrcDir%\sapgui\themes\enjoy\sapsnd04.wav</Src>
      <Src>%SapSrcDir%\sapgui\themes\enjoy\sapsnd05.wav</Src>
      <Src>%SapSrcDir%\sapgui\themes\enjoy\sapsnd06.wav</Src>
      <Src>%SapSrcDir%\sapgui\themes\enjoy\sapsnd07.wav</Src>
      <Src>%SapSrcDir%\sapgui\themes\enjoy\sapsndtb.wav</Src>
      <Src>%SapSrcDir%\sapgui\themes\enjoy\saptbgnd.bmp</Src>
      <Src>%SapSrcDir%\sapgui\themes\enjoy\saptlogo.bmp</Src>
      <Src>%SapSrcDir%\sapgui\themes\enjoy\saptoolb.bmp</Src>
      <Src>%SapSrcDir%\sapgui\themes\enjoy\treeclse.wav</Src>
      <Src>%SapSrcDir%\sapgui\themes\enjoy\treeopen.wav</Src>
      <Src>%SapSrcDir%\sapgui\themes\enjoy\theme.xml</Src>
    </Action>
    <Action Type="File" Dst="%SapFrontEndDir%\sapgui\themes\HighCont">
      <Src>%SapSrcDir%\sapgui\themes\HighCont\sapalogo.bmp</Src>
      <Src>%SapSrcDir%\sapgui\themes\HighCont\sapcgrid.bmp</Src>
      <Src>%SapSrcDir%\sapgui\themes\HighCont\sapclokh.bmp</Src>
      <Src>%SapSrcDir%\sapgui\themes\HighCont\sapclokl.bmp</Src>
      <Src>%SapSrcDir%\sapgui\themes\HighCont\sapctree.bmp</Src>
      <Src>%SapSrcDir%\sapgui\themes\HighCont\saperror.wav</Src>
      <Src>%SapSrcDir%\sapgui\themes\HighCont\sapfront.bmp</Src>
      <Src>%SapSrcDir%\sapgui\themes\HighCont\saplines.bmp</Src>
      <Src>%SapSrcDir%\sapgui\themes\HighCont\sapmsg.wav</Src>
      <Src>%SapSrcDir%\sapgui\themes\HighCont\sapsnd01.wav</Src>
      <Src>%SapSrcDir%\sapgui\themes\HighCont\sapsnd02.wav</Src>
      <Src>%SapSrcDir%\sapgui\themes\HighCont\sapsnd03.wav</Src>
      <Src>%SapSrcDir%\sapgui\themes\HighCont\sapsnd04.wav</Src>
      <Src>%SapSrcDir%\sapgui\themes\HighCont\sapsnd05.wav</Src>
      <Src>%SapSrcDir%\sapgui\themes\HighCont\sapsnd06.wav</Src>
      <Src>%SapSrcDir%\sapgui\themes\HighCont\sapsnd07.wav</Src>
      <Src>%SapSrcDir%\sapgui\themes\HighCont\sapsndtb.wav</Src>
      <Src>%SapSrcDir%\sapgui\themes\HighCont\saptbgnd.bmp</Src>
      <Src>%SapSrcDir%\sapgui\themes\HighCont\saptlogo.bmp</Src>
      <Src>%SapSrcDir%\sapgui\themes\HighCont\saptoolb.bmp</Src>
      <Src>%SapSrcDir%\sapgui\themes\HighCont\theme.xml</Src>
      <Src>%SapSrcDir%\sapgui\themes\HighCont\treeclse.wav</Src>
      <Src>%SapSrcDir%\sapgui\themes\HighCont\treeopen.wav</Src>
    </Action>
    <Action Type="Script" RunAt="Install">
      <Src>
		<![CDATA[
			If NwEngine.Shell.RegKeyExist("HKCU\Software\SAP\General\Appearance\Themes\Complementary") Then
				NwEngine.Shell.DeleteRegKey "HKCU\Software\SAP\General\Appearance"
			End If
			If NwEngine.Shell.RegKeyExist("HKLM\SOFTWARE\SAP\General\Appearance\Themes\Complementary") Then
				NwEngine.Shell.DeleteRegKey "HKLM\SOFTWARE\SAP\General\Appearance"
			End If
		]]>
      </Src>
    </Action>
    <Action Type="Registry" Dst="HKEY_LOCAL_MACHINE\SOFTWARE\SAP\General\Enjoy">
      <RegValue Name="Active">On</RegValue>
    </Action>
    <Action Type="Registry" Dst="HKEY_LOCAL_MACHINE\SOFTWARE\SAP\General\Appearance">
      <RegValue Name="HuePaletteBuffer">9b9a8ffcfcedf4f3e3eae9d7e0dfd0d8d6c7cecdc0cbcbbdc1c0b2b7b6a8adac9fa09f958e8e847f7e7572726a6867605b5a544f4f493f3f3b65808e839daa8da8b795b1c1</RegValue>
      <RegValue Name="Theme">System Dependent</RegValue>
      <RegValue Name="SplashOff" Type="DWORD">0</RegValue>
      <RegValue Name="OldName">Default</RegValue>
      <RegValue Name="NewName">Enjoy</RegValue>
    </Action>
    <Action Type="Registry" Dst="HKEY_LOCAL_MACHINE\SOFTWARE\SAP\General\Appearance\Themes\Streamline">
      <RegValue Name="Path">%SapFrontEndDir%\Sapgui\Themes\Streamline</RegValue>
      <RegValue Name="ActiveColorSetting">normal</RegValue>
      <RegValue Name="Preview">Streamline</RegValue>
      <RegValue Name="PreviewMapping">95 78 82 88 81</RegValue>
    </Action>
    <Action Type="Registry" Dst="HKLM\SOFTWARE\SAP\General\Appearance\Themes\Streamline\normal">
      <RegValue Name="strPaletteMain">666699FFFFFFF2F4F7E5EAF0D8DFE8CBD4E100000100000295B2C3A5B1BFE0E7EDE6E6E6A0A3A86581906289AE265B8F000003333348000004B5C3CAAECEDBD2DCDAF0EFF4</RegValue>
      <RegValue Name="strPaletteShift">666699FFFFFFF2F4F7E5EAF0D8DFE8CBD4E100000100000295B2C3A5B1BFE0E7EDE6E6E6A0A3A86581906289AE265B8F000003333348000004B5C3CAAECEDBD2DCDAF0EFF4</RegValue>
      <RegValue Name="strTimeSettings">day;default;default</RegValue>
      <RegValue Name="bTimeActivated" Type="DWORD">0</RegValue>
      <RegValue Name="bWriteProtected" Type="DWORD">1</RegValue>
    </Action>
    <Action Type="Registry" Dst="HKEY_LOCAL_MACHINE\SOFTWARE\SAP\General\Appearance\Themes\Enjoy">
      <RegValue Name="Path">%SapFrontEndDir%\sapgui\themes\enjoy</RegValue>
      <RegValue Name="ActiveColorSetting">Complementary</RegValue>
      <RegValue Name="Preview">DefPrv</RegValue>
    </Action>
    <Action Type="Registry" Dst="HKEY_LOCAL_MACHINE\SOFTWARE\SAP\General\Appearance\Themes\High Contrast Theme">
      <RegValue Name="Path">%SapFrontEndDir%\sapgui\themes\highcont</RegValue>
      <RegValue Name="ActiveColorSetting">Black and White</RegValue>
      <RegValue Name="Preview">HCPrv</RegValue>
      <RegValue Name="DisableSetting" Type="DWORD">1</RegValue>
    </Action>
    <Action Type="Registry" Dst="HKEY_LOCAL_MACHINE\SOFTWARE\SAP\General\Appearance\Themes\Tradeshow">
      <RegValue Name="Path">%SapFrontEndDir%\Sapgui\Themes\Tradeshow</RegValue>
      <RegValue Name="ActiveColorSetting">normal</RegValue>
      <RegValue Name="Preview">Tradeshow</RegValue>
      <RegValue Name="PreviewMapping">95 84 82 88 80</RegValue>
    </Action>
    <Action Type="Registry" Dst="HKLM\SOFTWARE\SAP\General\Appearance\Themes\Tradeshow\normal">
      <RegValue Name="strPaletteMain">666699FFFFFFF2F4F7E5EAF0D8DFE8CBDBEAa3c1e483ACD895B2C3999999E0E7EDd9e5f2aeaeae6581906289AE306897000003333348aeaeadB5C3CAAECEDBD2DCDAf2f2f2</RegValue>
      <RegValue Name="strPaletteShift">666699FFFFFFF2F4F7E5EAF0D8DFE8CBDBEAa3c1e483ACD895B2C3999999E0E7EDd9e5f2aeaeae6581906289AE306897000003333348aeaeadB5C3CAAECEDBD2DCDAf2f2f2</RegValue>
      <RegValue Name="strTimeSettings">day;default;default</RegValue>
      <RegValue Name="bTimeActivated" Type="DWORD">0</RegValue>
      <RegValue Name="bWriteProtected" Type="DWORD">1</RegValue>
    </Action>
    <Action Type="Registry" Dst="HKEY_LOCAL_MACHINE\SOFTWARE\SAP\General\Appearance\Themes">
      <RegValue Name="SystemDefault">Enjoy</RegValue>
    </Action>
    <Action Type="Registry" Dst="HKEY_LOCAL_MACHINE\SOFTWARE\SAP\General\Appearance\Themes\Enjoy\Bright Complementary">
      <RegValue Name="strPaletteMain">b6b5a9fffffffffff7fefeeef6f4e6efeddee7e7d9e3e2d4dad9cbd1d0c2c7c6babdbcb0ababa099988e8e8e84838178706f6763635c4f4f477b9aaa9cb6c5a9c3d3afcbdb</RegValue>
      <RegValue Name="strPaletteShift">b6b5a9fffffffffff7fefeeef6f4e6efeddee7e7d9e3e2d4dad9cbd1d0c2c7c6babdbcb0ababa099988e8e8e84838178706f6763635c4f4f477b9aaa9cb6c5a9c3d3afcbdb</RegValue>
      <RegValue Name="bTimeActivated" Type="DWORD">0</RegValue>
      <RegValue Name="strTimeSettings">day;default;default</RegValue>
      <RegValue Name="bWriteProtected" Type="DWORD">1</RegValue>
    </Action>
    <Action Type="Registry" Dst="HKEY_LOCAL_MACHINE\SOFTWARE\SAP\General\Appearance\Themes\Enjoy\Bright Harmonic">
      <RegValue Name="strPaletteMain">86a6b6ffffffedffffd9f4ffd1edf8c7e5f1c1dceab7d4e3afcbdaa9c3d29cb8c68faebe7b9aab6888985e7e8f4f70834567793a5f721f4d637b9aaa9cb8c6a9c3d3afcbdb</RegValue>
      <RegValue Name="strPaletteShift">86a6b6ffffffedffffd9f4ffd1edf8c7e5f1c1dceab7d4e3afcbdaa9c3d29cb8c68faebe7b9aab6888985e7e8f4f70834567793a5f721f4d637b9aaa9cb8c6a9c3d3afcbdb</RegValue>
      <RegValue Name="bTimeActivated" Type="DWORD">0</RegValue>
      <RegValue Name="strTimeSettings">day;default;default</RegValue>
      <RegValue Name="bWriteProtected" Type="DWORD">1</RegValue>
    </Action>
    <Action Type="Registry" Dst="HKEY_LOCAL_MACHINE\SOFTWARE\SAP\General\Appearance\themes\enjoy\Complementary">
      <RegValue Name="strPaletteMain">9c9b8ffefeeef5f4e2ebead8e1e0cfd9d7c6d1d0c1cccbbcc2c1b2b8b7a9aeada0a3a296919186807f7575756c6b6a625c5b5451514b42423d658190829cab8faaba95b2c3</RegValue>
      <RegValue Name="strPaletteShift">9c9b8ffefeeef5f4e2ebead8e1e0cfd9d7c6d1d0c1cccbbcc2c1b2b8b7a9aeada0a3a296919186807f7575756c6b6a625c5b5451514b42423d658190829cab8faaba95b2c3</RegValue>
      <RegValue Name="bTimeActivated" Type="DWORD">0</RegValue>
      <RegValue Name="strTimeSettings">day;default;default</RegValue>
      <RegValue Name="bWriteProtected" Type="DWORD">1</RegValue>
    </Action>
    <Action Type="Registry" Dst="HKEY_LOCAL_MACHINE\SOFTWARE\SAP\General\Appearance\themes\enjoy\Harmonic">
      <RegValue Name="strPaletteMain">6f8c9ceef9ffd7ecf6c1dfedb8d7e4aecedca7c5d49dbccc95b2c28faab9829ead7794a465819155707f4d6776425c6b3b5463344e5d264151658190829cab8faaba95b2c3</RegValue>
      <RegValue Name="strPaletteShift">6f8c9ceef9ffd7ecf6c1dfedb8d7e4aecedca7c5d49dbccc95b2c28faab9829ead7794a465819155707f4d6776425c6b3b5463344e5d264151658190829cab8faaba95b2c3</RegValue>
      <RegValue Name="bTimeActivated" Type="DWORD">0</RegValue>
      <RegValue Name="strTimeSettings">day;default;default</RegValue>
      <RegValue Name="bWriteProtected" Type="DWORD">1</RegValue>
    </Action>
    <Action Type="Registry" Dst="HKEY_LOCAL_MACHINE\Software\SAP\General\Appearance\themes\enjoy\Dawn ''til Dusk">
      <RegValue Name="strPaletteMain">6f8c9beff9ffd7ebf4c0ddeab7d6e2afcedba7c4d39dbccb95b2c18fa9b7819daa7793a3637f8e536e7c4d6775405a683a5260334d5b253f4f65808e839daa8da8b795b1c1</RegValue>
      <RegValue Name="strPaletteShift">93986efcffefeff2d7e3e8c0dde0b5d4d8adcbd1a7c4c99db9bf95afb58fa3a87f9aa076868c62757a526d724b60653f585e39545932454c238c8664a8a383b5af8dbfba95</RegValue>
      <RegValue Name="bTimeActivated" Type="DWORD">0</RegValue>
      <RegValue Name="strTimeSettings">day;default;default</RegValue>
      <RegValue Name="bWriteProtected" Type="DWORD">1</RegValue>
    </Action>
    <Action Type="Registry" Dst="HKEY_LOCAL_MACHINE\Software\SAP\General\Appearance\themes\enjoy\Ocean Teal">
      <RegValue Name="strPaletteMain">6d9ea0e5feffd1f9f9baefefb2e8e6aae0dfa2d7d898d0d191c5c68bbbbc7eafaf74a6a86192935180824b787a3f6c6d396365325f6024515459878575a3a27eafaf86baba</RegValue>
      <RegValue Name="strPaletteShift">6f8c9beff9ffd7ebf4c0ddeab7d6e2afcedba7c4d39dbccb95b2c18fa9b7819daa7793a3637f8e536e7c4d6775405a683a5260334d5b253f4f65808e839daa8da8b795b1c1</RegValue>
      <RegValue Name="bTimeActivated" Type="DWORD">0</RegValue>
      <RegValue Name="strTimeSettings">day;default;default</RegValue>
      <RegValue Name="bWriteProtected" Type="DWORD">1</RegValue>
    </Action>
    <Action Type="Registry" Dst="HKEY_LOCAL_MACHINE\Software\SAP\General\Appearance\themes\enjoy\Blooming Desert">
      <RegValue Name="strPaletteMain">a8a877feffedfffdddf7f5c8efecbfe8e5b7e0dfafd8d7a4cece9cc4c497b7b689afaf7e9b9b6b89895a8282547575476c6d406868395a5b2a989869b5b587c0c191cbcb98</RegValue>
      <RegValue Name="strPaletteShift">86b57cebffe8dfffd8d2ffc9cefcc4c5f4bcbdedb4b3e5a9abdba2a5d19c98c48f8dbc847aa870699660628e5955824c4e7a4547753e37682e6fa3658cbf8294cb8a9bd691</RegValue>
      <RegValue Name="bTimeActivated" Type="DWORD">0</RegValue>
      <RegValue Name="strTimeSettings">day;default;default</RegValue>
      <RegValue Name="bWriteProtected" Type="DWORD">1</RegValue>
    </Action>
    <Action Type="Registry" Dst="HKEY_LOCAL_MACHINE\Software\SAP\General\Appearance\themes\enjoy\Rose">
      <RegValue Name="strPaletteMain">c1939dfff9fbffeaefffdbe4ffd8e3ffd6e1f9cfd9f2c4cee8bbc5ddb5bed1a7b1c99ba5b58590a3737e9b6c768e5e68875660824e59753b47af7e8dcb9fabd8a9b5e2b1be</RegValue>
      <RegValue Name="strPaletteShift">6f8c9beff9ffd7ebf4c0ddeab7d6e2afcedba7c4d39dbccb95b2c18fa9b7819daa7793a3637f8e536e7c4d6775405a683a5260334d5b253f4f65808e839daa8da8b795b1c1</RegValue>
      <RegValue Name="bTimeActivated" Type="DWORD">0</RegValue>
      <RegValue Name="strTimeSettings">day;default;default</RegValue>
      <RegValue Name="bWriteProtected" Type="DWORD">1</RegValue>
    </Action>
    <Action Type="Registry" Dst="HKEY_LOCAL_MACHINE\Software\SAP\General\Appearance\themes\enjoy\Lunar Orbit">
      <RegValue Name="strPaletteMain">8689a0f7f8fff2f3f9e1e3efd7dae8ced1e0c5c7d8babdd1b1b3c6a9acbc9a9daf8f92a8797c936669825f627a51546d494c654145603135547a80919ca0ada7abbab0b5c4</RegValue>
      <RegValue Name="strPaletteShift">6f8c9beff9ffd7ebf4c0ddeab7d6e2afcedba7c4d39dbccb95b2c18fa9b7819daa7793a3637f8e536e7c4d6775405a683a5260334d5b253f4f65808e839daa8da8b795b1c1</RegValue>
      <RegValue Name="bTimeActivated" Type="DWORD">0</RegValue>
      <RegValue Name="strTimeSettings">day;default;default</RegValue>
      <RegValue Name="bWriteProtected" Type="DWORD">1</RegValue>
    </Action>
    <Action Type="Registry" Dst="HKEY_LOCAL_MACHINE\Software\SAP\General\Appearance\themes\enjoy\Summer Rain">
      <RegValue Name="strPaletteMain">84959efffffff7f7f7dee8edd5e0e5ccd8ddc2cfd6b7c6ceaebcc4a7b3ba98a6ad8c9da577889164767f5d6e774f616b47596340535e3045516b787f8b969b97a2a8a0abb2</RegValue>
      <RegValue Name="strPaletteShift">7c9aaaf2faffe2f6ffcfecf9c6e5f2beddeab5d3e2abcbdba3c0d19db8c68fabba84a2b2708e9e5f7c8c5875844b68774460703d5a6b2d4c5e668da084a8bc8db3c994bcd3</RegValue>
      <RegValue Name="bTimeActivated" Type="DWORD">0</RegValue>
      <RegValue Name="strTimeSettings">day;default;default</RegValue>
      <RegValue Name="bWriteProtected" Type="DWORD">1</RegValue>
    </Action>
    <Action Type="Registry" Dst="HKEY_LOCAL_MACHINE\Software\SAP\General\Appearance\themes\enjoy\Peach">
      <RegValue Name="strPaletteMain">bcac89fffaf2fff5e2ffefd3ffedd1fceaccf4e4c3eddbb8e2d3b1d8caabcbbc9dc4b491af9f7c9e8e6b96866489795682724f7c6b47705f36b79e7ed3bd9ee0c9a8ead3af</RegValue>
      <RegValue Name="strPaletteShift">6f8c9beff9ffd7ebf4c0ddeab7d6e2afcedba7c4d39dbccb95b2c18fa9b7819daa7793a3637f8e536e7c4d6775405a683a5260334d5b253f4f65808e839daa8da8b795b1c1</RegValue>
      <RegValue Name="bTimeActivated" Type="DWORD">0</RegValue>
      <RegValue Name="strTimeSettings">day;default;default</RegValue>
      <RegValue Name="bWriteProtected" Type="DWORD">1</RegValue>
    </Action>
    <Action Type="Registry" Dst="HKEY_LOCAL_MACHINE\Software\SAP\General\Appearance\themes\enjoy\New Millennium">
      <RegValue Name="strPaletteMain">898988eaeae8e2e2e0d8d8d6cececcc6c6c4bcbcbababab8afafaea5a5a49b9b998e8e8d7c7c7b6d6d6c60605f5656554949493d3d3c2d2d2d818689a5a5a5b2b2b2bcbcbc</RegValue>
      <RegValue Name="strPaletteShift">9b9a8ffcfcedf4f3e3eae9d7e0dfd0d8d6c7cecdc0cbcbbdc1c0b2b7b6a8adac9fa09f958e8e847f7e7572726a6867605b5a544f4f493f3f3b65808e839daa8da8b795b1c1</RegValue>
      <RegValue Name="bTimeActivated" Type="DWORD">0</RegValue>
      <RegValue Name="strTimeSettings">day;default;default</RegValue>
      <RegValue Name="bWriteProtected" Type="DWORD">1</RegValue>
    </Action>
    <Action Type="Registry" Dst="HKEY_LOCAL_MACHINE\Software\SAP\General\Appearance\themes\enjoy\Grass">
      <RegValue Name="strPaletteMain">97aa6bf1fcd6eefcc7e7f9b6e2f2aed9eaa6cfe29ec7db95bdd18eb4c689a8ba7c9fb2728b9e607a8c5173844b66773f5e70395a6b324b5e237d985d98b579a1c181aacb88</RegValue>
      <RegValue Name="strPaletteShift">6f8c9beff9ffd7ebf4c0ddeab7d6e2afcedba7c4d39dbccb95b2c18fa9b7819daa7793a3637f8e536e7c4d6775405a683a5260334d5b253f4f65808e839daa8da8b795b1c1</RegValue>
      <RegValue Name="bTimeActivated" Type="DWORD">0</RegValue>
      <RegValue Name="strTimeSettings">day;default;default</RegValue>
      <RegValue Name="bWriteProtected" Type="DWORD">1</RegValue>
    </Action>
    <Action Type="Registry" Dst="HKEY_LOCAL_MACHINE\Software\SAP\General\Appearance\themes\enjoy\Mars Dust">
      <RegValue Name="strPaletteMain">9ea086fefff7f9f9f2eeefe1e6e8d7dee0ced7d8c5cfd1bac5c6b1bbbca9aeaf9aa6a88f9193797f8266787a5f6b6d516365495e6041515431989880b5b4a2c1c1aecbcbb7</RegValue>
      <RegValue Name="strPaletteShift">6f8c9beff9ffd7ebf4c0ddeab7d6e2afcedba7c4d39dbccb95b2c18fa9b7819daa7793a3637f8e536e7c4d6775405a683a5260334d5b253f4f65808e839daa8da8b795b1c1</RegValue>
      <RegValue Name="bTimeActivated" Type="DWORD">0</RegValue>
      <RegValue Name="strTimeSettings">day;default;default</RegValue>
      <RegValue Name="bWriteProtected" Type="DWORD">1</RegValue>
    </Action>
  </Component>
  <Component Guid="{53DF0E36-9459-4FFC-92C7-CF9BDE069954}" Name="$Office Integration Test Tools" Version="235" Min_Compliant_Version="1" Size="342">
    <Action Type="File" Dst="%SapFrontEndDir%\SapGui\Testtools">
      <Src>%SapSrcDir%\SapGui\Testtools\Check_DOI.exe</Src>
      <Src>%SapSrcDir%\SapGui\Testtools\DOI_WORD_Check.doc</Src>
      <Src>%SapSrcDir%\SapGui\Testtools\DOI_XLS_Check.xls</Src>
      <Src>%SapSrcDir%\SapGui\Testtools\TableFactoryTest.doc</Src>
    </Action>
  </Component>
  <Component Guid="{AB133771-594D-4782-A145-2FD1455A44E1}" Name="$SAP ALV-Crystal-Previewer Control" Version="236" Min_Compliant_Version="1" Size="48">
    <Action Type="File" Dst="%SapFrontEndDir%\SapGui">
      <Src>%SAPSrcDir%\SapGui\sapalvcrprev.ocx</Src>
    </Action>
  </Component>
  <Component Guid="{BAFD927C-D8AB-4B66-8F7E-391EB90522F2}" Name="$SAP Bitmap DLL" Version="308" Min_Compliant_Version="1" SysSize="1612">
    <Action Type="File" Dst="%WinSysDir%">
      <Src>%SAPSrcDir%\SYSTEM\SAPbtmp.dll</Src>
    </Action>
  </Component>
  <Component Guid="{B6C2A075-C9EE-4CE1-9AF0-D9D47FA561D9}" Name="$SAP Client File Cache Control" Version="313" Min_Compliant_Version="1" Size="370">
    <Action Type="File" Dst="%SapFrontEndDir%\sapgui">
      <Src>%SAPSrcDir%\sapgui\sapcms.exe</Src>
    </Action>
    <Action Type="File" Dst="%SapFrontEndDir%\SapGui">
      <Src>%SAPSrcDir%\SapGui\sapcltfc.ocx</Src>
    </Action>
    <Action Type="Registry" Dst="HKEY_LOCAL_MACHINE\Software\SAP\SAPGUI Front\SAP Frontend Server\LocalData">
      <RegValue Type="DWORD" Name="CacheMode">2</RegValue>
      <RegValue Type="DWORD" Name="MaxCacheSize">10485760</RegValue>
      <RegValue Type="DWORD" Name="MaxCacheFileSize">1048576</RegValue>
    </Action>
  </Component>
  <Component Guid="{E6F05800-C45B-4d4d-BC41-376D846C6A85}" Name="$SAP Fonts" Version="1" Min_Compliant_Version="1" SysSize="155" Size="154">
    <Action Type="File" Dst="%WinDir%\Fonts">
      <Src>%SAPSrcDir%\Sapgui\Fonts\arimon__.ttf</Src>
      <Src>%SAPSrcDir%\Sapgui\Fonts\arimonbd.ttf</Src>
      <Src>%SAPSrcDir%\Sapgui\Fonts\sapdn.ttf</Src>
      <Src>%SAPSrcDir%\Sapgui\Fonts\sapin.ttf</Src>
    </Action>
  </Component>
  <Component Guid="{FD16DE41-47E1-4571-AF35-60E5A85397AC}" Name="$SAP GUI Uninstall Keys" Version="11" Min_Compliant_Version="11">
    <Action Type="Registry" Dst="HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\SAPGUI710">
      <RegValue Name="DisplayName">SAP GUI 7.10</RegValue>
      <RegValue Name="DisplayVersion">7.10 Compilation 2</RegValue>
      <RegValue Name="DisplayIcon">&quot;%SapFrontEndDir%\sapgui\saplgpad.exe&quot;,0</RegValue>
      <RegValue Name="Publisher">SAP AG</RegValue>
      <RegValue Name="URLUpdateInfo">http://service.sap.com</RegValue>
      <RegValue Name="ModifyPath">&quot;%SAPSetupDir%\setup\NwSapSetup.exe&quot;</RegValue>
      <RegValue Name="UninstallString">&quot;%SAPSetupDir%\setup\NwSapSetup.exe&quot; /uninstall /product=&quot;ECL710+GUI710TWEAK+BW350+KW710+GUI710ISHMED+SAPGUI710&quot; /TitleComponent:&quot;SAPGUI710&quot; /IgnoreMissingProducts</RegValue>
    </Action>
  </Component>
  <Component Guid="{597BAB82-701C-4C08-ABDF-F84242B410FA}" Name="$SAP Logon EXE" Version="295" Min_Compliant_Version="1" Size="536">
    <Action Type="File" Dst="%SapFrontEndDir%\SAPgui">
      <Src AppPath="%CommonProgramFiles%\SAP Shared">%SAPSrcDir%\sapgui\saplogon.exe</Src>
    </Action>
	<!-- Delete potentially existing "saplogon.exe.manifest" from 640 -->
    <Action Type="Script" RunAt="Install">
      <Src>
		<![CDATA[
			strSapLogonExeManifest = NWEngine.Variables.ResolveString("%SapFrontEndDir%\SAPgui\saplogon.exe.manifest")
			If NwEngine.Shell.FileExist( strSapLogonExeManifest ) Then
				NwEngine.Shell.DeleteFile strSapLogonExeManifest
			End If
		]]>
      </Src>
    </Action>
    <Action Type="Registry" Dst="HKCR\CLSID\{83658045-6571-3232-7082-797884697868}\LocalServer32">
      <RegValue>&quot;%SapFrontEndDir%\sapgui\saplogon.exe&quot; /ControlManager</RegValue>
    </Action>
    <Action Type="Registry" Dst="HKCR\SapFront.App\protocol\StdFileEditing\server">
      <RegValue>&quot;%SapFrontEndDir%\Sapgui\saplogon.exe&quot;</RegValue>
    </Action>
    <Action Type="Registry" Dst="HKCR\CLSID\{83658045-6571-3232-7082-797884697869}\DefaultIcon">
      <RegValue>&quot;%SapFrontEndDir%\Sapgui\saplogon.exe&quot;,0</RegValue>
    </Action>
    <Action Type="Registry" Dst="HKCR\CLSID\{83658045-6571-3232-7082-797884697869}\LocalServer32">
      <RegValue>&quot;%SapFrontEndDir%\Sapgui\saplogon.exe&quot; /Inplace</RegValue>
    </Action>
	<!-- Extra Keys for Exe-Server -->
	<Action Dst="HKLM\SOFTWARE\Classes\Interface\{D9BC3A9C-2275-44F7-AF18-1C3E967CA2D0}" Type="Registry">
		<RegValue>ISapGuiAuto</RegValue>
	</Action>
	<Action Dst="HKLM\SOFTWARE\Classes\Interface\{D9BC3A9C-2275-44F7-AF18-1C3E967CA2D0}\ProxyStubClsid" Type="Registry">
		<RegValue>{00020420-0000-0000-C000-000000000046}</RegValue>
	</Action>
	<Action Dst="HKLM\SOFTWARE\Classes\Interface\{D9BC3A9C-2275-44F7-AF18-1C3E967CA2D0}\ProxyStubClsid32" Type="Registry">
		<RegValue>{00020420-0000-0000-C000-000000000046}</RegValue>
	</Action>
	<Action Dst="HKLM\SOFTWARE\Classes\Interface\{D9BC3A9C-2275-44F7-AF18-1C3E967CA2D0}\TypeLib" Type="Registry">
		<RegValue>{0654CB84-178C-4643-A237-EFBD882653BA}</RegValue>
		<RegValue name="Version">1.0</RegValue>
	</Action>
	<Action Dst="HKLM\SOFTWARE\Classes\TypeLib\{0654CB84-178C-4643-A237-EFBD882653BA}\1.0" Type="Registry">
		<RegValue>SAPLOGON</RegValue>
	</Action>
	<Action Dst="HKLM\SOFTWARE\Classes\TypeLib\{0654CB84-178C-4643-A237-EFBD882653BA}\1.0\0\win32" Type="Registry">
		<RegValue>%SapDestDir%\SAPgui\saplogon.exe</RegValue>
	</Action>
	<Action Dst="HKLM\SOFTWARE\Classes\TypeLib\{0654CB84-178C-4643-A237-EFBD882653BA}\1.0\FLAGS" Type="Registry">
		<RegValue>0</RegValue>
	</Action>
	<Action Dst="HKLM\SOFTWARE\Classes\TypeLib\{0654CB84-178C-4643-A237-EFBD882653BA}\1.0\HELPDIR" Type="Registry">
		<RegValue>%SapDestDir%\SAPgui</RegValue>
	</Action>
  </Component>
  <Component Guid="{3BE17652-3DF6-408d-AB49-923A2BEBEDA1}" Name="$SAP Logon SAL" Version="10" Min_Compliant_Version="10">
    <Action Type="Script" RunAt="Install">
      <Src>
		<![CDATA[
			szRefresh = NWEngine.Variables.ResolveString("%SAPSetupDir%\setup\SapStart.exe /refresh")
			NwEngine.Shell.Execute szRefresh, vbFalse
		]]>
      </Src>
    </Action>
    <Action Type="File" Dst="%SapSetupDir%\setup\SAL">
      <Src>%SAPSrcDir%\setup\SAL\SapLogon.s8l</Src>
    </Action>
	<Action Type="Script" RunAt="Install">
	  <Src>
		<![CDATA[
			NwEngine.Context.Log.Write "Script-Action: Passing the right parameter to SAPLogon.S8L PreExecute Section"
			szPreExecuteParameter = PreExecuteParameter()
			NwEngine.Variables.InsertVariable "PreExecuteParameter", szPreExecuteParameter
			NwEngine.Variables.Persistent( "PreExecuteParameter" ) = vbFalse
			Function PreExecuteParameter
				PreExecuteParameter = Chr(34) & "/Update" & Chr(34)
				NwEngine.Context.Log.Write "Script-Action: Query parameter /package"
				szPackageName = NwEngine.DE.CommandLineArguments.QueryArgument("Package")
				If szPackageName <> "" Then
					PreExecuteParameter = Chr(34) & "/Update /Package=" & Chr(34) & szPackageName & Chr(34) & Chr(34)
					NwEngine.Context.Log.Write PreExecuteParameter
					Exit Function
				End If
				NwEngine.Context.Log.Write "Script-Action: Query parameter /p"
				szPackageName = NwEngine.DE.CommandLineArguments.QueryArgument("P")
				If szPackageName <> "" Then
					PreExecuteParameter = Chr(34) & "/Update /P=" & Chr(34) & szPackageName & Chr(34) & Chr(34)
					NwEngine.Context.Log.Write PreExecuteParameter
					Exit Function
				End If
				NwEngine.Context.Log.Write "Default: " & PreExecuteParameter
			End Function
		]]>
	  </Src>
	</Action>
    <Action Type="Ini" Dst="%SapSetupDir%\setup\SAL\SapLogon.s8l">
      <IniSection Name="Shell">
        <IniKey Name="Iconfile">%SapFrontEndDir%\sapgui\saplogon.exe,0</IniKey>
      </IniSection>
      <IniSection Name="InstServer">
        <IniKey Name="SapSrcDir">&quot;%SapSrcDir%&quot;</IniKey>
      </IniSection>
      <IniSection Name="PreExecute">
        <IniKey Name="Exe">&quot;NwSapSetup.exe&quot;</IniKey>
      </IniSection>
      <IniSection Name="PreExecute">
        <IniKey Name="Cmd">%PreExecuteParameter%</IniKey>
      </IniSection>
      <IniSection Name="Execute">
        <IniKey Name="Exe">&quot;%SapFrontEndDir%\sapgui\saplogon.exe&quot;</IniKey>
      </IniSection>
      <IniSection Name="Execute">
        <IniKey Name="Cmd">&quot;&quot;</IniKey>
      </IniSection>
      <IniSection Name="Execute">
        <IniKey Name="Src">&quot;sapgui\saplogon.exe&quot;</IniKey>
      </IniSection>
    </Action>
    <Action Type="Script" RunAt="Install">
      <Src>
		<![CDATA[
			b_InstallFromCD = "False"
			If NwEngine.Shell.GetUncPath( NWEngine.Variables.ResolveString ("%SAPSrcDir%") ) = "" Then
				b_InstallFromCD = "True"
			End If
			If NwEngine.Shell.RegKeyExist("HKLM\SOFTWARE\SAP\SAPSetup\SapStart\AutoUpdate\SapLogon.exe") Then
				szAutoUpdate = NwEngine.Shell.GetRegValue( "HKLM\SOFTWARE\SAP\SAPSetup\SapStart\AutoUpdate\SapLogon.exe\UpdateMode" )
				NwEngine.Context.Log.Write "UpdateMode (SapLogon.exe) = " & szAutoUpdate
				If szAutoUpdate <> "" Then
					b_InstallFromCD = "True"
				End If
			End If
			If b_InstallFromCD = "True" Then
				NWEngine.Variables.InsertVariable "bInstallFromCD", "True"
			Else
				NWEngine.Variables.InsertVariable "bInstallFromCD", "False"
			End If
			NWEngine.Variables.Persistent("bInstallFromCD") = vbFalse
		]]>
      </Src>
    </Action>
    <Action Type="Registry" Dst="HKLM\SOFTWARE\SAP\SAPSetup\SapStart\AutoUpdate\SapLogon.exe" Condition="%bInstallFromCD%=False">
      <RegValue Name="UpdateMode">On</RegValue>
      <RegValue Name="Prob" Type="DWORD">5</RegValue>
    </Action>
    <Action Type="Shortcut" Dst="ProgramFiles\SAP Front End\SAP Logon">
      <Src>&quot;%SapSetupDir%\setup\SAL\SapLogon.s8l&quot;</Src>
    </Action>
    <Action Type="Shortcut" Dst="Desktop\SAP Logon">
      <Src>&quot;%SapSetupDir%\setup\SAL\SapLogon.s8l&quot;</Src>
    </Action>
    <Action Type="Script" RunAt="Install">
      <Src>
		<![CDATA[
			szRefresh = NWEngine.Variables.ResolveString("%SAPSetupDir%\setup\SapStart.exe /refresh")
			NwEngine.Shell.Execute szRefresh, vbFalse
		]]>
      </Src>
    </Action>
  </Component>
  <Component Guid="{72E2C961-7B92-4cbb-8841-B6E6A767B354}" Name="$SAP Logon Shortcuts" Version="2">
    <Action Type="Shortcut" Dst="ProgramFiles\SAP Front End\SAP Logon">
      <Src>&quot;%SapFrontEndDir%\SAPgui\saplogon.exe&quot;</Src>
    </Action>
    <Action Type="Shortcut" Dst="Desktop\SAP Logon">
      <Src>&quot;%SapFrontEndDir%\SAPgui\saplogon.exe&quot;</Src>
    </Action>
  </Component>
  <Component Guid="{649D045B-923A-4165-BE57-2D16BA2E5DD6}" Name="$SAP Logon Kit" Version="369" Min_Compliant_Version="5" Size="3066">
    <Action Type="File" Dst="%SapFrontEndDir%\SAPgui">
      <Src>%SAPSrcDir%\sapgui\sapdpams.dll</Src>
      <Src>%SAPSrcDir%\sapgui\saplgdll.dll</Src>
    </Action>
    <Action Type="File" Dst="%SapFrontEndDir%\SAPgui">
      <Src>%SAPSrcDir%\sapgui\saplgnui.dll</Src>
    </Action>
    <Action Type="File" Dst="%SapFrontEndDir%\SAPgui\Lang">
      <Src>%SAPsrcDir%\SAPgui\lang\LgnUiAR.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\LgnUiBG.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\LgnUiCA.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\LgnUiCS.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\LgnUiDA.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\LgnUiDE.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\LgnUiEL.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\LgnUiEN.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\LgnUiES.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\LgnUiFI.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\LgnUiFR.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\LgnUiHE.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\LgnUiHR.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\LgnUiHU.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\LgnUiIT.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\LgnUiJA.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\LgnUiKO.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\LgnUiNL.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\LgnUiNO.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\LgnUiPL.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\LgnUiPT.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\LgnUiRO.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\LgnUiRU.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\LgnUiSH.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\LgnUiSK.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\LgnUiSL.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\LgnUiSV.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\LgnUiTH.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\LgnUiTR.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\LgnUiUK.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\LgnUiZF.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\LgnUizh.txt</Src>
      <Src>%SapSrcDir%\SAPgui\lang\LgnUiET.txt</Src>
      <Src>%SapSrcDir%\SAPgui\lang\LgnUiLT.txt</Src>
      <Src>%SapSrcDir%\SAPgui\lang\LgnUiLV.txt</Src>
    </Action>
    <Action Type="File" Dst="%SapFrontEndDir%\SAPgui\Lang">
      <Src>%SAPsrcDir%\SAPgui\lang\lgndllAR.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\lgndllBG.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\lgndllCA.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\lgndllCS.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\lgndllDA.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\lgndllDE.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\lgndllEL.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\lgndllEN.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\lgndllES.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\lgndllFI.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\lgndllFR.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\lgndllHE.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\lgndllHR.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\lgndllHU.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\lgndllIT.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\lgndllJA.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\lgndllKO.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\lgndllNL.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\lgndllNO.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\lgndllPL.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\lgndllPT.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\lgndllRO.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\lgndllRU.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\lgndllSH.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\lgndllSK.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\lgndllSL.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\lgndllSV.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\lgndllTH.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\lgndllTR.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\lgndllUK.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\lgndllZF.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\lgndllZH.txt</Src>
      <Src>%SapSrcDir%\SAPgui\lang\lgndllET.txt</Src>
      <Src>%SapSrcDir%\SAPgui\lang\lgndllLT.txt</Src>
      <Src>%SapSrcDir%\SAPgui\lang\lgndllLV.txt</Src>
    </Action>
    <Action Type="File" Dst="%SapFrontEndDir%\SAPgui\Lang">
      <Src>%SAPsrcDir%\SAPgui\lang\logonAR.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\logonBG.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\logonCA.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\logonCS.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\logonDA.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\logonDE.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\logonEL.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\logonEN.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\logonES.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\logonFI.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\logonFR.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\logonHE.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\logonHR.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\logonHU.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\logonIT.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\logonJA.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\logonKO.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\logonNL.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\logonNO.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\logonPL.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\logonPT.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\logonRO.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\logonRU.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\logonSH.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\logonSK.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\logonSL.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\logonSV.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\logonTH.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\logonTR.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\logonUK.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\logonZF.txt</Src>
      <Src>%SAPsrcDir%\SAPgui\lang\logonZH.txt</Src>
      <Src>%SapSrcDir%\SAPgui\lang\logonET.txt</Src>
      <Src>%SapSrcDir%\SAPgui\lang\logonLT.txt</Src>
      <Src>%SapSrcDir%\SAPgui\lang\logonLV.txt</Src>
    </Action>
    <Action Type="Registry" Dst="HKLM\SOFTWARE\SAP\SAPLogon">
      <RegValue Name="ShowShortcutTab" Type="DWORD">1</RegValue>
      <RegValue Name="ShowSystemTab" Type="DWORD">1</RegValue>
      <RegValue Name="ShowMessageServerTab" Type="DWORD">0</RegValue>
      <RegValue Name="ShowSAProuterTab" Type="DWORD">0</RegValue>
    </Action>
    <Action Type="Registry" Dst="HKLM\SOFTWARE\SAP\SAPGUI">
      <RegValue Name="StartSaplogon" Type="DWORD">1</RegValue>
    </Action>
  </Component>
  <Component Guid="{88F42711-4FD9-489D-86B2-7E4915FAC7C9}" Name="$SAP Logon Pad Exe" Version="294" Min_Compliant_Version="3" Size="576">
    <Action Type="File" Dst="%SapFrontEndDir%\SAPgui">
      <Src AppPath="%CommonProgramFiles%\SAP Shared">%SAPSrcDir%\sapgui\saplgpad.exe</Src>
    </Action>
    <Action Type="Registry" Dst="HKCR\CLSID\{83658045-6571-3232-7082-797884697869}\LocalServer32" Condition="%ExistSapLogon%=False">
      <RegValue>&quot;%SapFrontEndDir%\Sapgui\saplgpad.exe&quot; /Inplace /EMBEDDING</RegValue>
    </Action>
    <Action Type="Registry" Dst="HKCR\CLSID\{83658045-6571-3232-7082-797884697868}\LocalServer32">
      <RegValue>&quot;%SapFrontEndDir%\sapgui\saplgpad.exe&quot; /ControlManager</RegValue>
    </Action>
    <Action Type="Registry" Dst="HKCR\SapFront.App\protocol\StdFileEditing\server">
      <RegValue>&quot;%SapFrontEndDir%\Sapgui\saplgpad.exe&quot;</RegValue>
    </Action>
    <Action Type="Registry" Dst="HKCR\CLSID\{83658045-6571-3232-7082-797884697869}\DefaultIcon">
      <RegValue>&quot;%SapFrontEndDir%\Sapgui\saplgpad.exe&quot;,0</RegValue>
    </Action>
  </Component>
  <Component Guid="{9C8A3E7B-CBC0-4672-8DE6-48DC87077549}" Name="$SAP Logon Pad SAL" Version="10" Min_Compliant_Version="10">
    <Action Type="Script" Condition="%SAPsrcDir%&lt;&gt;%SAPFrontEndDir%" RunAt="Install">
      <Src>
		<![CDATA[
			If NwEngine.Shell.FileExist("%SapFrontEndDir%\sapgui\saplogon.exe") Then
				NWEngine.Variables.InsertVariable "ExistSapLogon", "True"
			Else
				NWEngine.Variables.InsertVariable "ExistSapLogon", "False"
			End If
		]]>
      </Src>
    </Action>
    <Action Type="File" Dst="%SapSetupDir%\setup\SAL">
      <Src>%SAPSrcDir%\setup\SAL\saplgpad.s8l</Src>
    </Action>
	<Action Type="Script" RunAt="Install">
	  <Src>
		<![CDATA[
			NwEngine.Context.Log.Write "Script-Action: Passing the right parameter to SapLgPad.S8L PreExecute Section"
			szPreExecuteParameter = PreExecuteParameter()
			NwEngine.Variables.InsertVariable "PreExecuteParameter", szPreExecuteParameter
			NwEngine.Variables.Persistent( "PreExecuteParameter" ) = vbFalse
			Function PreExecuteParameter
				PreExecuteParameter = Chr(34) & "/Update" & Chr(34)
				NwEngine.Context.Log.Write "Script-Action: Query parameter /package"
				szPackageName = NwEngine.DE.CommandLineArguments.QueryArgument("Package")
				If szPackageName <> "" Then
					PreExecuteParameter = Chr(34) & "/Update /Package=" & Chr(34) & szPackageName & Chr(34) & Chr(34)
					NwEngine.Context.Log.Write PreExecuteParameter
					Exit Function
				End If
				NwEngine.Context.Log.Write "Script-Action: Query parameter /p"
				szPackageName = NwEngine.DE.CommandLineArguments.QueryArgument("P")
				If szPackageName <> "" Then
					PreExecuteParameter = Chr(34) & "/Update /P=" & Chr(34) & szPackageName & Chr(34) & Chr(34)
					NwEngine.Context.Log.Write PreExecuteParameter
					Exit Function
				End If
				NwEngine.Context.Log.Write "Take Default: " & PreExecuteParameter
			End Function
		]]>
	  </Src>
	</Action>
    <Action Type="Ini" Dst="%SapSetupDir%\setup\SAL\saplgpad.s8l">
      <IniSection Name="Shell">
        <IniKey Name="Iconfile">%SapFrontEndDir%\sapgui\saplgpad.exe,0</IniKey>
      </IniSection>
      <IniSection Name="InstServer">
        <IniKey Name="SapSrcDir">&quot;%SapSrcDir%&quot;</IniKey>
      </IniSection>
      <IniSection Name="PreExecute">
        <IniKey Name="Exe">&quot;NwSapSetup.exe&quot;</IniKey>
      </IniSection>
      <IniSection Name="PreExecute">
        <IniKey Name="Cmd">%PreExecuteParameter%</IniKey>
      </IniSection>
      <IniSection Name="Execute">
        <IniKey Name="Exe">&quot;%SapFrontEndDir%\sapgui\saplgpad.exe&quot;</IniKey>
      </IniSection>
      <IniSection Name="Execute">
        <IniKey Name="Cmd">&quot;&quot;</IniKey>
      </IniSection>
      <IniSection Name="Execute">
        <IniKey Name="Src">&quot;sapgui\saplgpad.exe&quot;</IniKey>
      </IniSection>
    </Action>
    <Action Type="Script" RunAt="Install">
      <Src>
		<![CDATA[
			b_InstallFromCD = "False"
			If NwEngine.Shell.GetUncPath( NWEngine.Variables.ResolveString ("%SAPSrcDir%") ) = "" Then
				b_InstallFromCD = "True"
			End If
			If NwEngine.Shell.RegKeyExist("HKLM\SOFTWARE\SAP\SAPSetup\SapStart\AutoUpdate\SapLgPad.exe") Then
				szAutoUpdate = NwEngine.Shell.GetRegValue( "HKLM\SOFTWARE\SAP\SAPSetup\SapStart\AutoUpdate\SapLgPad.exe\UpdateMode" )
				NwEngine.Context.Log.Write "AutoUpdate (SapLgPad.exe) = " & szAutoUpdate
				If szAutoUpdate <> "" Then
					b_InstallFromCD = "True"
				End If
			End If
			If b_InstallFromCD = "True" Then
				NWEngine.Variables.InsertVariable "bInstallFromCD", "True"
			Else
				NWEngine.Variables.InsertVariable "bInstallFromCD", "False"
			End If
			NWEngine.Variables.Persistent("bInstallFromCD") = vbFalse
		]]>
      </Src>
    </Action>
    <Action Type="Registry" Dst="HKLM\SOFTWARE\SAP\SAPSetup\SapStart\AutoUpdate\SapLgPad.exe" Condition="%bInstallFromCD%=False">
      <RegValue Name="UpdateMode">On</RegValue>
      <RegValue Name="Prob" Type="DWORD">5</RegValue>
    </Action>
    <Action Type="Shortcut" Dst="ProgramFiles\SAP Front End\SAP Logon Pad" Condition="%ExistSapLogon%=False">
      <Src>&quot;%SapSetupDir%\setup\SAL\saplgpad.s8l&quot;</Src>
    </Action>
    <Action Type="Shortcut" Dst="Desktop\SAP Logon Pad" Condition="%ExistSapLogon%=False">
      <Src>&quot;%SapSetupDir%\setup\SAL\saplgpad.s8l&quot;</Src>
    </Action>
    <Action Type="Script" RunAt="Install">
      <Src>
		<![CDATA[
			szRefresh = NWEngine.Variables.ResolveString("%SAPSetupDir%\setup\SapStart.exe /refresh")
			NwEngine.Shell.Execute szRefresh, vbFalse
		]]>
      </Src>
    </Action>
  </Component>
  <Component Guid="{0B410B28-DE94-42b0-B0BB-65D1667B5C28}" Name="$SAP Logon Pad Shortcuts" Version="2">
    <Action Type="Script" Condition="%SAPsrcDir%&lt;&gt;%SAPFrontEndDir%" RunAt="Install">
      <Src>
		<![CDATA[
			If NwEngine.Shell.FileExist("%SapFrontEndDir%\sapgui\saplogon.exe") Then
				NWEngine.Variables.InsertVariable "ExistSapLogon", "True"
			Else
				NWEngine.Variables.InsertVariable "ExistSapLogon", "False"
			End If
		]]>
      </Src>
    </Action>
    <Action Type="Shortcut" Dst="ProgramFiles\SAP Front End\SAP Logon Pad" Condition="%ExistSapLogon%=False">
      <Src>&quot;%SapFrontEndDir%\SAPgui\saplgpad.exe&quot;</Src>
    </Action>
    <Action Type="Shortcut" Dst="Desktop\SAP Logon Pad" Condition="%ExistSapLogon%=False">
      <Src>&quot;%SapFrontEndDir%\SAPgui\saplgpad.exe&quot;</Src>
    </Action>
  </Component>
  <Component Guid="{BB3D0A6C-B026-473a-952F-6752162AAB16}" Name="$SapShared Key" Version="8" Min_Compliant_Version="3">
 	<!-- The following three Reg-Values are reserved for SAP GUI only! -->
    <Action Type="Registry" Dst="HKLM\SOFTWARE\SAP\SAP Shared">
      <RegValue Name="SAPsourcedir">%SAPsrcDir%</RegValue>
      <RegValue Name="SAPDestDir">%SapFrontEndDir%</RegValue>
      <RegValue Name="SAPsysdir">%SapFrontEndDir%\SapGui</RegValue>
    </Action>
    <Action Type="Registry" Dst="HKLM\SOFTWARE\SAP\SAP Shared" Condition="%SetSapWorkDir%=&quot;&quot;">
      <RegValue Name="SAPworkdir" Type="ExpandedString">%%USERPROFILE%%\SapWorkDir</RegValue>
    </Action>
    <Action Type="Registry" Dst="HKLM\SOFTWARE\SAP\SAP Shared" Condition="%SetSapWorkDir%&lt;&gt;&quot;&quot;">
      <RegValue Name="SAPworkdir" Type="ExpandedString">%SetSapWorkDir%</RegValue>
    </Action>
  </Component>
  <Component Guid="{E9B2668F-8254-46A8-B849-8BFCC826B119}" Name="$Secure Store and Forward" Version="451" Min_Compliant_Version="1" Size="3533">
    <Action Type="File" Dst="%SapFrontEndDir%\sapgui">
      <Src>%SapSrcDir%\sapgui\ssfrfc.exe</Src>
      <Src>%SapSrcDir%\sapgui\ssfrfc.ini</Src>
    </Action>
    <Action Type="File" Dst="%SapFrontEndDir%\sapgui">
      <Src>%SapSrcDir%\sapgui\sapsign.ocx</Src>
    </Action>
  </Component>
  <Component Guid="{ECC6A3DB-26B0-4AAB-8158-51351D7E9241}" Name="$Smart Forms Control" Version="302" Min_Compliant_Version="1" Size="1060">
    <Action Type="File" Dst="%SapFrontEndDir%\SapGui">
      <Src>%SAPSrcDir%\SapGui\sapformpainter.dll</Src>
    </Action>
    <Action Type="File" Dst="%SapFrontEndDir%\SapGui">
      <Src>%SAPSrcDir%\SapGui\saptablepainter.dll</Src>
    </Action>
    <Action Type="File" Dst="%SapFrontEndDir%\SapGui">
      <Src>%SAPSrcDir%\SapGui\sapborderpainter.dll</Src>
    </Action>
  </Component>
  <Component Guid="{C88136B2-3631-48b2-A345-278C8C1DF0CE}" Name="$Solution Architect/Manager Controls" Version="22" Min_Compliant_Version="1" Size="1912">
    <Action Type="File" Dst="%SapFrontEndDir%\SapGui">
      <Src>%SAPSrcDir%\SapGui\IDSstdvm.dll</Src>
      <Src>%SAPSrcDir%\SapGui\IDSGraphic.ocx</Src>
    </Action>
  </Component>
  <Component Guid="{8A86C57E-1AE8-45F8-819F-EDD5DF5C7B19}" Name="$Visual Query" Version="22" Min_Compliant_Version="1" Size="428">
    <Action Type="File" Dst="%SapFrontEndDir%\SapGui">
      <Src>%SapSrcDir%\SapGui\sapqtab.ocx</Src>
      <Src>%SapSrcDir%\SapGui\sapvqlib.dll</Src>
      <Src>%SapSrcDir%\SapGui\sapvq.ocx</Src>
    </Action>
  </Component>
  <Component Guid="{71792B1A-E97D-4d5d-B3AE-32C245D630EE}" Name="$GIS Viewer" Version="304" Min_Compliant_Version="1" Size="948">
    <Action Type="File" Dst="%SapFrontEndDir%\SapGui">
      <Src>%SAPSrcDir%\SapGui\sapmap.ocx</Src>
    </Action>
  </Component>
  <Component Guid="{79E5B7E3-B62E-4643-A519-8A9670D75674}" Name="$Stage Control" Version="304" Min_Compliant_Version="1" Size="164">
    <Action Type="File" Dst="%SapFrontEndDir%\SapGui">
      <Src>%SAPSrcDir%\SapGui\sapstage.ocx</Src>
    </Action>
  </Component>
  <Component Guid="{36A8E13E-B7DA-4aaa-9846-4F4A2570BC29}" Name="$CAD" Version="538" Min_Compliant_Version="1" Size="576">
    <Action Type="File" Dst="%SapFrontEndDir%\sapgui\cad">
      <Src>%SapSrcDir%\Sapgui\cad\caddialg.dll</Src>
      <Src>%SapSrcDir%\Sapgui\cad\cadread.me</Src>
      <Src>%SapSrcDir%\Sapgui\cad\cadrfc.ini</Src>
      <Src>%SapSrcDir%\Sapgui\cad\cadrfcxx.dll</Src>
      <Src>%SapSrcDir%\Sapgui\cad\cadrftst.exe</Src>
      <Src>%SapSrcDir%\Sapgui\cad\cadtmes.dat</Src>
      <Src>%SapSrcDir%\Sapgui\cad\cadtool.dll</Src>
      <Src>%SapSrcDir%\Sapgui\cad\cadtst1.exe</Src>
    </Action>
    <Action Type="File" Dst="%SapFrontEndDir%\sapgui\cad\samples">
      <Src>%SapSrcDir%\Sapgui\cad\samples\caddialg.h</Src>
      <Src>%SapSrcDir%\Sapgui\cad\samples\caddialg.lib</Src>
      <Src>%SapSrcDir%\Sapgui\cad\samples\cadrfc.h</Src>
      <Src>%SapSrcDir%\Sapgui\cad\samples\cadrfcxx.lib</Src>
      <Src>%SapSrcDir%\Sapgui\cad\samples\cadrftst.c</Src>
      <Src>%SapSrcDir%\Sapgui\cad\samples\cadsampl.c</Src>
      <Src>%SapSrcDir%\Sapgui\cad\samples\cadtool.lib</Src>
      <Src>%SapSrcDir%\Sapgui\cad\samples\cadtoolc.h</Src>
      <Src>%SapSrcDir%\Sapgui\cad\samples\cadtst1.c</Src>
    </Action>
  </Component>
  <Component Guid="{7736EFB1-4E4C-4c78-8B4C-41BE3F3BEF46}" Name="$CalSync" Version="265" Min_Compliant_Version="45" Size="2080">
    <Action Type="File" Dst="%SapFrontEndDir%\sapgui\calsync\bin">
      <Src>%SapSrcDir%\Sapgui\calsync\bin\calsync.avi</Src>
      <Src>%SapSrcDir%\Sapgui\calsync\bin\calsyncd.htm</Src>
      <Src>%SapSrcDir%\Sapgui\calsync\bin\calsynce.htm</Src>
      <Src>%SapSrcDir%\Sapgui\calsync\bin\image649.gif</Src>
      <Src>%SapSrcDir%\Sapgui\calsync\bin\image661.gif</Src>
      <Src>%SapSrcDir%\Sapgui\calsync\bin\image663.gif</Src>
      <Src>%SapSrcDir%\Sapgui\calsync\bin\image665.gif</Src>
      <Src>%SapSrcDir%\Sapgui\calsync\bin\image672.gif</Src>
      <Src>%SapSrcDir%\Sapgui\calsync\bin\image673.gif</Src>
      <Src>%SapSrcDir%\Sapgui\calsync\bin\image674.gif</Src>
      <Src>%SapSrcDir%\Sapgui\calsync\bin\image675.gif</Src>
      <Src>%SapSrcDir%\Sapgui\calsync\bin\sapcalex.ecf</Src>
      <Src>%SapSrcDir%\Sapgui\calsync\bin\wdkSyCl.exe</Src>
    </Action>
    <Action Type="Ini" Dst="%SapFrontEndDir%\sapgui\calsync\bin\sapcalex.ecf" Condition="%SAPsrcDir%&lt;&gt;%SAPFrontEndDir%">
      <IniSection Name="General">
        <IniKey Name="Path">&quot;%SapFrontEndDir%\SapGui\wdkcalex.dll&quot;</IniKey>
      </IniSection>
    </Action>
    <Action Type="File" Dst="%SapFrontEndDir%\SapGui">
      <Src>%SapSrcDir%\SapGui\wdkcalex.dll</Src>
      <Src>%SapSrcDir%\SapGui\wdkCBase.dll</Src>
      <Src>%SapSrcDir%\SapGui\wdkCFile.dll</Src>
      <Src>%SapSrcDir%\SapGui\wdkcol.dll</Src>
      <Src>%SapSrcDir%\SapGui\wdkCR3.dll</Src>
      <Src>%SapSrcDir%\SapGui\wdkICCon.dll</Src>
      <Src>%SapSrcDir%\SapGui\wdkSyCM.dll</Src>
      <Src>%SapSrcDir%\SapGui\wdkSyPro.dll</Src>
      <Src>%SapSrcDir%\SapGui\wdkSySrv.dll</Src>
    </Action>
    <Action Type="Script" RunAt="Install">
      <Src>
		<![CDATA[
			szKeyValue = "HKLM\SOFTWARE\Microsoft\Exchange\Client\Extensions\Outlook Setup Extension"
			NwEngine.Context.Log.Write "Script : Reset registry key during install: " & szKeyValue
			szKeyData  = "4.0;Outxxx.dll;7;00000000000000;0000000;OutXXX."
			If Not NwEngine.Shell.SetRegValue( szKeyValue, "REG_SZ", szKeyData ) Then
				Engine.Context.Log.WriteWarning "Script : Failed to reset " & szKeyValue
			End If
		]]>
      </Src>
    </Action>
    <Action Type="Script" RunAt="Install">
      <Src>
		<![CDATA[
			NwEngine.Context.Log.Write "Script: Read MS Office InstallPath from the registry during install: "
			szMsOfficeDir = ""
			If NwEngine.Shell.RegKeyExist("HKLM\SOFTWARE\Microsoft\Office\12.0\Common\InstallRoot") Then
				szMsOfficeDir = NwEngine.Shell.GetRegValue ("HKLM\SOFTWARE\Microsoft\Office\12.0\Common\InstallRoot\Path")
			ElseIf NwEngine.Shell.RegKeyExist("HKLM\SOFTWARE\Microsoft\Office\11.0\Common\InstallRoot") Then
				szMsOfficeDir = NwEngine.Shell.GetRegValue ("HKLM\SOFTWARE\Microsoft\Office\11.0\Common\InstallRoot\Path")
			ElseIf NwEngine.Shell.RegKeyExist("HKLM\SOFTWARE\Microsoft\Office\10.0\Common\InstallRoot") Then
				szMsOfficeDir = NwEngine.Shell.GetRegValue ("HKLM\SOFTWARE\Microsoft\Office\10.0\Common\InstallRoot\Path")
			ElseIf NwEngine.Shell.RegKeyExist("HKLM\SOFTWARE\Microsoft\Office\9.0\Common\InstallRoot") Then
				szMsOfficeDir = NwEngine.Shell.GetRegValue ("HKLM\SOFTWARE\Microsoft\Office\9.0\Common\InstallRoot\Path")
			Else
				If NwEngine.Shell.RegKeyExist("HKLM\SOFTWARE\Microsoft\Office\8.0") Then
					szMsOfficeDir = NwEngine.Shell.GetRegValue ("HKLM\SOFTWARE\Microsoft\Office\8.0\BinDirPath")
				End If
			End If
			NwEngine.Context.Log.Write "Script: szMsOfficeDir = " & szMsOfficeDir
			If szMsOfficeDir <> "" Then
				szOfficeEcf = szMsOfficeDir & "\Addins\DLGSETP.ECF"
				If NwEngine.Shell.FileExist( szOfficeEcf ) Then
					szCopyOfSapCalexEcf = szMsOfficeDir & "\addins\sapcalex.ecf"
					NwEngine.Shell.CopyFile "%SapFrontEndDir%\sapgui\calsync\bin\sapcalex.ecf", szCopyOfSapCalexEcf
				Else
					NwEngine.Context.Log.WriteWarning "Script: File not found!" & szOfficeEcf
				End If
			Else
				NwEngine.Context.Log.WriteWarning "Script: szMsOfficeDir is empty!"
			End If
		]]>
      </Src>
    </Action>
    <Action Type="Script" RunAt="UnInstall">
      <Src>
		<![CDATA[
			szKeyValue = "HKLM\SOFTWARE\Microsoft\Exchange\Client\Extensions\Outlook Setup Extension"
			NwEngine.Context.Log.Write "Script : Reset registry key during uninstall: " & szKeyValue
			szKeyData  = "4.0;Outxxx.dll;7;00000000000000;0000000;OutXXX."
			If Not NwEngine.Shell.SetRegValue( szKeyValue, "REG_SZ", szKeyData ) Then
				Engine.Context.Log.WriteWarning "Script : Failed to reset " & szKeyValue
			End If
		]]>
      </Src>
    </Action>
    <Action Type="Script" RunAt="UnInstall">
      <Src>
		<![CDATA[
			NwEngine.Context.Log.Write "Script Action: Cleaning step"
			If NwEngine.Shell.RegKeyExist("HKLM\SOFTWARE\Microsoft\Office\12.0\Common\InstallRoot") Then
				szMsOfficeDir = NwEngine.Shell.GetRegValue ("HKLM\SOFTWARE\Microsoft\Office\12.0\Common\InstallRoot\Path")
			ElseIf NwEngine.Shell.RegKeyExist("HKLM\SOFTWARE\Microsoft\Office\11.0\Common\InstallRoot") Then
				szMsOfficeDir = NwEngine.Shell.GetRegValue ("HKLM\SOFTWARE\Microsoft\Office\11.0\Common\InstallRoot\Path")
			ElseIf NwEngine.Shell.RegKeyExist("HKLM\SOFTWARE\Microsoft\Office\10.0\Common\InstallRoot") Then
				szMsOfficeDir = NwEngine.Shell.GetRegValue ("HKLM\SOFTWARE\Microsoft\Office\10.0\Common\InstallRoot\Path")
			ElseIf NwEngine.Shell.RegKeyExist("HKLM\SOFTWARE\Microsoft\Office\9.0\Common\InstallRoot") Then
				szMsOfficeDir = NwEngine.Shell.GetRegValue ("HKLM\SOFTWARE\Microsoft\Office\9.0\Common\InstallRoot\Path")
			Else
				If NwEngine.Shell.RegKeyExist("HKLM\SOFTWARE\Microsoft\Office\8.0") Then
					szMsOfficeDir = NwEngine.Shell.GetRegValue ("HKLM\SOFTWARE\Microsoft\Office\8.0\BinDirPath")
				End If
			End If
			If szMsOfficeDir <> "" Then
				szSAPCalexEcf = szMsOfficeDir & "\AddIns\sapcalex.ecf"
				If NwEngine.Shell.FileExist( szSAPCalexEcf ) Then
					NwEngine.Context.Log.Write "Script Action: Deleting file " & szSAPCalexEcf
					NwEngine.Shell.DeleteFile szSAPCalexEcf
				End If
			End If
		]]>
      </Src>
    </Action>
  </Component>
  <Component Guid="{05D5B09F-B401-406c-9F9D-DC86D77A802E}" Name="$EC-EIS: MS Word Link" Version="2" Min_Compliant_Version="1" Size="388">
    <Action Type="File" Dst="%SapFrontEndDir%\sapgui\EIS">
      <Src>%SAPsrcDir%\sapgui\eis\read_eng.txt</Src>
      <Src>%SAPsrcDir%\sapgui\eis\read_me.txt</Src>
      <Src>%SAPsrcDir%\sapgui\eis\sap_rep.dot</Src>
      <Src>%SAPsrcDir%\sapgui\eis\sap_rep7.dot</Src>
      <Src>%SAPsrcDir%\sapgui\eis\sap_rep8.dot</Src>
    </Action>
  </Component>
  <Component Guid="{52D10F6C-F5FD-48c5-8D32-1931FB941C75}" Name="$Graphical Distribution Network" Version="10" Min_Compliant_Version="1" Size="1805">
    <Action Type="File" Dst="%SapFrontEndDir%\sapgui\gmd\maps">
      <Src>%SAPsrcDir%\sapgui\GMD\MAPS\AUSTRALA.EMF</Src>
      <Src>%SAPsrcDir%\sapgui\GMD\MAPS\EUROPE.EMF</Src>
      <Src>%SAPsrcDir%\sapgui\GMD\MAPS\FRANCE.EMF</Src>
      <Src>%SAPsrcDir%\sapgui\GMD\MAPS\GERMANY.EMF</Src>
      <Src>%SAPsrcDir%\sapgui\GMD\MAPS\ITALY.EMF</Src>
      <Src>%SAPsrcDir%\sapgui\GMD\MAPS\SPAIN.EMF</Src>
      <Src>%SAPsrcDir%\sapgui\GMD\MAPS\UKMAP.EMF</Src>
      <Src>%SAPsrcDir%\sapgui\GMD\MAPS\USA.EMF</Src>
      <Src>%SAPsrcDir%\sapgui\GMD\MAPS\USA1.EMF</Src>
      <Src>%SAPsrcDir%\sapgui\GMD\MAPS\USA11.EMF</Src>
      <Src>%SAPsrcDir%\sapgui\GMD\MAPS\USA12.EMF</Src>
      <Src>%SAPsrcDir%\sapgui\GMD\MAPS\USA4.EMF</Src>
      <Src>%SAPsrcDir%\sapgui\GMD\MAPS\USA5.EMF</Src>
      <Src>%SAPsrcDir%\sapgui\GMD\MAPS\USA6.EMF</Src>
      <Src>%SAPsrcDir%\sapgui\GMD\MAPS\WORLD.EMF</Src>
    </Action>
    <Action Type="File" Dst="%SapFrontEndDir%\sapgui\gmd">
      <Src>%SAPsrcDir%\sapgui\gmd\DRPNET.exe</Src>
    </Action>
  </Component>
  <Component Guid="{75260F0A-3B23-4142-87D5-12945E55DBD3}" Name="$MS Word Link via RFC" Version="202" Min_Compliant_Version="1" Size="1977">
    <Action Type="File" Dst="%SapFrontEndDir%\sapgui">
      <Src>%SAPsrcDir%\sapgui\check.doc</Src>
      <Src>%SAPsrcDir%\sapgui\ws8hr01d.dot</Src>
      <Src>%SAPsrcDir%\sapgui\ws8hr01e.dot</Src>
      <Src>%SAPsrcDir%\sapgui\ws8hr02d.dot</Src>
      <Src>%SAPsrcDir%\sapgui\ws8hr02e.dot</Src>
      <Src>%SAPsrcDir%\sapgui\ws8hr03d.dot</Src>
      <Src>%SAPsrcDir%\sapgui\ws8hr03e.dot</Src>
      <Src>%SAPsrcDir%\sapgui\ws8hrpa.dot</Src>
      <Src>%SAPsrcDir%\sapgui\ws8hrpad.dot</Src>
      <Src>%SAPsrcDir%\sapgui\ws8hrpae.dot</Src>
      <Src>%SAPsrcDir%\sapgui\ws8imgd.dot</Src>
      <Src>%SAPsrcDir%\sapgui\ws8imge.dot</Src>
      <Src>%SAPsrcDir%\sapgui\ws8start.dot</Src>
      <Src>%SAPsrcDir%\sapgui\ws8stdd.dot</Src>
      <Src>%SAPsrcDir%\sapgui\ws8stde.dot</Src>
      <Src>%SAPsrcDir%\sapgui\ws8word.dot</Src>
      <Src>%SAPsrcDir%\sapgui\wshr01_d.dot</Src>
      <Src>%SAPsrcDir%\sapgui\wshr01_e.dot</Src>
      <Src>%SAPsrcDir%\sapgui\wshr02_d.dot</Src>
      <Src>%SAPsrcDir%\sapgui\wshr02_e.dot</Src>
      <Src>%SAPsrcDir%\sapgui\wshr03_d.dot</Src>
      <Src>%SAPsrcDir%\sapgui\wshr03_e.dot</Src>
      <Src>%SAPsrcDir%\sapgui\wshrpa__.dot</Src>
      <Src>%SAPsrcDir%\sapgui\wshrpa_d.dot</Src>
      <Src>%SAPsrcDir%\sapgui\wshrpa_e.dot</Src>
      <Src>%SAPsrcDir%\sapgui\wsimg__d.dot</Src>
      <Src>%SAPsrcDir%\sapgui\wsimg__e.dot</Src>
      <Src>%SAPsrcDir%\sapgui\wsstart.dot</Src>
      <Src>%SAPsrcDir%\sapgui\wsstd__d.dot</Src>
      <Src>%SAPsrcDir%\sapgui\wsstd__e.dot</Src>
      <Src>%SAPsrcDir%\sapgui\wswinsrv.exe</Src>
      <Src>%SAPsrcDir%\sapgui\wsword.dot</Src>
    </Action>
  </Component>
  <Component Guid="{BB87C1E1-DB57-4507-8E35-75E28DE5E9D1}" Name="$PD: MS Excel Link" Version="3" Min_Compliant_Version="2" Size="648" SysSize="255">
    <Action Type="File" Dst="%SapFrontEndDir%\sapgui">
      <Src>%SAPsrcDir%\sapgui\wdpddm_e.doc</Src>
      <Src>%SAPsrcDir%\sapgui\wdpddmac.doc</Src>
      <Src>%SAPsrcDir%\sapgui\wdpddmac.ver</Src>
      <Src>%SAPsrcDir%\sapgui\wdpddmac.xls</Src>
    </Action>
  </Component>
  <Component Guid="{194666CC-40D6-432d-8A56-5BCF907DFDFC}" Name="$PS: Export Interfaces" Version="3" Min_Compliant_Version="1" Size="611" SysSize="771">
    <Action Type="File" Dst="%WINSYSDIR%">
      <Src>%SAPsrcDir%\system\vb40032.dll</Src>
      <Src>%SAPsrcDir%\System\Gauge32.OCX</Src>
    </Action>
    <Action Type="File" Dst="%SapFrontEndDir%\SAPgui\PS\WINPRJ21">
      <Src>%SAPsrcDir%\sapgui\PS\WINPRJ21\L_500.MPX</Src>
      <Src>%SAPsrcDir%\sapgui\PS\WINPRJ21\SAP_PRJ3.MPV</Src>
      <Src>%SAPsrcDir%\sapgui\PS\WINPRJ21\SAP_PRJ4.MPT</Src>
    </Action>
    <Action Type="File" Dst="%SapFrontEndDir%\SAPgui\PS\GRANED30">
      <Src>%SAPsrcDir%\sapgui\PS\GRANED30\R3_30_PR.DAT</Src>
      <Src>%SAPsrcDir%\sapgui\PS\GRANED30\SAP_AXS3.GSP</Src>
      <Src>%SAPsrcDir%\sapgui\PS\GRANED30\SAP_BAR3.GSP</Src>
      <Src>%SAPsrcDir%\sapgui\PS\GRANED30\SAP_PIE3.GSP</Src>
      <Src>%SAPsrcDir%\sapgui\PS\GRANED30\SAP_PRC3.GSP</Src>
      <Src>%SAPsrcDir%\sapgui\PS\GRANED30\SAP_PRJ3.GDF</Src>
      <Src>%SAPsrcDir%\sapgui\PS\GRANED30\SAP_TRE3.GSP</Src>
    </Action>
    <Action Type="File" Dst="%SapFrontEndDir%\SAPgui\PS\ACCESS">
      <Src>%SAPsrcDir%\sapgui\ps\access\wdpsam97.exe</Src>
      <Src>%SAPsrcDir%\sapgui\PS\ACCESS\WDPSAMAT.EXE</Src>
      <Src>%SAPsrcDir%\sapgui\ps\access\wdpsas97.exe</Src>
      <Src>%SAPsrcDir%\sapgui\PS\ACCESS\WDPSAST2.EXE</Src>
      <Src>%SAPsrcDir%\sapgui\PS\ACCESS\WDPSASTR.EXE</Src>
      <Src>%SAPsrcDir%\sapgui\ps\access\wdpsat97.exe</Src>
      <Src>%SAPsrcDir%\sapgui\PS\ACCESS\WDPSATAB.EXE</Src>
      <Src>%SAPsrcDir%\sapgui\ps\access\wdpsaz97.exe</Src>
      <Src>%SAPsrcDir%\sapgui\PS\ACCESS\WDPSAZET.EXE</Src>
    </Action>
    <Action Type="File" Dst="%SapFrontEndDir%\SAPgui\PS">
      <Src>%SAPsrcDir%\sapgui\PS\READ_ME.SAP</Src>
    </Action>
    <Action Type="Shortcut" Dst="ProgramFiles\SAP Front End\R3 Add-On\PS Export Interfaces">
      <Src>notepad.exe &quot;%SapFrontEndDir%\sapgui\ps\read_me.sap&quot;</Src>
    </Action>
  </Component>
  <Component Guid="{9150DEBE-12FC-4818-80CF-71CBFD634E29}" Name="$EC-CS: Remote Data Entry" Version="3" Min_Compliant_Version="3" Size="10716">
    <Action Type="File" Dst="%SapFrontEndDir%\SAPGUI\ECCS">
      <Src>%SAPsrcDir%\sapgui\eccs\cs2003_46.mdb</Src>
    </Action>
    <Action Type="Shortcut" Dst="ProgramFiles\SAP Front End\R3 Add-On\ECCS - Data Entry">
      <Src>&quot;%SapFrontEndDir%\sapgui\eccs\cs2003_46.mdb&quot;</Src>
    </Action>
  </Component>
  <Component Guid="{B90423FD-E617-4782-ACB7-BFB6A168D82E}" Name="$FI-LC: Remote Data Entry" Version="3" Min_Compliant_Version="3" Size="10092">
    <Action Type="File" Dst="%SapFrontEndDir%\SAPGUI\FILC">
      <Src>%SAPsrcDir%\sapgui\filc\filc2003.mdb</Src>
    </Action>
    <Action Type="Shortcut" Dst="ProgramFiles\SAP Front End\R3 Add-On\FILC - Data Entry">
      <Src>&quot;%SapFrontEndDir%\sapgui\filc\filc2003.mdb&quot;</Src>
    </Action>
  </Component>
  <Component Guid="{82930AE4-5441-446c-8F6E-CB86F3D3D51E}" Name="$Interactive Excel" Version="18" Min_Compliant_Version="2" Size="6233" SysSize="1101">
	<Action Type="File" Dst="%WinSysDir%">
		<Src>%SAPsrcDir%\SAPgui\InterActiveXL\msrepl35.dll</Src>
		<Src>%SAPsrcDir%\SAPgui\InterActiveXL\Vb5db.dll</Src>
		<Src>%SAPsrcDir%\SAPgui\InterActiveXL\Vbar332.dll</Src>
		<Src>%SAPsrcDir%\SAPgui\InterActiveXL\vrfc32.dll</Src>
	</Action>
	<Action Type="File" Dst="%CommonProgramFiles%">
		<Src>%SAPsrcDir%\SAPgui\InterActiveXL\DigitalSignature.ocx</Src>
		<Src>%SAPsrcDir%\SAPgui\InterActiveXL\SAPActiveXL.xlt</Src>
		<Src>%SAPsrcDir%\SAPgui\InterActiveXL\SAPActiveXL_nosig.xlt</Src>
		<Src>%SAPsrcDir%\SAPgui\InterActiveXL\sapconsaccess.dll</Src>
		<Src>%SAPsrcDir%\SAPgui\InterActiveXL\sapconsr3.dll</Src>
		<Src>%SAPsrcDir%\SAPgui\InterActiveXL\sapxlhelper.dll</Src>
	</Action>
    <Action Type="Shortcut" Dst="ProgramFiles\SAP Front End\SAP Interactive Excel">
      <Src>&quot;%CommonProgramFiles%\SAPActiveXL.xlt&quot;</Src>
    </Action>
  </Component>
  <Component Guid="{A21A4D63-7446-4163-A4DE-89F7C6BB1B54}" Name="$SAPphone Call Status Control" Version="189" Min_Compliant_Version="1" Size="164">
    <Action Type="File" Dst="%SapFrontEndDir%\SapGui">
      <Src>%SAPsrcDir%\SapGui\spcontrol.dll</Src>
    </Action>
  </Component>
  <Component Guid="{F6CE1548-2CC0-4084-88EE-B69E4D5058A4}" Name="$SAPphone Server" Version="241" Min_Compliant_Version="1" Size="1408">
    <Action Type="File" Dst="%SapFrontEndDir%\sapphone">
      <Src>%SAPsrcdir%\sapphone\configurator.exe</Src>
      <Src>%SAPsrcdir%\sapphone\message.dll</Src>
      <Src>%SAPsrcdir%\sapphone\phone.dll</Src>
      <Src>%SAPsrcdir%\sapphone\r3.dll</Src>
      <Src>%SAPsrcdir%\sapphone\sapphone2.exe</Src>
      <Src>%SAPsrcdir%\sapphone\spsgui.exe</Src>
    </Action>
    <Action Type="Shortcut" Dst="ProgramFiles\SAP Front End\General Add-On\SAPphone\Server">
      <Src>&quot;%SapFrontEndDir%\sapphone\spsgui.exe&quot;</Src>
    </Action>
    <Action Type="Shortcut" Dst="ProgramFiles\SAP Front End\General Add-On\SAPphone\Update">
      <Src>&quot;%SapFrontEndDir%\sapphone\configurator.exe&quot; /CHECKREG</Src>
    </Action>
  </Component>
  <Component Guid="{74D8FEAD-68D7-4fbc-A758-2C2BBBAB4658}" Name="$WWI Files" Version="30" Min_Compliant_Version="1" Size="5293">
    <Action Type="Script">
      <Src>
<![CDATA[
				If NwEngine.Shell.RegKeyExist("HKCR\WWIDOCUMENT\ExecPath") Then
					NwEngine.Shell.DeleteRegKey "HKCR\WWIDOCUMENT\ExecPath"
				End If

			]]>
      </Src>
    </Action>
    <Action Type="File" Dst="%SapFrontEndDir%\sapgui\wwi">
      <Src>%SapSrcDir%\sapgui\wwi\wwires32.dll</Src>
      <Src>%SapSrcDir%\sapgui\wwi\wwiehs.dll</Src>
      <Src>%SapSrcDir%\sapgui\wwi\wwi.dll</Src>
      <Src>%SapSrcDir%\sapgui\wwi\wwilabel.exe</Src>
      <Src>%SapSrcDir%\sapgui\wwi\wwiexe32.exe</Src>
      <Src>%SapSrcDir%\sapgui\wwi\wwiinfo.exe</Src>
      <Src>%SapSrcDir%\sapgui\wwi\wwidispl.dot</Src>
      <Src>%SapSrcDir%\sapgui\wwi\wwi.dot</Src>
      <Src>%SapSrcDir%\sapgui\wwi\wwilab_e.nls</Src>
      <Src>%SapSrcDir%\sapgui\wwi\wwilab_d.nls</Src>
    </Action>
    <Action Type="File" Dst="%SapFrontEndDir%\sapgui\wwi\lang">
      <Src>%SapSrcDir%\sapgui\wwi\lang\english.nls</Src>
      <Src>%SapSrcDir%\sapgui\wwi\lang\deutsch.nls</Src>
    </Action>
    <Action Type="Script">
      <Src>
<![CDATA[
				If NwEngine.Shell.FileExist( "%SapFrontEndDir%\sapgui\wwi\wwi.ini" ) Then
					NwEngine.Shell.CopyFile "%SapFrontEndDir%\sapgui\wwi\wwi.ini", "%SapFrontEndDir%\sapgui\wwi\wwi.ini.bak"
				End If
				If NwEngine.Shell.FileExist( "%SapFrontEndDir%\sapgui\wwi\wwilabel.ini" ) Then
					NwEngine.Shell.CopyFile "%SapFrontEndDir%\sapgui\wwi\wwilabel.ini", "%SapFrontEndDir%\sapgui\wwi\wwilabel.ini.bak"
				End If
				If NwEngine.Shell.FileExist( "%SapFrontEndDir%\sapgui\wwi\wwi_user.lbl" ) Then
					NwEngine.Shell.CopyFile "%SapFrontEndDir%\sapgui\wwi\wwi_user.lbl", "%SapFrontEndDir%\sapgui\wwi\wwi_user.lbl.bak"
				End If
				If NwEngine.Shell.FileExist( "%SapFrontEndDir%\sapgui\wwi\wwi_all.lbl" ) Then
					NwEngine.Shell.CopyFile "%SapFrontEndDir%\sapgui\wwi\wwi_all.lbl", "%SapFrontEndDir%\sapgui\wwi\wwi_all.lbl.bak"
				End If

			]]>
      </Src>
    </Action>
    <Action Type="Script" RunAt="UnInstall">
      <Src>
<![CDATA[
				If NwEngine.Shell.FileExist( "%SapFrontEndDir%\sapgui\wwi\wwi.ini.bak" ) Then
					NwEngine.Shell.DeleteFile "%SapFrontEndDir%\sapgui\wwi\wwi.ini.bak"
				End If
				If NwEngine.Shell.FileExist( "%SapFrontEndDir%\sapgui\wwi\wwilabel.ini.bak" ) Then
					NwEngine.Shell.DeleteFile "%SapFrontEndDir%\sapgui\wwi\wwilabel.ini.bak"
				End If
				If NwEngine.Shell.FileExist( "%SapFrontEndDir%\sapgui\wwi\wwi_user.lbl.bak" ) Then
					NwEngine.Shell.DeleteFile "%SapFrontEndDir%\sapgui\wwi\wwi_user.lbl.bak"
				End If
				If NwEngine.Shell.FileExist( "%SapFrontEndDir%\sapgui\wwi\wwi_all.lbl.bak" ) Then
					NwEngine.Shell.DeleteFile "%SapFrontEndDir%\sapgui\wwi\wwi_all.lbl.bak"
				End If

			]]>
      </Src>
    </Action>
    <Action Type="File" Dst="%SapFrontEndDir%\sapgui\wwi">
      <Src>%SapSrcDir%\sapgui\wwi\wwi.ini</Src>
      <Src>%SapSrcDir%\sapgui\wwi\wwilabel.ini</Src>
      <Src>%SapSrcDir%\sapgui\wwi\wwi_user.lbl</Src>
      <Src>%SapSrcDir%\sapgui\wwi\wwi_all.lbl</Src>
    </Action>
    <Action Type="File" Dst="%SapFrontEndDir%\sapgui\wwi\graphics">
      <Src>%SapSrcDir%\sapgui\wwi\graphics\GHS_acid.bmp</Src>
      <Src>%SapSrcDir%\sapgui\wwi\graphics\GHS_bottle.bmp</Src>
      <Src>%SapSrcDir%\sapgui\wwi\graphics\GHS_exclam.bmp</Src>
      <Src>%SapSrcDir%\sapgui\wwi\graphics\GHS_explos.bmp</Src>
      <Src>%SapSrcDir%\sapgui\wwi\graphics\GHS_flamme.bmp</Src>
      <Src>%SapSrcDir%\sapgui\wwi\graphics\GHS_pollut.bmp</Src>
      <Src>%SapSrcDir%\sapgui\wwi\graphics\GHS_rondflam.bmp</Src>
      <Src>%SapSrcDir%\sapgui\wwi\graphics\GHS_silhouet.bmp</Src>
      <Src>%SapSrcDir%\sapgui\wwi\graphics\GHS_skull.bmp</Src>
      <Src>%SapSrcDir%\sapgui\wwi\graphics\GS_C.bmp</Src>
      <Src>%SapSrcDir%\sapgui\wwi\graphics\GS_E.bmp</Src>
      <Src>%SapSrcDir%\sapgui\wwi\graphics\GS_F.bmp</Src>
      <Src>%SapSrcDir%\sapgui\wwi\graphics\GS_N.bmp</Src>
      <Src>%SapSrcDir%\sapgui\wwi\graphics\GS_O.bmp</Src>
      <Src>%SapSrcDir%\sapgui\wwi\graphics\GS_T.bmp</Src>
      <Src>%SapSrcDir%\sapgui\wwi\graphics\GS_X.bmp</Src>
      <Src>%SapSrcDir%\sapgui\wwi\graphics\P_fire.bmp</Src>
      <Src>%SapSrcDir%\sapgui\wwi\graphics\P_meal.bmp</Src>
      <Src>%SapSrcDir%\sapgui\wwi\graphics\P_phone.bmp</Src>
      <Src>%SapSrcDir%\sapgui\wwi\graphics\P_smoke.bmp</Src>
      <Src>%SapSrcDir%\sapgui\wwi\graphics\P_water.bmp</Src>
      <Src>%SapSrcDir%\sapgui\wwi\graphics\R_attent.bmp</Src>
      <Src>%SapSrcDir%\sapgui\wwi\graphics\R_bridge.bmp</Src>
      <Src>%SapSrcDir%\sapgui\wwi\graphics\R_earpro.bmp</Src>
      <Src>%SapSrcDir%\sapgui\wwi\graphics\R_gloves.bmp</Src>
      <Src>%SapSrcDir%\sapgui\wwi\graphics\R_goggle.bmp</Src>
      <Src>%SapSrcDir%\sapgui\wwi\graphics\R_helmet.bmp</Src>
      <Src>%SapSrcDir%\sapgui\wwi\graphics\R_mask.bmp</Src>
      <Src>%SapSrcDir%\sapgui\wwi\graphics\R_powerp.bmp</Src>
      <Src>%SapSrcDir%\sapgui\wwi\graphics\R_shield.bmp</Src>
      <Src>%SapSrcDir%\sapgui\wwi\graphics\R_shoes.bmp</Src>
      <Src>%SapSrcDir%\sapgui\wwi\graphics\R_suit.bmp</Src>
      <Src>%SapSrcDir%\sapgui\wwi\graphics\R_switch.bmp</Src>
      <Src>%SapSrcDir%\sapgui\wwi\graphics\S_1aid.bmp</Src>
      <Src>%SapSrcDir%\sapgui\wwi\graphics\S_doc.bmp</Src>
      <Src>%SapSrcDir%\sapgui\wwi\graphics\S_emshow.bmp</Src>
      <Src>%SapSrcDir%\sapgui\wwi\graphics\S_eyesho.bmp</Src>
      <Src>%SapSrcDir%\sapgui\wwi\graphics\W_asbest.bmp</Src>
      <Src>%SapSrcDir%\sapgui\wwi\graphics\W_bio.bmp</Src>
      <Src>%SapSrcDir%\sapgui\wwi\graphics\W_cautio.bmp</Src>
      <Src>%SapSrcDir%\sapgui\wwi\graphics\W_corros.bmp</Src>
      <Src>%SapSrcDir%\sapgui\wwi\graphics\W_elmag.bmp</Src>
      <Src>%SapSrcDir%\sapgui\wwi\graphics\W_exair.bmp</Src>
      <Src>%SapSrcDir%\sapgui\wwi\graphics\W_explos.bmp</Src>
      <Src>%SapSrcDir%\sapgui\wwi\graphics\W_fire.bmp</Src>
      <Src>%SapSrcDir%\sapgui\wwi\graphics\W_harm.bmp</Src>
      <Src>%SapSrcDir%\sapgui\wwi\graphics\W_oxidiz.bmp</Src>
      <Src>%SapSrcDir%\sapgui\wwi\graphics\W_radioa.bmp</Src>
      <Src>%SapSrcDir%\sapgui\wwi\graphics\W_tox.bmp</Src>
    </Action>
    <Action Type="Ini" Dst="%SapFrontEndDir%\sapgui\wwi\wwi.ini">
      <IniSection Name="PATHS">
        <IniKey Name="GUI-HOME">&quot;%SapFrontEndDir%\sapgui\WWI&quot;</IniKey>
      </IniSection>
    </Action>
    <Action Type="Registry" Dst="HKCR\.wwi">
      <RegValue>WWIDOCUMENT</RegValue>
    </Action>
    <Action Type="Registry" Dst="HKCR\WWIDOCUMENT">
      <RegValue>WWI Document</RegValue>
    </Action>
    <Action Type="Registry" Dst="HKCR\WWIDOCUMENT\CurSP">
      <RegValue>0302001</RegValue>
    </Action>
    <Action Type="Registry" Dst="HKCR\WWIDOCUMENT\CurVer">
      <RegValue>2.7b</RegValue>
    </Action>
    <Action Type="Registry" Dst="HKCR\WWIDOCUMENT\InstallDir">
      <RegValue>%SapFrontEndDir%\sapgui\wwi</RegValue>
    </Action>
    <Action Type="Registry" Dst="HKCR\WWIDOCUMENT\Program">
      <RegValue>%SapFrontEndDir%\sapgui\wwi\WWIEXE32.EXE</RegValue>
    </Action>
    <Action Type="Script" RunAt="Install">
      <Src>
		<![CDATA[
			dim TV1winword
			TV1winword = ""
			If NwEngine.Shell.RegKeyExist("HKCR\Word.Document.8\shell\open\command") Then
				TV1winword = NwEngine.Shell.GetRegValue( "HKCR\Word.Document.8\shell\open\command\" )
			End If
			If TV1winword = "" Then
				NwEngine.Context.Log.WriteWarning "Path to WinWord.Exe could not be read from HKCR\Word.Document.8\shell\open\command : default !"
			End If
			NWEngine.Variables.InsertVariable "WinWordExe", TV1winword
		]]>
      </Src>
    </Action>
    <Action Type="Registry" Dst="HKCR\WWIDOCUMENT\shell\open\command" Condition="%WinWordExist%=YES">
      <RegValue>%WinWordExe%</RegValue>
    </Action>
    <Action Type="Registry" Dst="HKCR\WWIDOCUMENT\shell\open\ddeexec">
      <RegValue>[FileOpen(&quot;%%1&quot;)][FileTemplates Template:=&quot;%SapFrontEndDir%\sapgui\wwi\wwi.dot&quot;][wwiES.S(&quot;%%2&quot;, &quot;%%3&quot;)]</RegValue>
    </Action>
    <Action Type="Registry" Dst="HKCR\WWIDOCUMENT\shell\open\IniPath">
      <RegValue>%SapFrontEndDir%\sapgui\wwi</RegValue>
      <RegValue Name="WWILabelPath">%SapFrontEndDir%\sapgui\wwi</RegValue>
    </Action>
    <Action Type="Registry" Dst="HKCR\WWIDOCUMENT\shell\open\DisplayExt" Condition="%WinWordExist%=YES">
      <RegValue>WWI</RegValue>
    </Action>
    <Action Type="Registry" Dst="HKCR\WWIDOCUMENT\shell\open\DisplayExt" Condition="%WinWordExist%&lt;&gt;YES">
      <RegValue>RTF</RegValue>
    </Action>
    <Action Type="Registry" Dst="HKCR\WWIDOCUMENT\shell\open\template">
      <RegValue>%SapFrontEndDir%\sapgui\wwi\layout\WWITEMPL.DOC</RegValue>
    </Action>
    <Action Type="File" Dst="%SapFrontEndDir%\sapgui\wwi">
      <Src>%SapSrcDir%\sapgui\wwi\WwiInPhr.dlg</Src>
      <Src>%SapSrcDir%\sapgui\wwi\wwiCdGrp.dlg</Src>
      <Src>%SapSrcDir%\sapgui\wwi\wwiInSym.dlg</Src>
      <Src>%SapSrcDir%\sapgui\wwi\wwiRpGrp.dlg</Src>
      <Src>%SapSrcDir%\sapgui\wwi\wwiWzGrp.dlg</Src>
      <Src>%SapSrcDir%\sapgui\wwi\wwiWzPhr.dlg</Src>
      <Src>%SapSrcDir%\sapgui\wwi\wwiWzSym.dlg</Src>
      <Src>%SapSrcDir%\sapgui\wwi\wwirun.exe</Src>
    </Action>
    <Action Type="File" Dst="%SapFrontEndDir%\sapgui\wwi\layout">
      <Src>%SapSrcDir%\sapgui\wwi\layout\WWITEMPL.DOC</Src>
    </Action>
    <Action Type="File" Dst="%SapFrontEndDir%\sapgui\wwi">
      <Src>%SapSrcDir%\sapgui\wwi\wwilayt.dot</Src>
    </Action>
    <Action Type="File" Dst="%SapFrontEndDir%\sapgui\wwi\Wizard">
      <Src>%SapSrcDir%\sapgui\wwi\Wizard\1.jpg</Src>
      <Src>%SapSrcDir%\sapgui\wwi\Wizard\2.jpg</Src>
      <Src>%SapSrcDir%\sapgui\wwi\Wizard\3.jpg</Src>
      <Src>%SapSrcDir%\sapgui\wwi\Wizard\4.jpg</Src>
    </Action>
    <Action Type="File" Dst="%SapFrontEndDir%\sapgui\wwi">
      <Src>%SapSrcDir%\sapgui\wwi\glmPT.exe</Src>
    </Action>
    <Action Type="Registry" Dst="HKCR\.lpf">
      <RegValue>GLM_Print_Tool</RegValue>
      <RegValue Name="Content Type">application/glmPT</RegValue>
    </Action>
    <Action Type="Registry" Dst="HKCR\GLM_Print_Tool">
      <RegValue>Global Labeling Management Print File</RegValue>
      <RegValue Name="AlwaysShowExt"/>
      <RegValue Name="EditFlags" Type="Binary">00000100</RegValue>
      <RegValue Name="Clientname">CLIENTNAME</RegValue>
    </Action>
    <Action Type="Registry" Dst="HKCR\GLM_Print_Tool\DefaultIcon">
      <RegValue>&quot;%SapFrontEndDir%\sapgui\wwi\glmPT.exe&quot;,0</RegValue>
    </Action>
    <Action Type="Registry" Dst="HKCR\GLM_Print_Tool\shell">
      <RegValue>open</RegValue>
    </Action>
    <Action Type="Registry" Dst="HKCR\GLM_Print_Tool\shell\open\command">
      <RegValue>&quot;%SapFrontEndDir%\sapgui\wwi\glmPT.exe&quot; &quot;%1&quot;</RegValue>
    </Action>
    <Action Type="Registry" Dst="HKCR\Applications\glmPT.exe\shell">
      <RegValue>open</RegValue>
    </Action>
    <Action Type="Registry" Dst="HKCR\Applications\glmPT.exe\shell\open\command">
      <RegValue>&quot;%SapFrontEndDir%\sapgui\wwi\glmPT.exe&quot; &quot;%1&quot;</RegValue>
    </Action>
    <Action Type="Registry" Dst="HKCR\MIME\Database\Content Type\application/glmPT">
      <RegValue Name="Extension">.lpf</RegValue>
    </Action>
  </Component>
  <Component Guid="{C86005A4-A3DD-4277-9354-1DD84D567E50}" Name="$Report Writer: MS Excel Link" Version="5" Min_Compliant_Version="1" Size="82" SysSize="89">
    <Action Type="File" Dst="%WinSysDir%">
      <Src>%SapSrcDir%\sapgui\RW\grfcxl32.dll</Src>
      <Src>%SapSrcDir%\sapgui\RW\grsapx32.dll</Src>
    </Action>
    <Action Type="File" Dst="%SapFrontEndDir%\sapgui\RW">
      <Src>%SapSrcDir%\sapgui\RW\EXAMPLE.RPW</Src>
    </Action>
    <Action Type="File" Dst="%SapFrontEndDir%\sapgui\RW" Condition="(%User_UI_LangId%&lt;&gt;DE) AND (%User_UI_LangId%&lt;&gt;JA)">
      <Src>%SapSrcDir%\sapgui\rw\EN\sap_rpw.xla</Src>
    </Action>
    <Action Type="File" Dst="%SapFrontEndDir%\sapgui\RW" Condition="%User_UI_LangId%=DE">
      <Src>%SapSrcDir%\sapgui\rw\DE\sap_rpw.xla</Src>
    </Action>
    <Action Type="File" Dst="%SapFrontEndDir%\sapgui\RW" Condition="%User_UI_LangId%=JA">
      <Src>%SapSrcDir%\sapgui\rw\JA\sap_rpw.xla</Src>
    </Action>
  </Component>
  <Component Guid="{23B2DA68-7F1B-4ecc-BAE8-84C9B361C27F}" Name="$SCM" Version="320" Min_Compliant_Version="77" Size="11295">
    <Action Type="File" Dst="%SapFrontEndDir%\SapGui">
      <Src>%SAPSrcDir%\SapGui\apores.dll</Src>
      <Src>%SAPSrcDir%\SapGui\archive.map</Src>
      <Src>%SAPSrcDir%\SapGui\archive.nfm</Src>
      <Src>%SAPSrcDir%\SapGui\apoadapt.ocx</Src>
      <Src>%SAPSrcDir%\SapGui\apocoll.ocx</Src>
      <Src>%SAPSrcDir%\SapGui\apogrid.ocx</Src>
      <Src>%SAPSrcDir%\SapGui\apodpgrid.ocx</Src>
      <Src>%SAPSrcDir%\SapGui\apomap.ocx</Src>
      <Src>%SAPSrcDir%\SapGui\apomenu.ocx</Src>
      <Src>%SAPSrcDir%\SapGui\apopanel.ocx</Src>
      <Src>%SAPSrcDir%\SapGui\apotree.ocx</Src>
      <Src>%SAPSrcDir%\SapGui\sapplan.ocx</Src>
      <Src>%SAPSrcDir%\SapGui\snoptgui.ocx</Src>
      <Src>%SAPSrcDir%\SapGui\apoviewer.ocx</Src>
      <Src>%SAPSrcDir%\SapGui\tpvsopt.ocx</Src>
    </Action>
    <Action Type="File" Dst="%SapFrontEndDir%\SapGui\Scripting">
      <Src>%SapSrcDir%\SapGui\Scripting\ApoGridScripting.dll</Src>
    </Action>
  </Component>
  <Component Guid="{F87FF52D-5D62-4035-97E0-D083935DD96F}" Name="$CRM DLL" Version="192" Min_Compliant_Version="1" Size="176">
    <Action Type="File" Dst="%SapFrontEndDir%\SapGui">
      <Src>%SapSrcDir%\SapGui\SAPgplmp.dll</Src>
    </Action>
  </Component>
  <Component Guid="{0CA35793-F1C2-405e-9483-6E0507A5ECBC}" Name="$SEM common" Version="4" Min_Compliant_Version="1" Size="337">
    <Action Type="File" Dst="%SapFrontEndDir%\SEM">
      <Src>%SapSrcDir%\SEM\SapSEMFrontendPurge.exe</Src>
      <Src>%SapSrcDir%\SEM\SEM_Installation_Check.xla</Src>
    </Action>
  </Component>
  <Component Guid="{58777F4C-4105-4087-BFE2-76CC83073B9E}" Name="$SEM BS Controls" Version="186" Min_Compliant_Version="2" Size="1831">
    <Action Type="File" Dst="%SapFrontEndDir%\SapGui">
      <Src>%SapSrcDir%\SapGui\ICShapes.dll</Src>
      <Src>%SapSrcDir%\SapGui\ICCauseEffect.ocx</Src>
      <Src>%SapSrcDir%\SapGui\SAPCEAdapter.ocx</Src>
      <Src>%SapSrcDir%\SapGui\ICEntry.ocx</Src>
      <Src>%SapSrcDir%\SapGui\SapBscEntryAdapter.ocx</Src>
      <Src>%SapSrcDir%\SapGui\ICOrgChart.ocx</Src>
      <Src>%SapSrcDir%\SapGui\SapOrgChartAdapter.ocx</Src>
      <Src>%SapSrcDir%\SapGui\SapChartSEMComMod.ocx</Src>
    </Action>
  </Component>
  <Component Guid="{4D36A368-CFB5-45c4-9529-A338FD75E50F}" Name="$SEM GA Controls" Version="163" Min_Compliant_Version="1" Size="1888">
    <Action Type="File" Dst="%SapFrontEndDir%\SapGui">
      <Src>%SapSrcDir%\SapGui\PsDebug.dll</Src>
      <Src>%SapSrcDir%\SapGui\PsErrorDbg.dll</Src>
      <Src>%SapSrcDir%\SapGui\AssignmentCtrl.dll</Src>
    </Action>
  </Component>
  <Component Guid="{9554FF96-7639-40ce-ADCB-D36C3D1F254C}" Name="$SEM Sales Planning" Version="3" Min_Compliant_Version="1" Size="490">
    <Action Type="File" Dst="%SapFrontEndDir%\SEM\SalesPlanning">
      <Src>%SapSrcDir%\SEM\SalesPlanning\CRMSalesPlanning.xla</Src>
      <Src>%SapSrcDir%\SEM\SalesPlanning\CRMSalesPlanningPictures.xls</Src>
    </Action>
  </Component>
  <Component Guid="{3528FE1E-3518-4eed-8930-DAD970B1AE3D}" Name="$SAP BI WAD Shortcut" Version="2" Min_Compliant_Version="1" Size="1">
	<!-- Install this shortcut only if SAP BI WAD is installed -->
	<Action Type="Script" RunAt="Install">
	  <Src>
		<![CDATA[
			strBexWadExeOnClient = NwEngine.Variables.ResolveString("%SapBiDestDir%\BI\BExWebApplicationDesigner.exe")
			If NwEngine.Shell.FileExist( strBexWadExeOnClient ) Then
				NwEngine.Context.Log.Write "File exists: " & strBexWadExeOnClient
				NWEngine.Variables.InsertVariable "bIsBexWadInstalled", "True"
			Else
				NwEngine.Context.Log.Write "File not installed: " & strBexWadExeOnClient
				NWEngine.Variables.InsertVariable "bIsBexWadInstalled", "False"
			End If
			NwEngine.Variables.Persistent("bIsBexWadInstalled") = vbFalse
		]]>
	  </Src>
	</Action>
    <Action Condition="%bIsBexWadInstalled%=True" Description="Business Explorer Web Application Designer - Can Only Be Used in SAP NetWeaver NewYork" Type="Shortcut" Dst="ProgramFiles\Business Explorer\Web Application Designer">
      <Src>&quot;%SapBiDestDir%\BI\BExWebApplicationDesigner.exe&quot;</Src>
    </Action>
  </Component>
	<Component Guid="{12304B5A-A396-472f-A673-C27B00D2315C}" Name="$Unicode RFC Libraries" Size="10496" SysSize="14713" Version="376" Min_Compliant_Version="1">
		<Action Type="File" Dst="%WinSysDir%">
			<Src>%SAPSrcDir%\system\Unicode\librfc32u.dll</Src>
			<Src>%SAPSrcDir%\system\Unicode\libsapu16vc80.dll</Src>
			<Src>%SAPSrcDir%\system\Unicode\icudt34.dll</Src>
			<Src>%SAPSrcDir%\system\Unicode\icuin34.dll</Src>
			<Src>%SAPSrcDir%\system\Unicode\icuuc34.dll</Src>
			<Src>%SAPSrcDir%\system\Unicode\icu_license.txt</Src>
		</Action>
		<Action Type="File" Dst="%SapFrontEndDir%\SapGui">
			<Src>%SapSrcDir%\SapGui\wdtaocxU.ocx</Src>
			<Src>%SapSrcDir%\SapGui\wdtlogU.ocx</Src>
			<Src>%SapSrcDir%\SapGui\wdobapiU.ocx</Src>
			<Src>%SapSrcDir%\SapGui\wdtfuncU.ocx</Src>
		</Action>
	</Component>
	<Component Guid="{7EC16C45-6B54-407a-BFA9-CDC254878B3E}" Name="$KillBit Keys" Size="1" SysSize="100" Version="1" Min_Compliant_Version="1">
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{FF532A94-EE1E-11D0-B4CB-0000E82DEC24}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{00CF0001-0008-0000-8002-CFD99CCEE5CC}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{305AA130-28E6-11D1-AA9F-0000E8A5D9EA}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{88E5C690-0126-11D1-AEB5-00A024AFE7E1}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{9AD37867-A2A8-11D0-A388-444553540000}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{16B6DAC0-6ADE-11CF-AD7F-444553540000}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{58D73F76-91FC-4115-BE3C-5D1A2C96238E}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{1AB5CD09-3130-11D2-9D17-00C04F91E286}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{D6C5CDF5-5598-11D5-B6EE-006094B9EA90}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{3A5BFE01-CD78-11CE-AAE4-CE6AC0F06E88}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{29669485-D75B-11D2-AE53-00805FFE16C9}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{CCC8BB69-F02C-11D2-8224-00600894AA5F}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{CBC60071-A140-11D0-A8CF-080009B0CB9D}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{0ECFF58C-95BD-11D3-96D0-0004AC96572D}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{0AAF5A11-8C04-4385-A925-0B62F6632BEC}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{0ED33F73-0B1F-11D0-AC6B-080009B0FB55}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{25B6714D-D75B-11D2-AE53-00805FFE16C9}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{CA493852-67E0-48d1-8CAE-B7E829741981}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{A4F59E31-75B1-11D3-AC81-006008BBC81B}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{0D87AE7C-4675-4EB5-97CF-8B01AA33A7F0}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{F6908F93-ADA6-11D0-87AA-00AA00198702}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{64A7D214-F01A-11D2-8224-00600894AA5F}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{03871F1A-AF31-432B-9667-05F3C1529DF4}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{178504A2-B3AC-11D1-B2B4-006008BF0C53}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{603C7EB4-4BD3-11D2-9D24-00C04F91E286}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{3B00804F-905A-11D1-B4AE-444553540000}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{8B1DAA05-F705-11D1-B532-0000E82D8C06}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{18002AE0-9511-11D2-B442-006094B9EADB}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{9A0CCE33-BA0F-11CF-9DC3-0020AF0ED553}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{A405C02A-A22D-4C11-B749-A353A1790EA6}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{41F90499-5F02-4D37-9B2C-515A91CA5A07}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{F16DC514-ADEE-11D1-B2B3-006008BF0C53}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{C49E6E63-5A11-11D3-96B4-0004AC96572D}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{C8662055-854D-11D3-B464-006094B9BB74}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{00969DD9-FEB4-11D1-B573-0000E82DEC24}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{C9DE6BF5-39CB-11D3-9256-2AABF7000001}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{6DCAA7E6-89F1-11D2-89AE-0000E8353222}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{29669483-D75B-11D2-AE53-00805FFE16C9}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{359E710E-5388-451D-8083-135CE6D0A50E}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{378D7EDF-E104-11D1-A2B8-00C04FC9620B}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{373C6EE7-341C-4041-A65D-C476B0131044}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{D34FF24D-5AEA-4B12-B1A1-23993C355A95}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{95902F21-ACA9-11D3-B48E-006094B9BB0F}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{A0B99932-8B6F-11d3-B49D-00609419F554}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{B93531EB-C1A5-40F5-86BE-251A247AC607}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{4CDD0651-FE6A-11d2-8856-000000000000}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{9A74F91F-21BD-4404-BD41-3166C77A022B}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{9C5BC2F0-0515-11D2-AE29-080009D23306}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{ABCB0DEF-9422-461c-9B7A-098DB75F42D0}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{A71E3602-C83C-42A1-9D07-62A042F9457C}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{E459C8A9-5879-11D4-A70D-0060087A7A2C}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{32726E0B-CD8D-11D2-A592-0000E82F6418}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{B08E05DC-F03B-11D2-8224-00600894AA5F}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{15D20C6F-DE9F-11D0-A8E7-080009B0CB9D}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{A4F59E33-75B1-11D3-AC81-006008BBC81B}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{D65F52B2-DA2B-11D2-882B-000000000000}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{6A0183B7-75B0-11D3-AC81-006008BBC81B}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{CCC8BAFC-F02C-11D2-8224-00600894AA5F}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{2315B059-EDD7-4c66-933C-ECFF5B9DD593}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{585A1011-34CF-4939-A87F-13B70932370E}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{FE27188A-227A-11D4-BCFE-00105A5B612D}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{644D4632-DE08-11d1-9CDB-00C04F91E286}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{9AA9D93D-25B0-11D4-B933-006094B9C911}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{AFBBE070-7340-11d2-AA6B-00E02924C34E}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{0E02F055-5CF3-4511-A779-DBBDE2A43872}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{8A193939-23DE-4B80-8DFF-78E7923393F8}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{3A5BFE02-CD78-11CE-AAE4-CE6AC0F06E88}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{ABFF9EC7-393B-11D3-9253-20BA3B000000}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{55C53104-868C-11D3-AB84-00A0C9E52D7A}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{FF532A95-EE1E-11D0-B4CB-0000E82DEC24}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{4EBB40A2-F284-4D01-A106-C5CEC018BA00}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{986F6A03-4756-41e0-AC87-4869984CD3EA}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{41ECF11B-9473-4181-9906-5E244F872639}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{8d3f88b2-b5f5-4e4a-b4b6-2109d517b8be}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{98E4D1C6-CA0A-11D1-A96C-080009B0CB9D}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{F850BF6A-B02B-42ED-B982-A7A0B41CC452}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{DA773963-CDC3-11CF-9DD5-080009A7528E}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{C5C4ED36-88C4-11D1-A03B-00A0C944D258}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{13592C8C-E6B9-40a1-9B3B-D46EA95B192D}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{25B6714F-D75B-11D2-AE53-00805FFE16C9}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{E4416EFD-5C36-466b-854C-5DA42C5584EC}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{34B54F27-4A41-11D3-926F-2EEA25000000}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{00CF0001-0006-0000-8003-CFD99CCEE5CC}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{FCC11328-A41A-46DD-A5D3-44DBDFFF1B7B}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{AB6ED62C-EA0F-4599-92FE-7D8943CDD4F4}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{00CF0001-0005-0000-8002-CFD99CCEE5CC}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{70A4FF60-A047-11D5-B526-006094B98F91}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{F73400C4-364A-11D0-8636-0000E8A5D145}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{630333A7-A45F-11D1-A951-080009B0CB9D}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{56B749E7-62F5-11D2-A32C-A253D8000000}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{65346735-4FA4-11D1-9A52-0060081EE065}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{0D515658-5228-11D3-9281-000000000001}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{00100000-2001-0054-B4B6-006094B9D64F}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{B9BF70B3-9CB1-11D1-A94C-080009B0CB9D}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{16BFCCD4-704F-4613-B9AB-ADFD48A108DF}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{492BF6F5-55ED-11D1-9A52-0060081EE065}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{F4AC1B88-32B8-11D3-B456-006094B9BB0F}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{95902F2F-ACA9-11D3-B48E-006094B9BB0F}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{54A28AB4-426E-11D2-9D20-00C04F91E286}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{44F69A45-D928-11d1-9CD7-00C04F91E286}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{5B076C03-2F26-11CF-9AE5-0800096E19F4}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{E931BF80-56DA-11d2-B2E8-006008BF0C53}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{D2D5A713-9114-4E1B-84E2-28532AEC1EA8}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{765627F3-77E8-11D3-A587-0000E82DE268}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{A31D9533-719F-11D3-B4B5-006094B9EA2D}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{8B3EF1AA-B00D-4FC3-AFE0-9999ACD03686}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{25B67152-D75B-11D2-AE53-00805FFE16C9}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{171A4D5B-A554-47B9-B779-6D9BC2FC5098}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{515CD6B2-0B6B-11D1-AEB5-00A024AFE7E1}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{9DB03561-CCDE-11CE-AAE4-CE6AC0F06E88}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{02785DDF-E56E-11D1-A0A5-00A0C944D258}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{7945DD2F-CDCF-11D0-A8DC-080009B0CB9D}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{3EBD2DA9-3FB0-411A-8640-CDDB820506D7}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{9AA9D935-25B0-11D4-B933-006094B9C911}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{D1F8BD1E-7967-11D2-B43A-006094B9EADB}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{733CAE94-3959-11D0-83AF-0000E81EEFA0}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{BC2D6486-8455-11d2-B440-006094B9D64F}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{D3BEB7C8-23E7-42DA-A340-9ACCCBC63F19}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{7AB51138-0D2E-45B8-9329-38387326CFF1}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{87D2850E-6B43-101C-92CE-10005AF5DF4D}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{22CD9817-C282-11D3-96D3-0004AC964532}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{35C8055E-10CE-49FE-9595-1F8E37D3FF2B}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{14833081-0509-41E5-9312-98165B9720F1}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{C3C40714-5152-11D2-9D26-00C04F91E286}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{27980C48-D75B-11D2-AE53-00805FFE16C9}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{E1430ADC-BDFA-11D2-B25E-0000E8344726}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{06A45680-1901-4019-8AC9-2BD6911F083A}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{D6C5CDF1-5598-11D5-B6EE-006094B9EA90}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{96D7C7A3-1C8B-11D0-AFE0-00805FA4BC8A}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{7B1551AF-CACC-4B6A-9F21-4C4CEDF02046}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{E1DA200D-DC85-40AF-925E-0EDE12B28D34}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{2258646B-A383-41d6-B05A-451A8799816C}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{2FB17744-DC3E-11D2-8AE5-0000E82162C3}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{92293343-0283-11D1-AEB5-00A024AFE7E1}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{0AC769F9-01DD-11D2-A4CB-080009A7528E}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{C9DE6BE2-39CB-11D3-9256-2AABF7000000}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{31E1C9D3-B51C-11D1-B2B4-006008BF0C53}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{5A4973A0-61EB-11d2-B2EB-006008BF0C53}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{30DD068D-5AD9-434c-AAAC-46ABE37194EB}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{9E397C27-EC25-4177-8288-F36FA2B47FAC}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{60CF5369-1F2E-4798-8D4F-EE658760FD9C}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{FC32CA33-B586-11D0-A8D6-080009B0CB9D}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{16B6DB43-6ADE-11CF-AD7F-444553540000}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{0C25EC6E-4EDE-11D1-9A51-0060081EE065}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{42AB3E73-17AD-11D1-A530-0000E82DE990}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{81F76C2D-5FBC-11CF-9C5C-C931FC52BC73}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{0738DC8A-82BD-11D2-B43F-006094B9D64F}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{CCC8BB50-F02C-11D2-8224-00600894AA5F}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{312FC269-D75B-11D2-AE53-00805FFE16C9}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{95902F1F-ACA9-11D3-B48E-006094B9BB0F}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{8CA5F01D-6899-4AC1-8EC1-D894971310B3}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{95902F2B-ACA9-11D3-B48E-006094B9BB0F}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{0AC769F8-01DD-11D2-A4CB-080009A7528E}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{E2155164-A672-42DF-B51C-D707D234592B}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{1F074E96-CFA6-11D1-A541-0060087AE3DA}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{F2212AE8-4C38-11CF-A301-0000E8A490E7}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{C2E23BB0-6058-4F6E-8A77-F1B5886D6BC2}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{6C98DBE7-1F0D-11D3-88E0-0000E8215770}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{7FCAEF8D-D390-11D0-8849-006097BFD99B}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{F7715F43-B974-11CF-9B1F-0800096E19F4}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{644D4631-DE08-11d1-9CDB-00C04F91E286}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{7C138B9A-3A80-11D3-B650-0000E82DEC24}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{A8C52EE5-CED9-11D1-B2BA-006008BF0C53}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{70D3A359-E1B2-43B8-8CD8-EE34695888DD}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{00100000-2001-0057-B4B6-006094B9D64F}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{A4F59E4A-75B1-11D3-AC81-006008BBC81B}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{9400821F-38CB-4738-88CA-B23B21A3A7C7}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{CCC8BB1A-F02C-11D2-8224-00600894AA5F}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{20DAB7F9-D4AF-11D1-9CD1-00C04F91E286}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{A009C90D-814B-11D3-BA3E-080009D22344}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{BCC2432C-E8FB-11CE-9BDF-0000E8A5E1A9}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{E1430B07-BDFA-11D2-B25E-0000E8344726}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{CCC8BB59-F02C-11D2-8224-00600894AA5F}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{E242F686-BDC7-11D3-B9C8-00A0C9425FEF}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{D6F1C37F-6AC8-4612-ACE6-5C2156620AE0}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{00CF0001-0001-0000-8014-CFD99CCEE5CC}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{418F04AB-FE47-11D3-80ED-0008C70808E3}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{FC0E7F17-F593-11D1-B2D1-006008BF0C53}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{FAAE0CCE-A155-44B0-82AC-025919946556}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{305AA136-28E6-11D1-AA9F-0000E8A5D9EA}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{F5FE53B1-4675-11D2-8787-000000000000}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{6FFB4F34-2BD4-11D4-A9C6-00805FF54271}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{D91D5154-CCE3-419D-88C1-B1C8F3B62C39}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{E677A071-08FE-11D1-A900-080009B0CB9D}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{68D1FDF8-2259-11D4-8E6D-00105AD9C639}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{ABF2EE8C-FCC3-4120-8EB0-CA413D14CCD2}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{3B008053-905A-11D1-B4AE-444553540000}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{DDEFC2B5-FA08-11D1-B532-0000E82D8C06}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{8833DDB6-3F73-11D3-925D-88FAFF000000}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{B24944DA-1501-11CF-8981-0000E8A49FA0}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{039899B6-4B80-11D1-A595-0000E82DE990}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{CCC8BB53-F02C-11D2-8224-00600894AA5F}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{34B54F26-4A41-11D3-926F-2EEA25000000}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{E851EE5C-EB2D-4E60-B461-2E397170EFC6}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{776E9F78-EA60-485A-8F27-794ED90B7781}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{367C3B21-C8D0-481E-BB94-A6CB54F32523}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{FD31A4A3-7193-4f59-841D-5C4A26FFB2E5}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{45AB350E-727C-11D2-B45A-006094B9EA90}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{6801E43E-ECE4-11d2-B4B4-006094B9D64F}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{133AD681-0DD8-11D1-A903-080009B0CB9D}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{8FF214F0-EE71-11D3-A60D-006008732E32}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{C0A63B86-4B21-11d3-BD95-D426EF2C7949}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{CEBCF412-3DB0-498c-AE3F-65580BE4BFF4}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{AEC2E361-AEE7-11D3-B45B-006094B9448F}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{CCC8BB5E-F02C-11D2-8224-00600894AA5F}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{7411865F-3469-47F4-82E5-EFBCB92CB058}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{2BAF8A59-C134-11D8-B6D2-444553544200}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{66942B24-B30E-11D0-87AE-00AA00198702}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{00CF0001-0006-0000-8002-CFD99CCEE5CC}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{27980C45-D75B-11D2-AE53-00805FFE16C9}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{7EB9F81C-E180-4C9D-ADBC-4AE8ECEA1E84}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{A6E34026-ABEF-11D0-8384-0020AF5CA3D4}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{ADB3ECE0-1873-11D0-99B4-00550076453D}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{3A0722A4-1E49-11D1-8677-0060974A37D5}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{B44A1301-8B71-11D3-B522-006094193711}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{54A28AB1-426E-11D2-9D20-00C04F91E286}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{CDEB8063-C941-4E2D-8A13-169E4005DDFD}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{5DD34134-A1F8-11D0-A8CF-080009B0CB9D}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{994358A5-5551-4413-B2C0-9AB7CF4B1934}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{E1C069B3-DE8F-11D1-B2BD-006008BF0C53}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{CCC8BB5C-F02C-11D2-8224-00600894AA5F}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{0ECFF58D-95BD-11D3-96D0-0004AC96572D}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{04A4CC2B-6452-11D3-96B4-0004AC96572D}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{83EA9318-3ABB-41f5-89CB-A9F85EEF39A1}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{CCC8BB39-F02C-11D2-8224-00600894AA5F}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{18D30560-1874-11D0-99B4-00550076453D}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{F4AC1B84-32B8-11D3-B456-006094B9BB0F}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{ADFFFF77-B05E-11D1-A218-3A443F000000}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{16B6DA09-6ADE-11CF-AD7F-444553540000}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{577A08CA-EB67-4C6D-82D3-3997FC078E5F}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{FAF5E5EB-5819-4FA1-A3F6-9CAC1013EC62}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{2CBC1E63-D75B-11D2-AE53-00805FFE16C9}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{2D0B6230-DABC-11d1-9CD9-00C04F91E286}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{E1430AF7-BDFA-11D2-B25E-0000E8344726}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{914D8BA5-73A2-41D2-B0E9-D38CA031A8DC}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{3B7245D0-FAE2-11d1-B2D5-006008BF0C53}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{9AA9D933-25B0-11D4-B933-006094B9C911}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{312FC26C-D75B-11D2-AE53-00805FFE16C9}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{16B6DAC4-6ADE-11CF-AD7F-444553540000}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{AEC2E359-AEE7-11D3-B45B-006094B9448F}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{0B052FD7-1A76-4296-BC4F-4FA92368AD40}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{F12B6C4B-9386-11D4-BD23-00105A5B612D}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{FA8355F9-0CFF-11D2-A702-0000E82DE990}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{041E3B01-3219-4F3A-BB67-79A9605D6872}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{CCC8BB48-F02C-11D2-8224-00600894AA5F}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{E1430AB5-BDFA-11D2-B25E-0000E8344726}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{CCC8BB1D-F02C-11D2-8224-00600894AA5F}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{F4AC1B8A-32B8-11D3-B456-006094B9BB0F}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{00CF0001-0004-0000-8003-CFD99CCEE5CC}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{FDF982B2-6DBD-480D-8AFC-800E53BA9B7D}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{E1430AF9-BDFA-11D2-B25E-0000E8344726}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{0D515659-5228-11D3-9281-000000000000}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{9AA9D937-25B0-11D4-B933-006094B9C911}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{A4F59E2F-75B1-11D3-AC81-006008BBC81B}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{78A045B4-EC1D-11D2-AB0F-00A0C943AFFA}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{515CD6B0-0B6B-11D1-AEB5-00A024AFE7E1}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{AAF88AD8-1F50-11CF-8988-0000E8A49FA0}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{3977B425-192C-101C-8158-221E4B551F8E}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{3FDC6345-65C5-11D3-A63D-0060087AE3DA}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{C41EB5C1-F6E0-11D0-AD26-080009D23306}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{A5820F8E-2EF0-42C7-A46C-BCD9B2715417}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{8B2AAEC1-C061-11D0-ACF5-080009D23306}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{CAF375A3-E9FE-11CF-9DDA-080009A7528E}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{6FFB4ECD-2BD4-11D4-A9C6-00805FF54271}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{00CF0001-0009-0000-8003-CFD99CCEE5CC}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{87FAC061-9E05-11CF-A33E-0000E8A490E7}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{FE27188B-227A-11D4-BCFE-00105A5B612D}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{E459C8A8-5879-11D4-A70D-0060087A7A2C}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{7A6C05A2-57C2-4609-AAC3-E7AB2A5C9A39}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{2037E3A5-18D6-101C-8158-221E4B551F8E}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{CCC8BB29-F02C-11D2-8224-00600894AA5F}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{2E9A4698-F0EE-11CF-AC55-080009D213D2}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{00CF0001-0001-0000-8002-CFD99CCEE5CC}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{40F42FB3-D75B-11D2-AE53-00805FFE16C9}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{69F846C3-1406-11D4-BA0D-009027C3F313}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{2ED16D13-AEAA-11D1-B2B4-006008BF0C53}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{50B5C2CA-9AD3-11d5-B545-00609419F554}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{63DCF733-8798-48BD-98E6-3BCDF0B4787F}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{1C673D06-637A-484F-BC26-724E98060514}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{87D28512-6B43-101C-92CE-10005AF5DF4D}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{B8401130-4FE5-4D36-B0B2-F7334F7A1D24}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{CAEC1A68-96F1-11D0-9A6B-444553540000}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{E5131C63-1787-11D0-AC76-080009B4430C}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{888CC540-8AE0-11d2-B447-006094B9D64F}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{719E9B24-B02B-11D0-8854-0000E8215770}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{00100000-2001-0051-B4B6-006094B9D64F}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{CCC8BB4D-F02C-11D2-8224-00600894AA5F}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{024E5EF5-FA15-11D1-B532-0000E82D8C06}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{A9473200-1875-11D0-99B4-00550076453D}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{BC0B1E04-F58F-4A02-80AC-3CD4FD194F38}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{CCC8BB36-F02C-11D2-8224-00600894AA5F}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{3F24D677-10B6-11D0-AC5C-080009D23306}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{9DE5C794-1990-11D1-A911-080009B0CB9D}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{54BEE0E9-E89B-11D1-B568-0000E82DEC24}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{CFFE3B8A-9097-11D1-A040-00A0C944D258}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{64A7D217-F01A-11D2-8224-00600894AA5F}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{BF232B29-70CB-4B22-AF3F-21C6106830DE}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{0D515658-5228-11D3-9281-000000000002}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{44BCB03A-F01D-11D2-8224-00600894AA5F}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{F4AC1B82-32B8-11D3-B456-006094B9BB0F}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{13AFB6A0-1874-11D0-99B4-00550076453D}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{4BF6111A-46F5-4759-B19C-3B6A817FF6C4}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{312FC26E-D75B-11D2-AE53-00805FFE16C9}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{F0788BE5-7E6E-11D2-86D6-004005581AEE}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{44300375-5407-48D5-9F0E-7D484E2B3532}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{7FCAEF8E-D390-11D0-8849-006097BFD99B}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{88456F30-AAE9-4502-9D11-19C4B126AD70}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{BBDC7B97-45E1-4AF1-B395-D46680A52A45}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{31E1C9D6-B51C-11D1-B2B4-006008BF0C53}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{00969DD8-FEB4-11D1-B573-0000E82DEC24}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{44266905-F9E5-11D1-B532-0000E82D8C06}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{62341062-29BC-4DCE-A87A-DC0CB19BF230}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{8638694A-DA15-101B-8F41-00AA00517888}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{1AE80A95-AA2C-11D2-B250-0000E8344726}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{3B008051-905A-11D1-B4AE-444553540000}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{56B749E0-62F5-11D2-A32C-A253D8000000}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{CCC8BB18-F02C-11D2-8224-00600894AA5F}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{12505E33-C035-11CF-9DD0-080009A7528E}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{3FF4847B-C509-11D2-B4F0-006094B94AF6}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{40F42FB1-D75B-11D2-AE53-00805FFE16C9}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{16B6DB45-6ADE-11CF-AD7F-444553540000}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{02785DE0-E56E-11D1-A0A5-00A0C944D258}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{32726E0F-CD8D-11D2-A592-0000E82F6418}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{E1430AD3-BDFA-11D2-B25E-0000E8344726}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{FFE4FACD-B00F-4056-B796-5AC169328BF5}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{76BE5CEB-E666-11D1-A0A9-00A0C944D258}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{9F287F6C-F0F1-4A8F-8560-5AEA92294A9C}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{5318DB4B-3B47-4ECD-85AE-C64B41587202}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{765627F4-77E8-11D3-A587-0000E82DE268}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{A76CEBEE-7364-11D2-AA6B-00E02924C34E}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{CCC8BB24-F02C-11D2-8224-00600894AA5F}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{3308645D-4E5A-11D3-B47E-00609419F554}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{AB81E189-9975-45b6-B624-2CBB09080404}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{2B74BE80-DB6E-498B-8A94-4A327C927A19}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{C91CCC20-4C0E-11d2-B2E8-006008BF0C53}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{A2CC3292-ED83-4397-B319-889B9483A298}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{60EFC70A-76DE-11D1-9206-000000000000}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{A2CCC040-3AA5-11d3-90DF-006094B9D64F}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{5F9DED60-950B-4aa8-92D0-C971772C377C}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{5A6118C5-F9E6-11D1-B532-0000E82D8C06}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{0A46E62E-EF02-46E2-AE3D-1E44851F53BA}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{141C52E6-AC5D-11D1-A53E-00600870BD82}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{64A7D21A-F01A-11D2-8224-00600894AA5F}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{E1430AC8-BDFA-11D2-B25E-0000E8344726}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{305AA134-28E6-11D1-AA9F-0000E8A5D9EA}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{CCDF9229-C67B-4338-A3F2-83442E060B33}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{FC301047-7FD6-41CC-9A74-A6B1AE777036}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{3861C04D-F03C-11D2-8224-00600894AA5F}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{E07BAAB1-2DEE-11D2-B2E4-006008BF0C53}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{01106D1A-5693-40D5-A403-DC97AAA3580D}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{043B1C00-1874-11D0-99B4-00550076453D}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{958A4E90-6E9C-11d2-B2F6-006008BF0C53}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{95902F23-ACA9-11D3-B48E-006094B9BB0F}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{CA027022-E9D6-11D3-A693-0000E8353222}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{7FCAEF8F-D390-11D0-8849-006097BFD99B}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{95902F27-ACA9-11D3-B48E-006094B9BB0F}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{DCD1EFF5-D15E-11CE-A69B-0000E8A5B7EA}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{3C20FE02-4A59-458B-9588-E23C513EFEC5}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{825B2D60-1878-11D0-99B4-00550076453D}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{9E925E53-8CE7-425C-A9FA-251C6E7661F4}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{7FCAEF88-D390-11D0-8849-006097BFD99B}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{378D7EDE-E104-11D1-A2B8-00C04FC9620B}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{D6C5CDE1-5598-11D5-B6EE-006094B9EA90}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{644D4630-DE08-11d1-9CDB-00C04F91E286}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{F5FE53B7-4675-11D2-8787-000000000000}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{D35A9F99-D3F9-4850-8279-CE99F9814624}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{56A4CE29-DBAC-4396-BB73-4B89747CAC89}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{E5131C64-1787-11D0-AC76-080009B4430C}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{9FC5F404-1528-11D4-96BE-0004AC964230}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{A809FC66-C8FF-11D3-96D5-0004AC964532}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{B24944D6-1501-11CF-8981-0000E8A49FA0}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{9E965EFC-99A0-46C4-BCC6-7D27DEBA9BCA}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{3902D36D-61A9-11D2-AA0A-00A0C9447ED5}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{54F608F6-EE0D-485E-8915-5E116E616490}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{9AA9D93B-25B0-11D4-B933-006094B9C911}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{E1430AFB-BDFA-11D2-B25E-0000E8344726}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{00CF0001-0004-0000-8002-CFD99CCEE5CC}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{64A7D21D-F01A-11D2-8224-00600894AA5F}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{3399C6C4-AFE8-11D0-A8D5-080009B0CB9D}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{4E80FF32-E9B3-4FB3-A90E-7D5D703B2F69}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{64D57CC6-A2F1-11D1-8890-0000E8215770}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{C96B0C73-CAF3-11D1-B2BA-006008BF0C53}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{E327C3D7-8ADA-4D29-92C6-B96CEBED6F77}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{76BE5CEA-E666-11D1-A0A9-00A0C944D258}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{D4FBFA83-6804-49d7-AEEA-1C368F952F69}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{C2B4A7C4-D1DD-11D0-A8DE-080009B0CB9D}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{CDB00921-2813-11D0-9683-00000000F7F7}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{68D1FDF9-2259-11D4-8E6D-00105AD9C639}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{00CF0001-0009-0000-8002-CFD99CCEE5CC}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{8CB3F124-B7F1-11D0-A8D6-080009B0CB9D}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{96D7C7A4-1C8B-11D0-AFE0-00805FA4BC8A}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{A6FF6394-4A62-11D3-B456-006094B9BB74}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{7C138B9B-3A80-11D3-B650-0000E82DEC24}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{A4C95811-8412-4BBC-AC99-05B530425D17}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{C1608E51-D92A-11d1-9CD7-00C04F91E286}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{6B0AB4C3-3247-11D0-8634-0000E8A5D145}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{FF8423A0-1873-11D0-99B4-00550076453D}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{44269654-AA03-11D2-A5FA-0060087A7A2C}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{3A5BFE00-CD78-11CE-AAE4-CE6AC0F06E88}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{25B6714B-D75B-11D2-AE53-00805FFE16C9}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{0C25EC71-4EDE-11D1-9A51-0060081EE065}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{9C27E592-765B-11D3-B47F-006094B9BB0F}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{799104C5-04C5-11D0-AC56-080009D23306}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{FCF2F185-66E2-4461-90BB-C390B9747AF3}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{F1A8B306-F03A-11D2-8224-00600894AA5F}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{CCC8BB26-F02C-11D2-8224-00600894AA5F}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{94EB4711-D4B6-42F8-87A6-1CAA7EE875CB}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{64D57CC7-A2F1-11D1-8890-0000E8215770}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{11CB09E9-88FC-11D1-A03C-00A0C944D258}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{0C7BF175-02CE-4A24-BF6B-1B50ACA0261C}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{B9BF70B1-9CB1-11D1-A94C-080009B0CB9D}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{B0CB4B45-EA60-4855-B509-17DAD86E8908}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{CCC8BB67-F02C-11D2-8224-00600894AA5F}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{C9DE6BF2-39CB-11D3-9256-2AABF7000000}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{6BFFED21-0366-40B4-9905-962539C031F8}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{64A7CFD3-F01A-11D2-8224-00600894AA5F}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{B7B18A83-EE71-11D3-A60D-006008732E32}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{BFC62011-AEB6-4c1e-B65C-84F675E5F819}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{D6C5CDEF-5598-11D5-B6EE-006094B9EA90}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{BEC96C73-4A6A-4FF2-AD62-2A589E1D7494}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{553D51EE-7305-42FC-9F38-13304AFD29FA}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{133AD683-0DD8-11D1-A903-080009B0CB9D}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{20AAC0B7-9ACF-485e-AF73-4E057F4C188A}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{2F1022B8-E40D-11D1-A97C-080009B0CB9D}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{7BB065F4-3E8E-11d3-90E3-006094B9D64F}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{2037E3A0-18D6-101C-8158-221E4B551F8E}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{45AB350F-727C-11D2-B45A-006094B9EA90}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{34F51055-F9E2-11D1-B532-0000E82D8C06}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{F995C781-FF17-4F1F-8FB6-1523B4208EF1}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{04A4CC2A-6452-11D3-96B4-0004AC96572D}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{0DA8928A-DE8B-46A5-AC67-9BE453CA8090}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{E1430ABA-BDFA-11D2-B25E-0000E8344726}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{65B36AD0-7A2D-11D3-A6B2-0060086E8F57}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{102EF5E1-77A8-46F3-87AE-5BCEF8135043}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{E1430AFF-BDFA-11D2-B25E-0000E8344726}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{7DB907C9-7995-4216-862C-5F2D7E59D0DA}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{9AA9D940-25B0-11D4-B933-006094B9C911}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{603C7EB6-4BD3-11D2-9D24-00C04F91E286}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{776B3080-1878-11D0-99B4-00550076453D}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{0738DC8E-82BD-11D2-B43F-006094B9D64F}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{9472A0C6-8929-4417-8283-43116E3E7700}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{FD9F47CE-8F1A-4C62-8D7C-129AA3814842}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{C24EEE83-0792-413F-A778-83390BD252B3}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{6A0183B1-75B0-11D3-AC81-006008BBC81B}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{148C6F0E-C667-420d-99EE-0150864A951A}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{E1430B27-BDFA-11D2-B25E-0000E8344726}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{305AA132-28E6-11D1-AA9F-0000E8A5D9EA}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{00CF0001-0008-0000-8003-CFD99CCEE5CC}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{6A01839E-75B0-11D3-AC81-006008BBC81B}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{3977B422-192C-101C-8158-221E4B551F8E}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{C1B82522-6E27-11D2-87C5-000000000000}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{D5DE8D20-5BB8-11D1-A1E3-00A0C90F2731}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{9ED41565-805D-4285-8311-6CFDFA212924}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{733CAE93-3959-11D0-83AF-0000E81EEFA0}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{4F2FD76B-8E82-11D2-B464-006094B9EA62}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{D6C5CDEB-5598-11D5-B6EE-006094B9EA90}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{FFCF225C-F3AA-11D0-AAE9-0000E8284BFD}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{C96B0C72-CAF3-11D1-B2BA-006008BF0C53}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{501B6895-F9E7-11D1-B532-0000E82D8C06}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{603C7EB9-4BD3-11D2-9D24-00C04F91E286}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{F0788BE6-7E6E-11D2-86D6-004005581AEE}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{5B076C04-2F26-11CF-9AE5-0800096E19F4}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{1A58FDB5-AA1C-42E0-8A17-205877EB248C}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{3977B428-192C-101C-8158-221E4B551F8E}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{ABCB0DEF-9422-461c-9B7A-098DB75F42D1}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{18D64BE8-C282-11D2-B4EC-006094B94AF6}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{F2F47D63-73BC-44D3-BB8E-4D917D0BB866}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{ABFF9EC6-393B-11D3-9253-20BA3B000000}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{6497B6DB-8E0E-4078-9A73-4DC1AE88D6A6}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{CCC8BB2F-F02C-11D2-8224-00600894AA5F}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{18002AE1-9511-11D2-B442-006094B9EADB}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{77F12F8A-F117-11D0-8CF1-00A0C91D9D87}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{2B73ABEE-9821-490C-B5D3-EBA1F31A3A4C}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{A4F59E37-75B1-11D3-AC81-006008BBC81B}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{A9B6EC08-0A91-41C5-9420-5ED13F919ECD}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{6B0B535D-F4F6-11D3-B487-006094B9BB74}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{468D2820-F85F-11D0-AD28-080009D23306}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{8527F38E-13A4-41AA-8442-942F30DC84D5}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{66D6B5F3-3B9F-11D3-B494-006094B9ED73}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{37E8A905-12DA-11CF-8F57-0000E8A490E7}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{CCC8BB07-F02C-11D2-8224-00600894AA5F}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{0AF427E7-03B9-4673-8F21-F33A683BCE28}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{BAF8E07B-80DB-4ca3-BB13-48529D15ABB8}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{2FB17745-DC3E-11D2-8AE5-0000E82162C3}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{ADFFFF74-B05E-11D1-A218-3A443F000000}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{A7233867-5D68-4897-88E9-1C7FF688D404}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{6D126576-0A98-11D1-952B-0000E8A49FA0}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{C9DE6BF2-39CB-11D3-9256-2AABF7000001}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{E1430AF2-BDFA-11D2-B25E-0000E8344726}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{249FC3B2-5EBE-4B26-8B2E-75C0D8250624}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{77D6E503-ED4C-49B3-90C2-F16B7A38860B}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{CCC8BB16-F02C-11D2-8224-00600894AA5F}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{8EEFD875-FA15-11D1-B532-0000E82D8C06}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{8833DDB7-3F73-11D3-925D-88FAFF000000}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{F7904BFD-DDE8-4A39-A2C0-91C8620CE0C0}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{8638694E-DA15-101B-8F41-00AA00517888}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{81233605-AE3E-4261-8EE9-101302ED27ED}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{A3B01FFE-25B0-11D4-B933-006094B9C911}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{0F16FEF1-9C25-4FBA-AD95-FE0EA9DA6346}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{4D0107A7-6578-11D5-9F7F-00105A1B03FD}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{AEF04304-CC4F-4F71-836D-5F57E1327142}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{55C53102-868C-11D3-AB84-00A0C9E52D7A}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{375DA2F6-4123-11d4-B4EF-00609419F554}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{A8246D60-A9FB-11D1-B2B0-006008BF0C53}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{CCC8BB11-F02C-11D2-8224-00600894AA5F}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{6D126577-0A98-11D1-952B-0000E8A49FA0}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{5329D541-AFAF-11D1-A216-8E4E2C000000}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{A4F59E35-75B1-11D3-AC81-006008BBC81B}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{07EBD6B4-B5B5-11D0-A8D6-080009B0CB9D}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{37E8A909-12DA-11CF-8F57-0000E8A490E7}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{18B62DCD-7A0F-11D2-B43A-006094B9EADB}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{2CBC1E61-D75B-11D2-AE53-00805FFE16C9}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{CCC8BB09-F02C-11D2-8224-00600894AA5F}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{64D36B13-7FE9-4603-8851-EEF137E80484}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{D8BB5C83-CFEE-11CF-9DD5-080009A7528E}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{2037E3AA-18D6-101C-8158-221E4B551F8E}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{719E9B23-B02B-11D0-8854-0000E8215770}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{A4F59E41-75B1-11D3-AC81-006008BBC81B}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{CAEC1A67-96F1-11D0-9A6B-444553540000}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{95902F25-ACA9-11D3-B48E-006094B9BB0F}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{4CC5F9C2-A513-11D0-A8CF-080009B0CB9D}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{CCC8BB64-F02C-11D2-8224-00600894AA5F}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{00CF0001-0005-0000-8003-CFD99CCEE5CC}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{CCC8BB31-F02C-11D2-8224-00600894AA5F}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{C49E6E62-5A11-11D3-96B4-0004AC96572D}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{00ED6C6D-894B-4B1B-A182-FB1AC50A22CF}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{CAF375A4-E9FE-11CF-9DDA-080009A7528E}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{95902F2D-ACA9-11D3-B48E-006094B9BB0F}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{C9DE6BF5-39CB-11D3-9256-2AABF7000000}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{12505E34-C035-11CF-9DD0-080009A7528E}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{D82CE02F-F3F2-44CF-848B-4F6D39AB0692}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{048B665E-B084-4EA0-8EF9-CC73706AFC9D}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{4D0107A6-6578-11D5-9F7F-00105A1B03FD}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{56B749E5-62F5-11D2-A32C-A253D8000000}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{B44A1300-8B71-11D3-B522-006094193711}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{CCC8BB0D-F02C-11D2-8224-00600894AA5F}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{44BCB15C-F01D-11D2-8224-00600894AA5F}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{6FFB4F32-2BD4-11D4-A9C6-00805FF54271}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{60EFC70B-76DE-11D1-9206-000000000000}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{E1430AF5-BDFA-11D2-B25E-0000E8344726}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{6A01839A-75B0-11D3-AC81-006008BBC81B}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{F4C21D04-46DD-40ee-9F6F-4B0FDE51B67C}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{F56B1094-2E96-487B-814D-BF8209BABFE3}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{989D81B0-D71B-49FB-97E3-E2FA8CBCEF6E}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{3F0E6DA3-CFF5-11CF-9DD5-080009A7528E}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{4E45D749-FF5B-4B54-B5BE-8A4E07A1B538}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{11CB09E8-88FC-11D1-A03C-00A0C944D258}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{16B6DA0D-6ADE-11CF-AD7F-444553540000}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{9A502908-7273-4CC5-A928-F77617F774F4}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{205D52D9-B022-4744-BFB6-5C3B85EBECA4}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{3C48DC16-9E58-4762-9E15-61E2296148F7}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{CCC8BB56-F02C-11D2-8224-00600894AA5F}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{C550A5CE-C747-453F-BD1C-C51115DA9D4E}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{86B1D8D1-CF01-11D1-ADF6-080009D23306}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{6C98DBE6-1F0D-11D3-88E0-0000E8215770}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{064086AC-96CF-469E-BE5D-3BF7A66B6CAB}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{B4CB04E6-2B37-11CF-A2E0-0000E8A490E7}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{DC3238AD-5BAD-11D3-A16C-00C04FB6A5AC}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{44269655-AA03-11D2-A5FA-0060087A7A2C}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{FE0C416B-9207-11D3-96A0-0004AC964230}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{7170A1D9-3F08-11D1-B062-0000E81EEFA0}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{C077ED5D-9C09-11D3-96A4-0004AC964230}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{CCC8BB0F-F02C-11D2-8224-00600894AA5F}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{F324F931-10AD-447b-A112-980CEF358401}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
		<Action Dst="HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{81F76C2F-5FBC-11CF-9C5C-C931FC52BC73}" Type="Registry">
			<RegValue Name="Compatibility Flags" Type="DWORD">400</RegValue>
		</Action>
	</Component>
</SapSetup>
