Core Files |
File [%BaseDir%\Projects\MistyPE\Core\Core.script] Version[1]
SetVar - Sucessfuly changed the value of [%USE.TOOLS%] to: [NO]
IF - File exists: [%BaseDir%\Projects\Cache\temp\*.*] evaluated string: [If,ExistFile,"%Cache%\temp\*.*",FileDelete,"%Cache%\temp\*.*"]
FileDelete - Sucessfully deleted [%BaseDir%\Projects\Cache\temp\*.*]
IF - [no] is not equal to: [yes] evaluated string: [If,%USECACHE%,Equal,YES,Run,%ScriptFile%,USECACHE.YES]
IF - [no] is equal to: [no] evaluated string: [If,%USECACHE%,Equal,NO,Run,%ScriptFile%,USECACHE.NO]
|
Run - Processing section: [USECACHE.NO] From file: [%BaseDir%\Projects\MistyPE\Core\Core.script]
|
Run - Processing section: [SOURCE.CHECK] From file: [%BaseDir%\Projects\MistyPE\Core\verify.script]
Checking Source for required files...
SetVar - Sucessfuly changed the value of [%install.wim%] to: [0]
IF - File exists: [G:\sources\install.wim] evaluated string: [If,ExistFile,"%SourceDir%\sources\install.wim",Set,%install.wim%,"%SourceDir%\sources\install.wim",GLOBAL]
SetVar - Sucessfuly changed the value of [%install.wim%] to: [G:\sources\install.wim]
[//New line]
IF - File does not exist: [G:\sources\install.esd] evaluated string: [If,ExistFile,"%SourceDir%\sources\install.esd",Set,%install.wim%,"%SourceDir%\sources\install.esd",GLOBAL]
SetVar - Sucessfuly changed the value of [%boot.wim%] to: [0]
IF - File exists: [G:\sources\boot.wim] evaluated string: [If,ExistFile,"%SourceDir%\sources\boot.wim",Set,%boot.wim%,"%SourceDir%\sources\boot.wim",GLOBAL]
SetVar - Sucessfuly changed the value of [%boot.wim%] to: [G:\sources\boot.wim]
IF - [g:\sources\boot.wim] is not equal to: [0] evaluated string: [If,%boot.wim%,Equal,0,Set,%ERROR%,1]
IF - [g:\sources\install.wim] is not equal to: [0] evaluated string: [If,%install.wim%,Equal,0,Set,%ERROR%,1]
IF - File exists: [G:\bootmgr] evaluated string: [If,Not,ExistFile,"%SourceDir%\bootmgr",Set,%ERROR%,1]
IF - File exists: [G:\boot\BCD] evaluated string: [If,Not,ExistFile,"%SourceDir%\boot\BCD",Set,%ERROR%,1]
IF - File exists: [G:\boot\etfsboot.com] evaluated string: [If,Not,ExistFile,"%SourceDir%\boot\etfsboot.com",Set,%ERROR%,1]
IF - [%error%] 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%,Equal,0,Echo,\sources\boot.wim is missing from source,WARN]
[If,%install.wim%,Equal,0,Echo,\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]
IF - [2] is equal to: [2] evaluated string: [If,Not,%boot.wim.Image.number%,Equal,2,Begin]
[Set,%CONTINUE%,No]
[If,Question,"boot.wim Image\Index number %Boot.wim.image.number% is specified in the project settings. If using Windows RTM source files#$c Image Number 2 should be selected.#$x#$xUse Image Number 2? Click on YES to use Image 2#$c or NO to use Image %Boot.wim.image.number%",Set,%CONTINUE%,YES]
[If,%CONTINUE%,Equal,YES,Set,%Boot.wim.image.number%,2,Global]
[End]
Run - Processed section [SOURCE.CHECK] in file: [%BaseDir%\Projects\MistyPE\Core\verify.script]
|
Run - Processing section: [boot.wim] From file: [%BaseDir%\Projects\MistyPE\Core\verify.script]
Checking boot.wim for required information (build number, architecture, etc)...
ShellExecute: [Hide] using: [cmd.exe] with parameters: [/C ""%BaseDir%\Projects\Tools\wimlib\wimlib-imagex.exe" info "G:\sources\boot.wim" 2 > "%BaseDir%\Projects\Cache\temp\boot.wim.info.txt""]
[//message,"Test (at line 13 in \core\verify.script) - delete or disable after test. Delete contents of Cache\temp\boot.wim.info.txt to force use of registry values"]
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=4" %i in ('FINDSTR /B /C:"Service Pack Build:" "%BaseDir%\Projects\Cache\temp\boot.wim.info.txt"') do echo SPBuild=%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"]
IniWriteTextLine - Wrote INI text line in [%BaseDir%\Projects\Cache\temp\boot.wim.info.ini] Section [Main] line [Image.Number=2]
IniWrite - Wrote INI key in file: [%BaseDir%\Projects\Cache\temp\boot.wim.info.ini] Section [Main] Key [Fallback.Language]: es-ES
IniRead - [%BaseDir%\Projects\Cache\temp\boot.wim.info.ini] Section [Main] Key [Major] to variable: [%Major%] with value [10]
IniRead - [%BaseDir%\Projects\Cache\temp\boot.wim.info.ini] Section [Main] Key [Minor] to variable: [%Minor%] with value [0]
IniRead - [%BaseDir%\Projects\Cache\temp\boot.wim.info.ini] Section [Main] Key [Build] to variable: [%Build%] with value [14393]
IniRead - [%BaseDir%\Projects\Cache\temp\boot.wim.info.ini] Section [Main] Key [Architecture] to variable: [%Architecture%] with value [x86_64]
IniRead - [%BaseDir%\Projects\Cache\temp\boot.wim.info.ini] Section [Main] Key [Language] to variable: [%LANGUAGE%] with value [es-ES]
IniRead - [%BaseDir%\Projects\Cache\temp\boot.wim.info.ini] Section [Main] Key [SPBuild] to variable: [%SPBuild%] with value [0]
SetVar - Sucessfuly changed the value of [%Major%] to: [10]
SetVar - Sucessfuly changed the value of [%Minor%] to: [0]
SetVar - Sucessfuly changed the value of [%Build%] to: [14393]
SetVar - Sucessfuly changed the value of [%SPBuild%] to: [0]
SetVar - Sucessfuly changed the value of [%LANGUAGE%] to: [es-ES]
IF - [x86_64] is not equal to: [] evaluated string: [If,%Architecture%,Equal,,Run,"%ProjectDir%\Core\verify.script",wim.registry.ARCH]
IF - [x86_64] is equal to: [x86_64] evaluated string: [If,%Architecture%,Equal,x86_64,SET,%ARCH%,x64,Global]
SetVar - Sucessfuly changed the value of [%ARCH%] to: [x64]
IF - [x86_64] is not equal to: [amd64] evaluated string: [If,%Architecture%,Equal,amd64,SET,%ARCH%,x64,Global]
IF - [x86_64] is not equal to: [x86] evaluated string: [If,%Architecture%,Equal,x86,SET,%ARCH%,x86,Global]
SetVar - Sucessfuly changed the value of [%ERROR%] to: [0]
IF - [x86_64] is not equal to: [] evaluated string: [If,%Architecture%,Equal,,Begin]
[Set,%CONTINUE%,No]
[If,Question,Could not verify processor architecture of the source files. Defaulting to Architecture specified in the main project script (%ARCH%) - refer to option #$q3] WinPE Processor Architecture#$q.#$x#$xSelect YES to CONTINUE - or NO to ABORT,Set,%CONTINUE%,YES]
[If,Not,%CONTINUE%,Equal,YES,Halt,Aborted by user due to the processor architecture verification error.]
[Set,%ERROR%,1]
[IniWriteTextLine,"%Cache%\temp\boot.wim.info.ini",Main,Architecture,%ARCH%]
[End]
IF - [10.0.14393] is not equal to: [..] evaluated string: [If,%Major%.%Minor%.%Build%,Equal,..,Begin]
[Set,%ini.file%,boot.wim.info.ini]
[Set,%Registry.From.wim%,%boot.wim%]
[Set,%Registry.From.Image.Number%,%Boot.wim.Image.number%]
[Run,"%ProjectDir%\Core\verify.script",wim.registry.VERSION]
[End]
ELSE - executing command: [Begin]
SetVar - Sucessfuly changed the value of [%CodeBase%] to: [10.0.14393]
StrFormat - converted [LEFT(10.0.14393,4)] to variable: [%CodeBase2%] with result: [10.0]
SetVar - Sucessfuly changed the value of [%CodeBase2%] to: [10.0]
IniWriteTextLine - Wrote INI text line in [%BaseDir%\Projects\Cache\temp\boot.wim.info.ini] Section [Main] line [CodeBase=10.0.14393]
[End]
IF - [es-es] is not equal to: [] evaluated string: [If,%LANGUAGE%,Equal,,Begin]
[Set,%CONTINUE%,No]
[If,Question,Could not verify language of source files. Defaulting to Language specified in the main project script (%LANG%) - see#$x option #$q9] WinPE Language \ Fallback Language#$q.#$x#$xSelect YES to CONTINUE - or NO to ABORT,Set,%CONTINUE%,YES]
[If,Not,%CONTINUE%,Equal,YES,Halt,Aborted by user due to the processor architecture verification error.]
[Set,%ERROR%,1]
[IniWriteTextLine,"%Cache%\temp\boot.wim.info.ini","Main","Language=%LANG%"]
[End]
ELSE - executing command: [Set,%LANG%,%LANGUAGE%,Global]
SetVar - Sucessfuly changed the value of [%LANG%] to: [es-ES]
IF - [0] is not equal to: [1] evaluated string: [If,%ERROR%,Equal,1,Begin]
[Set,%CONTINUE%,No]
[If,Question,It was not possible to detect all of the required settings from the source files and at least one of the following values has been obtained from settings in the main project script -#$x#$x - Architecture=%ARCH% #$x - Language = %LANG% #$x - Build = %CodeBase% #$x#$xThe following settings are user defined -#$x#$x - boot.wim Image# = %Boot.wim.Image.number%#$x - install.wim Image# = %Install.wim.Image.number% #$x - Fallback Language = %LANG2%#$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]
IF - [%cacheonly%] is not equal to: [yes] evaluated string: [If,Not,%Cacheonly%,Equal,YES,If,%ERROR%,Equal,0,Begin]
IF - [0] is equal to: [0] evaluated string: [If,%ERROR%,Equal,0,Begin]
SetVar - Sucessfuly changed the value of [%CONTINUE%] to: [No]
IF - 'Yes' reply from: [Detected the following settings from the source files -
- Architecture=x64
- Language = es-ES
- Build = 10.0.14393
The following settings are user defined -
- boot.wim Image# = 2
- install.wim Image# = 1
- Fallback Language = es-ES
- Method = INJECT
Select YES to CONTINUE - or NO to ABORT] evaluated string: [If,Question,Detected the following settings from the source files -
- Architecture=%ARCH%
- Language = %LANG%
- Build = %CodeBase%
The following settings are user defined -
- boot.wim Image# = %Boot.wim.Image.number%
- install.wim Image# = %Install.wim.Image.number%
- Fallback Language = %LANG2%
- 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]
Run - Processed section [boot.wim] in file: [%BaseDir%\Projects\MistyPE\Core\verify.script]
|
Run - Processing section: [install.wim.v2] From file: [%BaseDir%\Projects\MistyPE\Core\verify.script]
Checking install.wim for required information (build number, architecture, etc)...
ShellExecute: [Hide] using: [cmd.exe] with parameters: [/C ""%BaseDir%\Projects\Tools\wimlib\wimlib-imagex.exe" info "G:\sources\install.wim" 1 > "%BaseDir%\Projects\Cache\temp\install.wim.info.txt""]
ShellExecute: [Hide] using: [cmd.exe] with parameters: [/C ECHO [install.wim.source] >> "%BaseDir%\Projects\Cache\temp\install.wim.info.ini"]
ShellExecute: [Hide] using: [cmd.exe] with parameters: [/C FOR /F "tokens=*" %i in ('FINDSTR /B /C:"Name:" "%BaseDir%\Projects\Cache\temp\install.wim.info.txt"') do echo Source=%i >> "%BaseDir%\Projects\Cache\temp\install.wim.info.ini"]
TXTReplace - Replaced strings in file: [%BaseDir%\Projects\Cache\temp\install.wim.info.ini] string [Source=Name:] with string: [Source=]
TXTReplace - Replaced strings in file: [%BaseDir%\Projects\Cache\temp\install.wim.info.ini] string [ ] with string: []
ShellExecute: [Hide] using: [cmd.exe] with parameters: [/C FOR /F "tokens=3" %i in ('FINDSTR /B /C:"Major Version:" "%BaseDir%\Projects\Cache\temp\install.wim.info.txt"') do echo Major=%i >> "%BaseDir%\Projects\Cache\temp\install.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\install.wim.info.txt"') do echo Minor=%i >> "%BaseDir%\Projects\Cache\temp\install.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\install.wim.info.txt"') do echo Build=%i >> "%BaseDir%\Projects\Cache\temp\install.wim.info.ini"]
ShellExecute: [Hide] using: [cmd.exe] with parameters: [/C FOR /F "tokens=4" %i in ('FINDSTR /B /C:"Service Pack Build:" "%BaseDir%\Projects\Cache\temp\install.wim.info.txt"') do echo SPBuild=%i >> "%BaseDir%\Projects\Cache\temp\install.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\install.wim.info.txt"') do echo Architecture=%i >> "%BaseDir%\Projects\Cache\temp\install.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\install.wim.info.txt"') do echo Language=%i >> "%BaseDir%\Projects\Cache\temp\install.wim.info.ini"]
IniWriteTextLine - Wrote INI text line in [%BaseDir%\Projects\Cache\temp\install.wim.info.ini] Section [install.wim.source] line [Image.Number=1]
IniRead - [%BaseDir%\Projects\Cache\temp\install.wim.info.ini] Section [install.wim.source] Key [Major] to variable: [%Install.wim.Major%] with value [10]
IniRead - [%BaseDir%\Projects\Cache\temp\install.wim.info.ini] Section [install.wim.source] Key [Minor] to variable: [%Install.wim.Minor%] with value [0]
IniRead - [%BaseDir%\Projects\Cache\temp\install.wim.info.ini] Section [install.wim.source] Key [Build] to variable: [%Install.wim.Build%] with value [14393]
IniRead - [%BaseDir%\Projects\Cache\temp\install.wim.info.ini] Section [install.wim.source] Key [Architecture] to variable: [%Install.wim.Architecture%] with value [x86_64]
IniRead - [%BaseDir%\Projects\Cache\temp\install.wim.info.ini] Section [install.wim.source] Key [Language] to variable: [%Install.wim.LANGUAGE%] with value [es-ES]
IniRead - [%BaseDir%\Projects\Cache\temp\install.wim.info.ini] Section [install.wim.source] Key [SPBuild] to variable: [%Install.wim.SPBuild%] with value [0]
SetVar - Sucessfuly changed the value of [%Install.wim.Major%] to: [10]
SetVar - Sucessfuly changed the value of [%Install.wim.Minor%] to: [0]
SetVar - Sucessfuly changed the value of [%Install.wim.Build%] to: [14393]
IF - [10.0.14393] is not equal to: [..] evaluated string: [If,%Install.wim.Major%.%Install.wim.Minor%.%Install.wim.Build%,Equal,..,Begin]
[Set,%ini.file%,install.wim.info.ini]
[Set,%Registry.From.wim%,%install.wim%]
[Set,%Registry.From.Image.Number%,%install.wim.Image.number%]
[Run,"%ProjectDir%\Core\verify.script",wim.registry.VERSION]
[End]
SetVar - Sucessfuly changed the value of [%Install.wim.SPBuild%] to: [0]
SetVar - Sucessfuly changed the value of [%Install.wim.LANGUAGE%] to: [es-ES]
IF - [x86_64] is equal to: [x86_64] evaluated string: [If,%Install.wim.Architecture%,Equal,x86_64,SET,%Install.wim.ARCH%,x64,Global]
SetVar - Sucessfuly changed the value of [%Install.wim.ARCH%] to: [x64]
IF - [x86_64] is not equal to: [amd64] evaluated string: [If,%Install.wim.Architecture%,Equal,amd64,SET,%Install.wim.ARCH%,x64,Global]
IF - [x86_64] is not equal to: [x86] evaluated string: [If,%Install.wim.Architecture%,Equal,x86,SET,%Install.wim.ARCH%,x86,Global]
SetVar - Sucessfuly changed the value of [%Install.wim.CodeBase%] to: [10.0.14393]
IniWriteTextLine - Wrote INI text line in [%BaseDir%\Projects\Cache\temp\install.wim.info.ini] Section [install.wim.source] line [CodeBase=10.0.14393]
IniMerge - Error adding line on INI file: [%BaseDir%\Projects\Cache\temp\install.wim.info.ini] to: [%BaseDir%\Projects\Cache\temp\boot.wim.info.ini]
Run - Processed section [install.wim.v2] in file: [%BaseDir%\Projects\MistyPE\Core\verify.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 - [10.0.14393] is not equal to: [6.0.6000] evaluated string: [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]
IF - [10.0.14393] is not equal to: [6.0.6001] evaluated string: [If,%CodeBase%,Equal,6.0.6001,Set,%ERROR%,1]
IF - [10.0.14393] is not equal to: [6.1.7600] evaluated string: [If,%CodeBase%,Equal,6.1.7600,Set,%ERROR%,1]
IF - [10.0.14393] is not equal to: [6.1.7601] evaluated string: [If,%CodeBase%,Equal,6.1.7601,Set,%ERROR%,1]
IF - [10.0.14393] is not equal to: [6.2.9200] evaluated string: [If,%CodeBase%,Equal,6.2.9200,Set,%ERROR%,1]
IF - [10.0.14393] is not equal to: [6.3.9431] evaluated string: [If,%CodeBase%,Equal,6.3.9431,Set,%ERROR%,1]
IF - [10.0.14393] is not equal to: [6.3.9600] evaluated string: [If,%CodeBase%,Equal,6.3.9600,Set,%ERROR%,1]
[//new line x6]
IF - [10.0.14393] is not equal to: [10.0.10240] evaluated string: [If,%CodeBase%,Equal,10.0.10240,Set,%ERROR%,1]
IF - [10.0.14393] is not equal to: [10.0.10586] evaluated string: [If,%CodeBase%,Equal,10.0.10586,Set,%ERROR%,1]
IF - [10.0.14393] is equal to: [10.0.14393] evaluated string: [If,%CodeBase%,Equal,10.0.14393,Set,%ERROR%,1]
SetVar - Sucessfuly changed the value of [%ERROR%] to: [1]
IF - [1] is not equal to: [0] evaluated string: [If,%ERROR%,Equal,0,Begin]
[Message,This source has not been tested - but might work anyway. Please try using one of the following tested sources if possible - #$x#$x * 6.0.6000 (Windows Vista)#$x * 6.0.6001 (Windows Vista SP1/Server 2008)#$x * 6.1.7600 (Windows 7/Server 2008 R2)#$x * 6.1.7601 (Windows 7 SP1/Server 2008 R2 SP1)#$x * 6.2.9200 (Windows 8/Server 2012)#$x * 6.3.9600 (Windows 8.1)#$x * 10.0.10240 (Windows 10 RTM)#$x * 10.0.10586 (Windows 10 November Update)#$x * 10.0.14393 (Windows 10 Aniversary Update)#$x#$xSome project scripts might not work with an untested/unknown source!,Warning]
[End]
Run - Processed section [KNOWN.VERSIONS.CHECK] in file: [%BaseDir%\Projects\MistyPE\Core\Core.script]
IF - Directory exists: [%BaseDir%\Projects\Cache\source\x64] 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. Proceeding will delete the existing cache.
Do you want to continue? Select YES to CONTINUE - or NO to ABORT] evaluated string: [If,Question,"A cache already exists. Proceeding will delete the existing cache.
Do you want to continue? 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 as user chose not to overwrite an existing cache.]
Deleting Cache...
DirDelete - Deleted directory [%BaseDir%\Projects\Cache\source\x64]
[End]
SetVar - Sucessfuly changed the value of [%Dependencies%] to: [%BaseDir%\Projects\Cache\source\x64\Dependencies\Windows\System32]
Creating a cache from current source files...
IF - Directory does not exist: [%BaseDir%\Projects\Cache\source\x64] evaluated string: [If,Not,ExistDir,"%Cache%\source\%ARCH%",DirMake,"%Cache%\source\%ARCH%"]
DirMake - Created directory: [%BaseDir%\Projects\Cache\source\x64]
IF - Directory does not exist: [%BaseDir%\Projects\Cache\source\x64\boot] evaluated string: [If,Not,ExistDir,"%Cache%\source\%ARCH%\boot",DirMake,"%Cache%\source\%ARCH%\boot"]
DirMake - Created directory: [%BaseDir%\Projects\Cache\source\x64\boot]
IF - [es-es] is not equal to: [en-us] evaluated string: [If,Not,%LANG%,equal,%LANG3%,If,Not,%LANG2%,equal,%LANG3%,Set,%USE.LANG3%,YES]
IF - [es-es] is not equal to: [en-us] evaluated string: [If,Not,%LANG2%,equal,%LANG3%,Set,%USE.LANG3%,YES]
SetVar - Sucessfuly changed the value of [%USE.LANG3%] to: [YES]
IF - [es-es] is equal to: [es-es] evaluated string: [If,Not,%LANG%,equal,%LANG2%,Set,%USE.LANG2%,YES]
Copying boot.wim to cache...
FileCopy - Copied [G:\sources\boot.wim] to: [%BaseDir%\Projects\Cache\source\x64\boot.wim]
FileCopy - Copied [G:\bootmgr] to: [%BaseDir%\Projects\Cache\source\x64\bootmgr]
Copying boot files to cache...
DirCopy - Copied directory [G:\boot\*.*] to: [%BaseDir%\Projects\Cache\source\x64\boot]
FileCopy - Copied [%BaseDir%\Projects\Cache\temp\boot.wim.info.ini] to: [%BaseDir%\Projects\Cache\source\x64\boot.wim.info.ini]
|
Run - Processing section: [Files.From.Install.WIM] From file: [%BaseDir%\Projects\MistyPE\Core\required.files.from.wim.script]
IF - Directory does not exist: [%BaseDir%\Projects\Cache\source\x64\Dependencies] evaluated string: [If,Not,ExistDir,"%Cache%\source\%ARCH%\Dependencies",DirMake,"%Cache%\source\%ARCH%\Dependencies"]
DirMake - Created directory: [%BaseDir%\Projects\Cache\source\x64\Dependencies]
Extracting files from install.wim...
ShellExecute: [Hide] using: [%BaseDir%\Projects\Tools\wimlib\wimlib-imagex.exe] with parameters: [extract "G:\sources\install.wim" 1 @"%BaseDir%\Projects\Tools\wimlib.file.lists\dependencies.txt" --dest-dir="%BaseDir%\Projects\Cache\source\x64\Dependencies" --nullglob --no-acls]
IF - File does not exist: [%BaseDir%\Projects\Cache\temp\Dependencies.MUI.*.txt] evaluated string: [If,ExistFile,"%Cache%\temp\Dependencies.MUI.*.txt",FileDelete,"%Cache%\temp\Dependencies.MUI.*.txt"]
IF - File does not exist: [%BaseDir%\Projects\Cache\temp\dependencies.USER.ADDED.MUI.*.txt] evaluated string: [If,ExistFile,"%Cache%\temp\dependencies.USER.ADDED.MUI.*.txt",FileDelete,"%Cache%\temp\dependencies.USER.ADDED.MUI.*.txt"]
FileCopy - Copied [%BaseDir%\Projects\Tools\wimlib.file.lists\Dependencies.MUI.txt] to: [%BaseDir%\Projects\Cache\temp\Dependencies.MUI.es-ES.txt]
TXTReplace - Replaced strings in file: [%BaseDir%\Projects\Cache\temp\Dependencies.MUI.es-ES.txt] string [\#\] with string: [\es-ES\]
ShellExecute: [Hide] using: [%BaseDir%\Projects\Tools\wimlib\wimlib-imagex.exe] with parameters: [extract "G:\sources\install.wim" 1 @"%BaseDir%\Projects\Cache\temp\Dependencies.MUI.es-ES.txt" --dest-dir="%BaseDir%\Projects\Cache\source\x64\Dependencies" --nullglob --no-acls]
IF - [%use.lang2%] is not equal to: [yes] evaluated string: [If,%USE.LANG2%,Equal,YES,Begin]
[FileCopy,"%Tools%\wimlib.file.lists\Dependencies.MUI.txt","%Cache%\temp\Dependencies.MUI.%LANG2%.txt"]
[TXTReplace,"%Cache%\temp\Dependencies.MUI.%LANG2%.txt",\#\,\%LANG2%\]
[ShellExecute,Hide,"%Tools%\wimlib\wimlib-imagex.exe","extract #$q%Install.wim%#$q %Install.wim.Image.number% @#$q%Cache%\temp\Dependencies.MUI.%LANG2%.txt#$q --dest-dir=#$q%Cache%\source\%ARCH%\Dependencies#$q --nullglob --no-acls"]
[End]
IF - [yes] is equal to: [yes] evaluated string: [If,%USE.LANG3%,Equal,YES,Begin]
FileCopy - Copied [%BaseDir%\Projects\Tools\wimlib.file.lists\Dependencies.MUI.txt] to: [%BaseDir%\Projects\Cache\temp\Dependencies.MUI.en-US.txt]
TXTReplace - Replaced strings in file: [%BaseDir%\Projects\Cache\temp\Dependencies.MUI.en-US.txt] string [\#\] with string: [\en-US\]
ShellExecute: [Hide] using: [%BaseDir%\Projects\Tools\wimlib\wimlib-imagex.exe] with parameters: [extract "G:\sources\install.wim" 1 @"%BaseDir%\Projects\Cache\temp\Dependencies.MUI.en-US.txt" --dest-dir="%BaseDir%\Projects\Cache\source\x64\Dependencies" --nullglob --no-acls]
[End]
[//Check for list of dependencies added by packages (next 11 lines) - implemented in beta March 2017 for future use]
IF - File exists: [%BaseDir%\Projects\Tools\wimlib.file.lists\dependencies.USER.ADDED.txt] evaluated string: [If,ExistFile,"%Tools%\wimlib.file.lists\dependencies.USER.ADDED.txt",ShellExecute,Hide,"%Tools%\wimlib\wimlib-imagex.exe","extract "%Install.wim%" %Install.wim.Image.number% @"%Tools%\wimlib.file.lists\dependencies.USER.ADDED.txt" --dest-dir="%Cache%\source\%ARCH%\Dependencies" --nullglob --no-acls"]
ShellExecute: [Hide] using: [%BaseDir%\Projects\Tools\wimlib\wimlib-imagex.exe] with parameters: [extract "G:\sources\install.wim" 1 @"%BaseDir%\Projects\Tools\wimlib.file.lists\dependencies.USER.ADDED.txt" --dest-dir="%BaseDir%\Projects\Cache\source\x64\Dependencies" --nullglob --no-acls]
IF - File exists: [%BaseDir%\Projects\Tools\wimlib.file.lists\dependencies.USER.ADDED.MUI.txt] evaluated string: [If,ExistFile,"%Tools%\wimlib.file.lists\dependencies.USER.ADDED.MUI.txt",Begin]
FileCopy - Copied [%BaseDir%\Projects\Tools\wimlib.file.lists\dependencies.USER.ADDED.MUI.txt] to: [%BaseDir%\Projects\Cache\temp\dependencies.USER.ADDED.MUI.es-ES.txt]
TXTReplace - Replaced strings in file: [%BaseDir%\Projects\Cache\temp\dependencies.USER.ADDED.MUI.es-ES.txt] string [\#\] with string: [\es-ES\]
ShellExecute: [Hide] using: [%BaseDir%\Projects\Tools\wimlib\wimlib-imagex.exe] with parameters: [extract "G:\sources\install.wim" 1 @"%BaseDir%\Projects\Cache\temp\dependencies.USER.ADDED.MUI.es-ES.txt" --dest-dir="%BaseDir%\Projects\Cache\source\x64\Dependencies" --nullglob --no-acls]
IF - [%use.lang2%] is not equal to: [yes] evaluated string: [If,%USE.LANG2%,Equal,YES,Begin]
[FileCopy,"%Tools%\wimlib.file.lists\dependencies.USER.ADDED.MUI.txt","%Cache%\temp\dependencies.USER.ADDED.MUI.%LANG2%.txt"]
[TXTReplace,"%Cache%\temp\dependencies.USER.ADDED.MUI.%LANG2%.txt",\#\,\%LANG2%\]
[ShellExecute,Hide,"%Tools%\wimlib\wimlib-imagex.exe","extract #$q%Install.wim%#$q %Install.wim.Image.number% @#$q%Cache%\temp\dependencies.USER.ADDED.MUI.%LANG2%.txt#$q --dest-dir=#$q%Cache%\source\%ARCH%\Dependencies#$q --nullglob --no-acls"]
[End]
IF - [yes] is equal to: [yes] evaluated string: [If,%USE.LANG3%,Equal,YES,Begin]
FileCopy - Copied [%BaseDir%\Projects\Tools\wimlib.file.lists\dependencies.USER.ADDED.MUI.txt] to: [%BaseDir%\Projects\Cache\temp\dependencies.USER.ADDED.MUI.en-US.txt]
TXTReplace - Replaced strings in file: [%BaseDir%\Projects\Cache\temp\dependencies.USER.ADDED.MUI.en-US.txt] string [\#\] with string: [\en-US\]
ShellExecute: [Hide] using: [%BaseDir%\Projects\Tools\wimlib\wimlib-imagex.exe] with parameters: [extract "G:\sources\install.wim" 1 @"%BaseDir%\Projects\Cache\temp\dependencies.USER.ADDED.MUI.en-US.txt" --dest-dir="%BaseDir%\Projects\Cache\source\x64\Dependencies" --nullglob --no-acls]
[End]
[End]
Extracting BootRec dependencies from boot.wim...
IF - File does not exist: [%BaseDir%\Projects\Cache\temp\bootrec.list.txt] evaluated string: [If,ExistFile,"%Cache%\temp\bootrec.list.txt",FileDelete,"%Cache%\temp\bootrec.list.txt"]
FileCreateBlank - Created a new file: [%BaseDir%\Projects\Cache\temp\bootrec.list.txt]
TxtAddLine - Added line: [%BaseDir%\Projects\Cache\temp\bootrec.list.txt] line: Value: /windows/system32/BootRec.exe Option: APPEND
TxtAddLine - Added line: [%BaseDir%\Projects\Cache\temp\bootrec.list.txt] line: Value: /windows/system32/es-ES/BootRec.exe.mui Option: APPEND
IF - [%use.lang2%] is not equal to: [yes] evaluated string: [If,%USE.LANG2%,Equal,YES,TXTAddLine,"%Cache%\temp\bootrec.list.txt",/windows/system32/%LANG2%/BootRec.exe.mui,APPEND]
IF - [yes] is equal to: [yes] evaluated string: [If,%USE.LANG3%,Equal,YES,TXTAddLine,"%Cache%\temp\bootrec.list.txt",/windows/system32/%LANG3%/BootRec.exe.mui,APPEND]
TxtAddLine - Added line: [%BaseDir%\Projects\Cache\temp\bootrec.list.txt] line: Value: /windows/system32/en-US/BootRec.exe.mui Option: APPEND
ShellExecute: [Hide] using: [%BaseDir%\Projects\Tools\wimlib\wimlib-imagex.exe] with parameters: [extract "G:\sources\boot.wim" 1 @"%BaseDir%\Projects\Cache\temp\bootrec.list.txt" --dest-dir="%BaseDir%\Projects\Cache\source\x64\Dependencies" --nullglob --no-acls]
ShellExecute: [Hide] using: [attrib.exe] with parameters: [-h -s "%BaseDir%\Projects\Cache\source\x64\Dependencies"]
Run - Processed section [Files.From.Install.WIM] in file: [%BaseDir%\Projects\MistyPE\Core\required.files.from.wim.script]
|
Run - Processing section: [check.cache] From file: [%BaseDir%\Projects\MistyPE\Core\verify.script]
[//executed during the caching process]
SetVar - Sucessfuly changed the value of [%ERROR%] to: [0]
IF - File exists: [%BaseDir%\Projects\Cache\source\x64\bootmgr] evaluated string: [If,Not,ExistFile,"%Cache%\source\%ARCH%\bootmgr",Set,%ERROR%,1]
IF - File exists: [%BaseDir%\Projects\Cache\source\x64\boot\BCD] evaluated string: [If,Not,ExistFile,"%Cache%\source\%ARCH%\boot\BCD",Set,%ERROR%,1]
IF - File exists: [%BaseDir%\Projects\Cache\source\x64\boot\etfsboot.com] evaluated string: [If,Not,ExistFile,"%Cache%\source\%ARCH%\boot\etfsboot.com",Set,%ERROR%,1]
IF - File exists: [%BaseDir%\Projects\Cache\source\x64\boot.wim] evaluated string: [If,Not,ExistFile,"%Cache%\source\%ARCH%\boot.wim",Set,%ERROR%,1]
IF - File exists: [%BaseDir%\Projects\Cache\source\x64\Dependencies\Windows\System32\ExplorerFrame.dll] evaluated string: [If,Not,ExistFile,"%Cache%\source\%ARCH%\Dependencies\Windows\System32\ExplorerFrame.dll",Set,%ERROR%,1]
IF - File exists: [%BaseDir%\Projects\Cache\source\x64\Dependencies\Windows\System32\shellstyle.dll] evaluated string: [If,Not,ExistFile,"%Cache%\source\%ARCH%\Dependencies\Windows\System32\shellstyle.dll",Set,%ERROR%,1]
IF - [0] is not equal to: [1] evaluated string: [If,%ERROR%,Equal,1,Begin]
[If,Not,ExistFile,"%Cache%\source\%ARCH%\bootmgr",Echo,\bootmgr is missing,WARN]
[If,Not,ExistFile,"%Cache%\source\%ARCH%\boot\BCD",Echo,\boot\BCD is missing,WARN]
[If,Not,ExistFile,"%Cache%\source\%ARCH%\boot\etfsboot.com",Echo,\boot\etfsboot.com is missing,WARN]
[If,Not,ExistFile,"%Cache%\source\%ARCH%\boot.wim",Echo,\boot.wim is missing,WARN]
[If,Not,ExistFile,"%Cache%\source\%ARCH%\Dependencies\Windows\System32\ExplorerFrame.dll",Echo,\ExplorerFrame.dll is missing,WARN]
[If,Not,ExistFile,"%Cache%\source\%ARCH%\Dependencies\Windows\System32\shellstyle.dll",Echo,\shellstyle.dll is missing,WARN]
[If,%USECACHE%,Equal,NO,Begin]
[Message,A required file is missing from the cache - this indicates that it was not possible to obtain all of the required files from the host Operating System!#$x#$xRefer to the log file for details about the missing file(s),Error]
[Halt,A required file is missing from the cache - this indicates that it was not possible to obtain all of the required files from the host Operating System!]
[End]
[If,%USECACHE%,Equal,YES,Begin]
[Message,"A required file is missing from the cache - Does a file cache for %ARCH% exist? Aborting...",Error]
[Halt]
[End]
[End]
Run - Processed section [check.cache] in file: [%BaseDir%\Projects\MistyPE\Core\verify.script]
|
Run - Processing section: [EFI.From.Install.WIM] From file: [%BaseDir%\Projects\MistyPE\Core\required.files.from.wim.script]
IF - Directory exists: [G:\EFI] evaluated string: [If,Not,ExistDir,"%SourceDir%\EFI",Begin]
[DirMake,"%Cache%\source\%ARCH%\EFI"]
[DirMake,"%Cache%\source\%ARCH%\EFI\boot"]
[DirMake,"%Cache%\source\%ARCH%\EFI\microsoft"]
[DirMake,"%Cache%\source\%ARCH%\EFI\microsoft\boot"]
[End]
[//Check for and copy from source first]
IF - Directory exists: [G:\EFI] evaluated string: [If,ExistDir,"%SourceDir%\EFI",Begin]
DirMake - Created directory: [%BaseDir%\Projects\Cache\source\x64\EFI]
DirCopy - Copied directory [G:\EFI\*.*] to: [%BaseDir%\Projects\Cache\source\x64\EFI]
[End]
ShellExecute: [Hide] using: [%BaseDir%\Projects\Tools\wimlib\wimlib-imagex.exe] with parameters: [extract "G:\sources\boot.wim" 2 /Windows/Boot/DVD/EFI/es-ES/efisys.bin --dest-dir="%BaseDir%\Projects\Cache\source\x64" --no-acls]
IF - File does not exist: [%BaseDir%\Projects\Cache\source\x64\efisys.bin] evaluated string: [If,Not,ExistFile,"%Cache%\source\%ARCH%\efisys.bin",ShellExecute,Hide,"%TOOLS%\wimlib\wimlib-imagex.exe","extract "%boot.wim%" %Boot.wim.Image.number% /Windows/Boot/DVD/EFI/%LANG2%/efisys.bin --dest-dir="%Cache%\source\%ARCH%" --no-acls"]
ShellExecute: [Hide] using: [%BaseDir%\Projects\Tools\wimlib\wimlib-imagex.exe] with parameters: [extract "G:\sources\boot.wim" 2 /Windows/Boot/DVD/EFI/es-ES/efisys.bin --dest-dir="%BaseDir%\Projects\Cache\source\x64" --no-acls]
IF - File does not exist: [%BaseDir%\Projects\Cache\source\x64\efisys.bin] evaluated string: [If,Not,ExistFile,"%Cache%\source\%ARCH%\efisys.bin",ShellExecute,Hide,"%TOOLS%\wimlib\wimlib-imagex.exe","extract "%boot.wim%" %Boot.wim.Image.number% /Windows/Boot/DVD/EFI/en-US/efisys.bin --dest-dir="%Cache%\source\%ARCH%" --no-acls"]
ShellExecute: [Hide] using: [%BaseDir%\Projects\Tools\wimlib\wimlib-imagex.exe] with parameters: [extract "G:\sources\boot.wim" 2 /Windows/Boot/DVD/EFI/en-US/efisys.bin --dest-dir="%BaseDir%\Projects\Cache\source\x64" --no-acls]
IF - File exists: [%BaseDir%\Projects\Cache\source\x64\efisys.bin] evaluated string: [If,ExistFile,"%Cache%\source\%ARCH%\efisys.bin",Begin]
IF - Directory exists: [%BaseDir%\Projects\Cache\source\x64\EFI\microsoft\boot] evaluated string: [If,Not,ExistDir,"%Cache%\source\%ARCH%\EFI\microsoft\boot",DirMake,"%Cache%\source\%ARCH%\EFI\microsoft\boot"]
IF - File exists: [%BaseDir%\Projects\Cache\source\x64\EFI\microsoft\boot\efisys.bin] evaluated string: [If,Not,ExistFile,"%Cache%\source\%ARCH%\EFI\microsoft\boot\efisys.bin",FileCopy,"%Cache%\source\%ARCH%\efisys.bin","%Cache%\source\%ARCH%\EFI\microsoft\boot\efisys.bin"]
[End]
IF - [x64] is not equal to: [x86] evaluated string: [If,%ARCH%,Equal,x86,If,Not,ExistFile,"%Cache%\source\%ARCH%\EFI\boot\bootia32.efi",ShellExecute,Hide,"%TOOLS%\wimlib\wimlib-imagex.exe","extract "%boot.wim%" %Boot.wim.Image.number% /Windows/Boot/EFI/bootmgfw.efi --dest-dir="%Cache%\source\%ARCH%\EFI\boot" --no-acls"]
IF - [x64] is equal to: [x64] evaluated string: [If,%ARCH%,Equal,x64,If,Not,ExistFile,"%Cache%\source\%ARCH%\EFI\boot\bootx64.efi",ShellExecute,Hide,"%TOOLS%\wimlib\wimlib-imagex.exe","extract "%boot.wim%" %Boot.wim.Image.number% /Windows/Boot/EFI/bootmgfw.efi --dest-dir="%Cache%\source\%ARCH%\EFI\boot" --no-acls"]
IF - File exists: [%BaseDir%\Projects\Cache\source\x64\EFI\boot\bootx64.efi] evaluated string: [If,Not,ExistFile,%Cache%\source\%ARCH%\EFI\boot\bootx64.efi,ShellExecute,Hide,%TOOLS%\wimlib\wimlib-imagex.exe,"extract "%boot.wim%" %Boot.wim.Image.number% /Windows/Boot/EFI/bootmgfw.efi --dest-dir="%Cache%\source\%ARCH%\EFI\boot" --no-acls"]
IF - File does not exist: [%BaseDir%\Projects\Cache\source\x64\EFI\boot\bootmgfw.efi] evaluated string: [If,ExistFile,"%Cache%\source\%ARCH%\EFI\boot\bootmgfw.efi",Begin]
[System,ERROROFF,2]
[If,%ARCH%,Equal,x86,FileRename,"%Cache%\source\%ARCH%\EFI\boot\bootmgfw.efi","%Cache%\source\%ARCH%\EFI\boot\bootia32.efi"]
[If,%ARCH%,Equal,x64,FileRename,"%Cache%\source\%ARCH%\EFI\boot\bootmgfw.efi","%Cache%\source\%ARCH%\EFI\boot\bootx64.efi"]
[End]
Run - Processed section [EFI.From.Install.WIM] in file: [%BaseDir%\Projects\MistyPE\Core\required.files.from.wim.script]
IF - [x64] is equal to: [x64] evaluated string: [If,%ARCH%,Equal,x64,Begin]
SetVar - Sucessfuly changed the value of [%Error%] to: [0]
IF - [10.0.14393] is not equal to: [6.1.7600] evaluated string: [If,%CodeBase%,Equal,6.1.7600,Set,%Error%,1]
IF - [10.0.14393] is not equal to: [6.1.7601] evaluated string: [If,%CodeBase%,Equal,6.1.7601,Set,%Error%,1]
IF - [10.0.14393] is not equal to: [6.2.9200] evaluated string: [If,%CodeBase%,Equal,6.2.9200,Set,%Error%,1]
IF - [10.0.14393] is not equal to: [6.3.9600] evaluated string: [If,%CodeBase%,Equal,6.3.9600,Set,%Error%,1]
IF - [10.0] is equal to: [10.0] evaluated string: [If,%CodeBase2%,Equal,10.0,Set,%Error%,1]
SetVar - Sucessfuly changed the value of [%Error%] to: [1]
IF - [yes] is not equal to: [no] evaluated string: [If,%SYSWOW64%,Equal,NO,Begin]
[Set,%CONTINUE%,No]
[If,Question,You have NOT enabled SysWoW64 support. Do you want to copy the SysWoW64 dependencies to the Cache for future use?#$x#$xSelect YES to copy SysWoW dependencies - or NO to skip,Set,%CONTINUE%,YES]
[If,Not,%CONTINUE%,Equal,YES,Set,%Error%,0]
[End]
IF - [1] is equal to: [1] evaluated string: [If,%Error%,Equal,1,Begin]
|
Run - Processing section: [Wow64-WIM.All] From file: [%BaseDir%\Projects\MistyPE\Core\syswow64.files.from.wim.script]
Adding SysWow64 files to Cache...
SetVar - Sucessfuly changed the value of [%SysWow64_Files%] to: [%BaseDir%\Projects\Cache\source\x64\SysWow64_Files]
DirMake - Created directory: [%BaseDir%\Projects\Cache\source\x64\SysWow64_Files]
FileCopy - Copied [%BaseDir%\Projects\Tools\wimlib.file.lists\syswow.files.txt] to: [%BaseDir%\Projects\Cache\temp\syswow.files.txt]
TxtAddLine - Added line: [%BaseDir%\Projects\Cache\temp\syswow.files.txt] line: Value: \windows\winsxs\x86_microsoft.windows.c..-controls.resources_*_es-ES* Option: APPEND
TxtAddLine - Added line: [%BaseDir%\Projects\Cache\temp\syswow.files.txt] line: Value: \windows\winsxs\manifests\x86_microsoft.windows.c..-controls.resources_*_es-ES* Option: APPEND
IF - [%use.lang2%] is not equal to: [yes] evaluated string: [If,%USE.LANG2%,Equal,YES,Begin]
[TXTAddLine,"%Cache%\temp\syswow.files.txt",\windows\winsxs\x86_microsoft.windows.c..-controls.resources_*_%LANG2%*,APPEND]
[TXTAddLine,"%Cache%\temp\syswow.files.txt",\windows\winsxs\manifests\x86_microsoft.windows.c..-controls.resources_*_%LANG2%*,APPEND]
[End]
IF - [yes] is equal to: [yes] evaluated string: [If,%USE.LANG3%,Equal,YES,Begin]
TxtAddLine - Added line: [%BaseDir%\Projects\Cache\temp\syswow.files.txt] line: Value: \windows\winsxs\x86_microsoft.windows.c..-controls.resources_*_en-US* Option: APPEND
TxtAddLine - Added line: [%BaseDir%\Projects\Cache\temp\syswow.files.txt] line: Value: \windows\winsxs\manifests\x86_microsoft.windows.c..-controls.resources_*_en-US* Option: APPEND
[End]
ShellExecute: [Hide] using: [%BaseDir%\Projects\Tools\wimlib\wimlib-imagex.exe] with parameters: [extract "G:\sources\install.wim" 1 @"%BaseDir%\Projects\Cache\temp\syswow.files.txt" --dest-dir="%BaseDir%\Projects\Cache\source\x64\SysWow64_Files" --nullglob --no-acls]
IF - [10.0.14393] is not equal to: [6.3.9600] evaluated string: [If,%CodeBase%,Equal,6.3.9600,Begin]
[ShellExecute,Hide,"%Tools%\wimlib\wimlib-imagex.exe","extract #$q%Install.wim%#$q %Install.wim.Image.number% @#$q%Tools%\wimlib.file.lists\syswow.files.8.1.txt#$q --dest-dir=#$q%SysWow64_Files%#$q --nullglob --no-acls"]
[End]
IF - [10.0.14393] is not equal to: [6.2.9200] evaluated string: [If,%CodeBase%,Equal,6.2.9200,Begin]
[ShellExecute,Hide,"%Tools%\wimlib\wimlib-imagex.exe","extract #$q%Install.wim%#$q %Install.wim.Image.number% @#$q%Tools%\wimlib.file.lists\syswow.files.8.0.txt#$q --dest-dir=#$q%SysWow64_Files%#$q --nullglob --no-acls"]
[End]
[//new line x3]
IF - [10.0] is equal to: [10.0] evaluated string: [If,%CodeBase2%,Equal,10.0,Begin]
ShellExecute: [Hide] using: [%BaseDir%\Projects\Tools\wimlib\wimlib-imagex.exe] with parameters: [extract "G:\sources\install.wim" 1 @"%BaseDir%\Projects\Tools\wimlib.file.lists\syswow.files.10.txt" --dest-dir="%BaseDir%\Projects\Cache\source\x64\SysWow64_Files" --nullglob --no-acls]
[End]
IF - File exists: [%BaseDir%\Projects\Tools\wimlib.file.lists\syswow.USER.ADDED.txt] evaluated string: [If,ExistFile,"%Tools%\wimlib.file.lists\syswow.USER.ADDED.txt",ShellExecute,Hide,"%Tools%\wimlib\wimlib-imagex.exe","extract "%Install.wim%" %Install.wim.Image.number% @"%Tools%\wimlib.file.lists\syswow.USER.ADDED.txt" --dest-dir="%SysWow64_Files%" --nullglob --no-acls"]
ShellExecute: [Hide] using: [%BaseDir%\Projects\Tools\wimlib\wimlib-imagex.exe] with parameters: [extract "G:\sources\install.wim" 1 @"%BaseDir%\Projects\Tools\wimlib.file.lists\syswow.USER.ADDED.txt" --dest-dir="%BaseDir%\Projects\Cache\source\x64\SysWow64_Files" --nullglob --no-acls]
SysWOW64 registry fix...
SetVar - Sucessfuly changed the value of [%SysWow64_Registry%] to: [%BaseDir%\Projects\Cache\source\x64\SysWow64_Registry]
DirMake - Created directory: [%BaseDir%\Projects\Cache\source\x64\SysWow64_Registry]
[//extracting SOFTWARE registry hive from install.wim]
ShellExecute: [Hide] using: [%BaseDir%\Projects\Tools\wimlib\wimlib-imagex.exe] with parameters: [extract "G:\sources\install.wim" 1 \Windows\System32\config\SOFTWARE --dest-dir="%BaseDir%\Projects\Cache\source\x64\SysWow64_Registry"]
IF - File exists: [%BaseDir%\Projects\Cache\source\x64\SysWow64_Registry\software] evaluated string: [If,Not,ExistFile,"%SysWow64_Registry%\software",Begin]
[Message,"Could not locate SOFTWARE registry hive - does the source .wim file contain image number %Install.wim.Image.number%? Aborting..."]
[Halt]
[End]
IF - Section does not exist [HKLM] evaluated string: [If,Not,ExistRegSection,HKLM,_WinPE_SOFTWARE,RegHiveLoad,_WinPE_SOFTWARE,"%SysWow64_Registry%\software"]
RegHiveLoad - File: [%BaseDir%\Projects\Cache\source\x64\SysWow64_Registry\software] Section [_WinPE_SOFTWARE]
ShellExecute: [hide] using: [regedit.exe] with parameters: [/e "%BaseDir%\Projects\Cache\source\x64\SysWow64_Registry\Wow6432Node.reg" HKEY_LOCAL_MACHINE\_WinPE_SOFTWARE\Wow6432Node]
ShellExecute: [hide] using: [regedit.exe] with parameters: [/e "%BaseDir%\Projects\Cache\source\x64\SysWow64_Registry\Classes_Wow6432Node.reg" HKEY_LOCAL_MACHINE\_WinPE_SOFTWARE\Classes\Wow6432Node]
IF - Section exists [HKLM] evaluated string: [If,ExistRegSection,HKLM,_WinPE_SOFTWARE,RegHiveUnload,_WinPE_SOFTWARE]
RegHiveUnLoad - Unloaded registry hive: [_WinPE_SOFTWARE]
[//Fix paths in reg files (replace C:\ with X:\)]
ShellExecute: [Hide] using: [%BaseDir%\Projects\Tools\gsar.exe] with parameters: [-o -i -sC:x00:::x00\ -rX:x00:::x00\ "%BaseDir%\Projects\Cache\source\x64\SysWow64_Registry\*.reg"]
[//Windows 7 sources appear to use D: as path, so also attempt to replace D:\ with X:\]
ShellExecute: [Hide] using: [%BaseDir%\Projects\Tools\gsar.exe] with parameters: [-o -i -sD:x00:::x00\ -rX:x00:::x00\ "%BaseDir%\Projects\Cache\source\x64\SysWow64_Registry\*.reg"]
Run - Processed section [Wow64-WIM.All] in file: [%BaseDir%\Projects\MistyPE\Core\syswow64.files.from.wim.script]
|
Run - Processing section: [Wow64-WIM.mui] From file: [%BaseDir%\Projects\MistyPE\Core\syswow64.files.from.wim.script]
Extracting SysWOW64 .mui files...
FileCopy - Copied [%BaseDir%\Projects\Tools\wimlib.file.lists\syswow.files_all_MUI.txt] to: [%BaseDir%\Projects\Cache\temp\syswow.files_all_es-ES.txt]
TXTReplace - Replaced strings in file: [%BaseDir%\Projects\Cache\temp\syswow.files_all_es-ES.txt] string [\#\] with string: [\es-ES\]
ShellExecute: [Hide] using: [%BaseDir%\Projects\Tools\wimlib\wimlib-imagex.exe] with parameters: [extract "G:\sources\install.wim" 1 @"%BaseDir%\Projects\Cache\temp\syswow.files_all_es-ES.txt" --dest-dir="%BaseDir%\Projects\Cache\source\x64\SysWow64_Files" --nullglob --no-acls]
IF - [%use.lang2%] is not equal to: [yes] evaluated string: [If,%USE.LANG2%,Equal,YES,Begin]
[FileCopy,"%Tools%\wimlib.file.lists\syswow.files_all_MUI.txt","%Cache%\temp\syswow.files_all_%LANG2%.txt"]
[TXTReplace,"%Cache%\temp\syswow.files_all_%LANG2%.txt",\#\,\%LANG2%\]
[ShellExecute,Hide,"%Tools%\wimlib\wimlib-imagex.exe","extract #$q%Install.wim%#$q %Install.wim.Image.number% @#$q%Cache%\temp\syswow.files_all_%LANG2%.txt#$q --dest-dir=#$q%SysWow64_Files%#$q --nullglob --no-acls"]
[End]
IF - [yes] is equal to: [yes] evaluated string: [If,%USE.LANG3%,Equal,YES,Begin]
FileCopy - Copied [%BaseDir%\Projects\Tools\wimlib.file.lists\syswow.files_all_MUI.txt] to: [%BaseDir%\Projects\Cache\temp\syswow.files_all_en-US.txt]
TXTReplace - Replaced strings in file: [%BaseDir%\Projects\Cache\temp\syswow.files_all_en-US.txt] string [\#\] with string: [\en-US\]
ShellExecute: [Hide] using: [%BaseDir%\Projects\Tools\wimlib\wimlib-imagex.exe] with parameters: [extract "G:\sources\install.wim" 1 @"%BaseDir%\Projects\Cache\temp\syswow.files_all_en-US.txt" --dest-dir="%BaseDir%\Projects\Cache\source\x64\SysWow64_Files" --nullglob --no-acls]
[End]
[//Check for list of dependencies added by packages (next 8 lines) - implemented in beta March 2017 for future use]
IF - File exists: [%BaseDir%\Projects\Tools\wimlib.file.lists\syswow.USER.ADDED.MUI.txt] evaluated string: [If,ExistFile,"%Tools%\wimlib.file.lists\syswow.USER.ADDED.MUI.txt",Begin]
FileCopy - Copied [%BaseDir%\Projects\Tools\wimlib.file.lists\syswow.USER.ADDED.MUI.txt] to: [%BaseDir%\Projects\Cache\temp\syswow.USER.ADDED.MUI.es-ES.txt]
TXTReplace - Replaced strings in file: [%BaseDir%\Projects\Cache\temp\syswow.USER.ADDED.MUI.es-ES.txt] string [\#\] with string: [\es-ES\]
ShellExecute: [Hide] using: [%BaseDir%\Projects\Tools\wimlib\wimlib-imagex.exe] with parameters: [extract "G:\sources\install.wim" 1 @"%BaseDir%\Projects\Cache\temp\syswow.USER.ADDED.MUI.es-ES.txt" --dest-dir="%BaseDir%\Projects\Cache\source\x64\SysWow64_Files" --nullglob --no-acls]
IF - [%use.lang2%] is not equal to: [yes] evaluated string: [If,%USE.LANG2%,Equal,YES,Begin]
[FileCopy,"%Tools%\wimlib.file.lists\syswow.USER.ADDED.MUI.txt","%Cache%\temp\syswow.USER.ADDED.MUI.%LANG2%.txt"]
[TXTReplace,"%Cache%\temp\syswow.USER.ADDED.MUI.%LANG2%.txt",\#\,\%LANG2%\]
[ShellExecute,Hide,"%Tools%\wimlib\wimlib-imagex.exe","extract #$q%Install.wim%#$q %Install.wim.Image.number% @#$q%Cache%\temp\syswow.USER.ADDED.MUI.%LANG2%.txt#$q --dest-dir=#$q%SysWow64_Files%#$q --nullglob --no-acls"]
[End]
IF - [yes] is equal to: [yes] evaluated string: [If,%USE.LANG3%,Equal,YES,Begin]
FileCopy - Copied [%BaseDir%\Projects\Tools\wimlib.file.lists\syswow.USER.ADDED.MUI.txt] to: [%BaseDir%\Projects\Cache\temp\syswow.USER.ADDED.MUI.en-US.txt]
TXTReplace - Replaced strings in file: [%BaseDir%\Projects\Cache\temp\syswow.USER.ADDED.MUI.en-US.txt] string [\#\] with string: [\en-US\]
ShellExecute: [Hide] using: [%BaseDir%\Projects\Tools\wimlib\wimlib-imagex.exe] with parameters: [extract "G:\sources\install.wim" 1 @"%BaseDir%\Projects\Cache\temp\syswow.USER.ADDED.MUI.en-US.txt" --dest-dir="%BaseDir%\Projects\Cache\source\x64\SysWow64_Files" --nullglob --no-acls]
[End]
[End]
ShellExecute: [Hide] using: [attrib.exe] with parameters: [-h -s "%BaseDir%\Projects\Cache\source\x64\SysWow64_Files"]
Run - Processed section [Wow64-WIM.mui] in file: [%BaseDir%\Projects\MistyPE\Core\syswow64.files.from.wim.script]
[End]
[End]
|
Run - Processing section: [RUN] From file: [%BaseDir%\Projects\MistyPE\Core\mui.workaround.script]
IF - [%use.lang2%] is not equal to: [yes] evaluated string: [If,%USE.LANG2%,Equal,YES,SET,%APPLY.MUI.WORKAROUND%,YES]
IF - [yes] is equal to: [yes] evaluated string: [If,%USE.LANG3%,Equal,YES,SET,%APPLY.MUI.WORKAROUND%,YES]
SetVar - Sucessfuly changed the value of [%APPLY.MUI.WORKAROUND%] to: [YES]
IF - [yes] is equal to: [yes] evaluated string: [If,%APPLY.MUI.WORKAROUND%,Equal,YES,Begin]
IF - Directory exists: [%BaseDir%\Projects\Cache\source\x64\Dependencies\Windows\System32\es-ES] evaluated string: [If,Not,ExistDir,"%Cache%\source\%ARCH%\Dependencies\Windows\System32\%LANG%",DirMake,"%Cache%\source\%ARCH%\Dependencies\Windows\System32\%LANG%"]
IF - [%use.lang2%] is not equal to: [yes] evaluated string: [If,%USE.LANG2%,Equal,YES,Begin]
[If,Not,ExistDir,"%Cache%\source\%ARCH%\Dependencies\Windows\System32\%LANG2%",DirMake,"%Cache%\source\%ARCH%\Dependencies\Windows\System32\%LANG2%"]
[ShellExecute,Hide,"cmd.exe","/C echo n | copy /-y #$q%Cache%\source\%ARCH%\Dependencies\Windows\System32\%LANG2%\*.*#$q #$q%Cache%\source\%ARCH%\Dependencies\Windows\System32\%LANG%#$q"]
[End]
IF - [yes] is equal to: [yes] evaluated string: [If,%USE.LANG3%,Equal,YES,Begin]
IF - Directory exists: [%BaseDir%\Projects\Cache\source\x64\Dependencies\Windows\System32\en-US] evaluated string: [If,Not,ExistDir,"%Cache%\source\%ARCH%\Dependencies\Windows\System32\%LANG3%",DirMake,"%Cache%\source\%ARCH%\Dependencies\Windows\System32\%LANG3%"]
ShellExecute: [Hide] using: [cmd.exe] with parameters: [/C echo n | copy /-y "%BaseDir%\Projects\Cache\source\x64\Dependencies\Windows\System32\en-US\*.*" "%BaseDir%\Projects\Cache\source\x64\Dependencies\Windows\System32\es-ES"]
[End]
IF - [%use.lang2%] is not equal to: [yes] evaluated string: [If,%USE.LANG2%,Equal,YES,ShellExecute,Hide,"cmd.exe","/C echo n | copy /-y "%Cache%\source\%ARCH%\Dependencies\Windows\System32\%LANG%\*.*" "%Cache%\source\%ARCH%\Dependencies\Windows\System32\%LANG2%""]
IF - [yes] is equal to: [yes] evaluated string: [If,%USE.LANG3%,Equal,YES,ShellExecute,Hide,"cmd.exe","/C echo n | copy /-y "%Cache%\source\%ARCH%\Dependencies\Windows\System32\%LANG%\*.*" "%Cache%\source\%ARCH%\Dependencies\Windows\System32\%LANG3%""]
ShellExecute: [Hide] using: [cmd.exe] with parameters: [/C echo n | copy /-y "%BaseDir%\Projects\Cache\source\x64\Dependencies\Windows\System32\es-ES\*.*" "%BaseDir%\Projects\Cache\source\x64\Dependencies\Windows\System32\en-US"]
IF - Directory exists: [%BaseDir%\Projects\Cache\source\x64\SysWow64_Files\Windows\SysWOW64\] evaluated string: [If,ExistDir,"%Cache%\source\%ARCH%\SysWow64_Files\Windows\SysWOW64\",Begin]
IF - Directory exists: [%BaseDir%\Projects\Cache\source\x64\SysWow64_Files\Windows\SysWOW64\es-ES] evaluated string: [If,Not,ExistDir,"%Cache%\source\%ARCH%\SysWow64_Files\Windows\SysWOW64\%LANG%",DirMake,"%Cache%\source\%ARCH%\SysWow64_Files\Windows\SysWOW64\%LANG%"]
IF - [%use.lang2%] is not equal to: [yes] evaluated string: [If,%USE.LANG2%,Equal,YES,Begin]
[If,Not,ExistDir,"%Cache%\source\%ARCH%\SysWow64_Files\Windows\SysWOW64\%LANG2%",DirMake,"%Cache%\source\%ARCH%\SysWow64_Files\Windows\SysWOW64\%LANG2%"]
[ShellExecute,Hide,"cmd.exe","/C echo n | copy /-y #$q%Cache%\source\%ARCH%\SysWow64_Files\Windows\SysWOW64\%LANG2%\*.*#$q #$q%Cache%\source\%ARCH%\SysWow64_Files\Windows\SysWOW64\%LANG%#$q"]
[End]
IF - [yes] is equal to: [yes] evaluated string: [If,%USE.LANG3%,Equal,YES,Begin]
IF - Directory exists: [%BaseDir%\Projects\Cache\source\x64\SysWow64_Files\Windows\SysWOW64\en-US] evaluated string: [If,Not,ExistDir,"%Cache%\source\%ARCH%\SysWow64_Files\Windows\SysWOW64\%LANG3%",DirMake,"%Cache%\source\%ARCH%\SysWow64_Files\Windows\SysWOW64\%LANG3%"]
ShellExecute: [Hide] using: [cmd.exe] with parameters: [/C echo n | copy /-y "%BaseDir%\Projects\Cache\source\x64\SysWow64_Files\Windows\SysWOW64\en-US\*.*" "%BaseDir%\Projects\Cache\source\x64\SysWow64_Files\Windows\SysWOW64\es-ES"]
[End]
IF - [%use.lang2%] is not equal to: [yes] evaluated string: [If,%USE.LANG2%,Equal,YES,ShellExecute,Hide,"cmd.exe","/C echo n | copy /-y "%Cache%\source\%ARCH%\SysWow64_Files\Windows\SysWOW64\%LANG%\*.*" "%Cache%\source\%ARCH%\SysWow64_Files\Windows\SysWOW64\%LANG2%""]
IF - [yes] is equal to: [yes] evaluated string: [If,%USE.LANG3%,Equal,YES,ShellExecute,Hide,"cmd.exe","/C echo n | copy /-y "%Cache%\source\%ARCH%\SysWow64_Files\Windows\SysWOW64\%LANG%\*.*" "%Cache%\source\%ARCH%\SysWow64_Files\Windows\SysWOW64\%LANG3%""]
ShellExecute: [Hide] using: [cmd.exe] with parameters: [/C echo n | copy /-y "%BaseDir%\Projects\Cache\source\x64\SysWow64_Files\Windows\SysWOW64\es-ES\*.*" "%BaseDir%\Projects\Cache\source\x64\SysWow64_Files\Windows\SysWOW64\en-US"]
[End]
[End]
Run - Processed section [RUN] in file: [%BaseDir%\Projects\MistyPE\Core\mui.workaround.script]
Run - Processed section [USECACHE.NO] in file: [%BaseDir%\Projects\MistyPE\Core\Core.script]
|
|
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 - Directory exists: [%BaseDir%\MistyPE.Project.Output\ROOT] evaluated string: [If,ExistDir,"%TargetDir%",Echo,"Deleting "%targetdir%" if it exists..."]
Deleting "%BaseDir%\MistyPE.Project.Output\ROOT" if it exists...
IF - Directory exists: [%BaseDir%\MistyPE.Project.Output\ROOT] evaluated string: [If,ExistDir,"%TargetDir%",DirDelete,"%TargetDir%"]
DirDelete - Deleted directory [%BaseDir%\MistyPE.Project.Output\ROOT]
IF - Directory does not exist: [%BaseDir%\MistyPE.Project.Output\ROOT] evaluated string: [If,ExistDir,"%TargetDir%",Halt,"%TargetDir% could not be deleted!"]
IF - Directory exists: [%BaseDir%\MistyPE.Project.Output\ISO.ROOT] evaluated string: [If,ExistDir,"%OutputDir%",Echo,"Deleting "%OutputDir%" if it exists..."]
Deleting "%BaseDir%\MistyPE.Project.Output\ISO.ROOT" if it exists...
IF - Directory exists: [%BaseDir%\MistyPE.Project.Output\ISO.ROOT] evaluated string: [If,ExistDir,"%OutputDir%",DirDelete,"%OutputDir%"]
DirDelete - Deleted directory [%BaseDir%\MistyPE.Project.Output\ISO.ROOT]
IF - Directory does not exist: [%BaseDir%\MistyPE.Project.Output\ISO.ROOT] evaluated string: [If,ExistDir,"%OutputDir%",Halt,"%OutputDir% could not be deleted!"]
IF - Directory exists: [%BaseDir%\MistyPE.Project.Output] evaluated string: [If,ExistDir,"%ISODir%",Echo,"Deleting "%ISODir%" if it exists..."]
Deleting "%BaseDir%\MistyPE.Project.Output" if it exists...
IF - Directory exists: [%BaseDir%\MistyPE.Project.Output] evaluated string: [If,ExistDir,"%ISODir%",DirDelete,"%ISODir%"]
DirDelete - Deleted directory [%BaseDir%\MistyPE.Project.Output]
IF - Directory does not exist: [%BaseDir%\MistyPE.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: [MakeFolders] From file: [%BaseDir%\Projects\MistyPE\Core\Core.script]
Creating Directory structure...
DirMake - Created directory: [%BaseDir%\MistyPE.Project.Output\ROOT]
DirMake - Created directory: [%BaseDir%\MistyPE.Project.Output\ISO.ROOT]
DirMake - Created directory: [%BaseDir%\MistyPE.Project.Output\ISO.ROOT\sources]
DirMake - Created directory: [%BaseDir%\MistyPE.Project.Output\ISO.ROOT\boot]
IF - [inject] is equal to: [inject] evaluated string: [If,%Method%,Equal,INJECT,Begin]
DirMake - Created directory: [%BaseDir%\MistyPE.Project.Output\ROOT\Windows]
DirMake - Created directory: [%BaseDir%\MistyPE.Project.Output\ROOT\Windows\System32]
DirMake - Created directory: [%BaseDir%\MistyPE.Project.Output\ROOT\Windows\System32\config]
DirMake - Created directory: [%BaseDir%\MistyPE.Project.Output\ROOT\Windows\System32\es-ES]
[End]
IF - Directory exists: [%BaseDir%\Projects\Cache\source\x64\EFI] evaluated string: [If,ExistDir,%Cache%\source\%ARCH%\EFI,Begin]
DirMake - Created directory: [%BaseDir%\MistyPE.Project.Output\ISO.ROOT\EFI]
DirCopy - Copied directory [%BaseDir%\Projects\Cache\source\x64\EFI\*.*] to: [%BaseDir%\MistyPE.Project.Output\ISO.ROOT\EFI]
[End]
Run - Processed section [MakeFolders] in file: [%BaseDir%\Projects\MistyPE\Core\Core.script]
|
IF - [inject] is not equal to: [extract] evaluated string: [If,%Method%,Equal,EXTRACT,Begin]
[Run,%ScriptFile%,EXPAND_WIM]
[End]
IF - [inject] is equal to: [inject] evaluated string: [If,%Method%,Equal,INJECT,Begin]
|
Run - Processing section: [INJECT_WIM] From file: [%BaseDir%\Projects\MistyPE\Core\Core.script]
Copying boot.wim and extracting required files...
FileCopy - Copied [%BaseDir%\Projects\Cache\source\x64\boot.wim] to: [%BaseDir%\MistyPE.Project.Output\ISO.ROOT\sources\boot.wim]
ShellExecute: [Hide] using: [%BaseDir%\Projects\Tools\wimlib\wimlib-imagex.exe] with parameters: [extract "%BaseDir%\MistyPE.Project.Output\ISO.ROOT\sources\boot.wim" 2 @"%BaseDir%\Projects\Tools\wimlib.file.lists\boot.wim.registry.txt" --dest-dir="%BaseDir%\MistyPE.Project.Output\ROOT" --nullglob --no-acls]
Run - Processed section [INJECT_WIM] in file: [%BaseDir%\Projects\MistyPE\Core\Core.script]
[End]
|
Run - Processing section: [TWEAKS] From file: [%BaseDir%\Projects\MistyPE\Core\Core.script]
IniRead - [%BaseDir%\Projects\MistyPE\Core\Core.script] Section [Main] Key [Interface] to variable: [%Interface%] with value [TAB_B_Menu]
IF - [tab_b_menu] is equal to: [tab_b_menu] evaluated string: [If,Not,%Interface%,Equal,TAB_B_Menu,Begin]
[IniRead,%ScriptFile%,Saved.Options,pCheckBox1,%pCheckBox1%]
[IniRead,%ScriptFile%,Saved.Options,pCheckBox2,%pCheckBox2%]
[IniRead,%ScriptFile%,Saved.Options,pCheckBox3,%pCheckBox3%]
[IniRead,%ScriptFile%,Saved.Options,pCheckBox4,%pCheckBox4%]
[IniRead,%ScriptFile%,Saved.Options,pCheckBox5,%pCheckBox5%]
[IniRead,%ScriptFile%,Saved.Options,pCheckBox6,%pCheckBox6%]
[IniRead,%ScriptFile%,Saved.Options,pCheckBox7,%pCheckBox7%]
[IniRead,%ScriptFile%,Saved.Options,pCheckBox8,%pCheckBox8%]
[End]
SetVar - Sucessfuly changed the value of [%TWEAKS%] to: [NO]
IF - [true] is equal to: [true] evaluated string: [If,%pCheckBox1%,Equal,True,Set,%TWEAKS%,YES]
SetVar - Sucessfuly changed the value of [%TWEAKS%] to: [YES]
IF - [true] is equal to: [true] evaluated string: [If,%pCheckBox2%,Equal,True,Set,%TWEAKS%,YES]
SetVar - Sucessfuly changed the value of [%TWEAKS%] to: [YES]
IF - [true] is equal to: [true] evaluated string: [If,%pCheckBox3%,Equal,True,Set,%TWEAKS%,YES]
SetVar - Sucessfuly changed the value of [%TWEAKS%] to: [YES]
IF - [true] is equal to: [true] evaluated string: [If,%pCheckBox4%,Equal,True,Set,%TWEAKS%,YES]
SetVar - Sucessfuly changed the value of [%TWEAKS%] to: [YES]
IF - [true] is equal to: [true] evaluated string: [If,%pCheckBox5%,Equal,True,Set,%TWEAKS%,YES]
SetVar - Sucessfuly changed the value of [%TWEAKS%] to: [YES]
IF - [true] is equal to: [true] evaluated string: [If,%pCheckBox6%,Equal,True,Set,%TWEAKS%,YES]
SetVar - Sucessfuly changed the value of [%TWEAKS%] to: [YES]
IF - [true] is equal to: [true] evaluated string: [If,%pCheckBox7%,Equal,True,Set,%TWEAKS%,YES]
SetVar - Sucessfuly changed the value of [%TWEAKS%] to: [YES]
IF - [true] is equal to: [true] evaluated string: [If,%pCheckBox8%,Equal,True,Set,%TWEAKS%,YES]
SetVar - Sucessfuly changed the value of [%TWEAKS%] to: [YES]
IF - [yes] is equal to: [yes] evaluated string: [If,%TWEAKS%,Equal,YES,Begin]
IF - [true] is equal to: [true] evaluated string: [If,%pCheckBox1%,Equal,True,Run,"%ProjectDir%\Core\Browse.For.Folder.script",process]
|
Run - Processing section: [process] From file: [%BaseDir%\Projects\MistyPE\Core\Browse.For.Folder.script]
SetVar - Sucessfuly changed the value of [%ERROR%] to: [1]
IF - [10.0.14393] is not equal to: [6.0.6000] evaluated string: [If,%CODEBASE%,Equal,6.0.6000,Set,%ERROR%,0]
IF - [10.0.14393] is not equal to: [6.0.6001] evaluated string: [If,%CODEBASE%,Equal,6.0.6001,Set,%ERROR%,0]
IF - [1] is equal to: [1] evaluated string: [If,%ERROR%,Equal,1,Begin]
IF - [yes] is not equal to: [no] evaluated string: [If,%PROGRAMS.IN.WIM%,Equal,NO,Set,%PATH%,%OutputDir%]
IF - [yes] is equal to: [yes] evaluated string: [If,%PROGRAMS.IN.WIM%,Equal,YES,Set,%PATH%,%TargetDir%]
SetVar - Sucessfuly changed the value of [%PATH%] to: [%BaseDir%\MistyPE.Project.Output\ROOT]
IF - File does not exist: [%BaseDir%\MistyPE.Project.Output\ROOT\Programs\BrowseForFolder\10.0.14393\ExplorerFrame.dll] evaluated string: [If,ExistFile,"%PATH%\Programs\BrowseForFolder\%Codebase%\ExplorerFrame.dll",Begin]
[Echo,BrowseForFolder fix has already been applied...]
[End]
IF - File does not exist: [%BaseDir%\MistyPE.Project.Output\ROOT\Programs\BrowseForFolder\10.0.14393\ExplorerFrame.dll] evaluated string: [If,Not,ExistFile,"%PATH%\Programs\BrowseForFolder\%Codebase%\ExplorerFrame.dll",Begin]
Applying BrowseForFolder fix...
IF - Directory does not exist: [%BaseDir%\MistyPE.Project.Output\ROOT\Programs] evaluated string: [If,Not,ExistDir,"%PATH%\Programs",DirMake,"%PATH%\Programs"]
DirMake - Created directory: [%BaseDir%\MistyPE.Project.Output\ROOT\Programs]
DirMake - Created directory: [%BaseDir%\MistyPE.Project.Output\ROOT\Programs\BrowseForFolder\10.0.14393]
IF - Directory does not exist: [%BaseDir%\MistyPE.Project.Output\ROOT\Programs\BrowseForFolder\10.0.14393\es-ES] evaluated string: [If,Not,ExistDir,"%PATH%\Programs\BrowseForFolder\%Codebase%\%LANG%",DirMake,"%PATH%\Programs\BrowseForFolder\%Codebase%\%LANG%"]
DirMake - Created directory: [%BaseDir%\MistyPE.Project.Output\ROOT\Programs\BrowseForFolder\10.0.14393\es-ES]
IF - File exists: [%BaseDir%\Projects\Cache\source\x64\Dependencies\Windows\System32\es-ES\ExplorerFrame.dll.mui] evaluated string: [If,ExistFile,"%Dependencies%\%LANG%\ExplorerFrame.dll.mui",FileCopy,"%Dependencies%\%LANG%\ExplorerFrame.dll.mui","%PATH%\Programs\BrowseForFolder\%Codebase%\%LANG%"]
FileCopy - Copied [%BaseDir%\Projects\Cache\source\x64\Dependencies\Windows\System32\es-ES\ExplorerFrame.dll.mui] to: [%BaseDir%\MistyPE.Project.Output\ROOT\Programs\BrowseForFolder\10.0.14393\es-ES\ExplorerFrame.dll.mui]
IF - [%use.lang2%] is not equal to: [yes] evaluated string: [If,%USE.LANG2%,Equal,YES,Begin]
[If,Not,ExistDir,"%PATH%\Programs\BrowseForFolder\%Codebase%\%LANG2%",DirMake,"%PATH%\Programs\BrowseForFolder\%Codebase%\%LANG2%"]
[If,ExistFile,"%Dependencies%\%LANG2%\ExplorerFrame.dll.mui",FileCopy,"%Dependencies%\%LANG2%\ExplorerFrame.dll.mui","%PATH%\Programs\BrowseForFolder\%Codebase%\%LANG2%"]
[End]
IF - [yes] is equal to: [yes] evaluated string: [If,%USE.LANG3%,Equal,YES,Begin]
IF - Directory does not exist: [%BaseDir%\MistyPE.Project.Output\ROOT\Programs\BrowseForFolder\10.0.14393\en-US] evaluated string: [If,Not,ExistDir,"%PATH%\Programs\BrowseForFolder\%Codebase%\%LANG3%",DirMake,"%PATH%\Programs\BrowseForFolder\%Codebase%\%LANG3%"]
DirMake - Created directory: [%BaseDir%\MistyPE.Project.Output\ROOT\Programs\BrowseForFolder\10.0.14393\en-US]
IF - File exists: [%BaseDir%\Projects\Cache\source\x64\Dependencies\Windows\System32\en-US\ExplorerFrame.dll.mui] evaluated string: [If,ExistFile,"%Dependencies%\%LANG3%\ExplorerFrame.dll.mui",FileCopy,"%Dependencies%\%LANG3%\ExplorerFrame.dll.mui","%PATH%\Programs\BrowseForFolder\%Codebase%\%LANG3%"]
FileCopy - Copied [%BaseDir%\Projects\Cache\source\x64\Dependencies\Windows\System32\en-US\ExplorerFrame.dll.mui] to: [%BaseDir%\MistyPE.Project.Output\ROOT\Programs\BrowseForFolder\10.0.14393\en-US\ExplorerFrame.dll.mui]
[End]
FileCopy - Copied [%BaseDir%\Projects\Cache\source\x64\Dependencies\Windows\System32\ExplorerFrame.dll] to: [%BaseDir%\MistyPE.Project.Output\ROOT\Programs\BrowseForFolder\10.0.14393\ExplorerFrame.dll]
IF - [10.0.14393] is not equal to: [10.0.10586] evaluated string: [If,%Codebase%,Equal,10.0.10586,If,ExistFile,"%Dependencies%\edputil.dll",FileCopy,"%Dependencies%\edputil.dll","%Target_system32%"]
IF - Directory does not exist: [%BaseDir%\MistyPE.Project.Output\ROOT\Windows\System32\config\systemprofile\Desktop] evaluated string: [If,Not,ExistDir,"%TargetDir%\Windows\System32\config\systemprofile\Desktop",Begin]
Creating folder 'Windows\System32\config\systemprofile\Desktop' to enable Browse for Folders dialog
DirMake - Created directory: [%BaseDir%\MistyPE.Project.Output\ROOT\Windows\System32\config\systemprofile\Desktop]
[End]
IF - File does not exist: [%BaseDir%\MistyPE.Project.Output\ROOT\Windows\System32\config\systemprofile\Desktop\marker.txt] evaluated string: [If,Not,ExistFile,"%TargetDir%\Windows\System32\config\systemprofile\Desktop\marker.txt",Begin]
Adding marker file to ensure that 'Windows\System32\config\systemprofile\Desktop' is copied to boot.wim (to enable Browse for Folders dialog) - required when INJECT method is used
FileCreateBlank - Created a new file: [%BaseDir%\MistyPE.Project.Output\ROOT\Windows\System32\config\systemprofile\Desktop\marker.txt]
TxtAddLine - Added line: [%BaseDir%\MistyPE.Project.Output\ROOT\Windows\System32\config\systemprofile\Desktop\marker.txt] line: Value: Added to support Browse for Folders dialog required for certain programs (including Recuva) to function correctly Option: Append
[End]
IF - [yes] is equal to: [yes] evaluated string: [If,%PROGRAMS.IN.WIM%,Equal,YES,Begin]
Mounting registry hives...
IF - Section does not exist [HKLM] evaluated string: [If,Not,ExistRegSection,HKLM,_WinPE_SOFTWARE,RegHiveLoad,_WinPE_SOFTWARE,"%Target_config%\software"]
RegHiveLoad - File: [%BaseDir%\MistyPE.Project.Output\ROOT\WINDOWS\System32\config\software] Section [_WinPE_SOFTWARE]
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Classes\CLSID\{AE054212-3535-4430-83ED-D501AA6680E6}] Key []: Shell Name Space ListView
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Classes\CLSID\{AE054212-3535-4430-83ED-D501AA6680E6}\InProcServer32] Key [ThreadingModel]: Apartment
RegWrite - Type: [0x2] Section [HKLM\_WinPE_SOFTWARE\Classes\CLSID\{AE054212-3535-4430-83ED-D501AA6680E6}\InProcServer32] Key []: %SystemDrive%\Programs\BrowseForFolder\10.0.14393\explorerframe.dll
Unmounting registry hives...
RegHiveUnLoad - Unloaded registry hive: [_WinPE_SOFTWARE]
[End]
IF - File does not exist: [%BaseDir%\MistyPE.Project.Output\ROOT\Programs\registry.entries.cmd] evaluated string: [If,Not,ExistFile,"%PATH%\Programs\registry.entries.cmd",Begin]
FileCreateBlank - Created a new file: [%BaseDir%\MistyPE.Project.Output\ROOT\Programs\registry.entries.cmd]
TxtAddLine - Added line: [%BaseDir%\MistyPE.Project.Output\ROOT\Programs\registry.entries.cmd] line: Value: @Echo off Option: Append
TxtAddLine - Added line: [%BaseDir%\MistyPE.Project.Output\ROOT\Programs\registry.entries.cmd] line: Value: Option: Append
TxtAddLine - Added line: [%BaseDir%\MistyPE.Project.Output\ROOT\Programs\registry.entries.cmd] line: Value: Call %~dp0version.check.cmd Option: Append
[End]
TxtAddLine - Added line: [%BaseDir%\MistyPE.Project.Output\ROOT\Programs\registry.entries.cmd] line: Value: ::=======BROWSE.FOR.FOLDERS===== Option: Append
TxtAddLine - Added line: [%BaseDir%\MistyPE.Project.Output\ROOT\Programs\registry.entries.cmd] line: Value: SETLOCAL ENABLEEXTENSIONS Option: Append
TxtAddLine - Added line: [%BaseDir%\MistyPE.Project.Output\ROOT\Programs\registry.entries.cmd] line: Value: FOR /F "skip=2 tokens=3" %%? IN ('REG QUERY "HKLM\SOFTWARE\Classes\CLSID\{AE054212-3535-4430-83ED-D501AA6680E6}" /ve') DO SET Reg.Check=%%? Option: Append
TxtAddLine - Added line: [%BaseDir%\MistyPE.Project.Output\ROOT\Programs\registry.entries.cmd] line: Value: IF EXIST "%~dp0BrowseForFolder\%hostOS.version%\ExplorerFrame.dll" ( Option: Append
TxtAddLine - Added line: [%BaseDir%\MistyPE.Project.Output\ROOT\Programs\registry.entries.cmd] line: Value: IF NOT '%Reg.Check%'=='Shell' ( Option: Append
TxtAddLine - Added line: [%BaseDir%\MistyPE.Project.Output\ROOT\Programs\registry.entries.cmd] line: Value: ECHO BrowseForFolder Registry Entries Option: Append
TxtAddLine - Added line: [%BaseDir%\MistyPE.Project.Output\ROOT\Programs\registry.entries.cmd] line: Value: IF NOT EXIST %Systemroot%\system32\config\systemprofile\desktop MD %Systemroot%\system32\config\systemprofile\desktop Option: Append
TxtAddLine - Added line: [%BaseDir%\MistyPE.Project.Output\ROOT\Programs\registry.entries.cmd] line: Value: reg.exe add "HKLM\SOFTWARE\Classes\CLSID\{AE054212-3535-4430-83ED-D501AA6680E6}" /ve /t REG_SZ /d "Shell Name Space ListView" /f Option: Append
TxtAddLine - Added line: [%BaseDir%\MistyPE.Project.Output\ROOT\Programs\registry.entries.cmd] line: Value: reg.exe add "HKLM\SOFTWARE\Classes\CLSID\{AE054212-3535-4430-83ED-D501AA6680E6}\InProcServer32" /v "ThreadingModel" /t REG_SZ /d "Apartment" /f Option: Append
TxtAddLine - Added line: [%BaseDir%\MistyPE.Project.Output\ROOT\Programs\registry.entries.cmd] line: Value: reg.exe add "HKLM\SOFTWARE\Classes\CLSID\{AE054212-3535-4430-83ED-D501AA6680E6}\InProcServer32" /ve /t REG_SZ /d "%~dp0BrowseForFolder\%hostOS.version%\ExplorerFrame.dll" /f Option: Append
TxtAddLine - Added line: [%BaseDir%\MistyPE.Project.Output\ROOT\Programs\registry.entries.cmd] line: Value: ) Option: Append
TxtAddLine - Added line: [%BaseDir%\MistyPE.Project.Output\ROOT\Programs\registry.entries.cmd] line: Value: ) Option: Append
TxtAddLine - Added line: [%BaseDir%\MistyPE.Project.Output\ROOT\Programs\registry.entries.cmd] line: Value: Option: Append
[end]
[end]
Run - Processed section [process] in file: [%BaseDir%\Projects\MistyPE\Core\Browse.For.Folder.script]
Mounting registry hives...
IF - Section does not exist [HKLM] evaluated string: [If,Not,ExistRegSection,HKLM,_WinPE_SOFTWARE,RegHiveLoad,_WinPE_SOFTWARE,"%Target_config%\software"]
RegHiveLoad - File: [%BaseDir%\MistyPE.Project.Output\ROOT\WINDOWS\System32\config\software] Section [_WinPE_SOFTWARE]
IF - Section does not exist [HKLM] evaluated string: [If,Not,ExistRegSection,HKLM,_WinPE_DEFAULT,RegHiveLoad,_WinPE_DEFAULT,"%Target_config%\default"]
RegHiveLoad - File: [%BaseDir%\MistyPE.Project.Output\ROOT\WINDOWS\System32\config\default] Section [_WinPE_DEFAULT]
IF - [true] is equal to: [true] evaluated string: [If,%pCheckBox2%,Equal,True,Begin]
Adding NoInternetWith key
RegWrite - Type: [0x4] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer] Key [NoInternetOpenWith]: 1
[End]
IF - [true] is equal to: [true] evaluated string: [If,%pCheckBox3%,Equal,True,Begin]
Do not display control panel in explorer (and a43, etc)
RegWrite - Type: [0x4] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer] Key [NoControlPanel]: 1
Adding settings to show System Files
RegWrite - Type: [0x4] Section [HKLM\_WinPE_DEFAULT\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] Key [ShowSuperHidden]: 1
RegWrite - Type: [0x4] Section [HKLM\_WinPE_DEFAULT\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] Key [SuperHidden]: 0
System,ErrorOff,29
Removing Folder Shortcuts
[//Remove Desktop From This PC]
IF - Section exists [HKLM] evaluated string: [If,ExistRegSection,HKLM,_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{B4BFCC3A-DB2C-424C-B029-7FE99A87C641},RegDelete,HKLM,_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{B4BFCC3A-DB2C-424C-B029-7FE99A87C641}]
RegDelete - Deleted registry key in: [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{B4BFCC3A-DB2C-424C-B029-7FE99A87C641}]
IF - Section does not exist [HKLM] evaluated string: [If,ExistRegSection,HKLM,_WinPE_SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{B4BFCC3A-DB2C-424C-B029-7FE99A87C641},RegDelete,HKLM,_WinPE_SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{B4BFCC3A-DB2C-424C-B029-7FE99A87C641}]
[//Remove Documents From This PC]
IF - Section exists [HKLM] evaluated string: [If,ExistRegSection,HKLM,_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{A8CDFF1C-4878-43be-B5FD-F8091C1C60D0},RegDelete,HKLM,_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{A8CDFF1C-4878-43be-B5FD-F8091C1C60D0}]
RegDelete - Deleted registry key in: [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{A8CDFF1C-4878-43be-B5FD-F8091C1C60D0}]
IF - Section exists [HKLM] evaluated string: [If,ExistRegSection,HKLM,_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{d3162b92-9365-467a-956b-92703aca08af},RegDelete,HKLM,_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{d3162b92-9365-467a-956b-92703aca08af}]
RegDelete - Deleted registry key in: [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{d3162b92-9365-467a-956b-92703aca08af}]
IF - Section does not exist [HKLM] evaluated string: [If,ExistRegSection,HKLM,_WinPE_SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{A8CDFF1C-4878-43be-B5FD-F8091C1C60D0},RegDelete,HKLM,_WinPE_SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{A8CDFF1C-4878-43be-B5FD-F8091C1C60D0}]
IF - Section does not exist [HKLM] evaluated string: [If,ExistRegSection,HKLM,_WinPE_SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{d3162b92-9365-467a-956b-92703aca08af},RegDelete,HKLM,_WinPE_SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{d3162b92-9365-467a-956b-92703aca08af}]
[//Remove Downloads From This PC]
IF - Section exists [HKLM] evaluated string: [If,ExistRegSection,HKLM,_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{374DE290-123F-4565-9164-39C4925E467B},RegDelete,HKLM,_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{374DE290-123F-4565-9164-39C4925E467B}]
RegDelete - Deleted registry key in: [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{374DE290-123F-4565-9164-39C4925E467B}]
IF - Section exists [HKLM] evaluated string: [If,ExistRegSection,HKLM,_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{088e3905-0323-4b02-9826-5d99428e115f},RegDelete,HKLM,_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{088e3905-0323-4b02-9826-5d99428e115f}]
RegDelete - Deleted registry key in: [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{088e3905-0323-4b02-9826-5d99428e115f}]
IF - Section does not exist [HKLM] evaluated string: [If,ExistRegSection,HKLM,_WinPE_SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{374DE290-123F-4565-9164-39C4925E467B},RegDelete,HKLM,_WinPE_SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{374DE290-123F-4565-9164-39C4925E467B}]
IF - Section does not exist [HKLM] evaluated string: [If,ExistRegSection,HKLM,_WinPE_SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{088e3905-0323-4b02-9826-5d99428e115f},RegDelete,HKLM,_WinPE_SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{088e3905-0323-4b02-9826-5d99428e115f}]
[//Remove Music From This PC]
IF - Section exists [HKLM] evaluated string: [If,ExistRegSection,HKLM,_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{1CF1260C-4DD0-4ebb-811F-33C572699FDE},RegDelete,HKLM,_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{1CF1260C-4DD0-4ebb-811F-33C572699FDE}]
RegDelete - Deleted registry key in: [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{1CF1260C-4DD0-4ebb-811F-33C572699FDE}]
IF - Section exists [HKLM] evaluated string: [If,ExistRegSection,HKLM,_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{3dfdf296-dbec-4fb4-81d1-6a3438bcf4de},RegDelete,HKLM,_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{3dfdf296-dbec-4fb4-81d1-6a3438bcf4de}]
RegDelete - Deleted registry key in: [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{3dfdf296-dbec-4fb4-81d1-6a3438bcf4de}]
IF - Section does not exist [HKLM] evaluated string: [If,ExistRegSection,HKLM,_WinPE_SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{1CF1260C-4DD0-4ebb-811F-33C572699FDE},RegDelete,HKLM,_WinPE_SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{1CF1260C-4DD0-4ebb-811F-33C572699FDE}]
IF - Section does not exist [HKLM] evaluated string: [If,ExistRegSection,HKLM,_WinPE_SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{3dfdf296-dbec-4fb4-81d1-6a3438bcf4de},RegDelete,HKLM,_WinPE_SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{3dfdf296-dbec-4fb4-81d1-6a3438bcf4de}]
[//Remove Pictures From This PC]
IF - Section exists [HKLM] evaluated string: [If,ExistRegSection,HKLM,_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{3ADD1653-EB32-4cb0-BBD7-DFA0ABB5ACCA},RegDelete,HKLM,_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{3ADD1653-EB32-4cb0-BBD7-DFA0ABB5ACCA}]
RegDelete - Deleted registry key in: [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{3ADD1653-EB32-4cb0-BBD7-DFA0ABB5ACCA}]
IF - Section exists [HKLM] evaluated string: [If,ExistRegSection,HKLM,_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{24ad3ad4-a569-4530-98e1-ab02f9417aa8},RegDelete,HKLM,_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{24ad3ad4-a569-4530-98e1-ab02f9417aa8}]
RegDelete - Deleted registry key in: [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{24ad3ad4-a569-4530-98e1-ab02f9417aa8}]
IF - Section does not exist [HKLM] evaluated string: [If,ExistRegSection,HKLM,_WinPE_SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{3ADD1653-EB32-4cb0-BBD7-DFA0ABB5ACCA},RegDelete,HKLM,_WinPE_SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{3ADD1653-EB32-4cb0-BBD7-DFA0ABB5ACCA}]
IF - Section does not exist [HKLM] evaluated string: [If,ExistRegSection,HKLM,_WinPE_SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{24ad3ad4-a569-4530-98e1-ab02f9417aa8},RegDelete,HKLM,_WinPE_SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{24ad3ad4-a569-4530-98e1-ab02f9417aa8}]
[//Remove Videos From This PC]
IF - Section exists [HKLM] evaluated string: [If,ExistRegSection,HKLM,_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{A0953C92-50DC-43bf-BE83-3742FED03C9C},RegDelete,HKLM,_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{A0953C92-50DC-43bf-BE83-3742FED03C9C}]
RegDelete - Deleted registry key in: [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{A0953C92-50DC-43bf-BE83-3742FED03C9C}]
IF - Section exists [HKLM] evaluated string: [If,ExistRegSection,HKLM,_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{f86fa3ab-70d2-4fc7-9c99-fcbf05467f3a},RegDelete,HKLM,_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{f86fa3ab-70d2-4fc7-9c99-fcbf05467f3a}]
RegDelete - Deleted registry key in: [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{f86fa3ab-70d2-4fc7-9c99-fcbf05467f3a}]
IF - Section does not exist [HKLM] evaluated string: [If,ExistRegSection,HKLM,_WinPE_SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{A0953C92-50DC-43bf-BE83-3742FED03C9C},RegDelete,HKLM,_WinPE_SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{A0953C92-50DC-43bf-BE83-3742FED03C9C}]
IF - Section does not exist [HKLM] evaluated string: [If,ExistRegSection,HKLM,_WinPE_SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{f86fa3ab-70d2-4fc7-9c99-fcbf05467f3a},RegDelete,HKLM,_WinPE_SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{f86fa3ab-70d2-4fc7-9c99-fcbf05467f3a}]
[End]
IF - [true] is equal to: [true] evaluated string: [If,%pCheckBox4%,Equal,True,Begin]
[//New Line - rewritten section]
SetVar - Sucessfuly changed the value of [%ERROR%] to: [0]
IF - [10.0.14393] is not equal to: [6.1.7600] evaluated string: [If,%CodeBase%,Equal,6.1.7600,Set,%ERROR%,1]
IF - [10.0.14393] is not equal to: [6.1.7601] evaluated string: [If,%CodeBase%,Equal,6.1.7601,Set,%ERROR%,1]
IF - [10.0.14393] is not equal to: [6.2.9200] evaluated string: [If,%CodeBase%,Equal,6.2.9200,Set,%ERROR%,2]
IF - [10.0.14393] is not equal to: [6.3.9431] evaluated string: [If,%CodeBase%,Equal,6.3.9431,Set,%ERROR%,2]
IF - [10.0.14393] is not equal to: [6.3.9600] evaluated string: [If,%CodeBase%,Equal,6.3.9600,Set,%ERROR%,2]
IF - [10.0.14393] is not equal to: [10.0.10240] evaluated string: [If,%CodeBase%,Equal,10.0.10240,Set,%ERROR%,2]
IF - [10.0.14393] is not equal to: [10.0.10586] evaluated string: [If,%CodeBase%,Equal,10.0.10586,Set,%ERROR%,2]
IF - [10.0.14393] is equal to: [10.0.14393] evaluated string: [If,%CodeBase%,Equal,10.0.14393,Set,%ERROR%,2]
SetVar - Sucessfuly changed the value of [%ERROR%] to: [2]
IF - [2] is not equal to: [1] evaluated string: [If,%ERROR%,Equal,1,Begin]
[End]
IF - [2] is not equal to: [1] evaluated string: [If,%ERROR%,Equal,1,Begin]
[Echo,"Copying System32 files for 'File Copy' progress bar..."]
[If,Not,ExistFile,"%Target_System32%\ExplorerFrame.dll",FileCopy,"%Dependencies%\ExplorerFrame.dll","%Target_System32%"]
[If,Not,ExistFile,"%Target_System32%\shellstyle.dll",FileCopy,"%Dependencies%\shellstyle.dll","%Target_System32%"]
[If,ExistFile,"%Dependencies%\%LANG%\ExplorerFrame.dll.mui",FileCopy,"%Dependencies%\%LANG%\ExplorerFrame.dll.mui","%Target_System32%\%LANG%",NOWARN]
[If,ExistFile,"%Dependencies%\%LANG%\shellstyle.dll.mui",FileCopy,"%Dependencies%\%LANG%\shellstyle.dll.mui","%Target_System32%\%LANG%",NOWARN]
[If,%USE.LANG2%,Equal,Yes,Begin]
[If,Not,ExistDir,"%Target_System32%\%LANG2%",DirMake,"%Target_System32%\%LANG2%"]
[If,ExistFile,"%Dependencies%\%LANG2%\ExplorerFrame.dll.mui",FileCopy,"%Dependencies%\%LANG2%\ExplorerFrame.dll.mui","%Target_System32%\%LANG2%",NOWARN]
[If,ExistFile,"%Dependencies%\%LANG2%\shellstyle.dll.mui",FileCopy,"%Dependencies%\%LANG2%\shellstyle.dll.mui","%Target_System32%\%LANG2%",NOWARN]
[End]
[If,%USE.LANG3%,Equal,Yes,Begin]
[If,Not,ExistDir,"%Target_System32%\%LANG3%",DirMake,"%Target_System32%\%LANG3%"]
[If,ExistFile,"%Dependencies%\%LANG3%\ExplorerFrame.dll.mui",FileCopy,"%Dependencies%\%LANG3%\ExplorerFrame.dll.mui","%Target_System32%\%LANG3%",NOWARN]
[If,ExistFile,"%Dependencies%\%LANG3%\shellstyle.dll.mui",FileCopy,"%Dependencies%\%LANG3%\shellstyle.dll.mui","%Target_System32%\%LANG3%",NOWARN]
[End]
[End]
IF - [2] is equal to: [2] evaluated string: [If,%ERROR%,Equal,2,Begin]
Copying System32 files for 'File Copy' progress bar...
IF - File does not exist: [%BaseDir%\MistyPE.Project.Output\ROOT\WINDOWS\System32\actxprxy.dll] evaluated string: [If,Not,ExistFile,"%Target_System32%\actxprxy.dll",FileCopy,"%Dependencies%\actxprxy.dll","%Target_System32%",NOWARN]
FileCopy - Copied [%BaseDir%\Projects\Cache\source\x64\Dependencies\Windows\System32\actxprxy.dll] to: [%BaseDir%\MistyPE.Project.Output\ROOT\WINDOWS\System32\actxprxy.dll]
IF - File does not exist: [%BaseDir%\MistyPE.Project.Output\ROOT\WINDOWS\System32\chartv.dll] evaluated string: [If,Not,ExistFile,"%Target_System32%\chartv.dll",FileCopy,"%Dependencies%\chartv.dll","%Target_System32%",NOWARN]
FileCopy - Copied [%BaseDir%\Projects\Cache\source\x64\Dependencies\Windows\System32\chartv.dll] to: [%BaseDir%\MistyPE.Project.Output\ROOT\WINDOWS\System32\chartv.dll]
IF - File does not exist: [%BaseDir%\Projects\Cache\source\x64\Dependencies\Windows\System32\es-ES\actxprxy.dll.mui] evaluated string: [If,ExistFile,"%Dependencies%\%LANG%\actxprxy.dll.mui",FileCopy,"%Dependencies%\%LANG%\actxprxy.dll.mui","%Target_System32%\%LANG%"]
IF - File exists: [%BaseDir%\Projects\Cache\source\x64\Dependencies\Windows\System32\es-ES\chartv.dll.mui] evaluated string: [If,ExistFile,"%Dependencies%\%LANG%\chartv.dll.mui",FileCopy,"%Dependencies%\%LANG%\chartv.dll.mui","%Target_System32%\%LANG%"]
FileCopy - Copied [%BaseDir%\Projects\Cache\source\x64\Dependencies\Windows\System32\es-ES\chartv.dll.mui] to: [%BaseDir%\MistyPE.Project.Output\ROOT\WINDOWS\System32\es-ES\chartv.dll.mui]
IF - [%use.lang2%] is not equal to: [yes] evaluated string: [If,%USE.LANG2%,Equal,Yes,Begin]
[If,Not,ExistDir,"%Target_System32%\%LANG2%",DirMake,"%Target_System32%\%LANG2%"]
[If,ExistFile,"%Dependencies%\%LANG2%\actxprxy.dll.mui",FileCopy,"%Dependencies%\%LANG2%\actxprxy.dll.mui","%Target_System32%\%LANG2%",NOWARN]
[If,ExistFile,"%Dependencies%\%LANG2%\chartv.dll.mui",FileCopy,"%Dependencies%\%LANG2%\chartv.dll.mui","%Target_System32%\%LANG2%",NOWARN]
[End]
IF - [yes] is equal to: [yes] evaluated string: [If,%USE.LANG3%,Equal,Yes,Begin]
IF - Directory does not exist: [%BaseDir%\MistyPE.Project.Output\ROOT\WINDOWS\System32\en-US] evaluated string: [If,Not,ExistDir,"%Target_System32%\%LANG3%",DirMake,"%Target_System32%\%LANG3%"]
DirMake - Created directory: [%BaseDir%\MistyPE.Project.Output\ROOT\WINDOWS\System32\en-US]
IF - File does not exist: [%BaseDir%\Projects\Cache\source\x64\Dependencies\Windows\System32\en-US\actxprxy.dll.mui] evaluated string: [If,ExistFile,"%Dependencies%\%LANG3%\actxprxy.dll.mui",FileCopy,"%Dependencies%\%LANG3%\actxprxy.dll.mui","%Target_System32%\%LANG3%",NOWARN]
IF - File exists: [%BaseDir%\Projects\Cache\source\x64\Dependencies\Windows\System32\en-US\chartv.dll.mui] evaluated string: [If,ExistFile,"%Dependencies%\%LANG3%\chartv.dll.mui",FileCopy,"%Dependencies%\%LANG3%\chartv.dll.mui","%Target_System32%\%LANG3%",NOWARN]
FileCopy - Copied [%BaseDir%\Projects\Cache\source\x64\Dependencies\Windows\System32\en-US\chartv.dll.mui] to: [%BaseDir%\MistyPE.Project.Output\ROOT\WINDOWS\System32\en-US\chartv.dll.mui]
[End]
IF - File does not exist: [%BaseDir%\MistyPE.Project.Output\ROOT\WINDOWS\System32\actxprxy.cmd] evaluated string: [If,Not,ExistFile,"%Target_System32%\actxprxy.cmd",Begin]
FileCreateBlank - Created a new file: [%BaseDir%\MistyPE.Project.Output\ROOT\WINDOWS\System32\actxprxy.cmd]
TxtAddLine - Added line: [%BaseDir%\MistyPE.Project.Output\ROOT\WINDOWS\System32\actxprxy.cmd] line: Value: @Echo off Option: Append
TxtAddLine - Added line: [%BaseDir%\MistyPE.Project.Output\ROOT\WINDOWS\System32\actxprxy.cmd] line: Value: Option: Append
[End]
TxtAddLine - Added line: [%BaseDir%\MistyPE.Project.Output\ROOT\WINDOWS\System32\actxprxy.cmd] line: Value: ::Running "regsvr32.exe actxprxy.dll /s" (required for File Copy Progress bar and Properties) Option: Append
TxtAddLine - Added line: [%BaseDir%\MistyPE.Project.Output\ROOT\WINDOWS\System32\actxprxy.cmd] line: Value: regsvr32.exe actxprxy.dll /s Option: Append
TxtAddLine - Added line: [%BaseDir%\MistyPE.Project.Output\ROOT\WINDOWS\System32\actxprxy.cmd] line: Value: Option: Append
[End]
[End]
IF - [true] is equal to: [true] evaluated string: [If,%pCheckBox5%,Equal,True,Begin]
Remove 'Include in library' from the context menu options
RegWrite - Overwrote existing key "{3dad6c5d-2167-4cae-9914-f99e41c12cfa}" with different data
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Classes\Folder\ShellEx\ContextMenuHandlers\Library Location] Key []:
[End]
IF - [true] is equal to: [true] evaluated string: [If,%pCheckBox6%,Equal,True,Begin]
Remove 'Send to' from the context menu options
RegWrite - Overwrote existing key "{7BA4C740-9E81-11CF-99D3-00AA004AE837}" with different data
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Classes\AllFilesystemObjects\shellex\ContextMenuHandlers\SendTo] Key []:
RegWrite - Overwrote existing key "{7BA4C740-9E81-11CF-99D3-00AA004AE837}" with different data
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Classes\UserLibraryFolder\shellex\ContextMenuHandlers\SendTo] Key []:
[End]
IF - [true] is equal to: [true] evaluated string: [If,%pCheckBox7%,Equal,True,Begin]
Remove 'Pin to Start' and 'Pin to Taskbar' from the context menu options"System
System,ErrorOff,2
IF - Section exists [HKLM] evaluated string: [If,ExistRegSection,HKLM,_WinPE_SOFTWARE\Classes\*\shellex\ContextMenuHandlers\{a2a9545d-a0c2-42b4-9708-a0b2badd77c8},RegDelete,HKLM,_WinPE_SOFTWARE\Classes\*\shellex\ContextMenuHandlers\{a2a9545d-a0c2-42b4-9708-a0b2badd77c8}]
RegDelete - Deleted registry key in: [HKLM\_WinPE_SOFTWARE\Classes\*\shellex\ContextMenuHandlers\{a2a9545d-a0c2-42b4-9708-a0b2badd77c8}]
IF - Section exists [HKLM] evaluated string: [If,ExistRegSection,HKLM,_WinPE_SOFTWARE\Classes\*\shellex\ContextMenuHandlers\{90AA3A4E-1CBA-4233-B8BB-535773D48449},RegDelete,HKLM,_WinPE_SOFTWARE\Classes\*\shellex\ContextMenuHandlers\{90AA3A4E-1CBA-4233-B8BB-535773D48449}]
RegDelete - Deleted registry key in: [HKLM\_WinPE_SOFTWARE\Classes\*\shellex\ContextMenuHandlers\{90AA3A4E-1CBA-4233-B8BB-535773D48449}]
[End]
IF - [true] is equal to: [true] evaluated string: [If,%pCheckBox8%,Equal,True,Begin]
IF - [10.0] is equal to: [10.0] evaluated string: [If,%CodeBase2%,Equal,10.0,Begin]
IF - File exists: [%BaseDir%\Projects\Cache\source\x64\Dependencies\Windows\System32\DataExchange.dll] evaluated string: [If,ExistFile,"%Dependencies%\DataExchange.dll",FileCopy,"%Dependencies%\DataExchange.dll","%Target_System32%"]
FileCopy - Copied [%BaseDir%\Projects\Cache\source\x64\Dependencies\Windows\System32\DataExchange.dll] to: [%BaseDir%\MistyPE.Project.Output\ROOT\WINDOWS\System32\DataExchange.dll]
IF - File exists: [%BaseDir%\Projects\Cache\source\x64\Dependencies\Windows\System32\dcomp.dll] evaluated string: [If,ExistFile,"%Dependencies%\dcomp.dll",FileCopy,"%Dependencies%\dcomp.dll","%Target_System32%"]
FileCopy - Copied [%BaseDir%\Projects\Cache\source\x64\Dependencies\Windows\System32\dcomp.dll] to: [%BaseDir%\MistyPE.Project.Output\ROOT\WINDOWS\System32\dcomp.dll]
IF - File exists: [%BaseDir%\Projects\Cache\source\x64\Dependencies\Windows\System32\dxgi.dll] evaluated string: [If,ExistFile,"%Dependencies%\dxgi.dll",FileCopy,"%Dependencies%\dxgi.dll","%Target_System32%"]
FileCopy - Copied [%BaseDir%\Projects\Cache\source\x64\Dependencies\Windows\System32\dxgi.dll] to: [%BaseDir%\MistyPE.Project.Output\ROOT\WINDOWS\System32\dxgi.dll]
IF - File exists: [%BaseDir%\Projects\Cache\source\x64\Dependencies\Windows\System32\d2d1.dll] evaluated string: [If,ExistFile,"%Dependencies%\d2d1.dll",FileCopy,"%Dependencies%\d2d1.dll","%Target_System32%"]
FileCopy - Copied [%BaseDir%\Projects\Cache\source\x64\Dependencies\Windows\System32\d2d1.dll] to: [%BaseDir%\MistyPE.Project.Output\ROOT\WINDOWS\System32\d2d1.dll]
IF - File exists: [%BaseDir%\Projects\Cache\source\x64\Dependencies\Windows\System32\d3d11.dll] evaluated string: [If,ExistFile,"%Dependencies%\d3d11.dll",FileCopy,"%Dependencies%\d3d11.dll","%Target_System32%"]
FileCopy - Copied [%BaseDir%\Projects\Cache\source\x64\Dependencies\Windows\System32\d3d11.dll] to: [%BaseDir%\MistyPE.Project.Output\ROOT\WINDOWS\System32\d3d11.dll]
RegWrite - Type: [0x2] Section [HKLM\_WinPE_Software\Classes\CLSID\{9FC8E510-A27C-4B3B-B9A3-BF65F00256A8}\InProcServer32] Key []: %SystemRoot%\system32\dataexchange.dll
RegWrite - Type: [0x1] Section [HKLM\_WinPE_Software\Classes\CLSID\{9FC8E510-A27C-4B3B-B9A3-BF65F00256A8}\InProcServer32] Key [ThreadingModel]: Both
[//dataexchange.dll is reqired for drag n drop - additional setting applied at runtime due to problems editing the key]
IF - File does not exist: [%BaseDir%\MistyPE.Project.Output\ROOT\WINDOWS\System32\MistyPE.cmd] evaluated string: [If,Not,ExistFile,"%Target_System32%\MistyPE.cmd",Begin]
FileCreateBlank - Created a new file: [%BaseDir%\MistyPE.Project.Output\ROOT\WINDOWS\System32\MistyPE.cmd]
TxtAddLine - Added line: [%BaseDir%\MistyPE.Project.Output\ROOT\WINDOWS\System32\MistyPE.cmd] line: Value: @Echo off Option: Append
TxtAddLine - Added line: [%BaseDir%\MistyPE.Project.Output\ROOT\WINDOWS\System32\MistyPE.cmd] line: Value: Option: Append
[End]
TxtAddLine - Added line: [%BaseDir%\MistyPE.Project.Output\ROOT\WINDOWS\System32\MistyPE.cmd] line: Value: ECHO Adding Drag 'n' Drop registry settings Option: Append
TxtAddLine - Added line: [%BaseDir%\MistyPE.Project.Output\ROOT\WINDOWS\System32\MistyPE.cmd] line: Value: reg.exe add "HKLM\SOFTWARE\Microsoft\Ole\Extensions" /v "DragDropExtension" /t REG_SZ /d "{9FC8E510-A27C-4B3B-B9A3-BF65F00256A8}" /f Option: Append
TxtAddLine - Added line: [%BaseDir%\MistyPE.Project.Output\ROOT\WINDOWS\System32\MistyPE.cmd] line: Value: Option: Append
[End]
[End]
Unmounting registry hives...
RegHiveUnLoad - Unloaded registry hive: [_WinPE_DEFAULT]
RegHiveUnLoad - Unloaded registry hive: [_WinPE_SOFTWARE]
[End]
Run - Processed section [TWEAKS] in file: [%BaseDir%\Projects\MistyPE\Core\Core.script]
|
|
Run - Processing section: [OPEN.WITH] From file: [%BaseDir%\Projects\MistyPE\Core\Core.script]
SetVar - Sucessfuly changed the value of [%Openwith.workaround%] to: [NO]
IF - [10.0.14393] is not equal to: [6.2.9200] evaluated string: [If,%CodeBase%,Equal,6.2.9200,Set,%Openwith.workaround%,YES,Global]
IF - [10.0.14393] is not equal to: [6.3.9431] evaluated string: [If,%CodeBase%,Equal,6.3.9431,Set,%Openwith.workaround%,YES,Global]
IF - [10.0.14393] is not equal to: [6.3.9600] evaluated string: [If,%CodeBase%,Equal,6.3.9600,Set,%Openwith.workaround%,YES,Global]
IF - [10.0] is equal to: [10.0] evaluated string: [If,%CodeBase2%,Equal,10.0,Set,%Openwith.workaround%,YES,Global]
SetVar - Sucessfuly changed the value of [%Openwith.workaround%] to: [YES]
IF - [yes] is equal to: [yes] evaluated string: [If,%Openwith.workaround%,Equal,YES,Begin]
IF - Section does not exist [HKLM] evaluated string: [If,Not,ExistRegSection,HKLM,_WinPE_SOFTWARE,RegHiveLoad,_WinPE_SOFTWARE,"%Target_config%\software"]
RegHiveLoad - File: [%BaseDir%\MistyPE.Project.Output\ROOT\WINDOWS\System32\config\software] Section [_WinPE_SOFTWARE]
System,ErrorOff,2
IF - Section exists [HKLM] evaluated string: [If,ExistRegSection,HKLM,_WinPE_SOFTWARE\Classes\Unknown,RegDelete,HKLM,_WinPE_SOFTWARE\Classes\Unknown]
RegDelete - Deleted registry key in: [HKLM\_WinPE_SOFTWARE\Classes\Unknown]
IF - Section exists [HKLM] evaluated string: [If,ExistRegSection,HKLM,"_WinPE_SOFTWARE\Classes\*\shellex\ContextMenuHandlers\Open With",RegDelete,HKLM,"_WinPE_SOFTWARE\Classes\*\shellex\ContextMenuHandlers\Open With"]
RegDelete - Deleted registry key in: [HKLM\_WinPE_SOFTWARE\Classes\*\shellex\ContextMenuHandlers\Open With]
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Classes\*\shell\Open with] Key [Subcommands]: openwith.notepad
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\openwith.notepad] Key []: notepad
RegWrite - Type: [0x2] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\openwith.notepad\command] Key []: "%SYSTEMROOT%\System32\notepad.exe" "%1"
IF - Section exists [HKLM] evaluated string: [If,ExistRegSection,HKLM,_WinPE_SOFTWARE,RegHiveUnload,_WinPE_SOFTWARE]
RegHiveUnLoad - Unloaded registry hive: [_WinPE_SOFTWARE]
[End]
Run - Processed section [OPEN.WITH] in file: [%BaseDir%\Projects\MistyPE\Core\Core.script]
|
|
Run - Processing section: [RAMDISK] From file: [%BaseDir%\Projects\MistyPE\Core\Core.script]
IF - [512] is not equal to: [default] evaluated string: [If,Not,%RAMDISK%,Equal,DEFAULT,Begin]
Mounting registry hives to change RAMDisk size...
IF - Section does not exist [HKLM] evaluated string: [If,Not,ExistRegSection,HKLM,_WinPE_SYSTEM,RegHiveLoad,_WinPE_SYSTEM,"%Target_config%\system"]
RegHiveLoad - File: [%BaseDir%\MistyPE.Project.Output\ROOT\WINDOWS\System32\config\system] Section [_WinPE_SYSTEM]
RegWrite - Type: [0x4] Section [HKLM\_WinPE_SYSTEM\ControlSet001\Services\FBWF] Key [WinPECacheThreshold]: 512
Unmounting registry hives...
RegHiveUnLoad - Unloaded registry hive: [_WinPE_SYSTEM]
[End]
Run - Processed section [RAMDISK] in file: [%BaseDir%\Projects\MistyPE\Core\Core.script]
|
|
Run - Processing section: [KEYBOARD] From file: [%BaseDir%\Projects\MistyPE\Core\Core.script]
|
Run - Processing section: [process] From file: [%BaseDir%\Projects\MistyPE\Core\keyboard.script]
IF - [es-es] is not equal to: [default] evaluated string: [If,Not,%KEYBOARD%,Equal,DEFAULT,Begin]
IF - [es-es] is not equal to: [de-de] evaluated string: [If,%KEYBOARD%,Equal,de-DE,Set,%layout%,00000407]
IF - [es-es] is not equal to: [en-au] evaluated string: [If,%KEYBOARD%,Equal,en-AU,Set,%layout%,00000c09]
IF - [es-es] is not equal to: [en-ca] evaluated string: [If,%KEYBOARD%,Equal,en-CA,Set,%layout%,00001009]
IF - [es-es] is not equal to: [en-gb] evaluated string: [If,%KEYBOARD%,Equal,en-GB,Set,%layout%,00000809]
IF - [es-es] is not equal to: [en-us] evaluated string: [If,%KEYBOARD%,Equal,en-US,Set,%layout%,00000409]
IF - [es-es] is not equal to: [es-mx] evaluated string: [If,%KEYBOARD%,Equal,es-MX,Set,%layout%,0000080a]
IF - [es-es] is equal to: [es-es] evaluated string: [If,%KEYBOARD%,Equal,es-ES,Set,%layout%,0000040a]
SetVar - Sucessfuly changed the value of [%layout%] to: [0000040a]
IF - [es-es] is not equal to: [fr-ca] evaluated string: [If,%KEYBOARD%,Equal,fr-CA,Set,%layout%,00000c0c]
IF - [es-es] is not equal to: [fr-fr] evaluated string: [If,%KEYBOARD%,Equal,fr-FR,Set,%layout%,00000809]
IF - [es-es] is not equal to: [it-it] evaluated string: [If,%KEYBOARD%,Equal,it-IT,Set,%layout%,00000410]
IF - [es-es] is not equal to: [nl-nl] evaluated string: [If,%KEYBOARD%,Equal,nl-NL,Set,%layout%,00000413]
IF - [es-es] is not equal to: [pt-pt] evaluated string: [If,%KEYBOARD%,Equal,pt-PT,Set,%layout%,00000816]
IF - [es-es] is not equal to: [zh-cn] evaluated string: [If,%KEYBOARD%,Equal,zh-CN,Set,%layout%,00000804]
Mounting registry hives to change keyboard layout...
IF - Section does not exist [HKLM] evaluated string: [If,Not,ExistRegSection,HKLM,_WinPE_DEFAULT,RegHiveLoad,_WinPE_DEFAULT,"%Target_config%\default"]
RegHiveLoad - File: [%BaseDir%\MistyPE.Project.Output\ROOT\WINDOWS\System32\config\default] Section [_WinPE_DEFAULT]
RegWrite - Overwrote existing key "00000c0a" with different data
RegWrite - Type: [0x1] Section [HKLM\_WinPE_DEFAULT\Keyboard Layout\Preload] Key [1]: 0000040a
Unmounting registry hives...
RegHiveUnLoad - Unloaded registry hive: [_WinPE_DEFAULT]
[End]
Run - Processed section [process] in file: [%BaseDir%\Projects\MistyPE\Core\keyboard.script]
Run - Processed section [KEYBOARD] in file: [%BaseDir%\Projects\MistyPE\Core\Core.script]
|
|
Run - Processing section: [Project.Settings] From file: [%BaseDir%\Projects\MistyPE\Core\Core.script]
FileCopy - Copied [%BaseDir%\Projects\Cache\source\x64\boot.wim.info.ini] to: [%BaseDir%\MistyPE.Project.Output\ISO.ROOT\Project.Settings.ini]
IniAddSection - Created section in file: [%BaseDir%\MistyPE.Project.Output\ISO.ROOT\Project.Settings.ini] Section [PROJECT.VERSION]
IniWrite - Wrote INI key in file: [%BaseDir%\MistyPE.Project.Output\ISO.ROOT\Project.Settings.ini] Section [PROJECT.VERSION] Key [VERSION]: 2017-03-22
IniAddSection - Created section in file: [%BaseDir%\MistyPE.Project.Output\ISO.ROOT\Project.Settings.ini] Section [MAIN.SETTINGS]
IniWrite - Wrote INI key in file: [%BaseDir%\MistyPE.Project.Output\ISO.ROOT\Project.Settings.ini] Section [MAIN.SETTINGS] Key [1_CACHE]: NO
IniWrite - Wrote INI key in file: [%BaseDir%\MistyPE.Project.Output\ISO.ROOT\Project.Settings.ini] Section [MAIN.SETTINGS] Key [2_RAMDISK]: 512
IniWrite - Wrote INI key in file: [%BaseDir%\MistyPE.Project.Output\ISO.ROOT\Project.Settings.ini] Section [MAIN.SETTINGS] Key [3_ARCH]: x64
IniWrite - Wrote INI key in file: [%BaseDir%\MistyPE.Project.Output\ISO.ROOT\Project.Settings.ini] Section [MAIN.SETTINGS] Key [4_SYSWOW64]: YES
IniWrite - Wrote INI key in file: [%BaseDir%\MistyPE.Project.Output\ISO.ROOT\Project.Settings.ini] Section [MAIN.SETTINGS] Key [5_BOOT.WIM.IMAGE.NUMBER]: 2
IniWrite - Wrote INI key in file: [%BaseDir%\MistyPE.Project.Output\ISO.ROOT\Project.Settings.ini] Section [MAIN.SETTINGS] Key [6_INSTALL.WIM.IMAGE.NUMBER]: 1
IniWrite - Wrote INI key in file: [%BaseDir%\MistyPE.Project.Output\ISO.ROOT\Project.Settings.ini] Section [MAIN.SETTINGS] Key [7_METHOD]: INJECT
IniWrite - Wrote INI key in file: [%BaseDir%\MistyPE.Project.Output\ISO.ROOT\Project.Settings.ini] Section [MAIN.SETTINGS] Key [8_KEYBOARD]: es-ES
IniWrite - Wrote INI key in file: [%BaseDir%\MistyPE.Project.Output\ISO.ROOT\Project.Settings.ini] Section [MAIN.SETTINGS] Key [9_FALLBACK.LANGUAGE]: es-ES
IniWrite - Wrote INI key in file: [%BaseDir%\MistyPE.Project.Output\ISO.ROOT\Project.Settings.ini] Section [MAIN.SETTINGS] Key [10_PROGRAMS.IN.WIM]: YES
IniWrite - Wrote INI key in file: [%BaseDir%\MistyPE.Project.Output\ISO.ROOT\Project.Settings.ini] Section [MAIN.SETTINGS] Key [11_LAUNCHBAR]: YES
IniAddSection - Created section in file: [%BaseDir%\MistyPE.Project.Output\ISO.ROOT\Project.Settings.ini] Section [CORE.SETTINGS]
IniWrite - Wrote INI key in file: [%BaseDir%\MistyPE.Project.Output\ISO.ROOT\Project.Settings.ini] Section [CORE.SETTINGS] Key [1_BROWSE.FOR.FOLDERS]: True
IniWrite - Wrote INI key in file: [%BaseDir%\MistyPE.Project.Output\ISO.ROOT\Project.Settings.ini] Section [CORE.SETTINGS] Key [2_NOINTERNETOPENWITH]: True
IniWrite - Wrote INI key in file: [%BaseDir%\MistyPE.Project.Output\ISO.ROOT\Project.Settings.ini] Section [CORE.SETTINGS] Key [3_FILE.MANAGER.TWEAKS]: True
IniWrite - Wrote INI key in file: [%BaseDir%\MistyPE.Project.Output\ISO.ROOT\Project.Settings.ini] Section [CORE.SETTINGS] Key [4_FILE.COPY.PROGRESS]: True
IniWrite - Wrote INI key in file: [%BaseDir%\MistyPE.Project.Output\ISO.ROOT\Project.Settings.ini] Section [CORE.SETTINGS] Key [5_REMOVE.INCLUDE.IN.LIBRARY]: True
IniWrite - Wrote INI key in file: [%BaseDir%\MistyPE.Project.Output\ISO.ROOT\Project.Settings.ini] Section [CORE.SETTINGS] Key [6_REMOVE.SEND.TO]: True
IniWrite - Wrote INI key in file: [%BaseDir%\MistyPE.Project.Output\ISO.ROOT\Project.Settings.ini] Section [CORE.SETTINGS] Key [7_REMOVE.PIN.TO.START]: True
IniWrite - Wrote INI key in file: [%BaseDir%\MistyPE.Project.Output\ISO.ROOT\Project.Settings.ini] Section [CORE.SETTINGS] Key [8_DRAG.N.DROP]: True
IniAddSection - Created section in file: [%BaseDir%\MistyPE.Project.Output\ISO.ROOT\Project.Settings.ini] Section [ESSENTIAL]
IniAddSection - Created section in file: [%BaseDir%\MistyPE.Project.Output\ISO.ROOT\Project.Settings.ini] Section [PROGRAMS]
IniAddSection - Created section in file: [%BaseDir%\MistyPE.Project.Output\ISO.ROOT\Project.Settings.ini] Section [WINFE]
Run - Processed section [Project.Settings] in file: [%BaseDir%\Projects\MistyPE\Core\Core.script]
|
IF - [yes] is equal to: [yes] evaluated string: [If,%SYSWOW64%,Equal,YES,Begin]
IF - [x64] is equal to: [x64] evaluated string: [If,%ARCH%,Equal,x64,Begin]
IF - [10.0.14393] is not equal to: [6.1.7600] evaluated string: [If,%CodeBase%,Equal,6.1.7600,Run,%ScriptFile%,Cache.WoW64.Dependencies]
IF - [10.0.14393] is not equal to: [6.1.7601] evaluated string: [If,%CodeBase%,Equal,6.1.7601,Run,%ScriptFile%,Cache.WoW64.Dependencies]
IF - [10.0.14393] is not equal to: [6.2.9200] evaluated string: [If,%CodeBase%,Equal,6.2.9200,Run,%ScriptFile%,Cache.WoW64.Dependencies]
IF - [10.0.14393] is not equal to: [6.3.9600] evaluated string: [If,%CodeBase%,Equal,6.3.9600,Run,%ScriptFile%,Cache.WoW64.Dependencies]
IF - [10.0] is equal to: [10.0] evaluated string: [If,%CodeBase2%,Equal,10.0,Run,%ScriptFile%,Cache.WoW64.Dependencies]
|
Run - Processing section: [Cache.WoW64.Dependencies] From file: [%BaseDir%\Projects\MistyPE\Core\Core.script]
Running SysWow64 section...
SetVar - Sucessfuly changed the value of [%SysWow64_Files%] to: [%BaseDir%\Projects\Cache\source\x64\SysWow64_Files]
SetVar - Sucessfuly changed the value of [%SysWow64_Registry%] to: [%BaseDir%\Projects\Cache\source\x64\SysWow64_Registry]
IF - File exists: [%BaseDir%\Projects\Cache\source\x64\SysWow64_Files\windows\system32\wow64.dll] evaluated string: [If,ExistFile,"%SysWow64_Files%\windows\system32\wow64.dll",Begin]
IF - Section does not exist [HKLM] evaluated string: [If,Not,ExistRegSection,HKLM,_WinPE_SOFTWARE,RegHiveLoad,_WinPE_SOFTWARE,"%Target_config%\software"]
RegHiveLoad - File: [%BaseDir%\MistyPE.Project.Output\ROOT\WINDOWS\System32\config\software] Section [_WinPE_SOFTWARE]
IF - File exists: [%BaseDir%\Projects\Cache\source\x64\SysWow64_Registry\Wow6432Node.reg] evaluated string: [If,ExistFile,"%SysWow64_Registry%\Wow6432Node.reg",ShellExecute,hide,regedit.exe,"/s "%SysWow64_Registry%\Wow6432Node.reg""]
ShellExecute: [hide] using: [regedit.exe] with parameters: [/s "%BaseDir%\Projects\Cache\source\x64\SysWow64_Registry\Wow6432Node.reg"]
IF - File exists: [%BaseDir%\Projects\Cache\source\x64\SysWow64_Registry\Classes_Wow6432Node.reg] evaluated string: [If,ExistFile,"%SysWow64_Registry%\Classes_Wow6432Node.reg",ShellExecute,hide,regedit.exe,"/s "%SysWow64_Registry%\Classes_Wow6432Node.reg""]
ShellExecute: [hide] using: [regedit.exe] with parameters: [/s "%BaseDir%\Projects\Cache\source\x64\SysWow64_Registry\Classes_Wow6432Node.reg"]
IF - File exists: [%BaseDir%\Projects\Cache\source\x64\SysWow64_Registry\Wow6432Node.reg] evaluated string: [If,ExistFile,"%SysWow64_Registry%\Wow6432Node.reg",RegDelete,HKLM,"_WinPE_SOFTWARE\Wow6432Node\Microsoft\Active Setup\Installed Components"]
RegDelete - Deleted registry key in: [HKLM\_WinPE_SOFTWARE\Wow6432Node\Microsoft\Active Setup\Installed Components]
IF - [10.0.14393] is not equal to: [6.2.9200] evaluated string: [If,%CodeBase%,Equal,6.2.9200,Run,"%ProjectDir%\Core\syswow64.script",WoW64-WinPE4.0-registry]
IF - [10.0.14393] is not equal to: [6.3.9600] evaluated string: [If,%CodeBase%,Equal,6.3.9600,Run,"%ProjectDir%\Core\syswow64.script",WoW64-WinPE5.x-registry]
IF - [10.0.14393] is not equal to: [6.1.7601] evaluated string: [If,%CodeBase%,Equal,6.1.7601,Run,"%ProjectDir%\Core\syswow64.script",WoW64-WinPE3.1-registry]
IF - [10.0.14393] is not equal to: [6.1.7600] evaluated string: [If,%CodeBase%,Equal,6.1.7600,Run,"%ProjectDir%\Core\syswow64.script",WoW64-WinPE3.0-registry]
[//new line x 8]
IF - [10.0] is equal to: [10.0] evaluated string: [If,%CodeBase2%,Equal,10.0,Begin]
IF - Section does not exist [HKLM] evaluated string: [If,Not,ExistRegSection,HKLM,_WinPE_SYSTEM,RegHiveLoad,_WinPE_SYSTEM,"%Target_config%\system"]
RegHiveLoad - File: [%BaseDir%\MistyPE.Project.Output\ROOT\WINDOWS\System32\config\system] Section [_WinPE_SYSTEM]
RegWrite - Type: [0x7] Section [HKLM\_WinPE_SYSTEM\ControlSet001\Control\Session Manager] Key [BootExecute]: [loadWoW64.exe]
IF - Section exists [HKLM] evaluated string: [If,ExistRegSection,HKLM,_WinPE_SYSTEM,RegHiveUnload,_WinPE_SYSTEM]
RegHiveUnLoad - Unloaded registry hive: [_WinPE_SYSTEM]
FileCopy - Copied [%BaseDir%\Projects\Tools\SysWOW64.files\loadWoW64.exe] to: [%BaseDir%\MistyPE.Project.Output\ROOT\WINDOWS\System32\loadWoW64.exe]
[//FileCopy,"%TOOLS%\SysWOW64.files\setWOW64.exe","%Target_System32%"]
|
Run - Processing section: [WoW64-WinPE10-registry] From file: [%BaseDir%\Projects\MistyPE\Core\syswow64.script]
IF - Section exists [HKLM] evaluated string: [If,Not,ExistRegSection,HKLM,_WinPE_SOFTWARE,RegHiveLoad,_WinPE_SOFTWARE,"%Target_config%\software"]
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_ar-sa_575c57e8e91d339b\5.82] Key []: 5.82.14393.0
RegWrite - Type: [0x3] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_ar-sa_575c57e8e91d339b\5.82] Key [5.82.14393.0]: 01
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_ar-sa_575c57e8e91d339b\6.0] Key []: 6.0.14393.0
RegWrite - Type: [0x3] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_ar-sa_575c57e8e91d339b\6.0] Key [6.0.14393.0]: 01
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_bg-bg_847b29e10747d53c\5.82] Key []: 5.82.14393.0
RegWrite - Type: [0x3] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_bg-bg_847b29e10747d53c\5.82] Key [5.82.14393.0]: 01
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_bg-bg_847b29e10747d53c\6.0] Key []: 6.0.14393.0
RegWrite - Type: [0x3] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_bg-bg_847b29e10747d53c\6.0] Key [6.0.14393.0]: 01
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_cs-cz_b12495af25c6f5a9\5.82] Key []: 5.82.14393.0
RegWrite - Type: [0x3] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_cs-cz_b12495af25c6f5a9\5.82] Key [5.82.14393.0]: 01
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_cs-cz_b12495af25c6f5a9\6.0] Key []: 6.0.14393.0
RegWrite - Type: [0x3] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_cs-cz_b12495af25c6f5a9\6.0] Key [6.0.14393.0]: 01
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_da-dk_df1f9629434d67e2\5.82] Key []: 5.82.14393.0
RegWrite - Type: [0x3] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_da-dk_df1f9629434d67e2\5.82] Key [5.82.14393.0]: 01
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_da-dk_df1f9629434d67e2\6.0] Key []: 6.0.14393.0
RegWrite - Type: [0x3] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_da-dk_df1f9629434d67e2\6.0] Key [6.0.14393.0]: 01
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_de-de_df6476d943192598\5.82] Key []: 5.82.14393.0
RegWrite - Type: [0x3] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_de-de_df6476d943192598\5.82] Key [5.82.14393.0]: 01
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_de-de_df6476d943192598\6.0] Key []: 6.0.14393.0
RegWrite - Type: [0x3] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_de-de_df6476d943192598\6.0] Key [6.0.14393.0]: 01
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_el-gr_0c49c489616c19fa\5.82] Key []: 5.82.14393.0
RegWrite - Type: [0x3] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_el-gr_0c49c489616c19fa\5.82] Key [5.82.14393.0]: 01
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_el-gr_0c49c489616c19fa\6.0] Key []: 6.0.14393.0
RegWrite - Type: [0x3] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_el-gr_0c49c489616c19fa\6.0] Key [6.0.14393.0]: 01
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_en-gb_0cf8c3dd60e88d98\5.82] Key []: 5.82.14393.0
RegWrite - Type: [0x3] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_en-gb_0cf8c3dd60e88d98\5.82] Key [5.82.14393.0]: 01
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_en-gb_0cf8c3dd60e88d98\6.0] Key []: 6.0.14393.0
RegWrite - Type: [0x3] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_en-gb_0cf8c3dd60e88d98\6.0] Key [6.0.14393.0]: 01
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_en-us_0c410fc5617240bb\5.82] Key []: 5.82.14393.0
RegWrite - Type: [0x3] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_en-us_0c410fc5617240bb\5.82] Key [5.82.14393.0]: 01
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_en-us_0c410fc5617240bb\6.0] Key []: 6.0.14393.0
RegWrite - Type: [0x3] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_en-us_0c410fc5617240bb\6.0] Key [6.0.14393.0]: 01
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_es-es_0c45f2d7616decfe\5.82] Key []: 5.82.14393.0
RegWrite - Type: [0x3] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_es-es_0c45f2d7616decfe\5.82] Key [5.82.14393.0]: 01
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_es-es_0c45f2d7616decfe\6.0] Key []: 6.0.14393.0
RegWrite - Type: [0x3] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_es-es_0c45f2d7616decfe\6.0] Key [6.0.14393.0]: 01
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_es-mx_0c0ff26b619661eb\5.82] Key []: 5.82.14393.0
RegWrite - Type: [0x3] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_es-mx_0c0ff26b619661eb\5.82] Key [5.82.14393.0]: 01
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_es-mx_0c0ff26b619661eb\6.0] Key []: 6.0.14393.0
RegWrite - Type: [0x3] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_es-mx_0c0ff26b619661eb\6.0] Key [6.0.14393.0]: 01
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_et-ee_0cde520960fb7f27\5.82] Key []: 5.82.14393.0
RegWrite - Type: [0x3] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_et-ee_0cde520960fb7f27\5.82] Key [5.82.14393.0]: 01
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_et-ee_0cde520960fb7f27\6.0] Key []: 6.0.14393.0
RegWrite - Type: [0x3] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_et-ee_0cde520960fb7f27\6.0] Key [6.0.14393.0]: 01
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_fi-fi_3a12e6057f15b5a4\5.82] Key []: 5.82.14393.0
RegWrite - Type: [0x3] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_fi-fi_3a12e6057f15b5a4\5.82] Key [5.82.14393.0]: 01
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_fi-fi_3a12e6057f15b5a4\6.0] Key []: 6.0.14393.0
RegWrite - Type: [0x3] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_fi-fi_3a12e6057f15b5a4\6.0] Key [6.0.14393.0]: 01
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_fr-ca_3a72624d7eccc2b6\5.82] Key []: 5.82.14393.0
RegWrite - Type: [0x3] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_fr-ca_3a72624d7eccc2b6\5.82] Key [5.82.14393.0]: 01
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_fr-ca_3a72624d7eccc2b6\6.0] Key []: 6.0.14393.0
RegWrite - Type: [0x3] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_fr-ca_3a72624d7eccc2b6\6.0] Key [6.0.14393.0]: 01
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_fr-fr_39ba99537f56952c\5.82] Key []: 5.82.14393.0
RegWrite - Type: [0x3] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_fr-fr_39ba99537f56952c\5.82] Key [5.82.14393.0]: 01
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_fr-fr_39ba99537f56952c\6.0] Key []: 6.0.14393.0
RegWrite - Type: [0x3] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_fr-fr_39ba99537f56952c\6.0] Key [6.0.14393.0]: 01
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_he-il_94c424b3bb115c2e\5.82] Key []: 5.82.14393.0
RegWrite - Type: [0x3] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_he-il_94c424b3bb115c2e\5.82] Key [5.82.14393.0]: 01
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_he-il_94c424b3bb115c2e\6.0] Key []: 6.0.14393.0
RegWrite - Type: [0x3] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_he-il_94c424b3bb115c2e\6.0] Key [6.0.14393.0]: 01
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_hr-hr_94904707bb365018\5.82] Key []: 5.82.14393.0
RegWrite - Type: [0x3] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_hr-hr_94904707bb365018\5.82] Key [5.82.14393.0]: 01
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_hr-hr_94904707bb365018\6.0] Key []: 6.0.14393.0
RegWrite - Type: [0x3] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_hr-hr_94904707bb365018\6.0] Key [6.0.14393.0]: 01
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_hu-hu_9472d821bb4beff0\5.82] Key []: 5.82.14393.0
RegWrite - Type: [0x3] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_hu-hu_9472d821bb4beff0\5.82] Key [5.82.14393.0]: 01
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_hu-hu_9472d821bb4beff0\6.0] Key []: 6.0.14393.0
RegWrite - Type: [0x3] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_hu-hu_9472d821bb4beff0\6.0] Key [6.0.14393.0]: 01
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_it-it_c1e77e9dd934981e\5.82] Key []: 5.82.14393.0
RegWrite - Type: [0x3] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_it-it_c1e77e9dd934981e\5.82] Key [5.82.14393.0]: 01
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_it-it_c1e77e9dd934981e\6.0] Key []: 6.0.14393.0
RegWrite - Type: [0x3] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_it-it_c1e77e9dd934981e\6.0] Key [6.0.14393.0]: 01
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_ja-jp_ef6a8fa9f715245b\5.82] Key []: 5.82.14393.0
RegWrite - Type: [0x3] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_ja-jp_ef6a8fa9f715245b\5.82] Key [5.82.14393.0]: 01
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_ja-jp_ef6a8fa9f715245b\6.0] Key []: 6.0.14393.0
RegWrite - Type: [0x3] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_ja-jp_ef6a8fa9f715245b\6.0] Key [6.0.14393.0]: 01
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_ko-kr_1ccdcab815089c75\5.82] Key []: 5.82.14393.0
RegWrite - Type: [0x3] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_ko-kr_1ccdcab815089c75\5.82] Key [5.82.14393.0]: 01
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_ko-kr_1ccdcab815089c75\6.0] Key []: 6.0.14393.0
RegWrite - Type: [0x3] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_ko-kr_1ccdcab815089c75\6.0] Key [6.0.14393.0]: 01
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_lt-lt_4a28032c33043080\5.82] Key []: 5.82.14393.0
RegWrite - Type: [0x3] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_lt-lt_4a28032c33043080\5.82] Key [5.82.14393.0]: 01
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_lt-lt_4a28032c33043080\6.0] Key []: 6.0.14393.0
RegWrite - Type: [0x3] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_lt-lt_4a28032c33043080\6.0] Key [6.0.14393.0]: 01
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_lv-lv_4a1463e833129b10\5.82] Key []: 5.82.14393.0
RegWrite - Type: [0x3] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_lv-lv_4a1463e833129b10\5.82] Key [5.82.14393.0]: 01
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_lv-lv_4a1463e833129b10\6.0] Key []: 6.0.14393.0
RegWrite - Type: [0x3] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_lv-lv_4a1463e833129b10\6.0] Key [6.0.14393.0]: 01
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_nb-no_a521bb486ecb9799\5.82] Key []: 5.82.14393.0
RegWrite - Type: [0x3] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_nb-no_a521bb486ecb9799\5.82] Key [5.82.14393.0]: 01
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_nb-no_a521bb486ecb9799\6.0] Key []: 6.0.14393.0
RegWrite - Type: [0x3] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_nb-no_a521bb486ecb9799\6.0] Key [6.0.14393.0]: 01
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_nl-nl_a54c2df06eaa412c\5.82] Key []: 5.82.14393.0
RegWrite - Type: [0x3] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_nl-nl_a54c2df06eaa412c\5.82] Key [5.82.14393.0]: 01
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_nl-nl_a54c2df06eaa412c\6.0] Key []: 6.0.14393.0
RegWrite - Type: [0x3] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_nl-nl_a54c2df06eaa412c\6.0] Key [6.0.14393.0]: 01
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_pl-pl_0021dba4aa89fc18\5.82] Key []: 5.82.14393.0
RegWrite - Type: [0x3] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_pl-pl_0021dba4aa89fc18\5.82] Key [5.82.14393.0]: 01
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_pl-pl_0021dba4aa89fc18\6.0] Key []: 6.0.14393.0
RegWrite - Type: [0x3] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_pl-pl_0021dba4aa89fc18\6.0] Key [6.0.14393.0]: 01
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_pt-br_ffe8e3d8aab39654\5.82] Key []: 5.82.14393.0
RegWrite - Type: [0x3] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_pt-br_ffe8e3d8aab39654\5.82] Key [5.82.14393.0]: 01
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_pt-br_ffe8e3d8aab39654\6.0] Key []: 6.0.14393.0
RegWrite - Type: [0x3] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_pt-br_ffe8e3d8aab39654\6.0] Key [6.0.14393.0]: 01
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_pt-pt_ffd35e94aac3a658\5.82] Key []: 5.82.14393.0
RegWrite - Type: [0x3] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_pt-pt_ffd35e94aac3a658\5.82] Key [5.82.14393.0]: 01
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_pt-pt_ffd35e94aac3a658\6.0] Key []: 6.0.14393.0
RegWrite - Type: [0x3] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_pt-pt_ffd35e94aac3a658\6.0] Key [6.0.14393.0]: 01
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_ro-ro_5ada1a72e67f56dc\5.82] Key []: 5.82.14393.0
RegWrite - Type: [0x3] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_ro-ro_5ada1a72e67f56dc\5.82] Key [5.82.14393.0]: 01
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_ro-ro_5ada1a72e67f56dc\6.0] Key []: 6.0.14393.0
RegWrite - Type: [0x3] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_ro-ro_5ada1a72e67f56dc\6.0] Key [6.0.14393.0]: 01
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_ru-ru_5a9f3ca6e6aa968c\5.82] Key []: 5.82.14393.0
RegWrite - Type: [0x3] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_ru-ru_5a9f3ca6e6aa968c\5.82] Key [5.82.14393.0]: 01
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_ru-ru_5a9f3ca6e6aa968c\6.0] Key []: 6.0.14393.0
RegWrite - Type: [0x3] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_ru-ru_5a9f3ca6e6aa968c\6.0] Key [6.0.14393.0]: 01
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_sk-sk_886c2fd504525f32\5.82] Key []: 5.82.14393.0
RegWrite - Type: [0x3] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_sk-sk_886c2fd504525f32\5.82] Key [5.82.14393.0]: 01
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_sk-sk_886c2fd504525f32\6.0] Key []: 6.0.14393.0
RegWrite - Type: [0x3] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_sk-sk_886c2fd504525f32\6.0] Key [6.0.14393.0]: 01
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_sl-si_8882cff7044140a7\5.82] Key []: 5.82.14393.0
RegWrite - Type: [0x3] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_sl-si_8882cff7044140a7\5.82] Key [5.82.14393.0]: 01
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_sl-si_8882cff7044140a7\6.0] Key []: 6.0.14393.0
RegWrite - Type: [0x3] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_sl-si_8882cff7044140a7\6.0] Key [6.0.14393.0]: 01
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_sr-..-cs_806e31732fa9359f\5.82] Key []: 5.82.14393.0
RegWrite - Type: [0x3] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_sr-..-cs_806e31732fa9359f\5.82] Key [5.82.14393.0]: 01
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_sr-..-cs_806e31732fa9359f\6.0] Key []: 6.0.14393.0
RegWrite - Type: [0x3] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_sr-..-cs_806e31732fa9359f\6.0] Key [6.0.14393.0]: 01
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_sr-..-rs_7fcc029f3022d8be\5.82] Key []: 5.82.14393.0
RegWrite - Type: [0x3] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_sr-..-rs_7fcc029f3022d8be\5.82] Key [5.82.14393.0]: 01
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_sr-..-rs_7fcc029f3022d8be\6.0] Key []: 6.0.14393.0
RegWrite - Type: [0x3] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_sr-..-rs_7fcc029f3022d8be\6.0] Key [6.0.14393.0]: 01
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_sv-se_88b8128b0417ce49\5.82] Key []: 5.82.14393.0
RegWrite - Type: [0x3] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_sv-se_88b8128b0417ce49\5.82] Key [5.82.14393.0]: 01
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_sv-se_88b8128b0417ce49\6.0] Key []: 6.0.14393.0
RegWrite - Type: [0x3] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_sv-se_88b8128b0417ce49\6.0] Key [6.0.14393.0]: 01
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_th-th_b5f47595222c9cd0\5.82] Key []: 5.82.14393.0
RegWrite - Type: [0x3] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_th-th_b5f47595222c9cd0\5.82] Key [5.82.14393.0]: 01
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_th-th_b5f47595222c9cd0\6.0] Key []: 6.0.14393.0
RegWrite - Type: [0x3] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_th-th_b5f47595222c9cd0\6.0] Key [6.0.14393.0]: 01
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_tr-tr_b59259412274b1a0\5.82] Key []: 5.82.14393.0
RegWrite - Type: [0x3] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_tr-tr_b59259412274b1a0\5.82] Key [5.82.14393.0]: 01
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_tr-tr_b59259412274b1a0\6.0] Key []: 6.0.14393.0
RegWrite - Type: [0x3] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_tr-tr_b59259412274b1a0\6.0] Key [6.0.14393.0]: 01
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_uk-ua_e3adfcc13fe102b4\5.82] Key []: 5.82.14393.0
RegWrite - Type: [0x3] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_uk-ua_e3adfcc13fe102b4\5.82] Key [5.82.14393.0]: 01
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_uk-ua_e3adfcc13fe102b4\6.0] Key []: 6.0.14393.0
RegWrite - Type: [0x3] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_uk-ua_e3adfcc13fe102b4\6.0] Key [6.0.14393.0]: 01
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_zh-cn_c634737fd5fcb6b9\5.82] Key []: 5.82.14393.0
RegWrite - Type: [0x3] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_zh-cn_c634737fd5fcb6b9\5.82] Key [5.82.14393.0]: 01
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_zh-cn_c634737fd5fcb6b9\6.0] Key []: 6.0.14393.0
RegWrite - Type: [0x3] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_zh-cn_c634737fd5fcb6b9\6.0] Key [6.0.14393.0]: 01
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_zh-hk_c654ecc1d5e454a9\5.82] Key []: 5.82.14393.0
RegWrite - Type: [0x3] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_zh-hk_c654ecc1d5e454a9\5.82] Key [5.82.14393.0]: 01
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_zh-hk_c654ecc1d5e454a9\6.0] Key []: 6.0.14393.0
RegWrite - Type: [0x3] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_zh-hk_c654ecc1d5e454a9\6.0] Key [6.0.14393.0]: 01
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_zh-tw_c5d34479d64581c9\5.82] Key []: 5.82.14393.0
RegWrite - Type: [0x3] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_zh-tw_c5d34479d64581c9\5.82] Key [5.82.14393.0]: 01
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_zh-tw_c5d34479d64581c9\6.0] Key []: 6.0.14393.0
RegWrite - Type: [0x3] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_zh-tw_c5d34479d64581c9\6.0] Key [6.0.14393.0]: 01
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.common-controls_6595b64144ccf1df_none_aaab8e0a9f4bd480\5.82] Key []: 5.82.14393.0
RegWrite - Type: [0x3] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.common-controls_6595b64144ccf1df_none_aaab8e0a9f4bd480\5.82] Key [5.82.14393.0]: 01
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.common-controls_6595b64144ccf1df_none_aaab8e0a9f4bd480\6.0] Key []: 6.0.14393.0
RegWrite - Type: [0x3] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.common-controls_6595b64144ccf1df_none_aaab8e0a9f4bd480\6.0] Key [6.0.14393.0]: 01
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.fusion_components_all_1122334455667788_none_ec1bc32411b4f2e8] Key []: 10.0
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.fusion_components_all_1122334455667788_none_ec1bc32411b4f2e8\10.0] Key []: 10.0.14393.0
RegWrite - Type: [0x3] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.fusion_components_all_1122334455667788_none_ec1bc32411b4f2e8\10.0] Key [10.0.14393.0]: 01
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.gdiplus_6595b64144ccf1df_none_b63c266b1d6d356c\1.0] Key []: 1.0.14393.0
RegWrite - Type: [0x3] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.gdiplus_6595b64144ccf1df_none_b63c266b1d6d356c\1.0] Key [1.0.14393.0]: 01
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.gdiplus_6595b64144ccf1df_none_b63c266b1d6d356c\1.1] Key []: 1.1.14393.0
RegWrite - Type: [0x3] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.gdiplus_6595b64144ccf1df_none_b63c266b1d6d356c\1.1] Key [1.1.14393.0]: 01
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.i..utomation.proxystub_6595b64144ccf1df_none_e744cdbf06c8e4bf\1.0] Key []: 1.0.14393.0
RegWrite - Type: [0x3] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.i..utomation.proxystub_6595b64144ccf1df_none_e744cdbf06c8e4bf\1.0] Key [1.0.14393.0]: 01
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.isolationautomation_6595b64144ccf1df_none_7add5f504a3bcb33\1.0] Key []: 1.0.14393.0
RegWrite - Type: [0x3] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.isolationautomation_6595b64144ccf1df_none_7add5f504a3bcb33\1.0] Key [1.0.14393.0]: 01
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.systemcompatible_6595b64144ccf1df_none_0a4dc6435173f2f1\6.0] Key []: 6.0.14393.0
RegWrite - Type: [0x3] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.windows.systemcompatible_6595b64144ccf1df_none_0a4dc6435173f2f1\6.0] Key [6.0.14393.0]: 01
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft-windows-m..tion-isolationlayer_31bf3856ad364e35_none_74632051f979bbea] Key []: 10.0
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft-windows-m..tion-isolationlayer_31bf3856ad364e35_none_74632051f979bbea\10.0] Key []: 10.0.14393.0
RegWrite - Type: [0x3] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft-windows-m..tion-isolationlayer_31bf3856ad364e35_none_74632051f979bbea\10.0] Key [10.0.14393.0]: 01
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft-windows-servicingstack-admin_31bf3856ad364e35_none_30afd9edf92089d0] Key []: 10.0
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft-windows-servicingstack-admin_31bf3856ad364e35_none_30afd9edf92089d0\10.0] Key []: 10.0.14393.0
RegWrite - Type: [0x3] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft-windows-servicingstack-admin_31bf3856ad364e35_none_30afd9edf92089d0\10.0] Key [10.0.14393.0]: 01
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft-windows-servicingstack-base_31bf3856ad364e35_none_314421bd923ab500] Key []: 10.0
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft-windows-servicingstack-base_31bf3856ad364e35_none_314421bd923ab500\10.0] Key []: 10.0.14393.0
RegWrite - Type: [0x3] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft-windows-servicingstack-base_31bf3856ad364e35_none_314421bd923ab500\10.0] Key [10.0.14393.0]: 01
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft-windows-servicingstack-ds_31bf3856ad364e35_none_86561e9de81875a4] Key []: 10.0
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft-windows-servicingstack-ds_31bf3856ad364e35_none_86561e9de81875a4\10.0] Key []: 10.0.14393.0
RegWrite - Type: [0x3] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft-windows-servicingstack-ds_31bf3856ad364e35_none_86561e9de81875a4\10.0] Key [10.0.14393.0]: 01
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft-windows-servicingstack-net_31bf3856ad364e35_none_a3444a1bbcb9add8] Key []: 10.0
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft-windows-servicingstack-net_31bf3856ad364e35_none_a3444a1bbcb9add8\10.0] Key []: 10.0.14393.0
RegWrite - Type: [0x3] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft-windows-servicingstack-net_31bf3856ad364e35_none_a3444a1bbcb9add8\10.0] Key [10.0.14393.0]: 01
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft-windows-servicingstack_31bf3856ad364e35_none_ee01dfbc727bc8e6] Key []: 10.0
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft-windows-servicingstack_31bf3856ad364e35_none_ee01dfbc727bc8e6\10.0] Key []: 10.0.14393.0
RegWrite - Type: [0x3] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft-windows-servicingstack_31bf3856ad364e35_none_ee01dfbc727bc8e6\10.0] Key [10.0.14393.0]: 01
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft-windows-settings-2011_31bf3856ad364e35_none_d53df90658ea41e6] Key []: 10.0
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft-windows-settings-2011_31bf3856ad364e35_none_d53df90658ea41e6\10.0] Key []: 10.0.14393.0
RegWrite - Type: [0x3] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft-windows-settings-2011_31bf3856ad364e35_none_d53df90658ea41e6\10.0] Key [10.0.14393.0]: 01
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft-windows-settings-2013_31bf3856ad364e35_none_d53dcb7658ea7528] Key []: 10.0
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft-windows-settings-2013_31bf3856ad364e35_none_d53dcb7658ea7528\10.0] Key []: 10.0.14393.0
RegWrite - Type: [0x3] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft-windows-settings-2013_31bf3856ad364e35_none_d53dcb7658ea7528\10.0] Key [10.0.14393.0]: 01
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft-windows-settings-2014_31bf3856ad364e35_none_d53db4ae58ea8ec9] Key []: 10.0
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft-windows-settings-2014_31bf3856ad364e35_none_d53db4ae58ea8ec9\10.0] Key []: 10.0.14393.0
RegWrite - Type: [0x3] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft-windows-settings-2014_31bf3856ad364e35_none_d53db4ae58ea8ec9\10.0] Key [10.0.14393.0]: 01
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SMI\WinSxS Settings\amd64_microsoft-windows-settings-2011_31bf3856ad364e35_none_315c948a1147b31c\10.0.14393.0] Key [targetNamespace]: http://schemas.microsoft.com/SMI/2011/WindowsSettings
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SMI\WinSxS Settings\amd64_microsoft-windows-settings-2011_31bf3856ad364e35_none_315c948a1147b31c\10.0.14393.0\Settings] Key [disableWindowFiltering]: xsd:string
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SMI\WinSxS Settings\amd64_microsoft-windows-settings-2011_31bf3856ad364e35_none_315c948a1147b31c\10.0.14393.0\Settings] Key [printerDriverIsolation]: xsd:string
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SMI\WinSxS Settings\amd64_microsoft-windows-settings-2013_31bf3856ad364e35_none_315c66fa1147e65e\10.0.14393.0] Key [targetNamespace]: http://schemas.microsoft.com/SMI/2013/WindowsSettings
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SMI\WinSxS Settings\amd64_microsoft-windows-settings-2013_31bf3856ad364e35_none_315c66fa1147e65e\10.0.14393.0\Settings] Key [ultraHighResolutionScrollingAware]: xsd:string
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SMI\WinSxS Settings\amd64_microsoft-windows-settings-2013_31bf3856ad364e35_none_315c66fa1147e65e\10.0.14393.0\Settings] Key [highResolutionScrollingAware]: xsd:string
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SMI\WinSxS Settings\amd64_microsoft-windows-settings-2014_31bf3856ad364e35_none_315c50321147ffff\10.0.14393.0] Key [targetNamespace]: http://schemas.microsoft.com/SMI/2014/WindowsSettings
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SMI\WinSxS Settings\amd64_microsoft-windows-settings-2014_31bf3856ad364e35_none_315c50321147ffff\10.0.14393.0\Settings] Key [forceFocusBasedMouseWheel]: xsd:string
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SMI\WinSxS Settings\amd64_microsoft-windows-settings_31bf3856ad364e35_none_5e7b0013834d1c8b\10.0.14393.0] Key [targetNamespace]: http://schemas.microsoft.com/SMI/2005/WindowsSettings
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SMI\WinSxS Settings\amd64_microsoft-windows-settings_31bf3856ad364e35_none_5e7b0013834d1c8b\10.0.14393.0\Settings] Key [dpiAware]: xsd:string
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SMI\WinSxS Settings\amd64_microsoft-windows-settings_31bf3856ad364e35_none_5e7b0013834d1c8b\10.0.14393.0\Settings] Key [disableTheming]: xsd:string
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SMI\WinSxS Settings\amd64_microsoft-windows-settings_31bf3856ad364e35_none_5e7b0013834d1c8b\10.0.14393.0\Settings] Key [autoElevate]: xsd:string
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SMI\WinSxS Settings\x86_microsoft-windows-settings-2011_31bf3856ad364e35_none_d53df90658ea41e6\10.0.14393.0] Key [targetNamespace]: http://schemas.microsoft.com/SMI/2011/WindowsSettings
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SMI\WinSxS Settings\x86_microsoft-windows-settings-2011_31bf3856ad364e35_none_d53df90658ea41e6\10.0.14393.0\Settings] Key [printerDriverIsolation]: xsd:string
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SMI\WinSxS Settings\x86_microsoft-windows-settings-2011_31bf3856ad364e35_none_d53df90658ea41e6\10.0.14393.0\Settings] Key [disableWindowFiltering]: xsd:string
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SMI\WinSxS Settings\x86_microsoft-windows-settings-2013_31bf3856ad364e35_none_d53dcb7658ea7528\10.0.14393.0] Key [targetNamespace]: http://schemas.microsoft.com/SMI/2013/WindowsSettings
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SMI\WinSxS Settings\x86_microsoft-windows-settings-2013_31bf3856ad364e35_none_d53dcb7658ea7528\10.0.14393.0\Settings] Key [highResolutionScrollingAware]: xsd:string
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SMI\WinSxS Settings\x86_microsoft-windows-settings-2013_31bf3856ad364e35_none_d53dcb7658ea7528\10.0.14393.0\Settings] Key [ultraHighResolutionScrollingAware]: xsd:string
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SMI\WinSxS Settings\x86_microsoft-windows-settings-2014_31bf3856ad364e35_none_d53db4ae58ea8ec9\10.0.14393.0] Key [targetNamespace]: http://schemas.microsoft.com/SMI/2014/WindowsSettings
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SMI\WinSxS Settings\x86_microsoft-windows-settings-2014_31bf3856ad364e35_none_d53db4ae58ea8ec9\10.0.14393.0\Settings] Key [forceFocusBasedMouseWheel]: xsd:string
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SMI\WinSxS Settings\x86_microsoft-windows-settings_31bf3856ad364e35_none_025c648fcaefab55\10.0.14393.0] Key [targetNamespace]: http://schemas.microsoft.com/SMI/2005/WindowsSettings
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SMI\WinSxS Settings\x86_microsoft-windows-settings_31bf3856ad364e35_none_025c648fcaefab55\10.0.14393.0\Settings] Key [autoElevate]: xsd:string
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SMI\WinSxS Settings\x86_microsoft-windows-settings_31bf3856ad364e35_none_025c648fcaefab55\10.0.14393.0\Settings] Key [disableTheming]: xsd:string
RegWrite - Type: [0x1] Section [HKLM\_WinPE_SOFTWARE\Microsoft\Windows\CurrentVersion\SMI\WinSxS Settings\x86_microsoft-windows-settings_31bf3856ad364e35_none_025c648fcaefab55\10.0.14393.0\Settings] Key [dpiAware]: xsd:string
IF - Section exists [HKLM] evaluated string: [If,ExistRegSection,HKLM,_WinPE_SOFTWARE,RegHiveUnload,_WinPE_SOFTWARE]
RegHiveUnLoad - Unloaded registry hive: [_WinPE_SOFTWARE]
Run - Processed section [WoW64-WinPE10-registry] in file: [%BaseDir%\Projects\MistyPE\Core\syswow64.script]
[end]
IF - Section does not exist [HKLM] evaluated string: [If,ExistRegSection,HKLM,_WinPE_SOFTWARE,RegHiveUnload,_WinPE_SOFTWARE]
DirCopy - Copied directory [%BaseDir%\Projects\Cache\source\x64\SysWow64_Files\*.*] to: [%BaseDir%\MistyPE.Project.Output\ROOT]
[End]
ELSE - [Begin]
[Set,%CONTINUE%,No]
[If,Question,"You have selected option #$q4] SysWOW64#$q in the build options - unfortunately the cache does not contain the required SysWOW64 files.#$x#$xTo add the required files to the cache set option #$q1] Attempt to use existing cache?#$q to #$qNO#$q and re-run the build process.#$x#$xPlease note that SysWOW64 (required for running 32-bit applications on a 64-bit WinPE) is only supported when the following 64-bit source files are used - #$x#$x * Windows 7#$x * Windows 7 (SP1)#$x * Windows 8#$x * Windows 8.1#$x * Windows 8.1 (Update 1)#$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 following SysWOW prompt.]
[End]
Run - Processed section [Cache.WoW64.Dependencies] in file: [%BaseDir%\Projects\MistyPE\Core\Core.script]
[End]
[End]
IF - [yes] is equal to: [yes] evaluated string: [If,%INCLUDE.LAUNCHBAR%,Equal,YES,Run,"%ProjectDir%\Core\LaunchBar.script",Run]
|
Run - Processing section: [Run] From file: [%BaseDir%\Projects\MistyPE\Core\LaunchBar.script]
IF - File does not exist: [%BaseDir%\Projects\Cache\temp\LaunchBar.ini] evaluated string: [If,ExistFile,"%Cache%\temp\LaunchBar.ini",FileDelete,"%Cache%\temp\LaunchBar.ini"]
IF - Directory exists: [%BaseDir%\Projects\Cache\Programs\LaunchBar] evaluated string: [If,Not,ExistDir,"%Programs%\LaunchBar",DirMake,"%Programs%\LaunchBar"]
IF - [x64] is not equal to: [x86] evaluated string: [If,%ARCH%,Equal,x86,If,Not,ExistFile,"%Programs%\LaunchBar\LaunchBar.exe",Begin]
[System,ERROROFF,2]
[WebGet,http://www.lerup.com/php/download.php?LaunchBar/LaunchBar.exe,"%Programs%\LaunchBar\LaunchBar.exe"]
[WebGet,http://www.lerup.com/php/download.php?LaunchBar/LaunchBar_x64.exe,"%Programs%\LaunchBar\LaunchBar_x64.exe"]
[If,Not,ExistFile,"%Programs%\LaunchBar\LaunchBar.exe",Begin]
[Message,"Could not find LaunchBar - possible error with download"]
[Exit,"Could not find LaunchBar - possible error with download"]
[End]
[End]
IF - [x64] is equal to: [x64] evaluated string: [If,%ARCH%,Equal,x64,If,Not,ExistFile,"%Programs%\LaunchBar\LaunchBar_x64.exe",Begin]
IF - File exists: [%BaseDir%\Projects\Cache\Programs\LaunchBar\LaunchBar_x64.exe] evaluated string: [If,Not,ExistFile,%Programs%\LaunchBar\LaunchBar_x64.exe,Begin]
[System,ERROROFF,2]
[WebGet,http://www.lerup.com/php/download.php?LaunchBar/LaunchBar.exe,"%Programs%\LaunchBar\LaunchBar.exe"]
[WebGet,http://www.lerup.com/php/download.php?LaunchBar/LaunchBar_x64.exe,"%Programs%\LaunchBar\LaunchBar_x64.exe"]
[If,Not,ExistFile,"%Programs%\LaunchBar\LaunchBar_x64.exe",Begin]
[Message,"Could not find LaunchBar - possible error with download"]
[Exit,"Could not find LaunchBar - possible error with download"]
[End]
[End]
IF - [yes] is not equal to: [no] evaluated string: [If,%PROGRAMS.IN.WIM%,Equal,NO,Set,%PATH%,%OutputDir%]
IF - [yes] is equal to: [yes] evaluated string: [If,%PROGRAMS.IN.WIM%,Equal,YES,Set,%PATH%,%TargetDir%]
SetVar - Sucessfuly changed the value of [%PATH%] to: [%BaseDir%\MistyPE.Project.Output\ROOT]
IF - Directory exists: [%BaseDir%\MistyPE.Project.Output\ROOT\Programs] evaluated string: [If,Not,ExistDir,"%PATH%\Programs",DirMake,"%PATH%\Programs"]
IF - Directory does not exist: [%BaseDir%\MistyPE.Project.Output\ROOT\Programs\LaunchBar] evaluated string: [If,Not,ExistDir,"%PATH%\Programs\LaunchBar",DirMake,"%PATH%\Programs\LaunchBar"]
DirMake - Created directory: [%BaseDir%\MistyPE.Project.Output\ROOT\Programs\LaunchBar]
IF - [x64] is equal to: [x64] evaluated string: [If,%ARCH%,Equal,x64,FileCopy,"%Programs%\LaunchBar\LaunchBar_x64.exe","%PATH%\Programs\LaunchBar"]
FileCopy - Copied [%BaseDir%\Projects\Cache\Programs\LaunchBar\LaunchBar_x64.exe] to: [%BaseDir%\MistyPE.Project.Output\ROOT\Programs\LaunchBar\LaunchBar_x64.exe]
IF - [x64] is not equal to: [x86] evaluated string: [If,%ARCH%,Equal,x86,FileCopy,"%Programs%\LaunchBar\LaunchBar.exe","%PATH%\Programs\LaunchBar"]
FileCreateBlank - Created a new file: [%BaseDir%\Projects\Cache\temp\LaunchBar.ini]
TxtAddLine - Added line: [%BaseDir%\Projects\Cache\temp\LaunchBar.ini] line: Value: LARGE=0 Option: Append
[//POSITION - Controls the placement. Left = 1, top = 2, right = 3, bottom = 4]
TxtAddLine - Added line: [%BaseDir%\Projects\Cache\temp\LaunchBar.ini] line: Value: POSITION=2 Option: Append
TxtAddLine - Added line: [%BaseDir%\Projects\Cache\temp\LaunchBar.ini] line: Value: ONTOP=0 Option: Append
TxtAddLine - Added line: [%BaseDir%\Projects\Cache\temp\LaunchBar.ini] line: Value: CENTER=1 Option: Append
Run - Processed section [Run] in file: [%BaseDir%\Projects\MistyPE\Core\LaunchBar.script]
Script time: 1 minute, 10 seconds and 500 milliseconds
Finished processing script: Core Files
|