Skip to content

Commit f9a17ce

Browse files
Add ComponentGroupRef to include harvested files in package
Co-authored-by: danielchalmers <7112040+danielchalmers@users.noreply.github.com>
1 parent 053af36 commit f9a17ce

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

Package.wxs

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,19 @@
1212
<Directory Id="INSTALLFOLDER" Name="SentryReplay" />
1313
</StandardDirectory>
1414

15-
<Fragment>
16-
<ComponentGroup Id="AllFiles" Directory="INSTALLFOLDER">
17-
<Files Include="*" />
18-
</ComponentGroup>
19-
</Fragment>
20-
2115
<StandardDirectory Id="ProgramMenuFolder">
2216
<Component>
2317
<Shortcut Name="Sentry Replay" Target="[INSTALLFOLDER]TeslaCam.exe" WorkingDirectory="INSTALLFOLDER" />
2418
<RegistryValue Root="HKCU" Key="Software\SentryReplay" Name="installed" Type="integer" Value="1" KeyPath="yes" />
2519
</Component>
2620
</StandardDirectory>
21+
22+
<ComponentGroupRef Id="AllFiles" />
2723
</Package>
24+
25+
<Fragment>
26+
<ComponentGroup Id="AllFiles" Directory="INSTALLFOLDER">
27+
<Files Include="*" />
28+
</ComponentGroup>
29+
</Fragment>
2830
</Wix>

0 commit comments

Comments
 (0)