Windows System Integration via Command Line?
Free Zip software and Rar extractor
Brought to you by:
giorgiotani
I'm looking to automate the install and setup of PeaZip on Windows environments. I'm familar with the /verysilent installation switch to automatically install PeaZip without prompts. Is there something similar that can be use to setup the system integration settings via command line?
Thanks!
At current level of development, unfortunately the installation parameters as system integration options cannot be scripted from command line.
However, you can use program's installer sources (InnoSetup ISS files) to take the code used to creare registry entries - or, you can directly customize the setup scripts with InnoSetup.
Full installation scripts are
peazip-6.1.1.src\installer\peazip-setup_script_WINDOWS.iss (WIN64 are the 64 bit versions)
while
peazip-setup_script_WINDOWS-configure.iss
contains only the code for system integration, which may be closer to what you need to: this creates a small empty InnoSetup installer that only customizes the currently installed PeaZip (it is the same installer running when clicking Options > System integration).
One possible solution is to customize it, and run it after PeaZip installation on target machines.