Install problem - ERROR 1 - WMIC Install
2 posters
Page 1 of 1
Install problem - ERROR 1 - WMIC Install
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.
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
Re: Install problem - ERROR 1 - WMIC Install
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.
Re: Install problem - ERROR 1 - WMIC Install
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
Re: Install problem - ERROR 1 - WMIC Install
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.
I don't have any experience with WMI, so I don't have any ideas on what might be going wrong.
Re: Install problem - ERROR 1 - WMIC Install
I can suggest that you provide k-lite from a Windows Installer (msi). Thank you.
mmontoya- Posts : 4
Join date : 2013-10-15
Re: Install problem - ERROR 1 - WMIC Install
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.
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.
Re: Install problem - ERROR 1 - WMIC Install
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
Exit
Thanks!!
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
Exit
Thanks!!
mmontoya- Posts : 4
Join date : 2013-10-15
Re: Install problem - ERROR 1 - WMIC Install
Good.
I think this should only be a problem on XP. Newer versions of Windows have a higher default value.
I think this should only be a problem on XP. Newer versions of Windows have a higher default value.
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum