From 8be6a53f43468198ff36e26cfdeb9625098ca782 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Sat, 4 Dec 2021 09:26:23 +0000 Subject: [PATCH] Python 3.10: Change tcl/tk DLLs to '*' GUID For reasons not logged by: msiexec /l*vx 5.3.0-beta0-install.txt /i EDMarketConnector_win_5.3.0-beta0.msi if you install the GitHub-built 5.3.0-beta0 installer in place of 5.2.3 the two files tcl86t.dll & tk86t.dll do not get installed. Other than WinSparkle.dll (which won't have changed in a long time) they're the only two DLL files with a hard-coded GUID. So let's try changing them to '*'. --- EDMarketConnector.wxs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/EDMarketConnector.wxs b/EDMarketConnector.wxs index 621aafa2..d5d145bc 100644 --- a/EDMarketConnector.wxs +++ b/EDMarketConnector.wxs @@ -218,10 +218,10 @@ - + - +