NSIS Silent Install changing default options

Posted by esryl on Stack Overflow See other posts from Stack Overflow or by esryl
Published on 2010-06-04T21:12:50Z Indexed on 2010/06/05 6:52 UTC
Read the original article Hit count: 836

Filed under:
|

I have a third party application I would like to silent install from the command line.

The application is PPLive available at: http://www.pptv.com/en/

It is an NSIS installer, and currently when silently installed, installs toolbars, and additional pieces of software, launches on completion etc.

Without repackaging it, how do I control the checkbox options on the pages of the normal installer from the silent command line install.

Is it even possible?

© Stack Overflow or respective owner

Related posts about nsis

Related posts about silent-installer