We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a8f429 commit e28d60bCopy full SHA for e28d60b
wix/generic-DataLab.wxs
@@ -46,8 +46,9 @@
46
</Fragment>
47
<Fragment>
48
<ComponentGroup Id="ProductComponents">
49
- <Component Id="PC_Files" Directory="INSTALLFOLDER">
+ <Component Id="PC_Files" Directory="INSTALLFOLDER" Guid="a1b2c3d4-e5f6-4789-a012-3456789abcde">
50
<File Source=".\dist\DataLab\DataLab.exe" KeyPath="yes" />
51
+ <File Source=".\dist\DataLab\manifest.json" />
52
</Component>
53
<!-- Automatically inserted components -->
54
<Component Id="PC_Shortcuts" Directory="ApplicationProgramsFolder" Guid="858c3c36-978e-4edb-a2c3-cf5c91588bcf">
0 commit comments