[PATCH] wix: drop the start menu shortcut to install the obsolete HgVS plugin

2 views
Skip to first unread message

Matt Harbison

unread,
Apr 27, 2022, 11:15:26 PM4/27/22
to thg...@googlegroups.com
# HG changeset patch
# User Matt Harbison <matt_h...@yahoo.com>
# Date 1651113096 14400
# Wed Apr 27 22:31:36 2022 -0400
# Node ID 0992f96afde845a7ba8c40fcdc71100ac65b3ba2
# Parent 0a974c4f95eae96f99ff089b1a2f1aa271f47e20
# EXP-Topic windows-py3-packaging
wix: drop the start menu shortcut to install the obsolete HgVS plugin

The URL returns 500, and the page for it on the Visual Studio MarketPlace says
it is no longer supported.

diff --git a/win32/wix/guids.wxi b/win32/wix/guids.wxi
--- a/win32/wix/guids.wxi
+++ b/win32/wix/guids.wxi
@@ -63,7 +63,7 @@
<?define mergepatterns.rc.guid = {3372ED83-BCE1-4AD3-B5EA-65158C715B54} ?>
<?define paths.rc.guid = {1B95042D-736E-4D9E-A040-81512DF864C4} ?>

- <?define ProgramMenuDir.guid = {77EDD1A4-FF9A-41CB-83D7-8141D67F0367} ?>
+ <?define ProgramMenuDir.guid = {2DF0A472-1296-4D26-9AE4-159EEC8BF7FC} ?>
<?define ThgAppData.guid = {4264E496-A992-48E7-92EB-A3BF21E71E41} ?>

</Include>
diff --git a/win32/wix/tortoisehg.wxs b/win32/wix/tortoisehg.wxs
--- a/win32/wix/tortoisehg.wxs
+++ b/win32/wix/tortoisehg.wxs
@@ -76,7 +76,6 @@
<Property Id='ARPURLUPDATEINFO'>https://tortoisehg.bitbucket.io/</Property>
<Property Id='ARPHELPTELEPHONE'>https://mercurial-scm.org/wiki/Support</Property>
<Property Id='ARPPRODUCTICON'>thgIcon.ico</Property>
- <Property Id='HGVSURL'>https://hgvs.multicorewareinc.com/thg-install</Property>

<Property Id='INSTALLEDTORTOISEHGPRODUCTS' Secure='yes'></Property>
<Property Id='REINSTALLMODE'>amus</Property>
@@ -206,8 +205,6 @@
/>
<Shortcut Id='UrlShortcut' Directory='ProgramMenuDir' Name='TortoiseHg Web Site'
Target='[ARPHELPLINK]' Icon="thgIcon.ico" IconIndex='0' />
- <Shortcut Id='HgVsShortcut' Directory='ProgramMenuDir' Name='Install HgVs Plugin'
- Target='[HGVSURL]' Icon="thgIcon.ico" IconIndex='0' />
<!-- Shortcut Id="UninstallProduct" Name="Uninstall TortoiseHg"
Target="[System64Folder]msiexec.exe"
Arguments="/x [ProductCode]"

Yuya Nishihara

unread,
Apr 29, 2022, 5:19:18 AM4/29/22
to Matt Harbison, thg...@googlegroups.com
On Wed, 27 Apr 2022 23:15:23 -0400, Matt Harbison wrote:
> # HG changeset patch
> # User Matt Harbison <matt_h...@yahoo.com>
> # Date 1651113096 14400
> # Wed Apr 27 22:31:36 2022 -0400
> # Node ID 0992f96afde845a7ba8c40fcdc71100ac65b3ba2
> # Parent 0a974c4f95eae96f99ff089b1a2f1aa271f47e20
> # EXP-Topic windows-py3-packaging
> wix: drop the start menu shortcut to install the obsolete HgVS plugin

Queued for stable, thanks.
Reply all
Reply to author
Forward
0 new messages