Skip to content

Commit e28d60b

Browse files
committed
Fix: add manifest.json file to installer components
1 parent 0a8f429 commit e28d60b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

wix/generic-DataLab.wxs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,9 @@
4646
</Fragment>
4747
<Fragment>
4848
<ComponentGroup Id="ProductComponents">
49-
<Component Id="PC_Files" Directory="INSTALLFOLDER">
49+
<Component Id="PC_Files" Directory="INSTALLFOLDER" Guid="a1b2c3d4-e5f6-4789-a012-3456789abcde">
5050
<File Source=".\dist\DataLab\DataLab.exe" KeyPath="yes" />
51+
<File Source=".\dist\DataLab\manifest.json" />
5152
</Component>
5253
<!-- Automatically inserted components -->
5354
<Component Id="PC_Shortcuts" Directory="ApplicationProgramsFolder" Guid="858c3c36-978e-4edb-a2c3-cf5c91588bcf">

0 commit comments

Comments
 (0)