开发者

NSIS Silent Install changing default options

开发者 https://www.devze.com 2023-01-02 03:13 出处:网络
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/

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开发者_Go百科 from the silent command line install.

Is it even possible?


NSIS supports the silent install option with the /S command line script, however, it only sets a flag that the install script can check:using IfSilent.

There is an example script here that demonstrated a silent installation.


You can't control the components unless the installer has been coded specifically for it (By using a "answer" file/.ini or some parameter you pass on the commandline) NSIS itself only allows the author of the installer to know if it is in silent mode or not, the rest is up to them. You would have to ask the PPLive people about it (Or request that they add it if they don't support it already)

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号