Start IIS Service

Microsoft_Commerce_Server_2007_Start_IIS_Service (Task)

Start the IIS Service.

Element properties:

TargetMicrosoft.CommerceServer.2007.CS_Class
AccessibilityInternal
CategoryOperations
EnabledTrue
RemotableFalse
Timeout300
CommentMom2005ID='{7AB56350-D39D-4672-A039-3DE8F44F23A6}'

Member Modules:

ID Module Type TypeId RunAs 
BatchResponse WriteAction System.Mom.BackwardCompatibility.BatchResponse Default

Source Code:

<Task ID="Microsoft_Commerce_Server_2007_Start_IIS_Service" Accessibility="Internal" Enabled="true" Target="Microsoft.CommerceServer.2007.CS_Class" Comment="Mom2005ID='{7AB56350-D39D-4672-A039-3DE8F44F23A6}'">
<Category>Operations</Category>
<WriteAction ID="BatchResponse" TypeID="MomBackwardCompatibility!System.Mom.BackwardCompatibility.BatchResponse">
<AlertGeneration>
<GenerateAlert>false</GenerateAlert>
</AlertGeneration>
<InvokerType>1</InvokerType>
<ApplicationName>%WINDIR%\System32\IISRESET.EXE</ApplicationName>
<WorkingDirectory>%SYSTEMROOT%\temp</WorkingDirectory>
<CommandLine> /start</CommandLine>
<TimeoutSeconds>300</TimeoutSeconds>
<RequireOutput>true</RequireOutput>
</WriteAction>
</Task>