Calibre 0.9.25

Full internal name:com.calibreebook.Calibre
Project site:https://calibre-ebook.com
Screen shots:
Download: Download Calibre 0.9.25

https://sourceforge.net/projects/calibre/files/0.9.25/calibre-0.9.25.msi

VirusTotal results
Change log:n/a
Description:

E-book management utility

License:GPLv3
Version:0.9.25
SHA-1 or SHA-256:19e15c45f38e049a63b94cf3a05d0a2f996e6c4d
Type:one file
Dependencies:
    Tags:
    Text files:
    .Npackd\Install.bat:
    for /f "delims=" %%x in ('dir /b *.msi') do set setup=%%x
    msiexec.exe /qn /norestart /lime .Npackd\MSI.log /i "%setup%" TARGETDIR="%CD%" ALLUSERS=1
    set err=%errorlevel%
    type .Npackd\MSI.log
    rem 3010=restart required
    if %err% equ 3010 exit 0
    if %err% neq 0 exit %err%
    
    .Npackd\Uninstall.bat:
    for /f "delims=" %%x in ('dir /b *.msi') do set setup=%%x
    msiexec.exe /qn /norestart /lime .Npackd\MSI.log /x "%setup%"
    set err=%errorlevel%
    type .Npackd\MSI.log
    rem 3010=restart required
    if %err% equ 3010 exit 0
    if %err% neq 0 exit %err%
    
    Last modified:Sat May 15 08:53:54 UTC 2021
    Last modified by:tim.lebedk...
    Created:Sun May 25 11:41:12 UTC 2014
    Created by:tim.lebedk...
    Automated tests:0 of 0 installations succeeded, 0 of 0 removals succeeded