Created
December 8, 2009 00:10
-
-
Save dvhthomas/251278 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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