mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-27 06:06:13 +01:00
Windows build: Have the installer overwrite dlls even if their version is the same to ensure the patched QtCore4.dll is installed
This commit is contained in:
parent
16a1048522
commit
98b2dba03f
1 changed files with 4 additions and 1 deletions
|
|
@ -11,7 +11,10 @@
|
|||
SummaryCodepage='1252' />
|
||||
|
||||
<Media Id="1" Cabinet="{app}.cab" CompressionLevel="{compression}" EmbedCab="yes" />
|
||||
|
||||
<!-- The following line is needed because of the patch to QtCore4.dll. You can remove this line
|
||||
after you update Qt beyond 4.7.2. 'emus' means re-install even if version is the same not just if it is older. -->
|
||||
<Property Id='REINSTALLMODE' Value='emus'/>
|
||||
|
||||
<Upgrade Id="{upgrade_code}">
|
||||
<UpgradeVersion Maximum="{version}"
|
||||
IncludeMaximum="yes"
|
||||
|
|
|
|||
Loading…
Reference in a new issue