WinBuilder [082]


       Scripts

 Common_Api Version[0] ( )   0.000 seconds
 Requirements Check Version[0] ( )  0.156 seconds
 Mount Wims Version[0] ( )  0.609 seconds
 Copy Files Version[0] ( )  0.016 seconds

 4 scripts processed.
 Project time: 922 milliseconds


      Errors

 [Failed]  (Files.Script) DirCopy - Failed to copy directory [%BaseDir%\Temp\BootSRC\Program Files] to: [%BaseDir%\Target]: Das Handle ist ungültig



      Warnings

 [Warning]  (Files.Script) Halt



       %BaseDir% = C:\Scratch\bla\EzPE3\
(WinBuilder's path is replaced by the variable %BaseDir% to make the log easier to read)
WinBuilder Version [082]


       Variables
%7ZIP%%BaseDir%\Projects\Tools\7z.exe
%API%%BaseDir%\Projects\EzPE3\Common_Api.script
%API_TYPE%2
%APIDEF%API
%APISUBDEF%Add_Shortcut,AddAutoRun,Require_File,Unpack
%APIVAR%ApiVar
%AppMode%wbaNormal
%BaseDir%C:\Scratch\bla\EzPE3
%BootSRC%%BaseDir%\Temp\BootSRC
%Build%2011-Aug-06 15:21
%BuildDir%C:\Scratch\bla\EzPE3
%Comp80%false
%Day%8
%DISM%%BaseDir%\Projects\Tools\Servicing\dism.exe
%DistLang%en-US
%FileVersion%82.0.1.0
%HostOS%XP
%IMAGEX%%BaseDir%\Projects\Tools\imagex.exe
%InstallSRC%%BaseDir%\Temp\InstallFiles
%ISOBURN%isoburn.exe
%IsoDir%%BaseDir%\ISO
%IsoFile%%BaseDir%\ISO\EzPE3.iso
%IsoFileName%EzPE3.iso
%Month%1
%MountorCopy%Mount
%NIRCMD%%BaseDir%\Projects\Tools\nircmd.exe
%OSCDIMG%%BaseDir%\Projects\Tools\oscdimg.exe
%PE_Programs%X:\Program Files
%ProcessorType%586
%ProgramFilesDir%C:\Programme
%Programs64%C:\Programme
%ProjectCustom%%BaseDir%\Projects\Custom
%ProjectDir%%BaseDir%\Projects\EzPE3
%ProjectTemp%%BaseDir%\Temp
%ProjectTitle%EzPE3
%RegDefault%%BaseDir%\Target\Windows\System32\config\DEFAULT
%REGEDIT%regedit.exe
%RegSoftware%%BaseDir%\Target\Windows\System32\config\SOFTWARE
%RegSystem%%BaseDir%\Target\Windows\System32\config\SYSTEM
%RegUser%%BaseDir%\Target\Windows\System32\config\DEFAULT
%Source_Sys%%BaseDir%\Temp\InstallFiles\Windows\System32
%Source_Win%%BaseDir%\Temp\InstallFiles\Windows
%SourceArch%x86
%SourceDir%Q:\CDs Standard\W7_32_DE_ENT_7600
%SourceType%Win7
%SysType%x86
%Target_Prog%%BaseDir%\Target\Program Files
%Target_Sys%%BaseDir%\Target\Windows\System32
%Target_Win%%BaseDir%\Target\Windows
%TargetDir%%BaseDir%\Target
%TempDir%C:\DOKUME~1\Peter\LOKALE~1\Temp
%Tools%%BaseDir%\Projects\Tools
%UserName%Peter
%UserProfile%C:\Dokumente und Einstellungen\Peter
%Version%082
%WAIK%C:\Program Files\Windows AIK
%WBexe%%BaseDir%\WinBuilder82.exe
%WindowsDir%C:\WINDOWS
%WindowsSystemDir%C:\WINDOWS\system32
%Wow64%False
%Wow64Dir% 
%Year%2013
 [Success] AddVariables - Added section [ApiVar] from file [%BaseDir%\Projects\EzPE3\Common_Api.script] into the local variable list
 [Success] SetVar - Sucessfuly changed the value of [%BuildDir%] to: [C:\Scratch\bla\EzPE3]
  


       [Script] Common_Api

 [Info] File [%BaseDir%\Projects\EzPE3\Common_Api.script] Version[0]
  
 [Clock] Script time:

 [Done] Finished processing script: Common_Api
  
  



       [Script] Requirements Check

 [Info] File [%BaseDir%\Projects\EzPE3\Preprocess\01 - Requirements Check.script] Version[0]
  
 Run - Processing section: [SetVariables] From file: [%BaseDir%\Projects\EzPE3\Preprocess\01 - Requirements Check.script]
       [Ignore] IF - Directory does not exist: [] evaluated string: [If,ExistDir,%Wow64Dir%,Set,%SysType%,x64,PERMANENT]
       [Success] ELSE - executing command: [Set,%SysType%,x86,PERMANENT]
       [Success] SetVar - Sucessfuly changed the value of [%SysType%] to: [x86]
 Run - Processed section [SetVariables] in file: [%BaseDir%\Projects\EzPE3\Preprocess\01 - Requirements Check.script]
 Run - Processing section: [CheckTools] From file: [%BaseDir%\Projects\EzPE3\Preprocess\01 - Requirements Check.script]
       [Success] DirCopy - Copied directory [%BaseDir%\Projects\Tools\x86\*.*] to: [%BaseDir%\Projects\Tools]
       [Ignore] IF - Directory does not exist: [C:\Program Files\Windows AIK] evaluated string: [If,ExistDir,"C:\Program Files\Windows AIK",Set,%WAIK%,"C:\Program Files\Windows AIK"]
       [Success] ELSE - executing command: [Set,%WAIK%,]
       [Success] SetVar - Sucessfuly changed the value of [%WAIK%] to: []
       [Success] IF - File exists: [%BaseDir%\Projects\Tools\imagex.exe] evaluated string: [If,ExistFile,"%Tools%\imagex.exe",Set,%IMAGEX%,"%Tools%\imagex.exe",PERMANENT]
       [Success] SetVar - Sucessfuly changed the value of [%IMAGEX%] to: [%BaseDir%\Projects\Tools\imagex.exe]
             [Ignore] ELSE - [Begin]
             [Skipped] [echo,"Can't find imagex.exe in tools directory, looking in waik..."]
             [Skipped] [If,ExistFile,"%WAIK%\Tools\%SysType%\imagex.exe",Set,%IMAGEX%,"%WAIK%\Tools\%SysType%\imagex.exe",PERMANENT]
             [Skipped] [Else,Halt,"Can not find imagex.exe."]
       [Ignore] [End]
       [Success] IF - File exists: [%BaseDir%\Projects\Tools\Servicing\dism.exe] evaluated string: [If,ExistFile,"%TOOLS%\Servicing\dism.exe",Set,%DISM%,"%TOOLS%\Servicing\dism.exe",PERMANENT]
       [Success] SetVar - Sucessfuly changed the value of [%DISM%] to: [%BaseDir%\Projects\Tools\Servicing\dism.exe]
             [Ignore] ELSE - [Begin]
             [Skipped] [Echo,"Can't find dism.exe in tools directory, looking in waik..."]
             [Skipped] [If,ExistFile,"%WAIK%\Tools\%SysType%\Servicing\Dism.exe",Set,%DISM%,"%WAIK%\Tools\%SysType%\Servicing\Dism.exe",PERMANENT]
             [Skipped] [Else,Halt,"Can't find dism.exe"]
       [Ignore] [End]
       [Success] IF - File exists: [%BaseDir%\Projects\Tools\oscdimg.exe] evaluated string: [If,ExistFile,"%TOOLS%\oscdimg.exe",Set,%OSCDIMG%,"%TOOLS%\oscdimg.exe",PERMANENT]
       [Success] SetVar - Sucessfuly changed the value of [%OSCDIMG%] to: [%BaseDir%\Projects\Tools\oscdimg.exe]
             [Ignore] ELSE - [Begin]
             [Skipped] [Echo,"Can't find oscdimg.exe in tools directory, looking in waik..."]
             [Skipped] [If,ExistFile,"%WAIK%\Tools\%SysType%\oscdimg.exe",Set,%OSCDIMG%,"%WAIK%\Tools\%SysType%\oscdimg.exe",PERMANENT]
             [Skipped] [Else,Halt,"Can't find oscdimg.exe"]
       [Ignore] [End]
       [Success] IF - File exists: [%BaseDir%\Projects\Tools\7z.exe] evaluated string: [If,ExistFile,"%TOOLS%\7z.exe",Set,%7ZIP%,"%TOOLS%\7z.exe",PERMANENT]
       [Success] SetVar - Sucessfuly changed the value of [%7ZIP%] to: [%BaseDir%\Projects\Tools\7z.exe]
       [Ignore] ELSE - [If,ExistFile,"C:\Program Files\7-Zip\7z.exe",Set,%7ZIP%,"C:\Program Files\7-Zip\7z.exe"]
       [Ignore] IF - File exists: [%BaseDir%\Projects\Tools\7z.exe] evaluated string: [If,Not,ExistFile,%7ZIP%,message,"Could not find 7z.exe.",ERROR]
       [Success] IF - File exists: [%BaseDir%\Projects\Tools\nircmd.exe] evaluated string: [If,ExistFile,"%TOOLS%\nircmd.exe",Set,%NIRCMD%,"%TOOLS%\nircmd.exe",PERMANENT]
       [Success] SetVar - Sucessfuly changed the value of [%NIRCMD%] to: [%BaseDir%\Projects\Tools\nircmd.exe]
       [Ignore] IF - File exists: [%BaseDir%\Projects\Tools\nircmd.exe] evaluated string: [If,Not,ExistFile,%NIRCMD%,message,"Could not find nircmd.exe.",ERROR]
 Run - Processed section [CheckTools] in file: [%BaseDir%\Projects\EzPE3\Preprocess\01 - Requirements Check.script]
 Run - Processing section: [CheckDirectory] From file: [%BaseDir%\Projects\EzPE3\Preprocess\01 - Requirements Check.script]
       [Success] StrFormat - converted [POS(C:\Scratch\bla\EzPE3,C:\Dokumente und Einstellungen\Peter)] to variable: [%pos%] with result: [0]
             [Ignore] IF - [0] is not bigger than [0] evaluated string: [If,%pos%,BIGGER,0,Begin]
             [Skipped] [Message,"WinPE source files cannot reside inside the users profile directory. Move winbuilder outside of the user profile or change the value of the build directory in project properties.",ERROR]
             [Skipped] [Halt,"WinPE source files cannot reside inside the users profile directory. Move winbuilder outside of the user profile or change the value of the build directory in project properties."]
       [Ignore] [End]
 Run - Processed section [CheckDirectory] in file: [%BaseDir%\Projects\EzPE3\Preprocess\01 - Requirements Check.script]
 [Ignore] IF - [false] is not equal to: [true] evaluated string: [If,%pCheckBox1%,Equal,True,Run,%ScriptFile%,CleanTargetFolder]
 [Ignore] IF - [false] is not equal to: [true] evaluated string: [If,%pCheckBox2%,Equal,True,Run,%ScriptFile%,CleanTempFolder]
 Run - Processing section: [MakeFolders] From file: [%BaseDir%\Projects\EzPE3\Preprocess\01 - Requirements Check.script]
       [Info] Creating Basic Directory Structure
       [Ignore] IF - Directory exists: [C:\Scratch\bla\EzPE3] evaluated string: [If,Not,ExistDir,%BuildDir%,DirMake,%BuildDir%]
       [Ignore] IF - Directory exists: [%BaseDir%\Temp] evaluated string: [IF,Not,EXISTDIR,%ProjectTemp%,DirMake,%ProjectTemp%]
       [Ignore] IF - Directory exists: [%BaseDir%\Target] evaluated string: [IF,Not,EXISTDIR,%TargetDir%,DirMake,%TargetDir%]
       [Ignore] IF - Directory exists: [%BaseDir%\ISO] evaluated string: [If,Not,EXISTDIR,%ISODir%,DirMake,%ISODir%]
 Run - Processed section [MakeFolders] in file: [%BaseDir%\Projects\EzPE3\Preprocess\01 - Requirements Check.script]
 [Clock] Script time: 156 milliseconds

 [Done] Finished processing script: Requirements Check
  
  



       [Script] Mount Wims

 [Info] File [%BaseDir%\Projects\EzPE3\Preprocess\02 - Mount Wims.script] Version[0]
  
 Run - Processing section: [Folders] From file: [%BaseDir%\Projects\EzPE3\Preprocess\02 - Mount Wims.script]
             [Success] IF - [mount] is equal to: [mount] evaluated string: [If,%MountorCopy%,Equal,Mount,Begin]
             [Success] IF - Directory exists: [%BaseDir%\Temp\InstallFiles] evaluated string: [If,ExistDir,%InstallSRC%,DirDelete,%InstallSRC%]
             [Success] DirDelete - Deleted directory [%BaseDir%\Temp\InstallFiles]
             [Success] IF - Directory exists: [%BaseDir%\Temp\BootSRC] evaluated string: [If,ExistDir,%BootSRC%,DirDelete,%BootSRC%]
             [Success] DirDelete - Deleted directory [%BaseDir%\Temp\BootSRC]
             [Ignore] IF - Directory does not exist: [%BaseDir%\Temp\InstallFiles] evaluated string: [If,ExistDir,%InstallSRC%,Halt,"Could not delete %InstallSRC%"]
             [Ignore] IF - Directory does not exist: [%BaseDir%\Temp\BootSRC] evaluated string: [If,ExistDir,%BootSRC%,Halt,"Could not delete %BootSRC%"]
       [Success] [End]
       [Success] IF - Directory does not exist: [%BaseDir%\Temp\InstallFiles] evaluated string: [If,Not,ExistDir,%InstallSRC%,DirMake,%InstallSRC%]
       [Success] DirMake - Created directory: [%BaseDir%\Temp\InstallFiles]
       [Success] IF - Directory does not exist: [%BaseDir%\Temp\BootSRC] evaluated string: [If,Not,ExistDir,%BootSRC%,DirMake,%BootSRC%]
       [Success] DirMake - Created directory: [%BaseDir%\Temp\BootSRC]
 Run - Processed section [Folders] in file: [%BaseDir%\Projects\EzPE3\Preprocess\02 - Mount Wims.script]
 [Success] IF - [mount] is equal to: [mount] evaluated string: [If,%MountorCopy%,Equal,Mount,Run,%ScriptFile%,MountWims]
 Run - Processing section: [MountWims] From file: [%BaseDir%\Projects\EzPE3\Preprocess\02 - Mount Wims.script]
       [Info] Mounting wim files, this can take several minutes. Please wait.
       [Success] IF - File exists: [Q:\CDs Standard\W7_32_DE_ENT_7600\sources\boot.wim] evaluated string: [If,ExistFile,%SourceDir%\sources\boot.wim,ShellExecute,hide,%DISM%,/Mount-Wim /ReadOnly /wimfile:"%SourceDir%\sources\boot.wim" /index:1 /MountDir:"%BootSRC%"]
       [Success] ShellExecute: [hide] using: [%BaseDir%\Projects\Tools\Servicing\dism.exe] with parameters: [/Mount-Wim /ReadOnly /wimfile:"Q:\CDs Standard\W7_32_DE_ENT_7600\sources\boot.wim" /index:1 /MountDir:"%BaseDir%\Temp\BootSRC"]
       [Ignore] ELSE - [Halt,"Cannot find boot.wim",ERROR]
       [Success] IF - File exists: [Q:\CDs Standard\W7_32_DE_ENT_7600\sources\install.wim] evaluated string: [If,ExistFile,%SourceDir%\sources\install.wim,shellexecute,hide,%DISM%,/Mount-Wim /ReadOnly /wimfile:"%SourceDir%\sources\install.wim" /index:1 /MountDir:"%InstallSRC%"]
       [Success] shellexecute: [hide] using: [%BaseDir%\Projects\Tools\Servicing\dism.exe] with parameters: [/Mount-Wim /ReadOnly /wimfile:"Q:\CDs Standard\W7_32_DE_ENT_7600\sources\install.wim" /index:1 /MountDir:"%BaseDir%\Temp\InstallFiles"]
       [Ignore] ELSE - [Message,"Cannot find install.wim",ERROR]
 Run - Processed section [MountWims] in file: [%BaseDir%\Projects\EzPE3\Preprocess\02 - Mount Wims.script]
 [Ignore] IF - [mount] is not equal to: [copy] evaluated string: [If,%MountorCopy%,Equal,Copy,Run,%ScriptFile%,CopyWims]
 Run - Processing section: [CheckSource] From file: [%BaseDir%\Projects\EzPE3\Preprocess\02 - Mount Wims.script]
       [Ignore] IF - Directory does not exist: [%BaseDir%\Temp\InstallFiles\Windows\SysWOW64] evaluated string: [If,ExistDir,%Source_Win%\SysWOW64,Set,%SourceArch%,x64,PERMANENT]
       [Success] ELSE - executing command: [Set,%SourceArch%,x86,PERMANENT]
       [Success] SetVar - Sucessfuly changed the value of [%SourceArch%] to: [x86]
 Run - Processed section [CheckSource] in file: [%BaseDir%\Projects\EzPE3\Preprocess\02 - Mount Wims.script]
 [Clock] Script time: 609 milliseconds

 [Done] Finished processing script: Mount Wims
  
  



       [Script] Copy Files

 [Info] File [%BaseDir%\Projects\EzPE3\Build\01 - Copy Base Files.Script] Version[0]
  
 Run - Processing section: [CopyFiles] From file: [%BaseDir%\Projects\EzPE3\Build\01 - Copy Base Files.Script]
       [Info] Copying all files from %BaseDir%\Temp\BootSRC
      [Failed] DirCopy - Failed to copy directory [%BaseDir%\Temp\BootSRC\Program Files] to: [%BaseDir%\Target]: Das Handle ist ungültig
      [Warning] Halt
 Run - Processed section [CopyFiles] in file: [%BaseDir%\Projects\EzPE3\Build\01 - Copy Base Files.Script]
 [Clock] Script time: 16 milliseconds

 [Done] Finished processing script: Copy Files
  
  
 [Clock] Project time: 922 milliseconds





You can post this log on the Reboot forums  whenever you need help to properly debug the errors on this project
More detailed documentation can be found on our wiki

WinBuilder © 2006-2010 Nuno Brito

Valid HTML 4.01 Transitional