Is it possible to install the Jive Messenger silently (aka. no user interaction)?
If this is possible, can I also change the target directory for the installation, and can I run the setup silently?
Thanks.
Is it possible to install the Jive Messenger silently (aka. no user interaction)?
If this is possible, can I also change the target directory for the installation, and can I run the setup silently?
Thanks.
I don’'t think this is currently possible. Can you explain the use-case a bit more?
Thanks,
Matt
Could he be referring to a scripted install?
where you supply a setup file with all the settings so that the UI never prompts the user for infomation. if a setting is missing from the script file, it will use default information.
setup.exe /s c:\setup.ini
Path=“c:\program files\jive”
SSLPort=“5151”
That kinda of setup?