Skip to content

Commit 39bd00d

Browse files
Fix error in installer "cab1.cab not found"
1 parent a01bde2 commit 39bd00d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Installer/Product.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine" />
66

77
<MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." />
8-
<MediaTemplate />
8+
<MediaTemplate EmbedCab="yes" />
99

1010
<Feature Id="ProductFeature" Title="Lockscreen Image Grabber Installer" Level="1" Display="expand" ConfigurableDirectory="TARGETDIR">
1111
<ComponentRef Id="MainExecutable" />

0 commit comments

Comments
 (0)