Run - Processing section: [CheckTools] From file: [%BaseDir%\Projects\EzPE3\Preprocess\01 - Requirements Check.script]
DirCopy - Copied directory [%BaseDir%\Projects\Tools\x86\*.*] to: [%BaseDir%\Projects\Tools]
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"]
ELSE - executing command: [Set,%WAIK%,]
SetVar - Sucessfuly changed the value of [%WAIK%] to: []
IF - File exists: [%BaseDir%\Projects\Tools\imagex.exe] evaluated string: [If,ExistFile,"%Tools%\imagex.exe",Set,%IMAGEX%,"%Tools%\imagex.exe",PERMANENT]
SetVar - Sucessfuly changed the value of [%IMAGEX%] to: [%BaseDir%\Projects\Tools\imagex.exe]
ELSE - [Begin]
[echo,"Can't find imagex.exe in tools directory, looking in waik..."]
[If,ExistFile,"%WAIK%\Tools\%SysType%\imagex.exe",Set,%IMAGEX%,"%WAIK%\Tools\%SysType%\imagex.exe",PERMANENT]
[Else,Halt,"Can not find imagex.exe."]
[End]
IF - File exists: [%BaseDir%\Projects\Tools\Servicing\dism.exe] evaluated string: [If,ExistFile,"%TOOLS%\Servicing\dism.exe",Set,%DISM%,"%TOOLS%\Servicing\dism.exe",PERMANENT]
SetVar - Sucessfuly changed the value of [%DISM%] to: [%BaseDir%\Projects\Tools\Servicing\dism.exe]
ELSE - [Begin]
[Echo,"Can't find dism.exe in tools directory, looking in waik..."]
[If,ExistFile,"%WAIK%\Tools\%SysType%\Servicing\Dism.exe",Set,%DISM%,"%WAIK%\Tools\%SysType%\Servicing\Dism.exe",PERMANENT]
[Else,Halt,"Can't find dism.exe"]
[End]
IF - File exists: [%BaseDir%\Projects\Tools\oscdimg.exe] evaluated string: [If,ExistFile,"%TOOLS%\oscdimg.exe",Set,%OSCDIMG%,"%TOOLS%\oscdimg.exe",PERMANENT]
SetVar - Sucessfuly changed the value of [%OSCDIMG%] to: [%BaseDir%\Projects\Tools\oscdimg.exe]
ELSE - [Begin]
[Echo,"Can't find oscdimg.exe in tools directory, looking in waik..."]
[If,ExistFile,"%WAIK%\Tools\%SysType%\oscdimg.exe",Set,%OSCDIMG%,"%WAIK%\Tools\%SysType%\oscdimg.exe",PERMANENT]
[Else,Halt,"Can't find oscdimg.exe"]
[End]
IF - File exists: [%BaseDir%\Projects\Tools\7z.exe] evaluated string: [If,ExistFile,"%TOOLS%\7z.exe",Set,%7ZIP%,"%TOOLS%\7z.exe",PERMANENT]
SetVar - Sucessfuly changed the value of [%7ZIP%] to: [%BaseDir%\Projects\Tools\7z.exe]
ELSE - [If,ExistFile,"C:\Program Files\7-Zip\7z.exe",Set,%7ZIP%,"C:\Program Files\7-Zip\7z.exe"]
IF - File exists: [%BaseDir%\Projects\Tools\7z.exe] evaluated string: [If,Not,ExistFile,%7ZIP%,message,"Could not find 7z.exe.",ERROR]
IF - File exists: [%BaseDir%\Projects\Tools\nircmd.exe] evaluated string: [If,ExistFile,"%TOOLS%\nircmd.exe",Set,%NIRCMD%,"%TOOLS%\nircmd.exe",PERMANENT]
SetVar - Sucessfuly changed the value of [%NIRCMD%] to: [%BaseDir%\Projects\Tools\nircmd.exe]
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: [MakeFolders] From file: [%BaseDir%\Projects\EzPE3\Preprocess\01 - Requirements Check.script]
Creating Basic Directory Structure
IF - Directory exists: [G:\- WinBuilder\- projects\EzPE3\EzPE3] evaluated string: [If,Not,ExistDir,%BuildDir%,DirMake,%BuildDir%]
IF - Directory does not exist: [%BaseDir%\Temp] evaluated string: [IF,Not,EXISTDIR,%ProjectTemp%,DirMake,%ProjectTemp%]
DirMake - Created directory: [%BaseDir%\Temp]
IF - Directory does not exist: [%BaseDir%\Target] evaluated string: [IF,Not,EXISTDIR,%TargetDir%,DirMake,%TargetDir%]
DirMake - Created directory: [%BaseDir%\Target]
IF - Directory does not exist: [%BaseDir%\ISO] evaluated string: [If,Not,EXISTDIR,%ISODir%,DirMake,%ISODir%]
DirMake - Created directory: [%BaseDir%\ISO]
Run - Processed section [MakeFolders] in file: [%BaseDir%\Projects\EzPE3\Preprocess\01 - Requirements Check.script]
|