Install problem - ERROR 1 - WMIC Install

2 posters

Go down

Install problem - ERROR 1 - WMIC Install Empty Install problem - ERROR 1 - WMIC Install

Post by mmontoya Tue Oct 15, 2013 10:39 am

Log file "c:\windows\temp\klcp.txt":
2013-10-15 11:20:28.244 Log opened. (Time zone: UTC+02:00)
2013-10-15 11:20:28.244 Setup version: Inno Setup version 5.5.3-dev (u)
2013-10-15 11:20:28.244 Original Setup EXE: c:\WINDOWS\Temp\klmcodec\x86\10.05\Setup.exe
2013-10-15 11:20:28.244 Setup command line: /SL5="$170362,30613171,252416,c:\WINDOWS\Temp\klmcodec\x86\10.05\Setup.exe" /SUPPRESSMSGBOXES /FORCEUPGRADE /verysilent /norestart /LoadInf="c:\WINDOWS\Temp\klmcodec\x86\10.05\klcp_mega_unattended.ini" /log="c:\windows\temp\klcp.txt"
2013-10-15 11:20:28.244 Windows version: 5.1.2600 SP3 (NT platform: Yes)
2013-10-15 11:20:28.244 64-bit Windows: No
2013-10-15 11:20:28.244 Processor architecture: x86
2013-10-15 11:20:28.244 User privileges: Administrative
2013-10-15 11:20:28.275 64-bit install mode: No
2013-10-15 11:20:28.275 Created temporary directory: d:\DOCUME~1\ADMINI~1\CONFIG~1\Temp\is-0QMLG.tmp
2013-10-15 11:20:28.306 Exception message:
2013-10-15 11:20:28.306 Defaulting to OK for suppressed message box (OK):
Out of memory.
2013-10-15 11:20:28.306 Deinitializing Setup.
2013-10-15 11:20:28.306 Log closed.

Real cmd via wmic (remote install): process call create "\"c:\windows\system32\cmd.exe\" /c c:\windows\temp\klmcodec\silent.bat 1>c:\windows\temp\klite.log 2>&1"
Real cmd in bat file: "c:\WINDOWS\Temp\klmcodec\x86\10.05\Setup.exe" /SUPPRESSMSGBOXES /FORCEUPGRADE /verysilent /norestart /LoadInf="c:\WINDOWS\Temp\klmcodec\x86\10.05\klcp_mega_unattended.ini" /log="c:\windows\temp\klcp.txt"
Return Value= 1
The same order in the computer produces a correct installation.

mmontoya

Posts : 4
Join date : 2013-10-15

Back to top Go down

Install problem - ERROR 1 - WMIC Install Empty Re: Install problem - ERROR 1 - WMIC Install

Post by Admin Wed Oct 16, 2013 4:33 pm

An "Out of Memory" exception occurs at the beginning of the initialization of the installer. So there is too little RAM or disk space available.

Admin
Admin

Posts : 7369
Join date : 2011-06-17

https://codecs.forumotion.net

Back to top Go down

Install problem - ERROR 1 - WMIC Install Empty Re: Install problem - ERROR 1 - WMIC Install

Post by mmontoya Wed Oct 16, 2013 4:58 pm

Like I said if I throw the command from the computer itself does not fail, only gives the error throwing the remote order either through wmic console or using the object library SWbemObjectEx the Microsoft WMI Scripting Library

mmontoya

Posts : 4
Join date : 2013-10-15

Back to top Go down

Install problem - ERROR 1 - WMIC Install Empty Re: Install problem - ERROR 1 - WMIC Install

Post by Admin Thu Oct 17, 2013 6:14 pm

If you are implying that the error is the fault of the installer, then you are wrong.

I don't have any experience with WMI, so I don't have any ideas on what might be going wrong.

Admin
Admin

Posts : 7369
Join date : 2011-06-17

https://codecs.forumotion.net

Back to top Go down

Install problem - ERROR 1 - WMIC Install Empty Re: Install problem - ERROR 1 - WMIC Install

Post by mmontoya Fri Oct 18, 2013 7:31 am

I can suggest that you provide k-lite from a Windows Installer (msi). Thank you.

mmontoya

Posts : 4
Join date : 2013-10-15

Back to top Go down

Install problem - ERROR 1 - WMIC Install Empty Re: Install problem - ERROR 1 - WMIC Install

Post by Admin Fri Oct 18, 2013 3:43 pm

Again you are implying that this problem is the fault of the installer. It isn't. If you want a solution for your problem, then you need to look into what YOU are doing wrong. Many people are deploying the pack unattended without any problems.

MSI is an unreliable piece of crap and will never be used.

WMI has a memory quota per session. On XP that quota is pretty low (128 MB). So increasing that could be a solution.

Admin
Admin

Posts : 7369
Join date : 2011-06-17

https://codecs.forumotion.net

Back to top Go down

Install problem - ERROR 1 - WMIC Install Empty Re: Install problem - ERROR 1 - WMIC Install

Post by mmontoya Mon Oct 21, 2013 9:46 am

Solved!, That was the problem, the wmi fee per session is very low, it must be incremented. I followed these steps:
http://social.technet.microsoft.com/wiki/contents/articles/6563.configmgr-sccm-how-to-increase-wmi-default-memory-allocation.aspx
1) Run “wbemtest” on cmd prompt
2) Connect to the “root” namespace (not “root\default”, just “root”)
3) Select Open Instance, and specify “__ProviderHostQuotaConfiguration=@”
4) Check “Local Only” for easier readability and you will see the threshold values
5) Change the MemoryPerHost value to something greater (Defaul is 128 in XP, increase to 256 MB = 256 *1024 *1024 = 268435456 Reboot is required)
6) Save Property
7) Save Object
Cool Exit

Thanks!!

mmontoya

Posts : 4
Join date : 2013-10-15

Back to top Go down

Install problem - ERROR 1 - WMIC Install Empty Re: Install problem - ERROR 1 - WMIC Install

Post by Admin Mon Oct 21, 2013 3:48 pm

Good.

I think this should only be a problem on XP. Newer versions of Windows have a higher default value.

Admin
Admin

Posts : 7369
Join date : 2011-06-17

https://codecs.forumotion.net

Back to top Go down

Install problem - ERROR 1 - WMIC Install Empty Re: Install problem - ERROR 1 - WMIC Install

Post by Sponsored content


Sponsored content


Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum