Issue with Silent installation of "Oracle Data Visualization Desktop" Application
Hi,
I am trying for silent installation of Oracle Data Visualization Desktop application. I am unable to suppress Auto Launch of application on completion of installation.
This parameter is not captured in response file.
Please suggest some way to suppress the auto launch of the application.
Thanks in advance.
Answers (3)
I can't see any way that you can do this "out of the box" so I'd be looking at wrapping this in a script which loops for a set time after the installation completes, looking for the process name and then killing it. Ugly kludge, I know, but...
I think I posted some VBS to do this (or something very similar) on IT Ninja a while ago. Search for "WbemScripting.SWbemSink".