Updated to allow MSI to embed cab
This commit is contained in:
2026-03-27 14:11:19 -04:00
parent bc60f6090e
commit a7e0de76fb
+2 -2
View File
@@ -4,7 +4,7 @@
<Package InstallerVersion="500" Compressed="yes" InstallScope="perMachine" Platform="x64" /> <Package InstallerVersion="500" Compressed="yes" InstallScope="perMachine" Platform="x64" />
<MajorUpgrade DowngradeErrorMessage="A newer version of Uplink Manager is already installed." /> <MajorUpgrade DowngradeErrorMessage="A newer version of Uplink Manager is already installed." />
<MediaTemplate /> <MediaTemplate EmbedCab="yes" />
<Icon Id="UplinkManagerIcon" SourceFile="uplink_manager.ico" /> <Icon Id="UplinkManagerIcon" SourceFile="uplink_manager.ico" />
<Property Id="ARPPRODUCTICON" Value="UplinkManagerIcon" /> <Property Id="ARPPRODUCTICON" Value="UplinkManagerIcon" />
@@ -28,7 +28,7 @@
</DirectoryRef> </DirectoryRef>
<DirectoryRef Id="ProgramMenuSubfolder"> <DirectoryRef Id="ProgramMenuSubfolder">
<Component Id="cmpStartMenuShortcut" Guid="f73ad4c2-1e9a-40e3-b4f7-f41e518daf91"> <!-- Replace with a real GUID --> <Component Id="cmpStartMenuShortcut" Guid="f73ad4c2-1e9a-40e3-b4f7-f41e518daf91">
<Shortcut Id="StartMenuShortcut" <Shortcut Id="StartMenuShortcut"
Name="Uplink Manager" Name="Uplink Manager"
Target="[INSTALLFOLDER]Uplink Manager.exe" Target="[INSTALLFOLDER]Uplink Manager.exe"