mirror of
https://github.com/samjage/Uplink-Manager.git
synced 2026-06-06 00:40:42 +00:00
Update
Updated to allow MSI to embed cab
This commit is contained in:
+2
-2
@@ -4,7 +4,7 @@
|
||||
|
||||
<Package InstallerVersion="500" Compressed="yes" InstallScope="perMachine" Platform="x64" />
|
||||
<MajorUpgrade DowngradeErrorMessage="A newer version of Uplink Manager is already installed." />
|
||||
<MediaTemplate />
|
||||
<MediaTemplate EmbedCab="yes" />
|
||||
|
||||
<Icon Id="UplinkManagerIcon" SourceFile="uplink_manager.ico" />
|
||||
<Property Id="ARPPRODUCTICON" Value="UplinkManagerIcon" />
|
||||
@@ -28,7 +28,7 @@
|
||||
</DirectoryRef>
|
||||
|
||||
<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"
|
||||
Name="Uplink Manager"
|
||||
Target="[INSTALLFOLDER]Uplink Manager.exe"
|
||||
|
||||
Reference in New Issue
Block a user