Silent Install of ReAct Desktop Client from KACE - include URL
Hello All, I have set up a Managed Installation in KACE of the ReAct Desktop Client (this is a self service password reset tool). The initial set-up worked and it ran successfully but during the install it was asking the user for the "Self Service URL". I have add the following to make this a silent install - /s /v/qn - but I need to add the url as well. Is this possible? If so, what is the switch?
thanks in advance.
2 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
jknox
10 years ago
I didn't see much on the vendor's website, you will probably have to contact them to see if there is a command line switch to do what you are looking for. http://aspg.com/support-mainframe-software/
Alternatively, how does the software keep track of the URL once it's installed? Once determined, perhaps you can duplicate this in your install.
Alternatively, how does the software keep track of the URL once it's installed? Once determined, perhaps you can duplicate this in your install.
During a manual install you are required to enter the URL and it holds that in a config file. - Robbieb 10 years ago
Either way, you might consider adding it here under the Software Tips section once you figure it out. - jknox 10 years ago
/s /v"/qn REACT_URL="http://yourreacturl.com/react/""
This worked. The software is pushing out silently and setting the URL to self service portal.
with other software it might look like this:
ReACTDesktopClientx64.exe /s /v"/qn REACT_URL="http://yourreacturl.com/react/"" - Robbieb 10 years ago