Skip to content

Commit

Permalink
Updated the product to include the library dll, it still includes the…
Browse files Browse the repository at this point in the history
… .config, which is fine but no longer strictly necessary.
  • Loading branch information
glenatron committed Apr 1, 2022
1 parent 0277204 commit 893ed5c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions MCS-Extractor-Installer/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,8 @@
<ComponentGroup Id="ProductComponents" Directory="INSTALLFOLDER">
<Component Id="ProductComponent" Guid="498CE7A5-BC35-4D4F-A086-030B190166C7">
<File Id="MCSExtractorExe" Name="MCS-Extractor.exe" DiskId="1" Source="$(var.MCS-Extractor.TargetPath)" KeyPath="yes" />
<File Id="MCSExtractorConfig" Name="MCS-Extractor.exe.config" DiskId="1" Source="$(var.MCS-Extractor.TargetDir)" KeyPath="no" >
<Permission User="Everyone" GenericAll="yes" />
</File>
<File Id="MCSExtractorConfig" Name="MCS-Extractor.exe.config" DiskId="1" Source="$(var.MCS-Extractor.TargetDir)" KeyPath="no" />
<File Id="MCSDataImport" Name="MCSDataImport.dll" DiskId="1" Source="$(var.MCS-Extractor.TargetDir)" KeyPath="no" />
</Component>

</ComponentGroup>
Expand Down

0 comments on commit 893ed5c

Please sign in to comment.