Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

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

Revisions

  1. dvhthomas created this gist Dec 8, 2009.
    9 changes: 9 additions & 0 deletions Wix-part.xml
    Original 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>