Since jre-8u60-windows-i586.exe (32-bit offline version) I have problems deploying java-package on 64-bit machines installed with windows 7 professional.
I use a bat-file with commandline jre-8u60-windows-i586.exe /s, zip this file together with exe-Installationfile and use action: launch in OCS-inventory.
Installation fails with Exit Code 3:
=== Verbose logging started: 21.10.2015 07:41:20 Build type: SHIP UNICODE 5.00.7601.00 Calling process: C:\Windows\TEMP\1444628052.OCS\jre-8u60-windows-i586.exe ===
MSI (c) (84:DC) [07:41:20:111]: Resetting cached policy values
MSI (c) (84:DC) [07:41:20:111]: Machine policy value 'Debug' is 0
MSI (c) (84:DC) [07:41:20:111]: ******* RunEngine:
******* Product: C:\Windows\system32\config\systemprofile\AppData\LocalLow\Oracle\Java\jre1.8.0_60\jre1.8.0_60.msi
******* Action:
******* CommandLine: **********
MSI (c) (84:DC) [07:41:20:112]: Client-side and UI is none or basic: Running entire install on the server.
MSI (c) (84:DC) [07:41:20:112]: Grabbed execution mutex.
MSI (c) (84:DC) [07:41:21:497]: Cloaking enabled.
MSI (c) (84:DC) [07:41:21:498]: Attempting to enable all disabled privileges before calling Install on Server
MSI (c) (84:DC) [07:41:21:508]: Incrementing counter to disable shutdown. Counter after increment: 0
MSI (s) (9C:DC) [07:41:21:845]: Running installation inside multi-package transaction C:\Windows\system32\config\systemprofile\AppData\LocalLow\Oracle\Java\jre1.8.0_60\jre1.8.0_60.msi
MSI (s) (9C:DC) [07:41:21:845]: Grabbed execution mutex.
MSI (s) (9C:00) [07:41:21:866]: Resetting cached policy values
MSI (s) (9C:00) [07:41:21:866]: Machine policy value 'Debug' is 0
MSI (s) (9C:00) [07:41:21:866]: ******* RunEngine:
******* Product: C:\Windows\system32\config\systemprofile\AppData\LocalLow\Oracle\Java\jre1.8.0_60\jre1.8.0_60.msi
******* Action:
******* CommandLine: **********
MSI (s) (9C:00) [07:41:22:051]: Note: 1: 2203 2: C:\Windows\system32\config\systemprofile\AppData\LocalLow\Oracle\Java\jre1.8.0_60\jre1.8.0_60.msi 3: -2147287037
MSI (s) (9C:00) [07:41:22:073]: MainEngineThread is returning 3
MSI (s) (9C:DC) [07:41:22:083]: User policy value 'DisableRollback' is 0
MSI (s) (9C:DC) [07:41:22:083]: Machine policy value 'DisableRollback' is 0
MSI (s) (9C:DC) [07:41:22:083]: Incrementing counter to disable shutdown. Counter after increment: 0
MSI (s) (9C:DC) [07:41:22:091]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2
MSI (s) (9C:DC) [07:41:22:092]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2
MSI (s) (9C:DC) [07:41:22:092]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\InProgress 3: 2
MSI (s) (9C:DC) [07:41:22:092]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\InProgress 3: 2
MSI (s) (9C:DC) [07:41:22:092]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied. Counter after decrement: -1
MSI (s) (9C:DC) [07:41:22:092]: Restoring environment variables
MSI (c) (84:DC) [07:41:22:097]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied. Counter after decrement: -1
MSI (c) (84:DC) [07:41:22:103]: MainEngineThread is returning 3
=== Verbose logging stopped: 21.10.2015 07:41:22 ===
Local silent installation with cmd as Administrator and following command
jre-8u60-windows-i586.exe /s
works fine.
The path here is:
C:\Users\[username with administration rights]\AppData\LocalLow\Oracle\Java\jre1.8.0_60\jre1.8.0_60.msi
How can I deploy jre-8u60-windows-i586.exe successfull with ocs-inventory on 64-bit machines?
Best regards,
A. Schwind.
I use a bat-file with commandline jre-8u60-windows-i586.exe /s, zip this file together with exe-Installationfile and use action: launch in OCS-inventory.
Installation fails with Exit Code 3:
=== Verbose logging started: 21.10.2015 07:41:20 Build type: SHIP UNICODE 5.00.7601.00 Calling process: C:\Windows\TEMP\1444628052.OCS\jre-8u60-windows-i586.exe ===
MSI (c) (84:DC) [07:41:20:111]: Resetting cached policy values
MSI (c) (84:DC) [07:41:20:111]: Machine policy value 'Debug' is 0
MSI (c) (84:DC) [07:41:20:111]: ******* RunEngine:
******* Product: C:\Windows\system32\config\systemprofile\AppData\LocalLow\Oracle\Java\jre1.8.0_60\jre1.8.0_60.msi
******* Action:
******* CommandLine: **********
MSI (c) (84:DC) [07:41:20:112]: Client-side and UI is none or basic: Running entire install on the server.
MSI (c) (84:DC) [07:41:20:112]: Grabbed execution mutex.
MSI (c) (84:DC) [07:41:21:497]: Cloaking enabled.
MSI (c) (84:DC) [07:41:21:498]: Attempting to enable all disabled privileges before calling Install on Server
MSI (c) (84:DC) [07:41:21:508]: Incrementing counter to disable shutdown. Counter after increment: 0
MSI (s) (9C:DC) [07:41:21:845]: Running installation inside multi-package transaction C:\Windows\system32\config\systemprofile\AppData\LocalLow\Oracle\Java\jre1.8.0_60\jre1.8.0_60.msi
MSI (s) (9C:DC) [07:41:21:845]: Grabbed execution mutex.
MSI (s) (9C:00) [07:41:21:866]: Resetting cached policy values
MSI (s) (9C:00) [07:41:21:866]: Machine policy value 'Debug' is 0
MSI (s) (9C:00) [07:41:21:866]: ******* RunEngine:
******* Product: C:\Windows\system32\config\systemprofile\AppData\LocalLow\Oracle\Java\jre1.8.0_60\jre1.8.0_60.msi
******* Action:
******* CommandLine: **********
MSI (s) (9C:00) [07:41:22:051]: Note: 1: 2203 2: C:\Windows\system32\config\systemprofile\AppData\LocalLow\Oracle\Java\jre1.8.0_60\jre1.8.0_60.msi 3: -2147287037
MSI (s) (9C:00) [07:41:22:073]: MainEngineThread is returning 3
MSI (s) (9C:DC) [07:41:22:083]: User policy value 'DisableRollback' is 0
MSI (s) (9C:DC) [07:41:22:083]: Machine policy value 'DisableRollback' is 0
MSI (s) (9C:DC) [07:41:22:083]: Incrementing counter to disable shutdown. Counter after increment: 0
MSI (s) (9C:DC) [07:41:22:091]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2
MSI (s) (9C:DC) [07:41:22:092]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2
MSI (s) (9C:DC) [07:41:22:092]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\InProgress 3: 2
MSI (s) (9C:DC) [07:41:22:092]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\InProgress 3: 2
MSI (s) (9C:DC) [07:41:22:092]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied. Counter after decrement: -1
MSI (s) (9C:DC) [07:41:22:092]: Restoring environment variables
MSI (c) (84:DC) [07:41:22:097]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied. Counter after decrement: -1
MSI (c) (84:DC) [07:41:22:103]: MainEngineThread is returning 3
=== Verbose logging stopped: 21.10.2015 07:41:22 ===
Local silent installation with cmd as Administrator and following command
jre-8u60-windows-i586.exe /s
works fine.
The path here is:
C:\Users\[username with administration rights]\AppData\LocalLow\Oracle\Java\jre1.8.0_60\jre1.8.0_60.msi
How can I deploy jre-8u60-windows-i586.exe successfull with ocs-inventory on 64-bit machines?
Best regards,
A. Schwind.