Skip to content

Instantly share code, notes, and snippets.

@dvhthomas
Created December 8, 2009 00:07
Show Gist options
  • Save dvhthomas/251276 to your computer and use it in GitHub Desktop.
Save dvhthomas/251276 to your computer and use it in GitHub Desktop.
<Directory Id="IMPORTLOCATION" Name="FCA Importer">
<!-- Windows Service that actually imports data from uploaded files to the server db -->
<Component Id="ImportWindowsService" Guid="{87477BBB-E01D-4aa6-8E57-0262F17B40CA}">
<CreateFolder/>
<File Id="_7za.exe1" Source="$(var.DoDEA.Sync.ImportService.TargetDir)\7za.exe" />
<File Id="DoDEA.FCA.Services.dll1" Source="$(var.DoDEA.Sync.ImportService.TargetDir)\DoDEA.FCA.Services.dll" />
<File Id="DoDEA.Sync.Client.dll1" Source="$(var.DoDEA.Sync.ImportService.TargetDir)\DoDEA.Sync.Client.dll" />
<File Id="FcaImportService.exe" Source="$(var.DoDEA.Sync.ImportService.TargetPath)" />
</Component>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment