Core Files (Beta 2013-09-20) |
File [%BaseDir%\Projects\MistyPE\Core\Core.script] Version[1]
IF - [no] is not equal to: [yes] evaluated string: [If,%USECACHE%,Equal,YES,Begin]
[If,ExistFile,"%Cache%\source\%ARCH%\boot.wim.info.ini",Begin]
[IniRead,"%Cache%\source\%ARCH%\boot.wim.info.ini",Main,CodeBase,%CodeBase%]
[Set,%CodeBase%,%CodeBase%,Global]
[IniRead,"%Cache%\source\%ARCH%\boot.wim.info.ini",Main,WINRE,%WINRE%]
[If,%WINRE%,Equal,YES,Set,%Boot.wim.Image.number%,1,Global]
[End]
[Set,%CONTINUE%,No]
[If,Question,Attempting to use cached files with the following settings - #$x#$x - Architecture=%ARCH% #$x - Language = %LANG% #$x - Image# = %Boot.wim.Image.number% (in boot.wim) #$x - Method = %METHOD%#$x#$xThe current #$qLanguage#$q setting will be verified against the cached files in the next step.#$x#$xDo you wish to proceed? Select YES to CONTINUE - or NO to ABORT,Set,%CONTINUE%,YES]
[If,Not,%CONTINUE%,Equal,YES,Halt,User aborted due to the settings.]
[Run,%ScriptFile%,Check.Cache]
[Run,%ScriptFile%,Registry_Check]
[Run,%ScriptFile%,CLEAR.PREVIOUS.RUN]
[Run,%ScriptFile%,MakeFolders]
[If,%Method%,Equal,EXTRACT,Begin]
[Run,%ScriptFile%,EXPAND_WIM]
[End]
[If,%Method%,Equal,INJECT,Begin]
[Run,%ScriptFile%,INJECT_WIM]
[End]
[Run,%ScriptFile%,TWEAKS]
[Run,%ScriptFile%,RAMDISK]
[Run,%ScriptFile%,KEYBOARD]
[Exit,Exiting Core Script...,NOWARN]
[End]
IF - [no] is equal to: [no] evaluated string: [If,%USECACHE%,Equal,NO,Begin]
|
Run - Processing section: [Registry_Check] From file: [%BaseDir%\Projects\MistyPE\Core\Core.script]
Checking to see if project registry hives are still mounted from a previous run and unloading them if they are...
IF - Section does not exist [HKLM] evaluated string: [If,ExistRegSection,HKLM,_WinPE_DEFAULT,RegHiveUnload,_WinPE_DEFAULT]
IF - Section does not exist [HKLM] evaluated string: [If,ExistRegSection,HKLM,_WinPE_SAM,RegHiveUnload,_WinPE_SAM]
IF - Section does not exist [HKLM] evaluated string: [If,ExistRegSection,HKLM,_WinPE_SECURITY,RegHiveUnload,_WinPE_SECURITY]
IF - Section does not exist [HKLM] evaluated string: [If,ExistRegSection,HKLM,_WinPE_SOFTWARE,RegHiveUnload,_WinPE_SOFTWARE]
IF - Section does not exist [HKLM] evaluated string: [If,ExistRegSection,HKLM,_WinPE_SYSTEM,RegHiveUnload,_WinPE_SYSTEM]
Run - Processed section [Registry_Check] in file: [%BaseDir%\Projects\MistyPE\Core\Core.script]
|
Run - Processing section: [CLEAR.PREVIOUS.RUN] From file: [%BaseDir%\Projects\MistyPE\Core\Core.script]
Removing files created following any previous runs of this project...
IF - File does not exist: [%BaseDir%\Projects\Cache\temp\boot.wim.info.txt] evaluated string: [If,ExistFile,"%Cache%\temp\boot.wim.info.txt",FileDelete,"%Cache%\temp\boot.wim.info.txt"]
IF - File exists: [%BaseDir%\Projects\Cache\temp\boot.wim.info.ini] evaluated string: [If,ExistFile,"%Cache%\temp\boot.wim.info.ini",FileDelete,"%Cache%\temp\boot.wim.info.ini"]
FileDelete - Sucessfully deleted [%BaseDir%\Projects\Cache\temp\boot.wim.info.ini]
IF - File does not exist: [%BaseDir%\Projects\Cache\temp\install.wim.info.txt] evaluated string: [If,ExistFile,"%Cache%\temp\install.wim.info.txt",FileDelete,"%Cache%\temp\install.wim.info.txt"]
IF - File does not exist: [%BaseDir%\Projects\Cache\temp\install.wim.info.ini] evaluated string: [If,ExistFile,"%Cache%\temp\install.wim.info.ini",FileDelete,"%Cache%\temp\install.wim.info.ini"]
IF - Directory does not exist: [%BaseDir%\WinPE.Project.Output\ROOT] evaluated string: [If,ExistDir,"%TargetDir%",Echo,"Deleting "%targetdir%" if it exists..."]
IF - Directory does not exist: [%BaseDir%\WinPE.Project.Output\ROOT] evaluated string: [If,ExistDir,"%TargetDir%",DirDelete,"%TargetDir%"]
IF - Directory does not exist: [%BaseDir%\WinPE.Project.Output\ROOT] evaluated string: [If,ExistDir,"%TargetDir%",Halt,"%TargetDir% could not be deleted!"]
IF - Directory does not exist: [%BaseDir%\WinPE.Project.Output\ISO.ROOT] evaluated string: [If,ExistDir,"%OutputDir%",Echo,"Deleting "%OutputDir%" if it exists..."]
IF - Directory does not exist: [%BaseDir%\WinPE.Project.Output\ISO.ROOT] evaluated string: [If,ExistDir,"%OutputDir%",DirDelete,"%OutputDir%"]
IF - Directory does not exist: [%BaseDir%\WinPE.Project.Output\ISO.ROOT] evaluated string: [If,ExistDir,"%OutputDir%",Halt,"%OutputDir% could not be deleted!"]
IF - Directory does not exist: [%BaseDir%\WinPE.Project.Output] evaluated string: [If,ExistDir,"%ISODir%",Echo,"Deleting "%ISODir%" if it exists..."]
IF - Directory does not exist: [%BaseDir%\WinPE.Project.Output] evaluated string: [If,ExistDir,"%ISODir%",DirDelete,"%ISODir%"]
IF - Directory does not exist: [%BaseDir%\WinPE.Project.Output] evaluated string: [If,ExistDir,"%ISODir%",Halt,"%ISODir% could not be deleted!"]
Run - Processed section [CLEAR.PREVIOUS.RUN] in file: [%BaseDir%\Projects\MistyPE\Core\Core.script]
|
Run - Processing section: [SOURCE.CHECK] From file: [%BaseDir%\Projects\MistyPE\Core\Core.script]
Checking Source for required files...
SetVar - Sucessfuly changed the value of [%ERROR%] to: [0]
IF - File exists: [K:\sources\install.wim] evaluated string: [If,Not,ExistFile,"%SourceDir%\sources\install.wim",If,Not,ExistFile,"%SourceDir%\install.wim",Begin]
[Set,%ERROR%,1]
[Set,%install.wim.missing%,yes]
[End]
IF - File does not exist: [K:\install.wim] evaluated string: [If,Not,ExistFile,"%SourceDir%\install.wim",If,Not,ExistFile,"%SourceDir%\sources\install.wim",Begin]
IF - File exists: [K:\sources\install.wim] evaluated string: [If,Not,ExistFile,%SourceDir%\sources\install.wim,Begin]
[Set,%ERROR%,1]
[Set,%install.wim.missing%,yes]
[End]
IF - File exists: [K:\sources\boot.wim] evaluated string: [If,Not,ExistFile,"%SourceDir%\sources\boot.wim",If,Not,ExistFile,"%SourceDir%\boot.wim",Begin]
[Set,%ERROR%,1]
[Set,%boot.wim.missing%,yes]
[End]
IF - File does not exist: [K:\boot.wim] evaluated string: [If,Not,ExistFile,"%SourceDir%\boot.wim",If,Not,ExistFile,"%SourceDir%\sources\boot.wim",Begin]
IF - File exists: [K:\sources\boot.wim] evaluated string: [If,Not,ExistFile,%SourceDir%\sources\boot.wim,Begin]
[Set,%ERROR%,1]
[Set,%boot.wim.missing%,yes]
[End]
IF - File exists: [K:\bootmgr] evaluated string: [If,Not,ExistFile,"%SourceDir%\bootmgr",Set,%ERROR%,1]
IF - File exists: [K:\boot\BCD] evaluated string: [If,Not,ExistFile,"%SourceDir%\boot\BCD",Set,%ERROR%,1]
IF - File exists: [K:\boot\etfsboot.com] evaluated string: [If,Not,ExistFile,"%SourceDir%\boot\etfsboot.com",Set,%ERROR%,1]
IF - [0] is not equal to: [1] evaluated string: [If,%ERROR%,Equal,1,Begin]
[Message,A required source file is missing! Are source files present in the following location? - #$x#$x #$q%SourceDir%#$q #$x#$xrefer to log file,Error]
[If,%boot.wim.missing%,Equal,yes,Echo,\boot.wim (or \sources\boot.wim) is missing from source,WARN]
[If,%install.wim.missing%,Equal,yes,Echo,\install.wim (or \sources\install.wim) is missing from source,WARN]
[If,Not,ExistFile,"%SourceDir%\bootmgr",Echo,\bootmgr is missing from source,WARN]
[If,Not,ExistFile,"%SourceDir%\boot\BCD",Echo,\boot\BCD is missing from source,WARN]
[If,Not,ExistFile,"%SourceDir%\boot\etfsboot.com",Echo,\etfsboot.com is missing from source,WARN]
[Halt,Required file is missing - see warnings above]
[End]
Run - Processed section [SOURCE.CHECK] in file: [%BaseDir%\Projects\MistyPE\Core\Core.script]
|
Run - Processing section: [CHECK.VERSION] From file: [%BaseDir%\Projects\MistyPE\Core\Core.script]
Checking boot.wim for required information (build number, architecture, etc)...
IF - File exists: [K:\sources\boot.wim] evaluated string: [If,ExistFile,"%SourceDir%\sources\boot.wim",ShellExecute,Hide,"cmd.exe","/C "%TOOLS%\wimlib\wimlib-imagex.exe" info %SourceDir%\sources\boot.wim %Boot.wim.Image.number% > %Cache%\temp\boot.wim.info.txt"]
ShellExecute: [Hide] using: [cmd.exe] with parameters: [/C "%BaseDir%\Projects\Tools\wimlib\wimlib-imagex.exe" info K:\sources\boot.wim 2 > %BaseDir%\Projects\Cache\temp\boot.wim.info.txt]
IF - File does not exist: [K:\boot.wim] evaluated string: [If,ExistFile,"%SourceDir%\boot.wim",ShellExecute,Hide,"cmd.exe","/C "%TOOLS%\wimlib\wimlib-imagex.exe" info %SourceDir%\boot.wim %Boot.wim.Image.number% > %Cache%\temp\boot.wim.info.txt"]
ShellExecute: [Hide] using: [cmd.exe] with parameters: [/C ECHO [Main] >> "%BaseDir%\Projects\Cache\temp\boot.wim.info.ini"]
ShellExecute: [Hide] using: [cmd.exe] with parameters: [/C FOR /F "tokens=3" %i in ('FINDSTR /B /C:"Major Version:" "%BaseDir%\Projects\Cache\temp\boot.wim.info.txt"') do echo Major=%i >> "%BaseDir%\Projects\Cache\temp\boot.wim.info.ini"]
ShellExecute: [Hide] using: [cmd.exe] with parameters: [/C FOR /F "tokens=3" %i in ('FINDSTR /B /C:"Minor Version:" %BaseDir%\Projects\Cache\temp\boot.wim.info.txt') do echo Minor=%i >> "%BaseDir%\Projects\Cache\temp\boot.wim.info.ini"]
ShellExecute: [Hide] using: [cmd.exe] with parameters: [/C FOR /F "tokens=2" %i in ('FINDSTR /B /C:"Build:" %BaseDir%\Projects\Cache\temp\boot.wim.info.txt') do echo Build=%i >> "%BaseDir%\Projects\Cache\temp\boot.wim.info.ini"]
ShellExecute: [Hide] using: [cmd.exe] with parameters: [/C FOR /F "tokens=2" %i in ('FINDSTR /B /C:"Architecture:" %BaseDir%\Projects\Cache\temp\boot.wim.info.txt') do echo Architecture=%i >> "%BaseDir%\Projects\Cache\temp\boot.wim.info.ini"]
ShellExecute: [Hide] using: [cmd.exe] with parameters: [/C FOR /F "tokens=3" %i in ('FINDSTR /B /C:"Default Language:" %BaseDir%\Projects\Cache\temp\boot.wim.info.txt') do echo Language=%i >> "%BaseDir%\Projects\Cache\temp\boot.wim.info.ini"]
ShellExecute: [Hide] using: [cmd.exe] with parameters: [/C ECHO WINRE=NO >> "%BaseDir%\Projects\Cache\temp\boot.wim.info.ini"]
IniRead - [%BaseDir%\Projects\Cache\temp\boot.wim.info.ini] Section [Main] Key [Major] to variable: [%Major%] with value []
IniRead - [%BaseDir%\Projects\Cache\temp\boot.wim.info.ini] Section [Main] Key [Minor] to variable: [%Minor%] with value []
IniRead - [%BaseDir%\Projects\Cache\temp\boot.wim.info.ini] Section [Main] Key [Build] to variable: [%Build%] with value []
IniRead - [%BaseDir%\Projects\Cache\temp\boot.wim.info.ini] Section [Main] Key [Architecture] to variable: [%Architecture%] with value []
IniRead - [%BaseDir%\Projects\Cache\temp\boot.wim.info.ini] Section [Main] Key [Language] to variable: [%LANGUAGE%] with value []
SetVar - Sucessfuly changed the value of [%ERROR%] to: [0]
IF - [..] is equal to: [..] evaluated string: [If,Not,%Major%.%Minor%.%Build%,Equal,..,Begin]
[Set,%CodeBase%,%Major%.%Minor%.%Build%,Global]
[IniWriteTextLine,"%Cache%\temp\boot.wim.info.ini","Main","CodeBase=%CodeBase%"]
[End]
IF - [..] is equal to: [..] evaluated string: [If,%Major%.%Minor%.%Build%,Equal,..,Begin]
SetVar - Sucessfuly changed the value of [%CONTINUE%] to: [No]
IF - 'Yes' reply from: [Could not verify build version of the source files. Some of the Project scripts might not run correctly!
Select YES to CONTINUE - or NO to ABORT] evaluated string: [If,Question,Could not verify build version of the source files. Some of the Project scripts might not run correctly!
Select YES to CONTINUE - or NO to ABORT,Set,%CONTINUE%,YES]
SetVar - Sucessfuly changed the value of [%CONTINUE%] to: [YES]
IF - [yes] is equal to: [yes] evaluated string: [If,Not,%CONTINUE%,Equal,YES,Halt,Aborted by user due to the build version verification error.]
SetVar - Sucessfuly changed the value of [%CodeBase%] to: [Unknown]
IniWriteTextLine - Wrote INI text line in [%BaseDir%\Projects\Cache\temp\boot.wim.info.ini] Section [Main] line [CodeBase=Unknown]
SetVar - Sucessfuly changed the value of [%ERROR%] to: [1]
[End]
IF - [] is not equal to: [x86_64] evaluated string: [If,%Architecture%,Equal,x86_64,SET,%ARCH%,x64,Global]
IF - [] is not equal to: [x86] evaluated string: [If,%Architecture%,Equal,x86,SET,%ARCH%,x86,Global]
IF - [] is equal to: [] evaluated string: [If,%Architecture%,Equal,,Begin]
SetVar - Sucessfuly changed the value of [%CONTINUE%] to: [No]
IF - 'Yes' reply from: [Could not verify processor architecture of the source files. Defaulting to Architecture specified in the main project script (x86)
Select YES to CONTINUE - or NO to ABORT] evaluated string: [If,Question,Could not verify processor architecture of the source files. Defaulting to Architecture specified in the main project script (%ARCH%)
Select YES to CONTINUE - or NO to ABORT,Set,%CONTINUE%,YES]
SetVar - Sucessfuly changed the value of [%CONTINUE%] to: [YES]
IF - [yes] is equal to: [yes] evaluated string: [If,Not,%CONTINUE%,Equal,YES,Halt,Aborted by user due to the processor architecture verification error.]
SetVar - Sucessfuly changed the value of [%ERROR%] to: [1]
[End]
IF - [] is equal to: [] evaluated string: [If,Not,%LANGUAGE%,Equal,,Begin]
[Echo,Detected language as %LANGUAGE%]
[Set,%LANG%,%LANGUAGE%,Global]
[End]
IF - [] is equal to: [] evaluated string: [If,%LANGUAGE%,Equal,,Begin]
SetVar - Sucessfuly changed the value of [%CONTINUE%] to: [No]
IF - 'Yes' reply from: [Could not verify language of source files. Defaulting to Language specified in the main project script (en-US)
Select YES to CONTINUE - or NO to ABORT] evaluated string: [If,Question,Could not verify language of source files. Defaulting to Language specified in the main project script (%LANG%)
Select YES to CONTINUE - or NO to ABORT,Set,%CONTINUE%,YES]
SetVar - Sucessfuly changed the value of [%CONTINUE%] to: [YES]
IF - [yes] is equal to: [yes] evaluated string: [If,Not,%CONTINUE%,Equal,YES,Halt,Aborted by user due to the processor architecture verification error.]
SetVar - Sucessfuly changed the value of [%ERROR%] to: [1]
[End]
IF - [1] is equal to: [1] evaluated string: [If,%ERROR%,Equal,1,Begin]
SetVar - Sucessfuly changed the value of [%CONTINUE%] to: [No]
IF - 'Yes' reply from: [It was not possible to detect all of the required settings from the source files and at least one of the following settings are those specified in the main project script -
- Architecture=x86
- Language = en-US
- Build = Unknown
Following two settings are user defined -
- Image# = 2 (in boot.wim)
- Method = INJECT
Select YES to CONTINUE - or NO to ABORT] evaluated string: [If,Question,It was not possible to detect all of the required settings from the source files and at least one of the following settings are those specified in the main project script -
- Architecture=%ARCH%
- Language = %LANG%
- Build = %CodeBase%
Following two settings are user defined -
- Image# = %Boot.wim.Image.number% (in boot.wim)
- Method = %METHOD%
Select YES to CONTINUE - or NO to ABORT,Set,%CONTINUE%,YES]
SetVar - Sucessfuly changed the value of [%CONTINUE%] to: [YES]
IF - [yes] is equal to: [yes] evaluated string: [If,Not,%CONTINUE%,Equal,YES,Halt,User aborted due to the settings.]
[End]
IF - [1] is not equal to: [0] evaluated string: [If,%ERROR%,Equal,0,Begin]
[Set,%CONTINUE%,No]
[If,Question,Detected the following settings from the source files -#$x#$x - Architecture=%ARCH% #$x - Language = %LANG% #$x - Build = %CodeBase% #$x#$xFollowing two settings are user defined - #$x#$x - Image# = %Boot.wim.Image.number% (in boot.wim) #$x - Method = %METHOD% #$x#$xSelect YES to CONTINUE - or NO to ABORT,Set,%CONTINUE%,YES]
[If,Not,%CONTINUE%,Equal,YES,Halt,User aborted due to the settings.]
[End]
Run - Processed section [CHECK.VERSION] in file: [%BaseDir%\Projects\MistyPE\Core\Core.script]
|
Run - Processing section: [KNOWN.VERSIONS.CHECK] From file: [%BaseDir%\Projects\MistyPE\Core\Core.script]
Checking against known working builds...
SetVar - Sucessfuly changed the value of [%ERROR%] to: [0]
IF - [unknown] is equal to: [unknown] evaluated string: [If,Not,%CodeBase%,Equal,Unknown,Begin]
[If,%CodeBase%,Equal,6.0.6001,Set,%ERROR%,1]
[If,%CodeBase%,Equal,6.1.7600,Set,%ERROR%,1]
[If,%CodeBase%,Equal,6.1.7601,Set,%ERROR%,1]
[If,%CodeBase%,Equal,6.2.9200,Set,%ERROR%,1]
[If,%CodeBase%,Equal,6.3.9431,Set,%ERROR%,1]
[If,%CodeBase%,Equal,6.0.6000,Begin]
[Message,There are known issues with this build version (%Major%.%Minor%.%Build% - Windows Vista) - it will not boot due to a winload.exe error unless the boot file #$qboot.sdi#$q is replaced with a more recent version,Warning]
[Set,%ERROR%,1]
[End]
[End]
IF - [0] is not equal to: [1] evaluated string: [If,Not,%ERROR%,Equal,1,Begin]
Message: This source has not been tested (or failed verification checks) and is consequently listed as "unknown" - but might work anyway. Please try using one of the following tested sources if possible -
* 6.0.6000=WinPE 2.0 (Vista)
* 6.0.6001 = WinPE 2.1 (Vista SP1/Server 2008)
* 6.1.7600 = WinPE 3.0 (7/Server 2008 R2)
* 6.1.7601 = WinPE 3.1 (7 SP1/Server 2008 R2 SP1)
* 6.2.9200 = WinPE 4.0 (8/Server 2012)
* 6.3.9431 = WinPE 5.0 (8.1)
At least one of the project scripts (WinFE) might not work with an untested/unknown source!
[End]
Run - Processed section [KNOWN.VERSIONS.CHECK] in file: [%BaseDir%\Projects\MistyPE\Core\Core.script]
|
Run - Processing section: [CACHE.CHECK.1] From file: [%BaseDir%\Projects\MistyPE\Core\Core.script]
IF - Directory exists: [%BaseDir%\Projects\Cache\source\x86] evaluated string: [If,ExistDir,%Cache%\source\%ARCH%,Begin]
SetVar - Sucessfuly changed the value of [%CONTINUE%] to: [No]
IF - 'Yes' reply from: [A cache already exists. Change the current selection in the main project script for option "1] Attempt to use Existing Cache" if you want to use the cached files.
Do you want to continue? Select YES to CONTINUE (this will overwrite the cache) - or NO to ABORT] evaluated string: [If,Question,"A cache already exists. Change the current selection in the main project script for option "1] Attempt to use Existing Cache" if you want to use the cached files.
Do you want to continue? Select YES to CONTINUE (this will overwrite the cache) - or NO to ABORT",Set,%CONTINUE%,YES]
SetVar - Sucessfuly changed the value of [%CONTINUE%] to: [YES]
IF - [yes] is equal to: [yes] evaluated string: [If,Not,%CONTINUE%,Equal,YES,Halt,Aborted as user chose not to overwrite an existing cache.]
Deleting Cache...
DirDelete - Deleted directory [%BaseDir%\Projects\Cache\source\x86]
[End]
Run - Processed section [CACHE.CHECK.1] in file: [%BaseDir%\Projects\MistyPE\Core\Core.script]
|
Run - Processing section: [CREATE.CACHE] From file: [%BaseDir%\Projects\MistyPE\Core\Core.script]
Creating a cache from current source files...
IF - Directory does not exist: [%BaseDir%\Projects\Cache\source\x86] evaluated string: [If,Not,ExistDir,"%Cache%\source\%ARCH%",DirMake,"%Cache%\source\%ARCH%"]
DirMake - Created directory: [%BaseDir%\Projects\Cache\source\x86]
IF - Directory does not exist: [%BaseDir%\Projects\Cache\source\x86\boot] evaluated string: [If,Not,ExistDir,"%Cache%\source\%ARCH%\boot",DirMake,"%Cache%\source\%ARCH%\boot"]
DirMake - Created directory: [%BaseDir%\Projects\Cache\source\x86\boot]
IF - File exists: [K:\sources\boot.wim] evaluated string: [If,ExistFile,"%SourceDir%\sources\boot.wim",Set,"%boot.wim%","%SourceDir%\sources\boot.wim"]
SetVar - Sucessfuly changed the value of [%boot.wim%] to: [K:\sources\boot.wim]
IF - File does not exist: [K:\boot.wim] evaluated string: [If,ExistFile,"%SourceDir%\boot.wim",Set,"%boot.wim%","%SourceDir%\boot.wim"]
Copying boot.wim to cache...
FileCopy - Copied [K:\sources\boot.wim] to: [%BaseDir%\Projects\Cache\source\x86\boot.wim]
FileCopy - Copied [K:\bootmgr] to: [%BaseDir%\Projects\Cache\source\x86\bootmgr]
Copying boot files to cache...
DirCopy - Copied directory [K:\boot\*.*] to: [%BaseDir%\Projects\Cache\source\x86\boot]
IF - File exists: [K:\sources\install.wim] evaluated string: [If,ExistFile,"%SourceDir%\sources\install.wim",Set,"%Install.wim%","%SourceDir%\sources\install.wim"]
SetVar - Sucessfuly changed the value of [%Install.wim%] to: [K:\sources\install.wim]
IF - File does not exist: [K:\install.wim] evaluated string: [If,ExistFile,"%SourceDir%\install.wim",Set,"%Install.wim%","%SourceDir%\install.wim"]
Extracting files from install.wim...
ShellExecute: [Hide] using: [%BaseDir%\Projects\Tools\wimlib\wimlib-imagex.exe] with parameters: [extract K:\sources\install.wim 1 /windows/system32/apphelp.dll --dest-dir=%BaseDir%\Projects\Cache\source\x86]
ShellExecute: [Hide] using: [%BaseDir%\Projects\Tools\wimlib\wimlib-imagex.exe] with parameters: [extract K:\sources\install.wim 1 /windows/system32/ExplorerFrame.dll --dest-dir=%BaseDir%\Projects\Cache\source\x86]
ShellExecute: [Hide] using: [%BaseDir%\Projects\Tools\wimlib\wimlib-imagex.exe] with parameters: [extract K:\sources\install.wim 1 /windows/system32/ntvdm.exe --dest-dir=%BaseDir%\Projects\Cache\source\x86]
ShellExecute: [Hide] using: [%BaseDir%\Projects\Tools\wimlib\wimlib-imagex.exe] with parameters: [extract K:\sources\install.wim 1 /windows/system32/oledlg.dll --dest-dir=%BaseDir%\Projects\Cache\source\x86]
ShellExecute: [Hide] using: [%BaseDir%\Projects\Tools\wimlib\wimlib-imagex.exe] with parameters: [extract K:\sources\install.wim 1 /windows/system32/shellstyle.dll --dest-dir=%BaseDir%\Projects\Cache\source\x86]
ShellExecute: [Hide] using: [%BaseDir%\Projects\Tools\wimlib\wimlib-imagex.exe] with parameters: [extract K:\sources\install.wim 1 /windows/system32/wow32.dll --dest-dir=%BaseDir%\Projects\Cache\source\x86]
ShellExecute: [Hide] using: [%BaseDir%\Projects\Tools\wimlib\wimlib-imagex.exe] with parameters: [extract K:\sources\install.wim 1 /windows/system32/en-US/apphelp.dll.mui --dest-dir=%BaseDir%\Projects\Cache\source\x86]
ShellExecute: [Hide] using: [%BaseDir%\Projects\Tools\wimlib\wimlib-imagex.exe] with parameters: [extract K:\sources\install.wim 1 /windows/system32/en-US/explorerframe.dll.mui --dest-dir=%BaseDir%\Projects\Cache\source\x86]
ShellExecute: [Hide] using: [%BaseDir%\Projects\Tools\wimlib\wimlib-imagex.exe] with parameters: [extract K:\sources\install.wim 1 /windows/system32/en-US/oledlg.dll.mui --dest-dir=%BaseDir%\Projects\Cache\source\x86]
ShellExecute: [Hide] using: [%BaseDir%\Projects\Tools\wimlib\wimlib-imagex.exe] with parameters: [extract K:\sources\install.wim 1 /windows/system32/en-US/shellstyle.dll.mui --dest-dir=%BaseDir%\Projects\Cache\source\x86]
Extracting files from boot.wim...
ShellExecute: [Hide] using: [%BaseDir%\Projects\Tools\wimlib\wimlib-imagex.exe] with parameters: [extract K:\sources\boot.wim 1 /windows/system32/BootRec.exe --dest-dir=%BaseDir%\Projects\Cache\source\x86]
ShellExecute: [Hide] using: [%BaseDir%\Projects\Tools\wimlib\wimlib-imagex.exe] with parameters: [extract K:\sources\boot.wim 1 /windows/system32/en-US/BootRec.exe.mui --dest-dir=%BaseDir%\Projects\Cache\source\x86]
FileCopy - Copied [%BaseDir%\Projects\Cache\temp\boot.wim.info.ini] to: [%BaseDir%\Projects\Cache\source\x86\boot.wim.info.ini]
Run - Processed section [CREATE.CACHE] in file: [%BaseDir%\Projects\MistyPE\Core\Core.script]
|
Run - Processing section: [CACHE.CHECK.2] From file: [%BaseDir%\Projects\MistyPE\Core\Core.script]
Checking Cache for required files...
SetVar - Sucessfuly changed the value of [%ERROR%] to: [0]
IF - File exists: [%BaseDir%\Projects\Cache\source\x86\bootmgr] evaluated string: [If,Not,ExistFile,"%Cache%\source\%ARCH%\bootmgr",Set,%ERROR%,1]
IF - File exists: [%BaseDir%\Projects\Cache\source\x86\boot\BCD] evaluated string: [If,Not,ExistFile,"%Cache%\source\%ARCH%\boot\BCD",Set,%ERROR%,1]
IF - File exists: [%BaseDir%\Projects\Cache\source\x86\boot\etfsboot.com] evaluated string: [If,Not,ExistFile,"%Cache%\source\%ARCH%\boot\etfsboot.com",Set,%ERROR%,1]
IF - File exists: [%BaseDir%\Projects\Cache\source\x86\boot.wim] evaluated string: [If,Not,ExistFile,"%Cache%\source\%ARCH%\boot.wim",Set,%ERROR%,1]
IF - File does not exist: [%BaseDir%\Projects\Cache\source\x86\ExplorerFrame.dll] evaluated string: [If,Not,ExistFile,"%Cache%\source\%ARCH%\ExplorerFrame.dll",Set,%ERROR%,1]
SetVar - Sucessfuly changed the value of [%ERROR%] to: [1]
IF - File does not exist: [%BaseDir%\Projects\Cache\source\x86\shellstyle.dll] evaluated string: [If,Not,ExistFile,"%Cache%\source\%ARCH%\shellstyle.dll",Set,%ERROR%,1]
SetVar - Sucessfuly changed the value of [%ERROR%] to: [1]
IF - [1] is equal to: [1] evaluated string: [If,%ERROR%,Equal,1,Begin]
Message: A core file is missing from the cache! This indicates that the required file is either missing from your source directory (K:) or could not be extracted
- refer to log file
IF - File exists: [%BaseDir%\Projects\Cache\source\x86\boot.wim] evaluated string: [If,Not,ExistFile,"%Cache%\source\%ARCH%\boot.wim",Echo,\boot.wim IS MISSING,WARN]
IF - File exists: [%BaseDir%\Projects\Cache\source\x86\bootmgr] evaluated string: [If,Not,ExistFile,"%Cache%\source\%ARCH%\bootmgr",Echo,\bootmgr IS MISSING,WARN]
IF - File exists: [%BaseDir%\Projects\Cache\source\x86\boot\BCD] evaluated string: [If,Not,ExistFile,"%Cache%\source\%ARCH%\boot\BCD",Echo,\boot\BCD IS MISSING,WARN]
IF - File exists: [%BaseDir%\Projects\Cache\source\x86\boot\etfsboot.com] evaluated string: [If,Not,ExistFile,"%Cache%\source\%ARCH%\boot\etfsboot.com",Echo,\boot\etfsboot.com IS MISSING,WARN]
IF - File does not exist: [%BaseDir%\Projects\Cache\source\x86\ExplorerFrame.dll] evaluated string: [If,Not,ExistFile,"%Cache%\source\%ARCH%\ExplorerFrame.dll",Echo,\ExplorerFrame.dll IS MISSING,WARN]
\ExplorerFrame.dll IS MISSING
IF - File does not exist: [%BaseDir%\Projects\Cache\source\x86\shellstyle.dll] evaluated string: [If,Not,ExistFile,"%Cache%\source\%ARCH%\shellstyle.dll",Echo,\shellstyle.dll IS MISSING,WARN]
\shellstyle.dll IS MISSING
A core file is missing from the cache - see warnings above
Run - Processed section [CACHE.CHECK.2] in file: [%BaseDir%\Projects\MistyPE\Core\Core.script]
|
Script time: 1 minute, 12 seconds and 682 milliseconds
Finished processing script: Core Files (Beta 2013-09-20)
Project time: 1 minute, 12 seconds and 783 milliseconds
|