Hi,
i have another Problem in Java 8 Update 31.
I followed the documention Installing Java 7u21 without Java Auto Updater, but change following settings:
After installing the update i´ve got the response that the update is correct installed, but one second later the same update will be installed again.
Programs and functions show me Java 7 Update 55 is still install.
The update creation wizard is set Package Type as an Application, normal and canRequestReboot
What´s going wrong?
Thnx!
i have another Problem in Java 8 Update 31.
I followed the documention Installing Java 7u21 without Java Auto Updater, but change following settings:
<CustomUpdate>
<Action>
<ElementType>CustomUpdateElements.VariableElement</ElementType>
<Name>Return Code</Name>
<Type>Int</Type>
<ID>299d085d-baf8-450f-b180-fc2fe2ad123f</ID>
</Action>
<Action>
<ElementType>CustomUpdateElements.ServiceElement</ElementType>
<ServiceAction>Stop</ServiceAction>
<ServiceName>JavaQuickStarterService</ServiceName>
<PathToEXE></PathToEXE>
<StartupMode>Undefined</StartupMode>
<StartingAccount>Undefined</StartingAccount>
<Login></Login>
<Password></Password>
</Action>
<Action>
<ElementType>CustomUpdateElements.ExecutableElement</ElementType>
<PathToExecutable>jre-8u31-windows-i586.exe</PathToExecutable>
<Parameters>INSTALL_SILENT=Enable STATIC=Disable AUTO_UPDATE=Disable WEB_JAVA=Enable WEB_JAVA_SECURITY_LEVEL=H WEB_ANALYTICS=Disable EULA=Disable REBOOT=Disable</Parameters>
<KillProcess>True</KillProcess>
<TimeBeforeKilling>10</TimeBeforeKilling>
<Variable>299d085d-baf8-450f-b180-fc2fe2ad123f</Variable>
</Action>
<Action>
<ElementType>CustomUpdateElements.WaitElement</ElementType>
<Wait>30</Wait>
</Action>
<Action>
<ElementType>CustomUpdateElements.ExecutableElement</ElementType>
<PathToExecutable>%windir%\System32\msiexec.exe</PathToExecutable>
<Parameters>/x {4A03706F-666A-4037-7777-5F2748764D10} /qn /norestart</Parameters>
<KillProcess>True</KillProcess>
<TimeBeforeKilling>10</TimeBeforeKilling>
<Variable/>
</Action>
<Action>
<ElementType>CustomUpdateElements.WaitElement</ElementType>
<Wait>30</Wait>
</Action>
<Action>
<ElementType>CustomUpdateElements.ServiceElement</ElementType>
<ServiceAction>Stop</ServiceAction>
<ServiceName>JavaQuickStarterService</ServiceName>
<PathToEXE></PathToEXE>
<StartupMode>Undefined</StartupMode>
<StartingAccount>Undefined</StartingAccount>
<Login></Login>
<Password></Password>
</Action>
<Action>
<ElementType>CustomUpdateElements.ServiceElement</ElementType>
<ServiceAction>ChangeStartingMode</ServiceAction>
<ServiceName>JavaQuickStarterService</ServiceName>
<PathToEXE></PathToEXE>
<StartupMode>Disabled</StartupMode>
<StartingAccount>Undefined</StartingAccount>
<Login></Login>
<Password></Password>
</Action>
<Action>
<ElementType>CustomUpdateElements.ReturnCodeElement</ElementType>
<ReturnCodeMethod>Variable</ReturnCodeMethod>
<StaticReturnCode>0</StaticReturnCode>
<Variable>299d085d-baf8-450f-b180-fc2fe2ad123f</Variable>
</Action>
</CustomUpdate>
Test machine is a Windows 7 x64 with Java 7 Update 55. The windows update shows me one important update.After installing the update i´ve got the response that the update is correct installed, but one second later the same update will be installed again.
Programs and functions show me Java 7 Update 55 is still install.
The update creation wizard is set Package Type as an Application, normal and canRequestReboot
What´s going wrong?
Thnx!