Jump to content

Recommended Posts

Posted
Works for us, we only have Windows 7. What is the error?

It is giving Error 1603 “Fatal Error During Installation”............

The script searches the correct versions, but during the uninstall part it is giving the above error.

We need the script to uninstall java static edition and also JREs present in the system. We need it to remove all the java versions in the system and install one needed version for our application. Please help.....

Posted
Could it be just that one PC? It works a treat for us.

I have tried with several windows 7 PC, but it is giving the same error and when manually uninstalling, there is no error.

we have more than 3000 pc to uninstall and install the required one, so please help.....

Posted
I have tried with several windows 7 PC, but it is giving the same error and when manually uninstalling, there is no error.

we have more than 3000 pc to uninstall and install the required one, so please help.....

Does a log file appear in "C:\Software-Deployment-Logs\" or whatever directory you specified on the command line when running the script?

Posted
Does a log file appear in "C:\Software-Deployment-Logs\" or whatever directory you specified on the command line when running the script?

 

The removal wont log anything.

 

You could always remove the java using the old way in MSI exec.

Posted
The removal wont log anything.

 

You could always remove the java using the old way in MSI exec.

Are you sure? From the code, it looks like it is supposed to make logs for the removals as well. See this bit:

   
                  'Create MSIEXEC uninstall string.
                  strUninstallString = "MSIEXEC.EXE /X " & strUninstallKey & " /qn /norestart"
                  'Check and add the logfile to the uninstaller string.
                  If (strLogFilePath <> "") Then
                      strUninstallString = strUninstallString & " /l*v """ & strLogFilePath & strDisplayName & "_Uninstall.txt"""
                  End If

But I have not actually used the script!

Posted

Oh it might, i havent used it in a while, will have a look.

 

But it works with out 1,7000 machines. Maybe its UAC or something?

 

Does the log folder exist on the machines your having issues with?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...