mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 10:33:12 +02:00
Automatically uninstall 32-bit calibre on windows when installing
This commit is contained in:
parent
ebaefe4896
commit
f6c61a2f7c
1 changed files with 8 additions and 0 deletions
|
|
@ -39,6 +39,14 @@
|
|||
Language="1033"
|
||||
Property="NEWPRODUCTFOUND"/>
|
||||
</Upgrade>
|
||||
<Upgrade Id="BEB2A80D-E902-4DAD-ADF9-8BD2DA42CFE1">
|
||||
<UpgradeVersion Maximum="{version}"
|
||||
IncludeMaximum="yes"
|
||||
OnlyDetect="no"
|
||||
Language="1033"
|
||||
MigrateFeatures="yes"
|
||||
Property="THIRTYTWOBITINSTALLFOUND"/>
|
||||
</Upgrade>
|
||||
<CustomAction Id="PreventDowngrading" Error="Newer version of {app} already installed. If you want to downgrade you must uninstall {app} first."/>
|
||||
|
||||
<Property Id="APPLICATIONFOLDER">
|
||||
|
|
|
|||
Loading…
Reference in a new issue