Quote:
Originally Posted by kovidgoyal
What OS? On windows calibre uses an MSI, I have no idea if that is automatable. On linux the only question the installer asks is where to install, and that can be suppressed,instructions to do so are on the download page.
|
Windows, either 32-bit or 64-bit. Msi's can be automated if the programmer provides support. The usual is to accept a /q for quiet, though there are other ways, such as "property=value" on the command line to pass in any missing or required value. But it does require support in the packaging of the MSI.