Hello,
I am attempting to run JavaRA.exe /CLEAN /SILENT in a vb script.
When I run the script I am getting the following results
Removal routine completed successfully. 0 items have been deleted.
Exception encountered in module [JavaRa]
Message: Object reference not set to an instance of an object.
at JavaRa.routines_registry.get_jre_uninstallers()
If I run the command outside of the vb script i.e. from a cmd.exe
and enter “JavaRA.exe /CLEAN /SILENT” the results are what I would expect which is registry settings being removed.
Is the a problem run JavaRA.exe within say a compiled .exe or script
that would not remove older registry entries?
I have JavaRA 2.5 and running on a Windows 7 OS
thanks….