Jump to content


  • 0
jeaostro

How to install Lenovo Software and Drivers with Update Retriever and SCCM during OS deployment

Question

Here is my solution for Lenovo Computers:

 

1.Install and configure Lenovo Update Retriever on a server. Lenovo has good guides for this where you download the software.

2.Download Thininstaller

3.Create a software package that contains the thininstaller files(my software packages is the POC0002D below, this package contains all the thininstaller files) You can download Thininstaller from the same place that you download Update Retriever.

 

Then do the following in the OS deployment task:

1. Under "Install Software" in the OS Deployment task, create a command line task that has the following command line:

cmd.exe /c xcopy.exe \\SCCMSERVER1\SMSPKGE$\POC0002D\*.* c:\lenovo\thininstaller\ /E /D -> With timeout 5 minutes or so.

2.Create a new command line task that has the following command line:

cmd.exe /c thininstaller.exe /CM -search A -action INSTALL -noicon -includerebootpackages 1,2,3,4 -repository \\TVSU-Server\tvsu -> With timout 120 minutes if you like to.

 

The computers is deployed with all the Lenovo drivers and software you specified in the update retriever software.

 

If you get a new Lenovo Model, just add the model to Lenovo Update Retriever and download the drivers/software with this tool.

No need to add lenovo drivers or Lenovo software to sccm.

 

best regards.

jeaostro

Share this post


Link to post
Share on other sites

Recommended Posts

  • 0

Very nice info, thanks ;)

 

What can you propose for someone who is using more than one secondaries and that I install computers on more than 1 place. So to not take all bandwidth it must access the update retriever server from a local server, not distant over WAN.

 

I can base the search on the name of the computer (indicates his place) or on subnet. I could create each time a different 'Run Command line' but then I would have 10 lines extra <_<

 

EDIT: I also found an interesting page on http://pr3m.pri.ee/blog/?p=266

Share this post


Link to post
Share on other sites

  • 0

You can have multiple repository shares, even use a local harddrive connected to a server.

 

 

 

Very nice info, thanks ;)

 

What can you propose for someone who is using more than one secondaries and that I install computers on more than 1 place. So to not take all bandwidth it must access the update retriever server from a local server, not distant over WAN.

 

I can base the search on the name of the computer (indicates his place) or on subnet. I could create each time a different 'Run Command line' but then I would have 10 lines extra <_<

 

EDIT: I also found an interesting page on http://pr3m.pri.ee/blog/?p=266

Share this post


Link to post
Share on other sites

  • 0

You can have multiple repository shares, even use a local harddrive connected to a server.

 

Having usb drives is not very professional. I don't go on those locations. I just give the software for them. But I already figured out how I'm gonna do this.

Thanks

Share this post


Link to post
Share on other sites

  • 0

Ok I tested this solution and it didn't worked. A snippet from the log

 

Info 2010-09-13 , 12:00:44 InstallSoftware 13/09/2010 12:00:45 3324 (0x0CFC)

at Tvt.LocalRepositoryDatabase.LocalRepositoryDatabaseManager.GetDescrips(String shareName, String mtm, String os, String oslang, String agent, Boolean bValidateLocalRepository) InstallSoftware 13/09/2010 12:00:45 3324 (0x0CFC)

Message: No database.xml file found. The application will start searching folders for updates. InstallSoftware 13/09/2010 12:00:45 3324 (0x0CFC)

InstallSoftware 13/09/2010 12:00:45 3324 (0x0CFC)

Severe 2010-09-13 , 12:00:44 InstallSoftware 13/09/2010 12:00:45 3324 (0x0CFC)

at Tvt.LocalRepositoryDatabase.LocalRepositoryDatabaseManager.GetDescrips(String shareName, String mtm, String os, String oslang, String agent, Boolean bValidateLocalRepository) InstallSoftware 13/09/2010 12:00:45 3324 (0x0CFC)

Message: The database file wasn't found, or is not valid in \\10.55.65.5\tvsu\ message:Access to the path '\\10.55.65.5\tvsu' is denied. InstallSoftware 13/09/2010 12:00:45 3324 (0x0CFC)

InstallSoftware 13/09/2010 12:00:45 3324 (0x0CFC)

Severe 2010-09-13 , 12:00:44 InstallSoftware 13/09/2010 12:00:45 3324 (0x0CFC)

at Tvt.LocalRepositoryDatabase.LocalRepositoryDatabaseManager.GetDescriptors(String shareName, String mtm, String os, String oslang, String agent, Boolean bValidateLocalRepository) InstallSoftware 13/09/2010 12:00:45 3324 (0x0CFC)

Message: An exception occurred when getting descriptors from \\10.55.65.5\tvsu\ InstallSoftware 13/09/2010 12:00:45 3324 (0x0CFC)

InstallSoftware 13/09/2010 12:00:45 3324 (0x0CFC)

Severe 2010-09-13 , 12:00:45 InstallSoftware 13/09/2010 12:00:45 3324 (0x0CFC)

at Tvsu.Engine.Process.HelpCenterIndexRepositoryProcess._Start() InstallSoftware 13/09/2010 12:00:45 3324 (0x0CFC)

Message: An enception ocurred while getting the candidate updates list from the local repository InstallSoftware 13/09/2010 12:00:45 3324 (0x0CFC)

InstallSoftware 13/09/2010 12:00:45 3324 (0x0CFC)

Severe 2010-09-13 , 12:00:45 InstallSoftware 13/09/2010 12:00:45 3324 (0x0CFC)

at Tvsu.Engine.Task.Task.StartExecution() InstallSoftware 13/09/2010 12:00:45 3324 (0x0CFC)

Message: An error occurred while the task: ApplicableUpdatesTask executed the process: HelpCenterIndexRepositoryProcessthe message from exception isThe database file wasn't found, or is not valid InstallSoftware 13/09/2010 12:00:45 3324 (0x0CFC)

Exception: InstallSoftware 13/09/2010 12:00:45 3324 (0x0CFC)

Message: The database file wasn't found, or is not valid InstallSoftware 13/09/2010 12:00:45 3324 (0x0CFC)

Type: Tvt.Helpcenter.LocalRepositoryIndexProcessor.LocalRepositoryDatabaseException InstallSoftware 13/09/2010 12:00:45 3324 (0x0CFC)

at Tvsu.Engine.Task.Task.Start() InstallSoftware 13/09/2010 12:00:45 3324 (0x0CFC)

at Tvsu.Engine.Task.Task.StartExecution() InstallSoftware 13/09/2010 12:00:45 3324 (0x0CFC)

InstallSoftware 13/09/2010 12:00:45 3324 (0x0CFC)

Severe 2010-09-13 , 12:00:45 InstallSoftware 13/09/2010 12:00:45 3324 (0x0CFC)

at Tvsu.CommandLine.CommandLineParameters.StartCommanLineParameters(String[] arguments) InstallSoftware 13/09/2010 12:00:45 3324 (0x0CFC)

Message: Error on command line parameters InstallSoftware 13/09/2010 12:00:45 3324 (0x0CFC)

Exception: InstallSoftware 13/09/2010 12:00:45 3324 (0x0CFC)

Message: The database file wasn't found, or is not valid InstallSoftware 13/09/2010 12:00:45 3324 (0x0CFC)

Type: Tvt.Helpcenter.LocalRepositoryIndexProcessor.LocalRepositoryDatabaseException InstallSoftware 13/09/2010 12:00:45 3324 (0x0CFC)

at Tvsu.Engine.Task.Task.StartExecution() InstallSoftware 13/09/2010 12:00:45 3324 (0x0CFC)

at Tvsu.Sdk.SuSdk.GetApplicableUpdates(searchingFolderDelegate spd, showErrMsgDelegate sed) InstallSoftware 13/09/2010 12:00:45 3324 (0x0CFC)

at Tvsu.CommandLine.CommandLineParameters.SearchForUpdates() InstallSoftware 13/09/2010 12:00:46 3324 (0x0CFC)

at Tvsu.CommandLine.CommandLineParameters.StartCommanLineParameters(String[] arguments) InstallSoftware 13/09/2010 12:00:46 3324 (0x0CFC)

InstallSoftware 13/09/2010 12:00:46 3324 (0x0CFC)

Info 2010-09-13 , 12:00:45 InstallSoftware 13/09/2010 12:00:46 3324 (0x0CFC)

at Tvsu.CommandLine.CommandLineParameters.StartCommanLineParameters(String[] arguments) InstallSoftware 13/09/2010 12:00:46 3324 (0x0CFC)

Message: Installation succeeded, and reboot been suppressed InstallSoftware 13/09/2010 12:00:46 3324 (0x0CFC)

InstallSoftware 13/09/2010 12:00:46 3324 (0x0CFC)

Info 2010-09-13 , 12:01:39 InstallSoftware 13/09/2010 12:01:39 3324 (0x0CFC)

at Tvsu.Executor.CommandLauncher.ExecuteCommandLine(String dir, String cmd, String args, String _installType, Int64 timeOut, Boolean hide) InstallSoftware 13/09/2010 12:01:39 3324 (0x0CFC)

Message: C:\ThinInst\egather\ ia.exe -filename"C:\ThinInst\egather\sysreco" -silent -local -section SYSTEM_SUMMARY REGIONAL_SETTINGS SMBIOS_INFORMATION Firmware_Information Installed_Software SMBIOS_INFORMATION DEVICE_DRIVERS_AND_SERVICES IDE_DEVICE_INFORMATION DEVICE_MANAGER_SETTINGS -p device_manager enable_hardwareid COMMAND 300000 InstallSoftware 13/09/2010 12:01:39 3324 (0x0CFC)

InstallSoftware 13/09/2010 12:01:39 3324 (0x0CFC)

Info 2010-09-13 , 12:01:39 InstallSoftware 13/09/2010 12:01:39 3324 (0x0CFC)

at Tvsu.Executor.CommandLauncher.ExecuteCommandLine(String dir, String cmd, String args, String _installType, Int64 timeOut, Boolean hide) InstallSoftware 13/09/2010 12:01:39 3324 (0x0CFC)

Message: Hidden InstallSoftware 13/09/2010 12:01:39 3324 (0x0CFC)

InstallSoftware 13/09/2010 12:01:39 3324 (0x0CFC)

Info 2010-09-13 , 12:01:39 InstallSoftware 13/09/2010 12:01:39 3324 (0x0CFC)

at Tvsu.Executor.CommandLauncher.ExecuteCommandLine(String dir, String cmd, String args, String _installType, Int64 timeOut, Boolean hide) InstallSoftware 13/09/2010 12:01:39 3324 (0x0CFC)

Message: 0 InstallSoftware 13/09/2010 12:01:39 3324 (0x0CFC)

InstallSoftware 13/09/2010 12:01:39 3324 (0x0CFC)

Info 2010-09-13 , 12:01:39 InstallSoftware 13/09/2010 12:01:39 3324 (0x0CFC)

at Tvsu.Egather.EgatherExecutor.ExecuteEgather(String fileOutput, String args) InstallSoftware 13/09/2010 12:01:39 3324 (0x0CFC)

Message: RC eGatherer: 0 InstallSoftware 13/09/2010 12:01:39 3324 (0x0CFC)

InstallSoftware 13/09/2010 12:01:39 3324 (0x0CFC)

Process completed with exit code 1 InstallSoftware 13/09/2010 12:01:39 3324 (0x0CFC)

Command line returned 1 InstallSoftware 13/09/2010 12:01:39 3324 (0x0CFC)

Process completed with exit code 1 TSManager 13/09/2010 12:01:39 2212 (0x08A4)

!--------------------------------------------------------------------------------------------! TSManager 13/09/2010 12:01:39 2212 (0x08A4)

Failed to run the action: Run Thininstaller.

Incorrect function. (Error: 00000001; Source: Windows) TSManager 13/09/2010 12:01:39 2212 (0x08A4)

Sending status message . . . TSManager 13/09/2010 12:01:39 2212 (0x08A4)

Send a task execution status message SMS_TSExecution_ActionFailError TSManager 13/09/2010 12:01:39 2212 (0x08A4)

MP server primserver.dns.fr and port 80. SSL=false. CRL=false. TSManager 13/09/2010 12:01:39 2212 (0x08A4)

Site code: AAN TSManager 13/09/2010 12:01:39 2212 (0x08A4)

Client machine name: mentos04 TSManager 13/09/2010 12:01:39 2212 (0x08A4)

Client Identity: GUID:B0DA2C89-6DB9-4A4D-B376-15349AAC320D TSManager 13/09/2010 12:01:39 2212 (0x08A4)

Advertisement ID: AAN2059D TSManager 13/09/2010 12:01:39 2212 (0x08A4)

Package ID: AAN00185 TSManager 13/09/2010 12:01:39 2212 (0x08A4)

Sending StatusMessage TSManager 13/09/2010 12:01:39 2212 (0x08A4)

Formatted header: TSManager 13/09/2010 12:01:39 2212 (0x08A4)

<Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>8b28e089-91b4-41ab-b0ee-40f04d43dca9</SourceID><SourceHost/><TargetAddress>mp:[http]MP_StatusManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2010-09-13T10:01:39Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="4240"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>StatusReceiver</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg>

TSManager 13/09/2010 12:01:39 2212 (0x08A4)

CLibSMSMessageWinHttpTransport::Send: URL: primserver.dns.fr:80 CCM_POST /ccm_system/request TSManager 13/09/2010 12:01:39 2212 (0x08A4)

The request has succeeded. 200 OK TSManager 13/09/2010 12:01:39 2212 (0x08A4)

Set a global environment variable _SMSTSLastActionRetCode=1 TSManager 13/09/2010 12:01:39 2212 (0x08A4)

Set a global environment variable _SMSTSLastActionSucceeded=false TSManager 13/09/2010 12:01:39 2212 (0x08A4)

Clear local default environment TSManager 13/09/2010 12:01:39 2212 (0x08A4)

Let the parent group (Install General Software) decides whether to continue execution TSManager 13/09/2010 12:01:39 2212 (0x08A4)

The execution of the group (Install General Software) has failed and the execution has been aborted. An action failed.

Operation aborted (Error: 80004004; Source: Windows) TSManager 13/09/2010 12:01:39 2212 (0x08A4)

Failed to run the last action: Run Thininstaller. Execution of task sequence failed.

Incorrect function. (Error: 00000001; Source: Windows) TSManager 13/09/2010 12:01:39 2212 (0x08A4)

Sending status message . . . TSManager 13/09/2010 12:01:39 2212 (0x08A4)

Send a task execution status message SMS_TSExecution_TaskSequenceFailError TSManager 13/09/2010 12:01:39 2212 (0x08A4)

MP server primserver.dns.fr and port 80. SSL=false. CRL=false. TSManager 13/09/2010 12:01:39 2212 (0x08A4)

Site code: AAN TSManager 13/09/2010 12:01:39 2212 (0x08A4)

Client machine name: mentos04 TSManager 13/09/2010 12:01:39 2212 (0x08A4)

Client Identity: GUID:B0DA2C89-6DB9-4A4D-B376-15349AAC320D TSManager 13/09/2010 12:01:39 2212 (0x08A4)

Advertisement ID: AAN2059D TSManager 13/09/2010 12:01:39 2212 (0x08A4)

Package ID: AAN00185 TSManager 13/09/2010 12:01:39 2212 (0x08A4)

Sending StatusMessage TSManager 13/09/2010 12:01:39 2212 (0x08A4)

Formatted header: TSManager 13/09/2010 12:01:39 2212 (0x08A4)

<Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>8b28e089-91b4-41ab-b0ee-40f04d43dca9</SourceID><SourceHost/><TargetAddress>mp:[http]MP_StatusManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2010-09-13T10:01:39Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="2130"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>StatusReceiver</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg>

TSManager 13/09/2010 12:01:39 2212 (0x08A4)

CLibSMSMessageWinHttpTransport::Send: URL: primserver.dns.fr:80 CCM_POST /ccm_system/request TSManager 13/09/2010 12:01:39 2212 (0x08A4)

The request has succeeded. 200 OK TSManager 13/09/2010 12:01:39 2212 (0x08A4)

Execution::enExecutionFail != m_eExecutionResult, HRESULT=80004005 (e:\nts_sms_fre\sms\client\tasksequence\tsmanager\tsmanager.cpp,767) TSManager 13/09/2010 12:16:39 2212 (0x08A4)

Task Sequence Engine failed! Code: enExecutionFail TSManager 13/09/2010 12:16:39 2212 (0x08A4)

**************************************************************************** TSManager 13/09/2010 12:16:39 2212 (0x08A4)

Task sequence execution failed with error code 80004005 TSManager 13/09/2010 12:16:39 2212 (0x08A4)

Cleaning Up. Removing Authenticator TSManager 13/09/2010 12:16:39 2212 (0x08A4)

Cleaning up task sequence folder TSManager 13/09/2010 12:16:39 2212 (0x08A4)

Share this post


Link to post
Share on other sites

  • 0

:Access to the path '\\10.55.65.5\tvsu' is denied

Can the application access this path? Try sharing it and set everyone for read as a test.

 

 

 

Ok I tested this solution and it didn't worked. A snippet from the log

 

Info 2010-09-13 , 12:00:44 InstallSoftware 13/09/2010 12:00:45 3324 (0x0CFC)

at Tvt.LocalRepositoryDatabase.LocalRepositoryDatabaseManager.GetDescrips(String shareName, String mtm, String os, String oslang, String agent, Boolean bValidateLocalRepository) InstallSoftware 13/09/2010 12:00:45 3324 (0x0CFC)

Message: No database.xml file found. The application will start searching folders for updates. InstallSoftware 13/09/2010 12:00:45 3324 (0x0CFC)

InstallSoftware 13/09/2010 12:00:45 3324 (0x0CFC)

Severe 2010-09-13 , 12:00:44 InstallSoftware 13/09/2010 12:00:45 3324 (0x0CFC)

at Tvt.LocalRepositoryDatabase.LocalRepositoryDatabaseManager.GetDescrips(String shareName, String mtm, String os, String oslang, String agent, Boolean bValidateLocalRepository) InstallSoftware 13/09/2010 12:00:45 3324 (0x0CFC)

Message: The database file wasn't found, or is not valid in \\10.55.65.5\tvsu\ message:Access to the path '\\10.55.65.5\tvsu' is denied. InstallSoftware 13/09/2010 12:00:45 3324 (0x0CFC)

InstallSoftware 13/09/2010 12:00:45 3324 (0x0CFC)

Severe 2010-09-13 , 12:00:44 InstallSoftware 13/09/2010 12:00:45 3324 (0x0CFC)

at Tvt.LocalRepositoryDatabase.LocalRepositoryDatabaseManager.GetDescriptors(String shareName, String mtm, String os, String oslang, String agent, Boolean bValidateLocalRepository) InstallSoftware 13/09/2010 12:00:45 3324 (0x0CFC)

Message: An exception occurred when getting descriptors from \\10.55.65.5\tvsu\ InstallSoftware 13/09/2010 12:00:45 3324 (0x0CFC)

InstallSoftware 13/09/2010 12:00:45 3324 (0x0CFC)

Severe 2010-09-13 , 12:00:45 InstallSoftware 13/09/2010 12:00:45 3324 (0x0CFC)

at Tvsu.Engine.Process.HelpCenterIndexRepositoryProcess._Start() InstallSoftware 13/09/2010 12:00:45 3324 (0x0CFC)

Message: An enception ocurred while getting the candidate updates list from the local repository InstallSoftware 13/09/2010 12:00:45 3324 (0x0CFC)

InstallSoftware 13/09/2010 12:00:45 3324 (0x0CFC)

Severe 2010-09-13 , 12:00:45 InstallSoftware 13/09/2010 12:00:45 3324 (0x0CFC)

at Tvsu.Engine.Task.Task.StartExecution() InstallSoftware 13/09/2010 12:00:45 3324 (0x0CFC)

Message: An error occurred while the task: ApplicableUpdatesTask executed the process: HelpCenterIndexRepositoryProcessthe message from exception isThe database file wasn't found, or is not valid InstallSoftware 13/09/2010 12:00:45 3324 (0x0CFC)

Exception: InstallSoftware 13/09/2010 12:00:45 3324 (0x0CFC)

Message: The database file wasn't found, or is not valid InstallSoftware 13/09/2010 12:00:45 3324 (0x0CFC)

Type: Tvt.Helpcenter.LocalRepositoryIndexProcessor.LocalRepositoryDatabaseException InstallSoftware 13/09/2010 12:00:45 3324 (0x0CFC)

at Tvsu.Engine.Task.Task.Start() InstallSoftware 13/09/2010 12:00:45 3324 (0x0CFC)

at Tvsu.Engine.Task.Task.StartExecution() InstallSoftware 13/09/2010 12:00:45 3324 (0x0CFC)

InstallSoftware 13/09/2010 12:00:45 3324 (0x0CFC)

Severe 2010-09-13 , 12:00:45 InstallSoftware 13/09/2010 12:00:45 3324 (0x0CFC)

at Tvsu.CommandLine.CommandLineParameters.StartCommanLineParameters(String[] arguments) InstallSoftware 13/09/2010 12:00:45 3324 (0x0CFC)

Message: Error on command line parameters InstallSoftware 13/09/2010 12:00:45 3324 (0x0CFC)

Exception: InstallSoftware 13/09/2010 12:00:45 3324 (0x0CFC)

Message: The database file wasn't found, or is not valid InstallSoftware 13/09/2010 12:00:45 3324 (0x0CFC)

Type: Tvt.Helpcenter.LocalRepositoryIndexProcessor.LocalRepositoryDatabaseException InstallSoftware 13/09/2010 12:00:45 3324 (0x0CFC)

at Tvsu.Engine.Task.Task.StartExecution() InstallSoftware 13/09/2010 12:00:45 3324 (0x0CFC)

at Tvsu.Sdk.SuSdk.GetApplicableUpdates(searchingFolderDelegate spd, showErrMsgDelegate sed) InstallSoftware 13/09/2010 12:00:45 3324 (0x0CFC)

at Tvsu.CommandLine.CommandLineParameters.SearchForUpdates() InstallSoftware 13/09/2010 12:00:46 3324 (0x0CFC)

at Tvsu.CommandLine.CommandLineParameters.StartCommanLineParameters(String[] arguments) InstallSoftware 13/09/2010 12:00:46 3324 (0x0CFC)

InstallSoftware 13/09/2010 12:00:46 3324 (0x0CFC)

Info 2010-09-13 , 12:00:45 InstallSoftware 13/09/2010 12:00:46 3324 (0x0CFC)

at Tvsu.CommandLine.CommandLineParameters.StartCommanLineParameters(String[] arguments) InstallSoftware 13/09/2010 12:00:46 3324 (0x0CFC)

Message: Installation succeeded, and reboot been suppressed InstallSoftware 13/09/2010 12:00:46 3324 (0x0CFC)

InstallSoftware 13/09/2010 12:00:46 3324 (0x0CFC)

Info 2010-09-13 , 12:01:39 InstallSoftware 13/09/2010 12:01:39 3324 (0x0CFC)

at Tvsu.Executor.CommandLauncher.ExecuteCommandLine(String dir, String cmd, String args, String _installType, Int64 timeOut, Boolean hide) InstallSoftware 13/09/2010 12:01:39 3324 (0x0CFC)

Message: C:\ThinInst\egather\ ia.exe -filename"C:\ThinInst\egather\sysreco" -silent -local -section SYSTEM_SUMMARY REGIONAL_SETTINGS SMBIOS_INFORMATION Firmware_Information Installed_Software SMBIOS_INFORMATION DEVICE_DRIVERS_AND_SERVICES IDE_DEVICE_INFORMATION DEVICE_MANAGER_SETTINGS -p device_manager enable_hardwareid COMMAND 300000 InstallSoftware 13/09/2010 12:01:39 3324 (0x0CFC)

InstallSoftware 13/09/2010 12:01:39 3324 (0x0CFC)

Info 2010-09-13 , 12:01:39 InstallSoftware 13/09/2010 12:01:39 3324 (0x0CFC)

at Tvsu.Executor.CommandLauncher.ExecuteCommandLine(String dir, String cmd, String args, String _installType, Int64 timeOut, Boolean hide) InstallSoftware 13/09/2010 12:01:39 3324 (0x0CFC)

Message: Hidden InstallSoftware 13/09/2010 12:01:39 3324 (0x0CFC)

InstallSoftware 13/09/2010 12:01:39 3324 (0x0CFC)

Info 2010-09-13 , 12:01:39 InstallSoftware 13/09/2010 12:01:39 3324 (0x0CFC)

at Tvsu.Executor.CommandLauncher.ExecuteCommandLine(String dir, String cmd, String args, String _installType, Int64 timeOut, Boolean hide) InstallSoftware 13/09/2010 12:01:39 3324 (0x0CFC)

Message: 0 InstallSoftware 13/09/2010 12:01:39 3324 (0x0CFC)

InstallSoftware 13/09/2010 12:01:39 3324 (0x0CFC)

Info 2010-09-13 , 12:01:39 InstallSoftware 13/09/2010 12:01:39 3324 (0x0CFC)

at Tvsu.Egather.EgatherExecutor.ExecuteEgather(String fileOutput, String args) InstallSoftware 13/09/2010 12:01:39 3324 (0x0CFC)

Message: RC eGatherer: 0 InstallSoftware 13/09/2010 12:01:39 3324 (0x0CFC)

InstallSoftware 13/09/2010 12:01:39 3324 (0x0CFC)

Process completed with exit code 1 InstallSoftware 13/09/2010 12:01:39 3324 (0x0CFC)

Command line returned 1 InstallSoftware 13/09/2010 12:01:39 3324 (0x0CFC)

Process completed with exit code 1 TSManager 13/09/2010 12:01:39 2212 (0x08A4)

!--------------------------------------------------------------------------------------------! TSManager 13/09/2010 12:01:39 2212 (0x08A4)

Failed to run the action: Run Thininstaller.

Incorrect function. (Error: 00000001; Source: Windows) TSManager 13/09/2010 12:01:39 2212 (0x08A4)

Sending status message . . . TSManager 13/09/2010 12:01:39 2212 (0x08A4)

Send a task execution status message SMS_TSExecution_ActionFailError TSManager 13/09/2010 12:01:39 2212 (0x08A4)

MP server primserver.dns.fr and port 80. SSL=false. CRL=false. TSManager 13/09/2010 12:01:39 2212 (0x08A4)

Site code: AAN TSManager 13/09/2010 12:01:39 2212 (0x08A4)

Client machine name: mentos04 TSManager 13/09/2010 12:01:39 2212 (0x08A4)

Client Identity: GUID:B0DA2C89-6DB9-4A4D-B376-15349AAC320D TSManager 13/09/2010 12:01:39 2212 (0x08A4)

Advertisement ID: AAN2059D TSManager 13/09/2010 12:01:39 2212 (0x08A4)

Package ID: AAN00185 TSManager 13/09/2010 12:01:39 2212 (0x08A4)

Sending StatusMessage TSManager 13/09/2010 12:01:39 2212 (0x08A4)

Formatted header: TSManager 13/09/2010 12:01:39 2212 (0x08A4)

<Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>8b28e089-91b4-41ab-b0ee-40f04d43dca9</SourceID><SourceHost/><TargetAddress>mp:[http]MP_StatusManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2010-09-13T10:01:39Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="4240"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>StatusReceiver</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg>

TSManager 13/09/2010 12:01:39 2212 (0x08A4)

CLibSMSMessageWinHttpTransport::Send: URL: primserver.dns.fr:80 CCM_POST /ccm_system/request TSManager 13/09/2010 12:01:39 2212 (0x08A4)

The request has succeeded. 200 OK TSManager 13/09/2010 12:01:39 2212 (0x08A4)

Set a global environment variable _SMSTSLastActionRetCode=1 TSManager 13/09/2010 12:01:39 2212 (0x08A4)

Set a global environment variable _SMSTSLastActionSucceeded=false TSManager 13/09/2010 12:01:39 2212 (0x08A4)

Clear local default environment TSManager 13/09/2010 12:01:39 2212 (0x08A4)

Let the parent group (Install General Software) decides whether to continue execution TSManager 13/09/2010 12:01:39 2212 (0x08A4)

The execution of the group (Install General Software) has failed and the execution has been aborted. An action failed.

Operation aborted (Error: 80004004; Source: Windows) TSManager 13/09/2010 12:01:39 2212 (0x08A4)

Failed to run the last action: Run Thininstaller. Execution of task sequence failed.

Incorrect function. (Error: 00000001; Source: Windows) TSManager 13/09/2010 12:01:39 2212 (0x08A4)

Sending status message . . . TSManager 13/09/2010 12:01:39 2212 (0x08A4)

Send a task execution status message SMS_TSExecution_TaskSequenceFailError TSManager 13/09/2010 12:01:39 2212 (0x08A4)

MP server primserver.dns.fr and port 80. SSL=false. CRL=false. TSManager 13/09/2010 12:01:39 2212 (0x08A4)

Site code: AAN TSManager 13/09/2010 12:01:39 2212 (0x08A4)

Client machine name: mentos04 TSManager 13/09/2010 12:01:39 2212 (0x08A4)

Client Identity: GUID:B0DA2C89-6DB9-4A4D-B376-15349AAC320D TSManager 13/09/2010 12:01:39 2212 (0x08A4)

Advertisement ID: AAN2059D TSManager 13/09/2010 12:01:39 2212 (0x08A4)

Package ID: AAN00185 TSManager 13/09/2010 12:01:39 2212 (0x08A4)

Sending StatusMessage TSManager 13/09/2010 12:01:39 2212 (0x08A4)

Formatted header: TSManager 13/09/2010 12:01:39 2212 (0x08A4)

<Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>8b28e089-91b4-41ab-b0ee-40f04d43dca9</SourceID><SourceHost/><TargetAddress>mp:[http]MP_StatusManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2010-09-13T10:01:39Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="2130"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>StatusReceiver</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg>

TSManager 13/09/2010 12:01:39 2212 (0x08A4)

CLibSMSMessageWinHttpTransport::Send: URL: primserver.dns.fr:80 CCM_POST /ccm_system/request TSManager 13/09/2010 12:01:39 2212 (0x08A4)

The request has succeeded. 200 OK TSManager 13/09/2010 12:01:39 2212 (0x08A4)

Execution::enExecutionFail != m_eExecutionResult, HRESULT=80004005 (e:\nts_sms_fre\sms\client\tasksequence\tsmanager\tsmanager.cpp,767) TSManager 13/09/2010 12:16:39 2212 (0x08A4)

Task Sequence Engine failed! Code: enExecutionFail TSManager 13/09/2010 12:16:39 2212 (0x08A4)

**************************************************************************** TSManager 13/09/2010 12:16:39 2212 (0x08A4)

Task sequence execution failed with error code 80004005 TSManager 13/09/2010 12:16:39 2212 (0x08A4)

Cleaning Up. Removing Authenticator TSManager 13/09/2010 12:16:39 2212 (0x08A4)

Cleaning up task sequence folder TSManager 13/09/2010 12:16:39 2212 (0x08A4)

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...



×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.