Skip to content

Instantly share code, notes, and snippets.

@dvhthomas
Created December 8, 2009 00:10
Show Gist options
  • Save dvhthomas/251278 to your computer and use it in GitHub Desktop.
Save dvhthomas/251278 to your computer and use it in GitHub Desktop.
<ServiceInstall Id="ImporterService"
Name="FcaImport"
Account="[SERVICEACCOUNT]"
Password="[SERVICEPASSWORD]"
DisplayName="DoDEA Importer"
Type="ownProcess"
ErrorControl="normal"
Description="Windows service to reconcile uploaded field edits with the central application database"
Start="auto"
Interactive="no"/>
<ServiceControl Id="StopImport" Name="FcaImport" Remove="both" Stop="both"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment