Created
December 8, 2009 00:07
-
-
Save dvhthomas/251276 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
<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