mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-16 09:10:35 +03:00
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 '*'.
This commit is contained in:
parent
bb65718cef
commit
8be6a53f43
@ -218,10 +218,10 @@
|
||||
<Component Guid="*">
|
||||
<File KeyPath="yes" Source="SourceDir\sqlite3.dll" />
|
||||
</Component>
|
||||
<Component Guid="{30EEAD30-A43B-4A31-A209-450A8AD17AC2}">
|
||||
<Component Guid="*">
|
||||
<File KeyPath="yes" Source="SourceDir\tcl86t.dll" />
|
||||
</Component>
|
||||
<Component Guid="{CE5A6F3A-8F6B-4C16-BCDC-F1BB89C9F1AF}">
|
||||
<Component Guid="*">
|
||||
<File KeyPath="yes" Source="SourceDir\tk86t.dll" />
|
||||
</Component>
|
||||
<Component Guid="{E8E3701A-8AA1-4D46-A56D-7AF08D6AFCD4}">
|
||||
|
Loading…
x
Reference in New Issue
Block a user