Created
December 8, 2009 00:07
-
-
Save dvhthomas/251276 to your computer and use it in GitHub Desktop.
Revisions
-
dvhthomas created this gist
Dec 8, 2009 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ <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>