<?xml version="1.0" encoding="utf-8"?>
<SapSetup Context="Init">
	<Product Name="$SapStartExe" Guid="{816F349A-C565-4ace-A854-2B6791E8C316}" WkstaDb="SapStartWksta.xml" ProdVersion="4" CmdLine="$SapStartExe" Visible="FALSE"/>
	<Component Guid="{82E12394-48A1-4d26-980C-44E29146D1E6}" Name="$SapStartExe" Min_Compliant_Version="1" Version="10">
	    <Action Type="File" Dst="%SAPSetupDir%\setup">
	      <Src>%SAPSrcDir%\setup\SapStart.exe</Src>
	    </Action>
	</Component>
	<Component Guid="{5092D79A-FF88-4ce1-B5BD-B04082ABFF03}" Name="$SalFile RegKeys" Version="11" Min_Compliant_Version="2" Size="1">
		<Action Type="Registry" Dst="HKCR\.s8l" RunAt="Install">
		  <RegValue>s8lfile</RegValue>
		</Action>
		<Action Type="Registry" Dst="HKCR\s8lfile" RunAt="Install">
		  <RegValue>SAP Application Launcher</RegValue>
		</Action>
		<Action Type="Registry" Dst="HKCR\s8lfile\ShellEx\Iconhandler" RunAt="Install">
		  <RegValue>{57651662-CE3E-11D0-8D77-00C04FC99D61}</RegValue>
		</Action>
		<Action Type="Registry" Dst="HKCR\s8lfile\shell" RunAt="Install">
		  <RegValue>Open</RegValue>
		</Action>
		<Action Type="Registry" Dst="HKCR\s8lfile\shell\open" RunAt="Install">
		  <RegValue>Start</RegValue>
		</Action>
		<Action Type="Registry" Dst="HKCR\s8lfile\shell\open\command" RunAt="Install">
		  <RegValue>%SAPSetupDir%\setup\SapStart.exe /sal=&quot;%%1&quot;</RegValue>
		</Action>
		<Action Type="Registry" Dst="HKCR\s8lfile\shell\switch" Condition="%User_UI_LangId%&lt;&gt;DE" RunAt="Install">
		  <RegValue>Configure Auto Update</RegValue>
		</Action>
		<Action Type="Registry" Dst="HKCR\s8lfile\shell\switch" Condition="%User_UI_LangId%=DE" RunAt="Install">
		  <RegValue>Automatische Aktualisierung konfigurieren</RegValue>
		</Action>
		<Action Type="Registry" Dst="HKCR\s8lfile\shell\switch\command" RunAt="Install">
		  <RegValue>%SAPSetupDir%\setup\SapStart.exe /switch /sal=&quot;%%1&quot;</RegValue>
		</Action>
	</Component>
</SapSetup>
