Has anyone had any experience with Jinitiator. We have multiple versions and installed in usually 1 or 2 locations. What would be the best way to identify where and what versions are installed.
right now I have a task that has multiple possibilities
ie:
exists folder “C:\Program Files\Oracle\JInitiator 1.3.1.8\bin” or exists folder “C:\Apps\Oracle\JInitiator 1.3.1.8\bin”
if (exists keys of keys “HKEY_Local_Machine\Software\Oracle\Jinitiator” of registry) then (concatenation " & " of names of keys of keys “HKEY_Local_Machine\Software\Oracle\Jinitiator” of registry) else (“Not Installed”)
now I am trying to do the same for a file within a folder.
(
name of it & ", " & value “JavaHome” of it as string
)
of keys
whose
(
exists name of it as version
and
exists value “JavaHome” of it
)
of key “HKEY_LOCAL_MACHINE\SOFTWARE\Oracle\JInitiator” of registry