Quote:
Originally Posted by JSWolf
The problem is that I would have install 5.x and then uninstall it and reinstall 4.23 for every 5.x update.Can't a portable 64-bit version be made to download like the 32-bit version?
|
I use
lessmsi to extract files from MSIs when 7-Zip doesn't work.
Code:
msiexec /a D:\Temporary\calibre-64bit-5.3.0.msi /qn TARGETDIR=D:\Temporary\Calibre
at the command prompt should also extract the files but that requires using command prompt.