Skip to content

Instantly share code, notes, and snippets.

@dvhthomas
Created December 8, 2009 00:10
Show Gist options
  • Select an option

  • Save dvhthomas/251278 to your computer and use it in GitHub Desktop.

Select an option

Save dvhthomas/251278 to your computer and use it in GitHub Desktop.

Revisions

  1. dvhthomas created this gist Dec 8, 2009.
    11 changes: 11 additions & 0 deletions wix-list.xml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,11 @@
    <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"/>