SuperSyl
Posts: 3
Score: 0 Joined: 9/10/2007 Status: offline
|
Hi, This is my Startnet.cmd ***** Startnet.cmd ********************************************************************************* @echo off REM **************************************************** REM ** Script pour automatiser Winpe ** REM **************************************************** REM ** ** REM ** Auteur: Sylvain Rousseau (61985) ** REM ** Date: 28 aout 2007 ** REM ** Version: 1.05 ** REM ** ajout loadstate après ghost + ghost32 manuel ** REM ** ajout username + password ** REM ** ** REM ** Plateforme: WINPE 2.0 ** REM ** ** REM **************************************************** SET DEFAULT_R_PROFIL=NON SET DEFAULT_R_DISK=NON SET DEFAULT_R_OS=XP SET DEFAULT_R_TYPE=1 SET DEFAULT_R_IDE=-auto -fx SET DEFAULT_R_LSTATE=NON SET DEFAULT_R_XP=1 @echo on @echo *****************INITIALISATION DU RESEAU EN COURS ************ @echo. @echo. @echo ************** VEUILLEZ PATIENTER QUELQUES INSTANT ************ @echo off WPEUTIL InitializeNetwork @echo. @echo. @echo. @echo. @echo. @echo. @echo *************************GESTION DES PROFILS ACTUELLES*************************** @echo *** set /p R_PROFIL=VOULEZ-VOUS GARDER LES PROFILS ACTUELLEMENT SUR CE POSTE? (o OU n ) (defaut= n): IF "%R_PROFIL%"=="" SET R_PROFIL=Non IF "%R_PROFIL%"=="Oui" GOTO PROFIL IF "%R_PROFIL%"=="oui" GOTO PROFIL IF "%R_PROFIL%"=="Yes" GOTO PROFIL IF "%R_PROFIL%"=="yes" GOTO PROFIL IF "%R_PROFIL%"=="O" GOTO PROFIL IF "%R_PROFIL%"=="o" GOTO PROFIL IF "%R_PROFIL%"=="Y" GOTO PROFIL IF "%R_PROFIL%"=="y" GOTO PROFIL GOTO DISKCONFIG :PROFIL @echo. @echo SAUVEGARDE DES PROFILS EN COURS... @echo ************************************ REM MAP RESEAU SUR C3PO\Distribution$\Captures\USMT pour scanstate net use j: \\C3PO\Distribution$\Captures /USER:mydomain\myuser Passw0rd @echo SAUVEGARDE DES PROFILS EN COURS... @echo ************************************ @echo. @echo. @echo ******* sauvegarde des profiles sur c3po en cours ********** J:\usmt\scanstate.exe j:\profile /all /o GOTO DISKCONFIG :DISKCONFIG @echo. @echo ****** UTILITAIRE DISKPART ********* @echo ************************************ set /p R_DISK=Voulez-vous effacer le disque dur(si BDD)? (o ou n) (defaut= n): IF "%R_DISK%"=="" SET R_PROFIL=Non IF "%R_DISK%"=="Oui" GOTO DISKPART IF "%R_DISK%"=="oui" GOTO DISKPART IF "%R_DISK%"=="Yes" GOTO DISKPART IF "%R_DISK%"=="yes" GOTO DISKPART IF "%R_DISK%"=="O" GOTO DISKPART IF "%R_DISK%"=="o" GOTO DISKPART IF "%R_DISK%"=="Y" GOTO DISKPART IF "%R_DISK%"=="y" GOTO DISKPART GOTO OS :DISKPART diskpart /s scriptw2k.txt GOTO OS :OS cls @echo. @echo. @echo. set /p R_OS=Veuillez specifier POUR QUEL OS? (0=Ghost manuel 1=W2K ,2=XP OU 3=VISTA) (defaut=XP): IF "%R_OS%"=="" GOTO XP IF "%R_OS%"=="0" GOTO PERSO IF "%R_OS%"=="1" GOTO W2K IF "%R_OS%"=="2" GOTO XP IF "%R_OS%"=="3" GOTO VISTA :PERSO cls @echo. @echo. @echo. @echo ********************************************************* @echo ****** Vous avez choisi GHOST32 en mode manuel ********** @echo ********************************************************* @echo **** **** @echo **** LES LECTEURS RESEAUX SONT **** @echo **** G:\=> C3PO\GHOST et S:\=>132.210.12.214\Images$ **** @echo **** **** @echo ********************************************************* @echo. @echo ****** Chargement de Ghost32 en cours ********* net use s: \\132.210.12.214\images$ /USER:mydomain\myuser Passw0rd net use g: \\c3po\Ghost /USER:mydomain\myuser Passw0rd g:\ghost32.exe GOTO END :w2k rem bootsect /nt52 all bootsect /nt52 sys c: /force set /p R_IDE=Specifier type de disque dur IDE ou SATA (1=IDE ,2=SATA) (defaut=IDE): IF "%R_IDE%"=="" SET R_IDE=-auto -fx IF "%R_IDE%"=="1" SET R_IDE=-auto -fx IF "%R_IDE%"=="2" SET R_IDE=-auto -fx -fni REM SI w2k ON DOIT UTILISER GHOST... map G:\ sur c3po\ghost net use g: \\c3po\Ghost /user:mydomain\myuser Passw0rd @echo. @echo ****** Installation de l'image W2Kof2k3.gho EN COURS ********* @echo ************************************ g:\ghost32.exe -clone,mode=restore,src=g:\Img_base\Win_2K\W2KOf2k3.gho,dst=1 -sure -quiet -auto %R_IDE% GOTO USER :USER set /p R_IDE=Voulez-vous récupérer un profil? (o ou n) (defaut= n) IF "%R_LSTATE%"=="" SET R_LSTATE=Non IF "%R_LSTATE%"=="non" GOTO END IF "%R_LSTATE%"=="NON" GOTO END IF "%R_LSTATE%"=="NO" GOTO END IF "%R_LSTATE%"=="no" GOTO END IF "%R_LSTATE%"=="N" GOTO END IF "%R_LSTATE%"=="n" GOTO END REM MAP RESEAU SUR C3PO\Distributions$\Captures\USMT pour loadstate net use j: \\c3po\Distribution$\Captures\ /user:mydomain\myuser Passw0rd @echo RECUPERATION DES PROFILS EN COURS... @echo ************************************ @echo. @echo. @echo ******* recuperation des profiles sur c3po en cours ********** J:\usmt\loadstate.exe j:\profile /all /q GOTO END :XP cls @echo. @echo. @echo. @echo. @echo ************************************************* @echo ******** Vous avez choisi xp... ********* @echo ************************************************* @echo. @echo. @echo. @echo. rem bootsect /nt52 all bootsect /nt52 sys c: /force set /p R_XP=VEUILLEZ CHOISIR ENTRE GHOST(xpclean.gho 4pas gestion profil) OU BDD? (0=Ghost 1=BDD) (defaut=BDD): IF "%R_XP%"=="" SET R_XP=1 IF "%R_XP%"=="0" GOTO GHOSTXP IF "%R_XP%"=="1" SET R_XP=1 @echo. @echo. @echo. @echo ************************************************* @echo ****** Vous avez choisi BDD... ****** @echo ****** ****** @echo ****** veuillez patientez ... ****** @echo ****** Quelques instant... ****** @echo ****** ****** @echo ****** chargement interface graphique ****** @echo ****** en cours... ****** @echo ************************************************* @echo. CALL WPEINIT GOTO END :GHOSTXP set /p R_IDE=Specifier type de disque dur IDE ou SATA (1=IDE ,2=SATA) (defaut=IDE): IF "%R_IDE%"=="" SET R_IDE=-auto -fx IF "%R_IDE%"=="1" SET R_IDE=-auto -fx IF "%R_IDE%"=="2" SET R_IDE=-auto -fx -fni REM SI xp AVEC gHOST... map G:\ sur c3po\ghost net use g: \\c3po\Ghost /user:mydomain\myuser Passw0rd @echo. @echo ****** Installation de l'image xpclean.gho EN COURS ********* @echo ************************************ g:\ghost32.exe -clone,mode=restore,src=g:\Img_base\Win_XP\xpclean.gho,dst=1 -sure -auto -quiet %R_IDE% GOTO END :VISTA cls @echo. @echo. @echo. @echo. @echo ************************************************ @echo ***** Vous avez choisi VISTA... ***** @echo ***** ***** @echo ***** ***** @echo ***** veuillez patientez ... ***** @echo ***** ***** @echo ***** ***** @echo ***** chargement de l'interface graphique ***** @echo ***** ***** @echo ***** en cours... ***** @echo ***** ***** @echo ************************************************ CALL WPEINIT GOTO END :END @echo on @pause ********SMSTS.LOG *********************************************************************************************************** <![LOG[==============================[ TSMBootStrap.exe ]==============================]LOG]!><time="20:24:25.858+000" date="09-05-2007" component="TSMBootstrap" context="" type="1" thread="1196" file="tsmbootstrap.cpp:1081"> <![LOG[Command line: "X:\Deploy\Tools\X86\TsmBootstrap.exe" /env:SAStart]LOG]!><time="20:24:25.858+000" date="09-05-2007" component="TSMBootstrap" context="" type="0" thread="1196" file="tsmbootstrap.cpp:1082"> <![LOG[Running Task Sequence in standalone.]LOG]!><time="20:24:25.858+000" date="09-05-2007" component="TSMBootstrap" context="" type="0" thread="1196" file="tsmbootstrap.cpp:607"> <![LOG[Environment scope "Global\{51A016B6-F0DE-4752-B97C-54E6F386A912}" successfully created]LOG]!><time="20:24:25.858+000" date="09-05-2007" component="TSMBootstrap" context="" type="1" thread="1196" file="environmentscope.cpp:230"> <![LOG[Environment scope "Global\{BA3A3900-CA6D-4ac1-8C28-5073AFC22B03}" successfully created]LOG]!><time="20:24:25.858+000" date="09-05-2007" component="TSMBootstrap" context="" type="1" thread="1196" file="environmentscope.cpp:230"> <![LOG[Loading the Environment Variables from "X:\Deploy\Tools\X86\variables.dat".]LOG]!><time="20:24:25.952+000" date="09-05-2007" component="TSMBootstrap" context="" type="1" thread="1196" file="tsmbootstrap.cpp:633"> <![LOG[We do not find an available volume to store the local data path]LOG]!><time="20:24:25.967+000" date="09-05-2007" component="TSMBootstrap" context="" type="1" thread="1196" file="utils.cpp:1002"> <![LOG[Updating the local data path in the Task Sequencing Environment.]LOG]!><time="20:24:25.967+000" date="09-05-2007" component="TSMBootstrap" context="" type="1" thread="1196" file="tsmbootstrap.cpp:743"> <![LOG[Found network adapter "Broadcom NetXtreme 57xx Gigabit Controller" with IP Address 10.45.24.7.]LOG]!><time="20:24:25.967+000" date="09-05-2007" component="TSMBootstrap" context="" type="0" thread="1196" file="tsmbootstraputil.cpp:357"> <![LOG[Executing command line: "X:\Deploy\Tools\X86\TsProgressUI.exe" /Register:WinPE]LOG]!><time="20:24:25.967+000" date="09-05-2007" component="TSMBootstrap" context="" type="1" thread="1196" file="commandline.cpp:763"> <![LOG[==========[ TsProgressUI started in process 1284 ]==========]LOG]!><time="20:24:25.999+000" date="09-05-2007" component="TsProgressUI" context="" type="1" thread="1204" file="winmain.cpp:391"> <![LOG[Registering COM classes]LOG]!><time="20:24:25.999+000" date="09-05-2007" component="TsProgressUI" context="" type="1" thread="1204" file="winmain.cpp:189"> <![LOG[sbModulePath = X:\Deploy\Tools\X86\TsProgressUI.exe]LOG]!><time="20:24:25.999+000" date="09-05-2007" component="TsProgressUI" context="" type="1" thread="1204" file="tsprogressuiclass.cpp:525"> <![LOG[Shutdown complete.]LOG]!><time="20:24:25.999+000" date="09-05-2007" component="TsProgressUI" context="" type="1" thread="1204" file="winmain.cpp:532"> <![LOG[Process completed with exit code 0]LOG]!><time="20:24:25.999+000" date="09-05-2007" component="TSMBootstrap" context="" type="1" thread="1196" file="commandline.cpp:1013"> <![LOG[Successfully registered TS Progress UI.]LOG]!><time="20:24:25.999+000" date="09-05-2007" component="TSMBootstrap" context="" type="1" thread="1196" file="utils.cpp:1886"> <![LOG[Starting Task Sequence Manager.]LOG]!><time="20:24:25.999+000" date="09-05-2007" component="TSMBootstrap" context="" type="1" thread="1196" file="tsmbootstrap.cpp:772"> <![LOG[Executing command line: "TsManager.exe" /standalone]LOG]!><time="20:24:25.999+000" date="09-05-2007" component="TSMBootstrap" context="" type="1" thread="1196" file="commandline.cpp:763"> <![LOG[Successfully intialized Logging for TS Manager.]LOG]!><time="20:24:26.014+000" date="09-05-2007" component="TSManager" context="" type="1" thread="1616" file="tsmanager.cpp:600"> <![LOG[Commandline: "TsManager.exe" /standalone]LOG]!><time="20:24:26.030+000" date="09-05-2007" component="TSManager" context="" type="1" thread="1616" file="tsmanager.cpp:79"> <![LOG[**************************************************]LOG]!><time="20:24:26.030+000" date="09-05-2007" component="TSManager" context="" type="1" thread="1616" file="tsmanager.cpp:103"> <![LOG[TSManager executing in non SMS, standalone mode]LOG]!><time="20:24:26.030+000" date="09-05-2007" component="TSManager" context="" type="1" thread="1616" file="tsmanager.cpp:104"> <![LOG[Successfully registered Task Sequencing COM Interface.]LOG]!><time="20:24:26.030+000" date="09-05-2007" component="TSManager" context="" type="1" thread="1616" file="environmentlib.cpp:736"> <![LOG[Executing as a standalone exe]LOG]!><time="20:24:26.030+000" date="09-05-2007" component="TSManager" context="" type="1" thread="1616" file="tsmanager.cpp:633"> <![LOG[No SMS client installed or in standalone mode. Skipping remediation check.]LOG]!><time="20:24:26.030+000" date="09-05-2007" component="TSManager" context="" type="1" thread="1616" file="tsmanager.cpp:1612"> <![LOG[Parsing task sequence . . .]LOG]!><time="20:24:26.030+000" date="09-05-2007" component="TSManager" context="" type="1" thread="1616" file="tsmanager.cpp:1300"> <![LOG[Starting Task Sequence Engine . . . ]LOG]!><time="20:24:26.045+000" date="09-05-2007" component="TSManager" context="" type="1" thread="1616" file="tsmanager.cpp:712"> <![LOG[****************************************************************************]LOG]!><time="20:24:26.045+000" date="09-05-2007" component="TSManager" context="" type="1" thread="1616" file="tsmanager.cpp:714"> <![LOG[Set a global environment variable _SMSTSNextInstructionPointer=0]LOG]!><time="20:24:26.045+000" date="09-05-2007" component="TSManager" context="" type="0" thread="1616" file="executionenv.cxx:735"> <![LOG[Set a global environment variable _SMSTSInstructionTableSize=86]LOG]!><time="20:24:26.045+000" date="09-05-2007" component="TSManager" context="" type="0" thread="1616" file="executionenv.cxx:735"> <![LOG[Set a global environment variable SMSTSRebootRequested=]LOG]!><time="20:24:26.045+000" date="09-05-2007" component="TSManager" context="" type="0" thread="1616" file="executionenv.cxx:735"> <![LOG[Set a global environment variable SMSTSRebootDelay=]LOG]!><time="20:24:26.045+000" date="09-05-2007" component="TSManager" context="" type="0" thread="1616" file="executionenv.cxx:735"> <![LOG[Set a global environment variable SMSTSRebootMessage=]LOG]!><time="20:24:26.045+000" date="09-05-2007" component="TSManager" context="" type="0" thread="1616" file="executionenv.cxx:735"> <![LOG[Set a global environment variable SMSTSRebootReason=]LOG]!><time="20:24:26.045+000" date="09-05-2007" component="TSManager" context="" type="0" thread="1616" file="executionenv.cxx:735"> <![LOG[Set a global environment variable SMSTSRetryRequested=]LOG]!><time="20:24:26.045+000" date="09-05-2007" component="TSManager" context="" type="0" thread="1616" file="executionenv.cxx:735"> <![LOG[The task execution engine started execution]LOG]!><time="20:24:26.045+000" date="09-05-2007" component="TSManager" context="" type="1" thread="1616" file="engine.cxx:70"> <![LOG[Sending status message . . .]LOG]!><time="20:24:26.045+000" date="09-05-2007" component="TSManager" context="" type="1" thread="1616" file="utility.cxx:296"> <![LOG[Executing in non SMS standalone mode. Ignoring send a task execution status message request]LOG]!><time="20:24:26.045+000" date="09-05-2007" component="TSManager" context="" type="1" thread="1616" file="utility.cxx:305"> <![LOG[Sending status message . . .]LOG]!><time="20:24:26.045+000" date="09-05-2007" component="TSManager" context="" type="1" thread="1616" file="utility.cxx:296"> <![LOG[Executing in non SMS standalone mode. Ignoring send a task execution status message request]LOG]!><time="20:24:26.045+000" date="09-05-2007" component="TSManager" context="" type="1" thread="1616" file="utility.cxx:305"> <![LOG[Start executing an instruciton. Instruction name: Initialization. Instruction pointer: 0]LOG]!><time="20:24:26.045+000" date="09-05-2007" component="TSManager" context="" type="1" thread="1616" file="engine.cxx:117"> <![LOG[Set a global environment variable _SMSTSCurrentActionName=Initialization]LOG]!><time="20:24:26.045+000" date="09-05-2007" component="TSManager" context="" type="0" thread="1616" file="executionenv.cxx:735"> <![LOG[Set a global environment variable _SMSTSNextInstructionPointer=0]LOG]!><time="20:24:26.045+000" date="09-05-2007" component="TSManager" context="" type="0" thread="1616" file="executionenv.cxx:735"> <![LOG[==========[ TsProgressUI started in process 1072 ]==========]LOG]!><time="20:24:26.077+000" date="09-05-2007" component="TsProgressUI" context="" type="1" thread="1092" file="winmain.cpp:391"> <![LOG[Successfully loaded resources from package source]LOG]!><time="20:24:26.077+000" date="09-05-2007" component="TsProgressUI" context="" type="1" thread="1092" file="winmain.cpp:482"> <![LOG[Successfully loaded graphics resources from package source]LOG]!><time="20:24:26.077+000" date="09-05-2007" component="TsProgressUI" context="" type="1" thread="1092" file="winmain.cpp:491"> <![LOG[The group (Initialization) has been successfully started]LOG]!><time="20:24:26.092+000" date="09-05-2007" component="TSManager" context="" type="1" thread="1616" file="instruction.cxx:2255"> <![LOG[Sending status message . . .]LOG]!><time="20:24:26.108+000" date="09-05-2007" component="TSManager" context="" type="1" thread="1616" file="utility.cxx:296"> <![LOG[Executing in non SMS standalone mode. Ignoring send a task execution status message request]LOG]!><time="20:24:26.108+000" date="09-05-2007" component="TSManager" context="" type="1" thread="1616" file="utility.cxx:305"> <![LOG[We do not find an available volume to store the local data path]LOG]!><time="20:24:26.108+000" date="09-05-2007" component="TSManager" context="" type="1" thread="1616" file="utils.cpp:1002"> <![LOG[Set a global environment variable _SMSTSNextInstructionPointer=1]LOG]!><time="20:24:26.108+000" date="09-05-2007" component="TSManager" context="" type="0" thread="1616" file="executionenv.cxx:735"> <![LOG[Set a TS execution environment variable _SMSTSNextInstructionPointer=1]LOG]!><time="20:24:26.108+000" date="09-05-2007" component="TSManager" context="" type="0" thread="1616" file="executionenv.cxx:388"> <![LOG[Set a global environment variable _SMSTSInstructionStackString=0]LOG]!><time="20:24:26.108+000" date="09-05-2007" component="TSManager" context="" type="0" thread="1616" file="executionenv.cxx:735"> <![LOG[Set a TS execution environment variable _SMSTSInstructionStackString=0]LOG]!><time="20:24:26.108+000" date="09-05-2007" component="TSManager" context="" type="0" thread="1616" file="executionenv.cxx:416"> <![LOG[Save the current environment block]LOG]!><time="20:24:26.108+000" date="09-05-2007" component="TSManager" context="" type="0" thread="1616" file="executionenv.cxx:900"> <![LOG[Failed to save environment to (80070057)]LOG]!><time="20:24:26.108+000" date="09-05-2007" component="TSManager" context="" type="2" thread="1616" file="environmentlib.cpp:613"> <![LOG[Failed to save the current environment block. This is usually caused by a problem with the program. Please check the Microsoft Knowledge Base to determine if this is a known issue or contact Microsoft Support Services for further assistance. The parameter is incorrect. (Error: 80070057; Source: Windows)]LOG]!><time="20:24:26.108+000" date="09-05-2007" component="TSManager" context="" type="3" thread="1616" file="executionenv.cxx:909"> <![LOG[Failed to persist execution state. Error 0x(80070057)]LOG]!><time="20:24:26.108+000" date="09-05-2007" component="TSManager" context="" type="2" thread="1616" file="executionenv.cxx:428"> <![LOG[Failed to save execution state and environment to local hard disk]LOG]!><time="20:24:26.108+000" date="09-05-2007" component="TSManager" context="" type="2" thread="1616" file="engine.cxx:235"> <![LOG[Start executing an instruciton. Instruction name: Gather local only. Instruction pointer: 1]LOG]!><time="20:24:26.108+000" date="09-05-2007" component="TSManager" context="" type="1" thread="1616" file="engine.cxx:117"> <![LOG[Set a global environment variable _SMSTSCurrentActionName=Gather local only]LOG]!><time="20:24:26.108+000" date="09-05-2007" component="TSManager" context="" type="0" thread="1616" file="executionenv.cxx:735"> <![LOG[Set a global environment variable _SMSTSNextInstructionPointer=1]LOG]!><time="20:24:26.108+000" date="09-05-2007" component="TSManager" context="" type="0" thread="1616" file="executionenv.cxx:735"> <![LOG[Set a global environment variable _SMSTSLogPath=X:\WINDOWS\TEMP\SMSTSLog]LOG]!><time="20:24:26.108+000" date="09-05-2007" component="TSManager" context="" type="0" thread="1616" file="executionenv.cxx:735"> <![LOG[Expand a string: ]LOG]!><time="20:24:26.108+000" date="09-05-2007" component="TSManager" context="" type="0" thread="1616" file="executionenv.cxx:849"> <![LOG[Expand a string: cscript.exe "%SCRIPTROOT%\ZTIGather.wsf" /localonly]LOG]!><time="20:24:26.108+000" date="09-05-2007" component="TSManager" context="" type="0" thread="1616" file="executionenv.cxx:849"> <![LOG[Expand a string: ]LOG]!><time="20:24:26.108+000" date="09-05-2007" component="TSManager" context="" type="0" thread="1616" file="executionenv.cxx:849"> <![LOG[Start executing the command line: cscript.exe "%SCRIPTROOT%\ZTIGather.wsf" /localonly]LOG]!><time="20:24:26.108+000" date="09-05-2007" component="TSManager" context="" type="1" thread="1616" file="instruction.cxx:2815"> <![LOG[!--------------------------------------------------------------------------------------------!]LOG]!><time="20:24:26.108+000" date="09-05-2007" component="TSManager" context="" type="1" thread="1616" file="instruction.cxx:2844"> <![LOG[Executing command line: "cscript.exe" "\\C3PO\Distribution$\Scripts\ZTIGather.wsf" /localonly]LOG]!><time="20:24:26.108+000" date="09-05-2007" component="TSManager" context="" type="1" thread="1616" file="commandline.cpp:763"> <![LOG[Process completed with exit code 0]LOG]!><time="20:24:26.623+000" date="09-05-2007" component="TSManager" context="" type="1" thread="1616" file="commandline.cpp:1013"> <![LOG[!--------------------------------------------------------------------------------------------!]LOG]!><time="20:24:26.623+000" date="09-05-2007" component="TSManager" context="" type="1" thread="1616" file="instruction.cxx:2894"> <![LOG[Successfully complete the action (Gather local only) with the exit win32 code 0]LOG]!><time="20:24:26.623+000" date="09-05-2007" component="TSManager" context="" type="1" thread="1616" file="instruction.cxx:2919"> <![LOG[Sending status message . . .]LOG]!><time="20:24:26.623+000" date="09-05-2007" component="TSManager" context="" type="1" thread="1616" file="utility.cxx:296"> <![LOG[Executing in non SMS standalone mode. Ignoring send a task execution status message request]LOG]!><time="20:24:26.623+000" date="09-05-2007" component="TSManager" context="" type="1" thread="1616" file="utility.cxx:305"> <![LOG[Set a global environment variable _SMSTSLastActionRetCode=0]LOG]!><time="20:24:26.623+000" date="09-05-2007" component="TSManager" context="" type="0" thread="1616" file="executionenv.cxx:735"> <![LOG[Set a global environment variable _SMSTSLastActionSucceeded=true]LOG]!><time="20:24:26.623+000" date="09-05-2007" component="TSManager" context="" type="0" thread="1616" file="executionenv.cxx:735"> <![LOG[Expand a string: %_SMSTSMDataPath%\Logs]LOG]!><time="20:24:26.623+000" date="09-05-2007" component="TSManager" context="" type="0" thread="1616" file="executionenv.cxx:849"> <![LOG[Clear local default environment]LOG]!><time="20:24:26.638+000" date="09-05-2007" component="TSManager" context="" type="0" thread="1616" file="executionenv.cxx:874"> <![LOG[We do not find an available volume to store the local data path]LOG]!><time="20:24:26.669+000" date="09-05-2007" component="TSManager" context="" type="1" thread="1616" file="utils.cpp:1002"> <![LOG[Set a global environment variable _SMSTSNextInstructionPointer=2]LOG]!><time="20:24:26.669+000" date="09-05-2007" component="TSManager" context="" type="0" thread="1616" file="executionenv.cxx:735"> <![LOG[Set a TS execution environment variable _SMSTSNextInstructionPointer=2]LOG]!><time="20:24:26.669+000" date="09-05-2007" component="TSManager" context="" type="0" thread="1616" file="executionenv.cxx:388"> <![LOG[Set a global environment variable _SMSTSInstructionStackString=0]LOG]!><time="20:24:26.669+000" date="09-05-2007" component="TSManager" context="" type="0" thread="1616" file="executionenv.cxx:735"> <![LOG[Set a TS execution environment variable _SMSTSInstructionStackString=0]LOG]!><time="20:24:26.669+000" date="09-05-2007" component="TSManager" context="" type="0" thread="1616" file="executionenv.cxx:416"> <![LOG[Save the current environment block]LOG]!><time="20:24:26.669+000" date="09-05-2007" component="TSManager" context="" type="0" thread="1616" file="executionenv.cxx:900"> <![LOG[Failed to save environment to (80070057)]LOG]!><time="20:24:26.669+000" date="09-05-2007" component="TSManager" context="" type="2" thread="1616" file="environmentlib.cpp:613"> <![LOG[Failed to save the current environment block. This is usually caused by a problem with the program. Please check the Microsoft Knowledge Base to determine if this is a known issue or contact Microsoft Support Services for further assistance. The parameter is incorrect. (Error: 80070057; Source: Windows)]LOG]!><time="20:24:26.669+000" date="09-05-2007" component="TSManager" context="" type="3" thread="1616" file="executionenv.cxx:909"> <![LOG[Failed to persist execution state. Error 0x(80070057)]LOG]!><time="20:24:26.669+000" date="09-05-2007" component="TSManager" context="" type="2" thread="1616" file="executionenv.cxx:428"> <![LOG[Failed to save execution state and environment to local hard disk]LOG]!><time="20:24:26.669+000" date="09-05-2007" component="TSManager" context="" type="2" thread="1616" file="engine.cxx:235"> <![LOG[Start executing an instruciton. Instruction name: Initialization. Instruction pointer: 2]LOG]!><time="20:24:26.669+000" date="09-05-2007" component="TSManager" context="" type="1" thread="1616" file="engine.cxx:117"> <![LOG[Set a global environment variable _SMSTSCurrentActionName=Initialization]LOG]!><time="20:24:26.669+000" date="09-05-2007" component="TSManager" context="" type="0" thread="1616" file="executionenv.cxx:735"> <![LOG[Set a global environment variable _SMSTSNextInstructionPointer=2]LOG]!><time="20:24:26.669+000" date="09-05-2007" component="TSManager" context="" type="0" thread="1616" file="executionenv.cxx:735"> <![LOG[The group (Initialization) has been successfully completed]LOG]!><time="20:24:26.669+000" date="09-05-2007" component="TSManager" context="" type="1" thread="1616" file="instruction.cxx:2443"> <![LOG[Sending status message . . .]LOG]!><time="20:24:26.669+000" date="09-05-2007" component="TSManager" context="" type="1" thread="1616" file="utility.cxx:296"> <![LOG[Executing in non SMS standalone mode. Ignoring send a task execution status message request]LOG]!><time="20:24:26.669+000" date="09-05-2007" component="TSManager" context="" type="1" thread="1616" file="utility.cxx:305"> <![LOG[We do not find an available volume to store the local data path]LOG]!><time="20:24:26.669+000" date="09-05-2007" component="TSManager" context="" type="1" thread="1616" file="utils.cpp:1002"> <![LOG[Set a global environment variable _SMSTSNextInstructionPointer=3]LOG]!><time="20:24:26.669+000" date="09-05-2007" component="TSManager" context="" type="0" thread="1616" file="executionenv.cxx:735"> <![LOG[Set a TS execution environment variable _SMSTSNextInstructionPointer=3]LOG]!><time="20:24:26.669+000" date="09-05-2007" component="TSManager" context="" type="0" thread="1616" file="executionenv.cxx:388"> <![LOG[Set a global environment variable _SMSTSInstructionStackString=]LOG]!><time="20:24:26.669+000" date="09-05-2007" component="TSManager" context="" type="0" thread="1616" file="executionenv.cxx:735"> <![LOG[Set a TS execution environment variable _SMSTSInstructionStackString=]LOG]!><time="20:24:26.669+000" date="09-05-2007" component="TSManager" context="" type="0" thread="1616" file="executionenv.cxx:416"> <![LOG[Save the current environment block]LOG]!><time="20:24:26.669+000" date="09-05-2007" component="TSManager" context="" type="0" thread="1616" file="executionenv.cxx:900"> <![LOG[Failed to save environment to (80070057)]LOG]!><time="20:24:26.669+000" date="09-05-2007" component="TSManager" context="" type="2" thread="1616" file="environmentlib.cpp:613"> <![LOG[Failed to save the current environment block. This is usually caused by a problem with the program. Please check the Microsoft Knowledge Base to determine if this is a known issue or contact Microsoft Support Services for further assistance. The parameter is incorrect. (Error: 80070057; Source: Windows)]LOG]!><time="20:24:26.669+000" date="09-05-2007" component="TSManager" context="" type="3" thread="1616" file="executionenv.cxx:909"> <![LOG[Failed to persist execution state. Error 0x(80070057)]LOG]!><time="20:24:26.669+000" date="09-05-2007" component="TSManager" context="" type="2" thread="1616" file="executionenv.cxx:428"> <![LOG[Failed to save execution state and environment to local hard disk]LOG]!><time="20:24:26.669+000" date="09-05-2007" component="TSManager" context="" type="2" thread="1616" file="engine.cxx:235"> <![LOG[Start executing an instruciton. Instruction name: Validation. Instruction pointer: 3]LOG]!><time="20:24:26.669+000" date="09-05-2007" component="TSManager" context="" type="1" thread="1616" file="engine.cxx:117"> <![LOG[Set a global environment variable _SMSTSCurrentActionName=Validation]LOG]!><time="20:24:26.669+000" date="09-05-2007" component="TSManager" context="" type="0" thread="1616" file="executionenv.cxx:735"> <![LOG[Set a global environment variable _SMSTSNextInstructionPointer=3]LOG]!><time="20:24:26.669+000" date="09-05-2007" component="TSManager" context="" type="0" thread="1616" file="executionenv.cxx:735"> <![LOG[Evaluating an AND expression]LOG]!><time="20:24:26.669+000" date="09-05-2007" component="TSManager" context="" type="1" thread="1616" file="instruction.cxx:579"> <![LOG[Evaluating an OR expression]LOG]!><time="20:24:26.685+000" date="09-05-2007" component="TSManager" context="" type="1" thread="1616" file="instruction.cxx:636"> <![LOG[Evaluating a variable condition expression]LOG]!><time="20:24:26.685+000" date="09-05-2007" component="TSManager" context="" type="1" thread="1616" file="instruction.cxx:762"> <![LOG[Expand a string: equals]LOG]!><time="20:24:26.685+000" date="09-05-2007" component="TSManager" context="" type="0" thread="1616" file="executionenv.cxx:849"> <![LOG[Expand a string: PHASE]LOG]!><time="20:24:26.685+000" date="09-05-2007" component="TSManager" context="" type="0" thread="1616" file="executionenv.cxx:849"> <![LOG[Expand a string: VALIDATION]LOG]!><time="20:24:26.685+000" date="09-05-2007" component="TSManager" context="" type="0" thread="1616" file="executionenv.cxx:849"> <![LOG[The group (Validation) has been skipped because the condition is evaluated to be false]LOG]!><time="20:24:26.685+000" date="09-05-2007" component="TSManager" context="" type="1" thread="1616" file="instruction.cxx:2217"> <![LOG[Sending status message . . .]LOG]!><time="20:24:26.685+000" date="09-05-2007" component="TSManager" context="" type="1" thread="1616" file="utility.cxx:296"> <![LOG[Executing in non SMS standalone mode. Ignoring send a task execution status message request]LOG]!><time="20:24:26.685+000" date="09-05-2007" component="TSManager" context="" type="1" thread="1616" file="utility.cxx:305"> <![LOG[Execution of the instruction (Validation) has been skipped]LOG]!><time="20:24:26.685+000" date="09-05-2007" component="TSManager" context="" type="1" thread="1616" file="engine.cxx:178"> <![LOG[Start executing an instruciton. Instruction name: State Capture. Instruction pointer: 13]LOG]!><time="20:24:26.685+000" date="09-05-2007" component="TSManager" context="" type="1" thread="1616" file="engine.cxx:117"> <![LOG[Set a global environment variable _SMSTSCurrentActionName=State Capture]LOG]!><time="20:24:26.685+000" date="09-05-2007" component="TSManager" context="" type="0" thread="1616" file="executionenv.cxx:735"> <![LOG[Set a global environment variable _SMSTSNextInstructionPointer=13]LOG]!><time="20:24:26.685+000" date="09-05-2007" component="TSManager" context="" type="0" thread="1616" file="executionenv.cxx:735"> <![LOG[Evaluating an AND expression]LOG]!><time="20:24:26.685+000" date="09-05-2007" component="TSManager" context="" type="1" thread="1616" file="instruction.cxx:579"> <![LOG[Evaluating a variable condition expression]LOG]!><time="20:24:26.685+000" date="09-05-2007" component="TSManager" context="" type="1" thread="1616" file="instruction.cxx:762"> <![LOG[Expand a string: equals]LOG]!><time="20:24:26.685+000" date="09-05-2007" component="TSManager" context="" type="0" thread="1616" file="executionenv.cxx:849"> <![LOG[Expand a string: PHASE]LOG]!><time="20:24:26.685+000" date="09-05-2007" component="TSManager" context="" type="0" thread="1616" file="executionenv.cxx:849"> <![LOG[Expand a string: STATECAPTURE]LOG]!><time="20:24:26.685+000" date="09-05-2007" component="TSManager" context="" type="0" thread="1616" file="executionenv.cxx:849"> <![LOG[The group (State Capture) has been skipped because the condition is evaluated to be false]LOG]!><time="20:24:26.685+000" date="09-05-2007" component="TSManager" context="" type="1" thread="1616" file="instruction.cxx:2217"> <![LOG[Sending status message . . .]LOG]!><time="20:24:26.685+000" date="09-05-2007" component="TSManager" context="" type="1" thread="1616" file="utility.cxx:296"> <![LOG[Executing in non SMS standalone mode. Ignoring send a task execution status message request]LOG]!><time="20:24:26.685+000" date="09-05-2007" component="TSManager" context="" type="1" thread="1616" file="utility.cxx:305"> <![LOG[Execution of the instruction (State Capture) has been skipped]LOG]!><time="20:24:26.685+000" date="09-05-2007" component="TSManager" context="" type="1" thread="1616" file="engine.cxx:178"> <![LOG[Start executing an instruciton. Instruction name: Preinstall. Instruction pointer: 28]LOG]!><time="20:24:26.685+000" date="09-05-2007" component="TSManager" context="" type="1" thread="1616" file="engine.cxx:117"> <![LOG[Set a global environment variable _SMSTSCurrentActionName=Preinstall]LOG]!><time="20:24:26.685+000" date="09-05-2007" component="TSManager" context="" type="0" thread="1616" file="executionenv.cxx:735"> <![LOG[Set a global environment variable _SMSTSNextInstructionPointer=28]LOG]!><time="20:24:26.685+000" date="09-05-2007" component="TSManager" context="" type="0" thread="1616" file="executionenv.cxx:735"> <![LOG[Evaluating an AND expression]LOG]!><time="20:24:26.685+000" date="09-05-2007" component="TSManager" context="" type="1" thread="1616" file="instruction.cxx:579"> <![LOG[Evaluating a variable condition expression]LOG]!><time="20:24:26.685+000" date="09-05-2007" component="TSManager" context="" type="1" thread="1616" file="instruction.cxx:762"> <![LOG[Expand a string: equals]LOG]!><time="20:24:26.685+000" date="09-05-2007" component="TSManager" context="" type="0" thread="1616" file="executionenv.cxx:849"> <![LOG[Expand a string: PHASE]LOG]!><time="20:24:26.685+000" date="09-05-2007" component="TSManager" context="" type="0" thread="1616" file="executionenv.cxx:849"> <![LOG[Expand a string: PREINSTALL]LOG]!><time="20:24:26.685+000" date="09-05-2007" component="TSManager" context="" type="0" thread="1616" file="executionenv.cxx:849"> <![LOG[The condition for the group (Preinstall) is evaluated to be true]LOG]!><time="20:24:26.685+000" date="09-05-2007" component="TSManager" context="" type="1" thread="1616" file="instruction.cxx:2234"> <![LOG[The group (Preinstall) has been successfully started]LOG]!><time="20:24:26.685+000" date="09-05-2007" component="TSManager" context="" type="1" thread="1616" file="instruction.cxx:2255"> <![LOG[Sending status message . . .]LOG]!><time="20:24:26.685+000" date="09-05-2007" component="TSManager" context="" type="1" thread="1616" file="utility.cxx:296"> <![LOG[Executing in non SMS standalone mode. Ignoring send a task execution status message request]LOG]!><time="20:24:26.685+000" date="09-05-2007" component="TSManager" context="" type="1" thread="1616" file="utility.cxx:305"> <![LOG[We do not find an available volume to store the local data path]LOG]!><time="20:24:26.685+000" date="09-05-2007" component="TSManager" context="" type="1" thread="1616" file="utils.cpp:1002"> <![LOG[Set a global environment variable _SMSTSNextInstructionPointer=29]LOG]!><time="20:24:26.685+000" date="09-05-2007" component="TSManager" context="" type="0" thread="1616" file="executionenv.cxx:735"> <![LOG[Set a TS execution environment variable _SMSTSNextInstructionPointer=29]LOG]!><time="20:24:26.685+000" date="09-05-2007" component="TSManager" context="" type="0" thread="1616" file="executionenv.cxx:388"> <![LOG[Set a global environment variable _SMSTSInstructionStackString=28]LOG]!><time="20:24:26.685+000" date="09-05-2007" component="TSManager" context="" type="0" thread="1616" file="executionenv.cxx:735"> <![LOG[Set a TS execution environment variable _SMSTSInstructionStackString=28]LOG]!><time="20:24:26.685+000" date="09-05-2007" component="TSManager" context="" type="0" thread="1616" file="executionenv.cxx:416"> <![LOG[Save the current environment block]LOG]!><time="20:24:26.685+000" date="09-05-2007" component="TSManager" context="" type="0" thread="1616" file="executionenv.cxx:900"> <![LOG[Failed to save environment to (80070057)]LOG]!><time="20:24:26.685+000" date="09-05-2007" component="TSManager" context="" type="2" thread="1616" file="environmentlib.cpp:613"> <![LOG[Failed to save the current environment block. This is usually caused by a problem with the program. Please check the Microsoft Knowledge Base to determine if this is a known issue or contact Microsoft Support Services for further assistance. The parameter is incorrect. (Error: 80070057; Source: Windows)]LOG]!><time="20:24:26.685+000" date="09-05-2007" component="TSManager" context="" type="3" thread="1616" file="executionenv.cxx:909"> <![LOG[Failed to persist execution state. Error 0x(80070057)]LOG]!><time="20:24:26.685+000" date="09-05-2007" component="TSManager" context="" type="2" thread="1616" file="executionenv.cxx:428"> <![LOG[Failed to save execution state and environment to local hard disk]LOG]!><time="20:24:26.685+000" date="09-05-2007" component="TSManager" context="" type="2" thread="1616" file="engine.cxx:235"> <![LOG[Start executing an instruciton. Instruction name: Gather local only. Instruction pointer: 29]LOG]!><time="20:24:26.685+000" date="09-05-2007" component="TSManager" context="" type="1" thread="1616" file="engine.cxx:117"> <![LOG[Set a global environment variable _SMSTSCurrentActionName=Gather local only]LOG]!><time="20:24:26.685+000" date="09-05-2007" component="TSManager" context="" type="0" thread="1616" file="executionenv.cxx:735"> <![LOG[Set a global environment variable _SMSTSNextInstructionPointer=29]LOG]!><time="20:24:26.685+000" date="09-05-2007" component="TSManager" context="" type="0" thread="1616" file="executionenv.cxx:735"> <![LOG[Set a global environment variable _SMSTSLogPath=X:\WINDOWS\TEMP\SMSTSLog]LOG]!><time="20:24:26.685+000" date="09-05-2007" component="TSManager" context="" type="0" thread="1616" file="executionenv.cxx:735"> <![LOG[Expand a string: ]LOG]!><time="20:24:26.685+000" date="09-05-2007" component="TSManager" context="" type="0" thread="1616" file="executionenv.cxx:849"> <![LOG[Expand a string: cscript.exe "%SCRIPTROOT%\ZTIGather.wsf" /localonly]LOG]!><time="20:24:26.685+000" date="09-05-2007" component="TSManager" context="" type="0" thread="1616" file="executionenv.cxx:849"> <![LOG[Expand a string: ]LOG]!><time="20:24:26.685+000" date="09-05-2007" component="TSManager" context="" type="0" thread="1616" file="executionenv.cxx:849"> <![LOG[Start executing the command line: cscript.exe "%SCRIPTROOT%\ZTIGather.wsf" /localonly]LOG]!><time="20:24:26.685+000" date="09-05-2007" component="TSManager" context="" type="1" thread="1616" file="instruction.cxx:2815"> <![LOG[!--------------------------------------------------------------------------------------------!]LOG]!><time="20:24:26.685+000" date="09-05-2007" component="TSManager" context="" type="1" thread="1616" file="instruction.cxx:2844"> <![LOG[Executing command line: "cscript.exe" "\\C3PO\Distribution$\Scripts\ZTIGather.wsf" /localonly]LOG]!><time="20:24:26.685+000" date="09-05-2007" component="TSManager" context="" type="1" thread="1616" file="commandline.cpp:763"> <![LOG[Process completed with exit code 0]LOG]!><time="20:24:27.169+000" date="09-05-2007" component="TSManager" context="" type="1" thread="1616" file="commandline.cpp:1013"> <![LOG[!--------------------------------------------------------------------------------------------!]LOG]!><time="20:24:27.169+000" date="09-05-2007" component="TSManager" context="" type="1" thread="1616" file="instruction.cxx:2894"> <![LOG[Successfully complete the action (Gather local only) with the exit win32 code 0]LOG]!><time="20:24:27.169+000" date="09-05-2007" component="TSManager" context="" type="1" thread="1616" file=&quo |