home *** CD-ROM | disk | FTP | other *** search
Wrap
INI File | 2008-10-12 | 40.5 KB | 385 lines
[main] Title=Base Files Description= Selected=True Level=1 Locked=false Author=NightMan Version=12 Contact=vistape@vistape.net Date=22.06.2008 Credits=All credits go to Microsoft for developing this Operative System and to everybody on the BootLand forums for helping on the debuggind and improvement of this script. Updates= Download_Level=0 Mandatory=True [process] ReadENV # Echo,"Processing standard boot loader..." DirMake,"%TargetDir%" # #by booty#1 #Set the NTFS permissions on target folder to Full Control to everyone - this avoids the black screen on boot problem ShellExecute,Hide,"%Tools%\SetAcl.exe"," -ot #$qfile#$q -on #$q%TargetDir%#$q -actn ace -actn setprot -op #$qdacl:p_nc#$q -ace #$qn:S-1-1-0;p:full;s:y#$q" # DirMake,"%TargetDir%\boot" DirMake,"%TargetDir%\boot\fonts" FileCopy,"%SDIR%\BOOTMGR","%TargetDir%\BOOTMGR" FileCopy,"%SDIR%\boot\fonts\wgl4_boot.ttf","%TargetDir%\boot\fonts\wgl4_boot.ttf" FileCopy,"%SDIR%\boot\bcd","%TargetDir%\boot\BCD" FileCopy,"%SDIR%\boot\boot.sdi","%TargetDir%\boot\boot.sdi" If,ExistFile,"%SDIR%\boot\bootsect.exe",FileCopy,"%SDIR%\boot\bootsect.exe","%TargetDir%\boot\bootsect.exe" If,ExistFile,"%SDIR%\bootsect.exe",FileCopy,"%SDIR%\bootsect.exe","%TargetDir%\boot\bootsect.exe" FileCopy,"%SDIR%\boot\etfsboot.com","%TargetDir%\boot\etfsboot.com" # Echo,"Processing base files..." Run,%ScriptFile%,Folders Run,%ScriptFile%,Files Run,%ScriptFile%,Locale # If,ExistFile,"%InstallSRC%\windows\System32\%DistLang%\shellstyle.dll.mui",FileCopy,"%InstallSRC%\windows\System32\%DistLang%\shellstyle.dll.mui","%TargetDir%\windows\System32\%DistLang%" If,ExistFile,"%InstallSRC%\windows\System32\shellstyle.dll",FileCopy,"%InstallSRC%\windows\System32\shellstyle.dll","%TargetDir%\windows\System32" If,NotExistFile,"%InstallSRC%\windows\System32\shellstyle.dll",FileCopy,"%windowsDir%\System32\shellstyle.dll","%TargetDir%\windows\System32" # If,%DistLang%,NotEqual,en-US,Run,%ScriptFile%,EnglishLocale [EnglishLocale] Set,"%DistLang%","en-US" Run,%ScriptFile%,Locale [Folders] DirMake,"%TargetDir%\windows\fonts" DirMake,"%TargetDir%\windows\inf" DirMake,"%TargetDir%\windows\system32" DirMake,"%TargetDir%\windows\temp" DirMake,"%TargetDir%\windows\winsxs" DirMake,"%TargetDir%\windows\system32\boot" DirMake,"%TargetDir%\windows\system32\config" DirMake,"%TargetDir%\windows\system32\drivers" DirMake,"%TargetDir%\windows\system32\en-us" DirMake,"%TargetDir%\windows\system32\%DistLang%" DirMake,"%TargetDir%\windows\system32\boot\en-us" DirMake,"%TargetDir%\windows\system32\boot\%DistLang%" DirMake,"%TargetDir%\windows\winsxs\Manifests" #DirMake,"%TargetDir%\windows\winsxs\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_6.0.6000.16386_he-il_59b4ec080df00be2" #DirMake,"%TargetDir%\windows\winsxs\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.6000.16386_none_87e0cb09378714f1" #DirMake,"%TargetDir%\windows\winsxs\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.6000.16386_none_5d07289e07e1d100" [Files] FileCopy,"%BootSRC%\windows\Fonts\marlett.ttf","%TargetDir%\windows\Fonts\marlett.ttf" FileCopy,"%BootSRC%\windows\Fonts\tahoma.ttf","%TargetDir%\windows\Fonts\tahoma.ttf" FileCopy,"%BootSRC%\windows\Fonts\tahomabd.ttf","%TargetDir%\windows\Fonts\tahomabd.ttf" FileCopy,"%BootSRC%\windows\Fonts\vgaoem.fon","%TargetDir%\windows\Fonts\vgaoem.fon" FileCopy,"%BootSRC%\windows\inf\acpi.inf","%TargetDir%\windows\inf\acpi.inf" FileCopy,"%BootSRC%\windows\inf\cdrom.inf","%TargetDir%\windows\inf\cdrom.inf" FileCopy,"%BootSRC%\windows\inf\disk.inf","%TargetDir%\windows\inf\disk.inf" FileCopy,"%BootSRC%\windows\inf\errata.inf","%TargetDir%\windows\inf\errata.inf" FileCopy,"%BootSRC%\windows\inf\hal.inf","%TargetDir%\windows\inf\hal.inf" FileCopy,"%BootSRC%\windows\inf\keyboard.inf","%TargetDir%\windows\inf\keyboard.inf" FileCopy,"%BootSRC%\windows\inf\machine.inf","%TargetDir%\windows\inf\machine.inf" FileCopy,"%BootSRC%\windows\inf\mshdc.inf","%TargetDir%\windows\inf\mshdc.inf" FileCopy,"%BootSRC%\windows\inf\msmouse.inf","%TargetDir%\windows\inf\msmouse.inf" FileCopy,"%BootSRC%\windows\inf\msports.inf","%TargetDir%\windows\inf\msports.inf" FileCopy,"%BootSRC%\windows\inf\ramdisk.inf","%TargetDir%\windows\inf\ramdisk.inf" FileCopy,"%BootSRC%\windows\inf\unknown.inf","%TargetDir%\windows\inf\unknown.inf" FileCopy,"%BootSRC%\windows\inf\volsnap.inf","%TargetDir%\windows\inf\volsnap.inf" FileCopy,"%BootSRC%\windows\inf\volume.inf","%TargetDir%\windows\inf\volume.inf" FileCopy,"%BootSRC%\windows\System32\advapi32.dll","%TargetDir%\windows\System32\advapi32.dll" FileCopy,"%BootSRC%\windows\System32\atl.dll","%TargetDir%\windows\System32\atl.dll" FileCopy,"%BootSRC%\windows\System32\authz.dll","%TargetDir%\windows\System32\authz.dll" FileCopy,"%BootSRC%\windows\System32\basesrv.dll","%TargetDir%\windows\System32\basesrv.dll" FileCopy,"%BootSRC%\windows\System32\bcdedit.exe","%TargetDir%\windows\System32\bcdedit.exe" FileCopy,"%BootSRC%\windows\System32\bcdedit.exe","%TargetDir%\windows\System32\bcdedit.exe" FileCopy,"%BootSRC%\windows\System32\bcrypt.dll","%TargetDir%\windows\System32\bcrypt.dll" FileCopy,"%BootSRC%\windows\System32\BOOTVID.DLL","%TargetDir%\windows\System32\BOOTVID.DLL" FileCopy,"%BootSRC%\windows\System32\Boot\%DistLang%\winload.exe.mui","%TargetDir%\windows\System32\Boot\%DistLang%\winload.exe.mui" FileCopy,"%BootSRC%\windows\System32\Boot\winload.exe","%TargetDir%\windows\System32\Boot\winload.exe" FileCopy,"%BootSRC%\windows\System32\cabinet.dll","%TargetDir%\windows\System32\cabinet.dll" FileCopy,"%BootSRC%\windows\System32\cfgmgr32.dll","%TargetDir%\windows\System32\cfgmgr32.dll" FileCopy,"%BootSRC%\windows\System32\ci.dll","%TargetDir%\windows\System32\ci.dll" FileCopy,"%BootSRC%\windows\System32\clfs.sys","%TargetDir%\windows\System32\clfs.sys" FileCopy,"%BootSRC%\windows\System32\cmd.exe","%TargetDir%\windows\System32\cmd.exe" FileCopy,"%BootSRC%\windows\System32\wtsapi32.dll","%TargetDir%\windows\System32\wtsapi32.dll" FileCopy,"%BootSRC%\windows\System32\vdmdbg.dll","%TargetDir%\windows\System32\vdmdbg.dll" FileCopy,"%BootSRC%\windows\System32\cngaudit.dll","%TargetDir%\windows\System32\cngaudit.dll" FileCopy,"%BootSRC%\windows\System32\comdlg32.dll","%TargetDir%\windows\System32\comdlg32.dll" FileCopy,"%BootSRC%\windows\System32\config\COMPONENTS","%TargetDir%\windows\System32\config\COMPONENTS" FileCopy,"%BootSRC%\windows\System32\config\default","%TargetDir%\windows\System32\config\default" FileCopy,"%BootSRC%\windows\System32\config\SAM","%TargetDir%\windows\System32\config\SAM" FileCopy,"%BootSRC%\windows\System32\config\SECURITY","%TargetDir%\windows\System32\config\SECURITY" FileCopy,"%BootSRC%\windows\System32\config\software","%TargetDir%\windows\System32\config\software" FileCopy,"%BootSRC%\windows\System32\config\system","%TargetDir%\windows\System32\config\system" FileCopy,"%BootSRC%\windows\System32\crypt32.dll","%TargetDir%\windows\System32\crypt32.dll" FileCopy,"%BootSRC%\windows\System32\cryptdll.dll","%TargetDir%\windows\System32\cryptdll.dll" FileCopy,"%BootSRC%\windows\System32\cryptsvc.dll","%TargetDir%\windows\System32\cryptsvc.dll" FileCopy,"%BootSRC%\windows\System32\cryptui.dll","%TargetDir%\windows\System32\cryptui.dll" FileCopy,"%BootSRC%\windows\System32\csrsrv.dll","%TargetDir%\windows\System32\csrsrv.dll" FileCopy,"%BootSRC%\windows\System32\csrss.exe","%TargetDir%\windows\System32\csrss.exe" FileCopy,"%BootSRC%\windows\System32\C_1251.NLS","%TargetDir%\windows\System32\C_1251.NLS" FileCopy,"%BootSRC%\windows\System32\C_1252.NLS","%TargetDir%\windows\System32\C_1252.NLS" FileCopy,"%BootSRC%\windows\System32\C_437.NLS","%TargetDir%\windows\System32\C_437.NLS" FileCopy,"%BootSRC%\windows\System32\C_850.NLS","%TargetDir%\windows\System32\C_850.NLS" FileCopy,"%BootSRC%\windows\System32\dhcpcsvc.dll","%TargetDir%\windows\System32\dhcpcsvc.dll" FileCopy,"%BootSRC%\windows\System32\dhcpcsvc6.dll","%TargetDir%\windows\System32\dhcpcsvc6.dll" FileCopy,"%BootSRC%\windows\System32\dnsapi.dll","%TargetDir%\windows\System32\dnsapi.dll" FileCopy,"%BootSRC%\windows\System32\drivers\acpi.sys","%TargetDir%\windows\System32\drivers\acpi.sys" FileCopy,"%BootSRC%\windows\System32\drivers\aliide.sys","%TargetDir%\windows\System32\drivers\aliide.sys" FileCopy,"%BootSRC%\windows\System32\drivers\amdide.sys","%TargetDir%\windows\System32\drivers\amdide.sys" FileCopy,"%BootSRC%\windows\System32\drivers\atapi.sys","%TargetDir%\windows\System32\drivers\atapi.sys" FileCopy,"%BootSRC%\windows\System32\drivers\ataport.sys","%TargetDir%\windows\System32\drivers\ataport.sys" FileCopy,"%BootSRC%\windows\System32\drivers\battc.sys","%TargetDir%\windows\System32\drivers\battc.sys" FileCopy,"%BootSRC%\windows\System32\drivers\cdfs.sys","%TargetDir%\windows\System32\drivers\cdfs.sys" FileCopy,"%BootSRC%\windows\System32\drivers\cdrom.sys","%TargetDir%\windows\System32\drivers\cdrom.sys" FileCopy,"%BootSRC%\windows\System32\drivers\Classpnp.sys","%TargetDir%\windows\System32\drivers\Classpnp.sys" FileCopy,"%BootSRC%\windows\System32\drivers\cmdide.sys","%TargetDir%\windows\System32\drivers\cmdide.sys" FileCopy,"%BootSRC%\windows\System32\drivers\compbatt.sys","%TargetDir%\windows\System32\drivers\compbatt.sys" FileCopy,"%BootSRC%\windows\System32\drivers\disk.sys","%TargetDir%\windows\System32\drivers\disk.sys" FileCopy,"%BootSRC%\windows\System32\drivers\dxapi.sys","%TargetDir%\windows\System32\drivers\dxapi.sys" FileCopy,"%BootSRC%\windows\System32\drivers\dxg.sys","%TargetDir%\windows\System32\drivers\dxg.sys" FileCopy,"%BootSRC%\windows\System32\drivers\fastfat.sys","%TargetDir%\windows\System32\drivers\fastfat.sys" FileCopy,"%BootSRC%\windows\System32\drivers\fbwf.sys","%TargetDir%\windows\System32\drivers\fbwf.sys" FileCopy,"%BootSRC%\windows\System32\drivers\fltMgr.sys","%TargetDir%\windows\System32\drivers\fltMgr.sys" FileCopy,"%BootSRC%\windows\System32\drivers\fs_rec.sys","%TargetDir%\windows\System32\drivers\fs_rec.sys" FileCopy,"%BootSRC%\windows\System32\drivers\fvevol.sys","%TargetDir%\windows\System32\drivers\fvevol.sys" FileCopy,"%BootSRC%\windows\System32\drivers\hidclass.sys","%TargetDir%\windows\System32\drivers\hidclass.sys" FileCopy,"%BootSRC%\windows\System32\drivers\hidparse.sys","%TargetDir%\windows\System32\drivers\hidparse.sys" FileCopy,"%BootSRC%\windows\System32\drivers\i8042prt.sys","%TargetDir%\windows\System32\drivers\i8042prt.sys" FileCopy,"%BootSRC%\windows\System32\drivers\intelide.sys","%TargetDir%\windows\System32\drivers\intelide.sys" FileCopy,"%BootSRC%\windows\System32\drivers\isapnp.sys","%TargetDir%\windows\System32\drivers\isapnp.sys" FileCopy,"%BootSRC%\windows\System32\drivers\kbdclass.sys","%TargetDir%\windows\System32\drivers\kbdclass.sys" FileCopy,"%BootSRC%\windows\System32\drivers\kbdhid.sys","%TargetDir%\windows\System32\drivers\kbdhid.sys" FileCopy,"%BootSRC%\windows\System32\drivers\ksecdd.sys","%TargetDir%\windows\System32\drivers\ksecdd.sys" FileCopy,"%BootSRC%\windows\System32\drivers\mouclass.sys","%TargetDir%\windows\System32\drivers\mouclass.sys" FileCopy,"%BootSRC%\windows\System32\drivers\mouhid.sys","%TargetDir%\windows\System32\drivers\mouhid.sys" FileCopy,"%BootSRC%\windows\System32\drivers\mountmgr.sys","%TargetDir%\windows\System32\drivers\mountmgr.sys" FileCopy,"%BootSRC%\windows\System32\drivers\mpsdrv.sys","%TargetDir%\windows\System32\drivers\mpsdrv.sys" FileCopy,"%BootSRC%\windows\System32\drivers\msahci.sys","%TargetDir%\windows\System32\drivers\msahci.sys" FileCopy,"%BootSRC%\windows\System32\drivers\msfs.sys","%TargetDir%\windows\System32\drivers\msfs.sys" FileCopy,"%BootSRC%\windows\System32\drivers\msisadrv.sys","%TargetDir%\windows\System32\drivers\msisadrv.sys" FileCopy,"%BootSRC%\windows\System32\drivers\msiscsi.sys","%TargetDir%\windows\System32\drivers\msiscsi.sys" FileCopy,"%BootSRC%\windows\System32\drivers\msrpc.sys","%TargetDir%\windows\System32\drivers\msrpc.sys" FileCopy,"%BootSRC%\windows\System32\drivers\mssmbios.sys","%TargetDir%\windows\System32\drivers\mssmbios.sys" FileCopy,"%BootSRC%\windows\System32\drivers\ndis.sys","%TargetDir%\windows\System32\drivers\ndis.sys" FileCopy,"%BootSRC%\windows\System32\drivers\netio.sys","%TargetDir%\windows\System32\drivers\netio.sys" FileCopy,"%BootSRC%\windows\System32\drivers\npfs.sys","%TargetDir%\windows\System32\drivers\npfs.sys" FileCopy,"%BootSRC%\windows\System32\drivers\ntfs.sys","%TargetDir%\windows\System32\drivers\ntfs.sys" FileCopy,"%BootSRC%\windows\System32\drivers\null.sys","%TargetDir%\windows\System32\drivers\null.sys" FileCopy,"%BootSRC%\windows\System32\drivers\nvstor.sys","%TargetDir%\windows\System32\drivers\nvstor.sys" FileCopy,"%BootSRC%\windows\System32\drivers\partmgr.sys","%TargetDir%\windows\System32\drivers\partmgr.sys" FileCopy,"%BootSRC%\windows\System32\drivers\pci.sys","%TargetDir%\windows\System32\drivers\pci.sys" FileCopy,"%BootSRC%\windows\System32\drivers\pciide.sys","%TargetDir%\windows\System32\drivers\pciide.sys" FileCopy,"%BootSRC%\windows\System32\drivers\pciidex.sys","%TargetDir%\windows\System32\drivers\pciidex.sys" FileCopy,"%BootSRC%\windows\System32\drivers\processr.sys","%TargetDir%\windows\System32\drivers\processr.sys" FileCopy,"%BootSRC%\windows\System32\drivers\ramdisk.sys","%TargetDir%\windows\System32\drivers\ramdisk.sys" FileCopy,"%BootSRC%\windows\System32\drivers\rdbss.sys","%TargetDir%\windows\System32\drivers\rdbss.sys" FileCopy,"%BootSRC%\windows\System32\drivers\scsiport.sys","%TargetDir%\windows\System32\drivers\scsiport.sys" FileCopy,"%BootSRC%\windows\System32\drivers\Storport.sys","%TargetDir%\windows\System32\drivers\Storport.sys" FileCopy,"%BootSRC%\windows\System32\drivers\udfs.sys","%TargetDir%\windows\System32\drivers\udfs.sys" FileCopy,"%BootSRC%\windows\System32\drivers\umbus.sys","%TargetDir%\windows\System32\drivers\umbus.sys" FileCopy,"%BootSRC%\windows\System32\drivers\vga.sys","%TargetDir%\windows\System32\drivers\vga.sys" FileCopy,"%BootSRC%\windows\System32\drivers\viaide.sys","%TargetDir%\windows\System32\drivers\viaide.sys" FileCopy,"%BootSRC%\windows\System32\drivers\videoprt.sys","%TargetDir%\windows\System32\drivers\videoprt.sys" FileCopy,"%BootSRC%\windows\System32\drivers\volmgr.sys","%TargetDir%\windows\System32\drivers\volmgr.sys" FileCopy,"%BootSRC%\windows\System32\drivers\volmgrx.sys","%TargetDir%\windows\System32\drivers\volmgrx.sys" FileCopy,"%BootSRC%\windows\System32\drivers\volsnap.sys","%TargetDir%\windows\System32\drivers\volsnap.sys" FileCopy,"%BootSRC%\windows\System32\drivers\watchdog.sys","%TargetDir%\windows\System32\drivers\watchdog.sys" FileCopy,"%BootSRC%\windows\System32\drivers\Wdf01000.sys","%TargetDir%\windows\System32\drivers\Wdf01000.sys" FileCopy,"%BootSRC%\windows\System32\drivers\WdfLdr.sys","%TargetDir%\windows\System32\drivers\WdfLdr.sys" FileCopy,"%BootSRC%\windows\System32\drivers\wimfsf.sys","%TargetDir%\windows\System32\drivers\wimfsf.sys" FileCopy,"%BootSRC%\windows\System32\drivers\wmilib.sys","%TargetDir%\windows\System32\drivers\wmilib.sys" FileCopy,"%BootSRC%\windows\System32\drvinst.exe","%TargetDir%\windows\System32\drvinst.exe" FileCopy,"%BootSRC%\windows\System32\drvstore.dll","%TargetDir%\windows\System32\drvstore.dll" FileCopy,"%BootSRC%\windows\System32\feclient.dll","%TargetDir%\windows\System32\feclient.dll" FileCopy,"%BootSRC%\windows\System32\FirewallAPI.dll","%TargetDir%\windows\System32\FirewallAPI.dll" FileCopy,"%BootSRC%\windows\System32\fltLib.dll","%TargetDir%\windows\System32\fltLib.dll" FileCopy,"%BootSRC%\windows\System32\framebuf.dll","%TargetDir%\windows\System32\framebuf.dll" FileCopy,"%BootSRC%\windows\System32\gdi32.dll","%TargetDir%\windows\System32\gdi32.dll" FileCopy,"%BootSRC%\windows\System32\gpapi.dll","%TargetDir%\windows\System32\gpapi.dll" FileCopy,"%BootSRC%\windows\System32\halacpi.dll","%TargetDir%\windows\System32\halacpi.dll" FileCopy,"%BootSRC%\windows\System32\halmacpi.dll","%TargetDir%\windows\System32\halmacpi.dll" FileCopy,"%BootSRC%\windows\System32\iertutil.dll","%TargetDir%\windows\System32\iertutil.dll" FileCopy,"%BootSRC%\windows\System32\imagehlp.dll","%TargetDir%\windows\System32\imagehlp.dll" FileCopy,"%BootSRC%\windows\System32\imm32.dll","%TargetDir%\windows\System32\imm32.dll" FileCopy,"%BootSRC%\windows\System32\input.dll","%TargetDir%\windows\System32\input.dll" FileCopy,"%BootSRC%\windows\System32\IPHLPAPI.DLL","%TargetDir%\windows\System32\IPHLPAPI.DLL" FileCopy,"%BootSRC%\windows\System32\KBDUS.DLL","%TargetDir%\windows\System32\KBDUS.DLL" FileCopy,"%BootSRC%\windows\System32\kdcom.dll","%TargetDir%\windows\System32\kdcom.dll" FileCopy,"%BootSRC%\windows\System32\kernel32.dll","%TargetDir%\windows\System32\kernel32.dll" FileCopy,"%BootSRC%\windows\System32\locale.nls","%TargetDir%\windows\System32\locale.nls" FileCopy,"%BootSRC%\windows\System32\lpk.dll","%TargetDir%\windows\System32\lpk.dll" FileCopy,"%BootSRC%\windows\System32\lsasrv.dll","%TargetDir%\windows\System32\lsasrv.dll" FileCopy,"%BootSRC%\windows\System32\lsass.exe","%TargetDir%\windows\System32\lsass.exe" FileCopy,"%BootSRC%\windows\System32\lsm.exe","%TargetDir%\windows\System32\lsm.exe" FileCopy,"%BootSRC%\windows\System32\l_intl.nls","%TargetDir%\windows\System32\l_intl.nls" FileCopy,"%BootSRC%\windows\System32\mpr.dll","%TargetDir%\windows\System32\mpr.dll" FileCopy,"%BootSRC%\windows\System32\msasn1.dll","%TargetDir%\windows\System32\msasn1.dll" FileCopy,"%BootSRC%\windows\System32\msctf.dll","%TargetDir%\windows\System32\msctf.dll" FileCopy,"%BootSRC%\windows\System32\msprivs.dll","%TargetDir%\windows\System32\msprivs.dll" FileCopy,"%BootSRC%\windows\System32\msv1_0.dll","%TargetDir%\windows\System32\msv1_0.dll" FileCopy,"%BootSRC%\windows\System32\msvcirt.dll","%TargetDir%\windows\System32\msvcirt.dll" FileCopy,"%BootSRC%\windows\System32\msvcp60.dll","%TargetDir%\windows\System32\msvcp60.dll" FileCopy,"%BootSRC%\windows\System32\msvcrt.dll","%TargetDir%\windows\System32\msvcrt.dll" FileCopy,"%BootSRC%\windows\System32\mswsock.dll","%TargetDir%\windows\System32\mswsock.dll" FileCopy,"%BootSRC%\windows\System32\ncobjapi.dll","%TargetDir%\windows\System32\ncobjapi.dll" FileCopy,"%BootSRC%\windows\System32\ncrypt.dll","%TargetDir%\windows\System32\ncrypt.dll" FileCopy,"%BootSRC%\windows\System32\netapi32.dll","%TargetDir%\windows\System32\netapi32.dll" FileCopy,"%BootSRC%\windows\System32\newdev.dll","%TargetDir%\windows\System32\newdev.dll" FileCopy,"%BootSRC%\windows\System32\normaliz.dll","%TargetDir%\windows\System32\normaliz.dll" FileCopy,"%BootSRC%\windows\System32\nsi.dll","%TargetDir%\windows\System32\nsi.dll" FileCopy,"%BootSRC%\windows\System32\ntdll.dll","%TargetDir%\windows\System32\ntdll.dll" FileCopy,"%BootSRC%\windows\System32\ntdsapi.dll","%TargetDir%\windows\System32\ntdsapi.dll" FileCopy,"%BootSRC%\windows\System32\ntkrnlpa.exe","%TargetDir%\windows\System32\ntkrnlpa.exe" FileCopy,"%BootSRC%\windows\System32\ntmarta.dll","%TargetDir%\windows\System32\ntmarta.dll" FileCopy,"%BootSRC%\windows\System32\ntoskrnl.exe","%TargetDir%\windows\System32\ntoskrnl.exe" FileCopy,"%BootSRC%\windows\System32\ole32.dll","%TargetDir%\windows\System32\ole32.dll" FileCopy,"%BootSRC%\windows\System32\oleacc.dll","%TargetDir%\windows\System32\oleacc.dll" FileCopy,"%BootSRC%\windows\System32\oleaut32.dll","%TargetDir%\windows\System32\oleaut32.dll" FileCopy,"%BootSRC%\windows\System32\oleres.dll","%TargetDir%\windows\System32\oleres.dll" FileCopy,"%BootSRC%\windows\System32\powrprof.dll","%TargetDir%\windows\System32\powrprof.dll" FileCopy,"%BootSRC%\windows\System32\psapi.dll","%TargetDir%\windows\System32\psapi.dll" FileCopy,"%BootSRC%\windows\System32\PSHED.DLL","%TargetDir%\windows\System32\PSHED.DLL" FileCopy,"%BootSRC%\windows\System32\rpcrt4.dll","%TargetDir%\windows\System32\rpcrt4.dll" FileCopy,"%BootSRC%\windows\System32\rpcss.dll","%TargetDir%\windows\System32\rpcss.dll" FileCopy,"%BootSRC%\windows\System32\rsaenh.dll","%TargetDir%\windows\System32\rsaenh.dll" FileCopy,"%BootSRC%\windows\System32\samlib.dll","%TargetDir%\windows\System32\samlib.dll" FileCopy,"%BootSRC%\windows\System32\samsrv.dll","%TargetDir%\windows\System32\samsrv.dll" FileCopy,"%BootSRC%\windows\System32\scecli.dll","%TargetDir%\windows\System32\scecli.dll" FileCopy,"%BootSRC%\windows\System32\scesrv.dll","%TargetDir%\windows\System32\scesrv.dll" FileCopy,"%BootSRC%\windows\System32\schannel.dll","%TargetDir%\windows\System32\schannel.dll" FileCopy,"%BootSRC%\windows\System32\secur32.dll","%TargetDir%\windows\System32\secur32.dll" FileCopy,"%BootSRC%\windows\System32\services.exe","%TargetDir%\windows\System32\services.exe" FileCopy,"%BootSRC%\windows\System32\setupapi.dll","%TargetDir%\windows\System32\setupapi.dll" FileCopy,"%BootSRC%\windows\System32\shell32.dll","%TargetDir%\windows\System32\shell32.dll" FileCopy,"%BootSRC%\windows\System32\shlwapi.dll","%TargetDir%\windows\System32\shlwapi.dll" FileCopy,"%BootSRC%\windows\System32\SLC.dll","%TargetDir%\windows\System32\SLC.dll" FileCopy,"%BootSRC%\windows\System32\smss.exe","%TargetDir%\windows\System32\smss.exe" FileCopy,"%BootSRC%\windows\System32\svchost.exe","%TargetDir%\windows\System32\svchost.exe" FileCopy,"%BootSRC%\windows\System32\sxs.dll","%TargetDir%\windows\System32\sxs.dll" FileCopy,"%BootSRC%\windows\System32\sysntfy.dll","%TargetDir%\windows\System32\sysntfy.dll" FileCopy,"%BootSRC%\windows\System32\taskmgr.exe","%TargetDir%\windows\System32\taskmgr.exe" FileCopy,"%BootSRC%\windows\System32\tsddd.dll","%TargetDir%\windows\System32\tsddd.dll" FileCopy,"%BootSRC%\windows\System32\umpnpmgr.dll","%TargetDir%\windows\System32\umpnpmgr.dll" FileCopy,"%BootSRC%\windows\System32\unattend.dll","%TargetDir%\windows\System32\unattend.dll" FileCopy,"%BootSRC%\windows\System32\urlmon.dll","%TargetDir%\windows\System32\urlmon.dll" FileCopy,"%BootSRC%\windows\System32\oleaccrc.dll","%TargetDir%\windows\System32\oleaccrc.dll" FileCopy,"%BootSRC%\windows\System32\user32.dll","%TargetDir%\windows\System32\user32.dll" FileCopy,"%BootSRC%\windows\System32\userenv.dll","%TargetDir%\windows\System32\userenv.dll" FileCopy,"%BootSRC%\windows\System32\usp10.dll","%TargetDir%\windows\System32\usp10.dll" FileCopy,"%BootSRC%\windows\System32\uxtheme.dll","%TargetDir%\windows\System32\uxtheme.dll" FileCopy,"%BootSRC%\windows\System32\version.dll","%TargetDir%\windows\System32\version.dll" FileCopy,"%BootSRC%\windows\System32\vsstrace.dll","%TargetDir%\windows\System32\vsstrace.dll" FileCopy,"%BootSRC%\windows\System32\wdigest.dll","%TargetDir%\windows\System32\wdigest.dll" FileCopy,"%BootSRC%\windows\System32\wdscore.dll","%TargetDir%\windows\System32\wdscore.dll" FileCopy,"%BootSRC%\windows\System32\wevtapi.dll","%TargetDir%\windows\System32\wevtapi.dll" FileCopy,"%BootSRC%\windows\System32\win32k.sys","%TargetDir%\windows\System32\win32k.sys" FileCopy,"%BootSRC%\windows\System32\wininit.exe","%TargetDir%\windows\System32\wininit.exe" FileCopy,"%BootSRC%\windows\System32\winlogon.exe","%TargetDir%\windows\System32\winlogon.exe" FileCopy,"%BootSRC%\windows\System32\winmm.dll","%TargetDir%\windows\System32\winmm.dll" FileCopy,"%BootSRC%\windows\System32\winnsi.dll","%TargetDir%\windows\System32\winnsi.dll" FileCopy,"%BootSRC%\windows\System32\winpeshl.exe","%TargetDir%\windows\System32\winpeshl.exe" FileCopy,"%BootSRC%\windows\System32\winspool.drv","%TargetDir%\windows\System32\winspool.drv" FileCopy,"%BootSRC%\windows\System32\winsrv.dll","%TargetDir%\windows\System32\winsrv.dll" FileCopy,"%BootSRC%\windows\System32\winsta.dll","%TargetDir%\windows\System32\winsta.dll" FileCopy,"%BootSRC%\windows\System32\wintrust.dll","%TargetDir%\windows\System32\wintrust.dll" FileCopy,"%BootSRC%\windows\System32\Wldap32.dll","%TargetDir%\windows\System32\Wldap32.dll" FileCopy,"%BootSRC%\windows\System32\wmsgapi.dll","%TargetDir%\windows\System32\wmsgapi.dll" FileCopy,"%BootSRC%\windows\System32\wpeinit.exe","%TargetDir%\windows\System32\wpeinit.exe" FileCopy,"%BootSRC%\windows\System32\wpeutil.dll","%TargetDir%\windows\System32\wpeutil.dll" FileCopy,"%BootSRC%\windows\System32\wpeutil.exe","%TargetDir%\windows\System32\wpeutil.exe" FileCopy,"%BootSRC%\windows\System32\ws2_32.dll","%TargetDir%\windows\System32\ws2_32.dll" FileCopy,"%BootSRC%\windows\System32\wsock32.dll","%TargetDir%\windows\System32\wsock32.dll" FileCopy,"%BootSRC%\windows\System32\xmllite.dll","%TargetDir%\windows\System32\xmllite.dll" FileCopy,"%BootSRC%\windows\winsxs\Manifests\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_*_%DistLang%_*.manifest","%TargetDir%\windows\winsxs\Manifests" FileCopy,"%BootSRC%\windows\winsxs\Manifests\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_*_en-us_*.manifest","%TargetDir%\windows\winsxs\Manifests" FileCopy,"%BootSRC%\windows\winsxs\Manifests\x86_microsoft.windows.common-controls_6595b64144ccf1df_*_none_*.manifest","%TargetDir%\windows\winsxs\Manifests" FileCopy,"%BootSRC%\windows\winsxs\Manifests\x86_microsoft.windows.gdiplus_6595b64144ccf1df_*_none_*.manifest","%TargetDir%\windows\winsxs\Manifests" FileCopy,"%BootSRC%\windows\winsxs\Manifests\x86_microsoft.windows.i..utomation.proxystub_6595b64144ccf1df_*_none_*.manifest","%TargetDir%\windows\winsxs\Manifests" FileCopy,"%BootSRC%\windows\winsxs\Manifests\x86_microsoft.windows.isolationautomation_6595b64144ccf1df_*_none_*.manifest","%TargetDir%\windows\winsxs\Manifests" FileCopy,"%BootSRC%\windows\winsxs\Manifests\x86_microsoft.windows.systemcompatible_6595b64144ccf1df_*_none_*.manifest","%TargetDir%\windows\winsxs\Manifests" DirCopy,"%BootSRC%\windows\winsxs\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_*_en-us_*","%TargetDir%\windows\winsxs" DirCopy,"%BootSRC%\windows\winsxs\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_*_%DistLang%_*","%TargetDir%\windows\winsxs" DirCopy,"%BootSRC%\windows\winsxs\x86_microsoft.windows.common-controls_6595b64144ccf1df_*_none_*","%TargetDir%\windows\winsxs" [Locale] If,ExistFile,"%BootSRC%\windows\System32\%DistLang%\advapi32.dll.mui",FileCopy,"%BootSRC%\windows\System32\%DistLang%\advapi32.dll.mui","%TargetDir%\windows\System32\%DistLang%\advapi32.dll.mui" If,ExistFile,"%BootSRC%\windows\System32\%DistLang%\atl.dll.mui",FileCopy,"%BootSRC%\windows\System32\%DistLang%\atl.dll.mui","%TargetDir%\windows\System32\%DistLang%\atl.dll.mui" If,ExistFile,"%BootSRC%\windows\System32\%DistLang%\bcdedit.exe.mui",FileCopy,"%BootSRC%\windows\System32\%DistLang%\bcdedit.exe.mui","%TargetDir%\windows\System32\%DistLang%\bcdedit.exe.mui" If,ExistFile,"%BootSRC%\windows\System32\%DistLang%\bcdedit.exe.mui",FileCopy,"%BootSRC%\windows\System32\%DistLang%\bcdedit.exe.mui","%TargetDir%\windows\System32\%DistLang%\bcdedit.exe.mui" If,ExistFile,"%BootSRC%\windows\System32\%DistLang%\ci.dll.mui",FileCopy,"%BootSRC%\windows\System32\%DistLang%\ci.dll.mui","%TargetDir%\windows\System32\%DistLang%\ci.dll.mui" If,ExistFile,"%BootSRC%\windows\System32\%DistLang%\cmd.exe.mui",FileCopy,"%BootSRC%\windows\System32\%DistLang%\cmd.exe.mui","%TargetDir%\windows\System32\%DistLang%\cmd.exe.mui" If,ExistFile,"%BootSRC%\windows\System32\%DistLang%\comdlg32.dll.mui",FileCopy,"%BootSRC%\windows\System32\%DistLang%\comdlg32.dll.mui","%TargetDir%\windows\System32\%DistLang%\comdlg32.dll.mui" If,ExistFile,"%BootSRC%\windows\System32\%DistLang%\crypt32.dll.mui",FileCopy,"%BootSRC%\windows\System32\%DistLang%\crypt32.dll.mui","%TargetDir%\windows\System32\%DistLang%\crypt32.dll.mui" If,ExistFile,"%BootSRC%\windows\System32\%DistLang%\cryptsvc.dll.mui",FileCopy,"%BootSRC%\windows\System32\%DistLang%\cryptsvc.dll.mui","%TargetDir%\windows\System32\%DistLang%\cryptsvc.dll.mui" If,ExistFile,"%BootSRC%\windows\System32\%DistLang%\cryptui.dll.mui",FileCopy,"%BootSRC%\windows\System32\%DistLang%\cryptui.dll.mui","%TargetDir%\windows\System32\%DistLang%\cryptui.dll.mui" If,ExistFile,"%BootSRC%\windows\System32\%DistLang%\csrss.exe.mui",FileCopy,"%BootSRC%\windows\System32\%DistLang%\csrss.exe.mui","%TargetDir%\windows\System32\%DistLang%\csrss.exe.mui" If,ExistFile,"%BootSRC%\windows\System32\%DistLang%\dhcpcsvc.dll.mui",FileCopy,"%BootSRC%\windows\System32\%DistLang%\dhcpcsvc.dll.mui","%TargetDir%\windows\System32\%DistLang%\dhcpcsvc.dll.mui" If,ExistFile,"%BootSRC%\windows\System32\%DistLang%\dhcpcsvc6.dll.mui",FileCopy,"%BootSRC%\windows\System32\%DistLang%\dhcpcsvc6.dll.mui","%TargetDir%\windows\System32\%DistLang%\dhcpcsvc6.dll.mui" If,ExistFile,"%BootSRC%\windows\System32\%DistLang%\dnsapi.dll.mui",FileCopy,"%BootSRC%\windows\System32\%DistLang%\dnsapi.dll.mui","%TargetDir%\windows\System32\%DistLang%\dnsapi.dll.mui" If,ExistFile,"%BootSRC%\windows\System32\%DistLang%\drvinst.exe.mui",FileCopy,"%BootSRC%\windows\System32\%DistLang%\drvinst.exe.mui","%TargetDir%\windows\System32\%DistLang%\drvinst.exe.mui" If,ExistFile,"%BootSRC%\windows\System32\%DistLang%\feclient.dll.mui",FileCopy,"%BootSRC%\windows\System32\%DistLang%\feclient.dll.mui","%TargetDir%\windows\System32\%DistLang%\feclient.dll.mui" If,ExistFile,"%BootSRC%\windows\System32\%DistLang%\FirewallAPI.dll.mui",FileCopy,"%BootSRC%\windows\System32\%DistLang%\FirewallAPI.dll.mui","%TargetDir%\windows\System32\%DistLang%\FirewallAPI.dll.mui" If,ExistFile,"%BootSRC%\windows\System32\%DistLang%\fltLib.dll.mui",FileCopy,"%BootSRC%\windows\System32\%DistLang%\fltLib.dll.mui","%TargetDir%\windows\System32\%DistLang%\fltLib.dll.mui" If,ExistFile,"%BootSRC%\windows\System32\%DistLang%\gpapi.dll.mui",FileCopy,"%BootSRC%\windows\System32\%DistLang%\gpapi.dll.mui","%TargetDir%\windows\System32\%DistLang%\gpapi.dll.mui" If,ExistFile,"%BootSRC%\windows\System32\%DistLang%\input.dll.mui",FileCopy,"%BootSRC%\windows\System32\%DistLang%\input.dll.mui","%TargetDir%\windows\System32\%DistLang%\input.dll.mui" If,ExistFile,"%BootSRC%\windows\System32\%DistLang%\IPHLPAPI.DLL.mui",FileCopy,"%BootSRC%\windows\System32\%DistLang%\IPHLPAPI.DLL.mui","%TargetDir%\windows\System32\%DistLang%\IPHLPAPI.DLL.mui" If,ExistFile,"%BootSRC%\windows\System32\%DistLang%\kernel32.dll.mui",FileCopy,"%BootSRC%\windows\System32\%DistLang%\kernel32.dll.mui","%TargetDir%\windows\System32\%DistLang%\kernel32.dll.mui" If,ExistFile,"%BootSRC%\windows\System32\%DistLang%\lsasrv.dll.mui",FileCopy,"%BootSRC%\windows\System32\%DistLang%\lsasrv.dll.mui","%TargetDir%\windows\System32\%DistLang%\lsasrv.dll.mui" If,ExistFile,"%BootSRC%\windows\System32\%DistLang%\lsass.exe.mui",FileCopy,"%BootSRC%\windows\System32\%DistLang%\lsass.exe.mui","%TargetDir%\windows\System32\%DistLang%\lsass.exe.mui" If,ExistFile,"%BootSRC%\windows\System32\%DistLang%\lsm.exe.mui",FileCopy,"%BootSRC%\windows\System32\%DistLang%\lsm.exe.mui","%TargetDir%\windows\System32\%DistLang%\lsm.exe.mui" If,ExistFile,"%BootSRC%\windows\System32\%DistLang%\oleaccrc.dll.mui",FileCopy,"%BootSRC%\windows\System32\%DistLang%\oleaccrc.dll.mui","%TargetDir%\windows\System32\%DistLang%\oleaccrc.dll.mui" If,ExistFile,"%BootSRC%\windows\System32\%DistLang%\mpr.dll.mui",FileCopy,"%BootSRC%\windows\System32\%DistLang%\mpr.dll.mui","%TargetDir%\windows\System32\%DistLang%\mpr.dll.mui" If,ExistFile,"%BootSRC%\windows\System32\%DistLang%\msctf.dll.mui",FileCopy,"%BootSRC%\windows\System32\%DistLang%\msctf.dll.mui","%TargetDir%\windows\System32\%DistLang%\msctf.dll.mui" If,ExistFile,"%BootSRC%\windows\System32\%DistLang%\msprivs.dll.mui",FileCopy,"%BootSRC%\windows\System32\%DistLang%\msprivs.dll.mui","%TargetDir%\windows\System32\%DistLang%\msprivs.dll.mui" If,ExistFile,"%BootSRC%\windows\System32\%DistLang%\msv1_0.dll.mui",FileCopy,"%BootSRC%\windows\System32\%DistLang%\msv1_0.dll.mui","%TargetDir%\windows\System32\%DistLang%\msv1_0.dll.mui" If,ExistFile,"%BootSRC%\windows\System32\%DistLang%\mswsock.dll.mui",FileCopy,"%BootSRC%\windows\System32\%DistLang%\mswsock.dll.mui","%TargetDir%\windows\System32\%DistLang%\mswsock.dll.mui" If,ExistFile,"%BootSRC%\windows\System32\%DistLang%\newdev.dll.mui",FileCopy,"%BootSRC%\windows\System32\%DistLang%\newdev.dll.mui","%TargetDir%\windows\System32\%DistLang%\newdev.dll.mui" If,ExistFile,"%BootSRC%\windows\System32\%DistLang%\ntdll.dll.mui",FileCopy,"%BootSRC%\windows\System32\%DistLang%\ntdll.dll.mui","%TargetDir%\windows\System32\%DistLang%\ntdll.dll.mui" If,ExistFile,"%BootSRC%\windows\System32\%DistLang%\ntmarta.dll.mui",FileCopy,"%BootSRC%\windows\System32\%DistLang%\ntmarta.dll.mui","%TargetDir%\windows\System32\%DistLang%\ntmarta.dll.mui" If,ExistFile,"%BootSRC%\windows\System32\%DistLang%\ole32.dll.mui",FileCopy,"%BootSRC%\windows\System32\%DistLang%\ole32.dll.mui","%TargetDir%\windows\System32\%DistLang%\ole32.dll.mui" If,ExistFile,"%BootSRC%\windows\System32\%DistLang%\oleres.dll.mui",FileCopy,"%BootSRC%\windows\System32\%DistLang%\oleres.dll.mui","%TargetDir%\windows\System32\%DistLang%\oleres.dll.mui" If,ExistFile,"%BootSRC%\windows\System32\%DistLang%\powrprof.dll.mui",FileCopy,"%BootSRC%\windows\System32\%DistLang%\powrprof.dll.mui","%TargetDir%\windows\System32\%DistLang%\powrprof.dll.mui" If,ExistFile,"%BootSRC%\windows\System32\%DistLang%\PSHED.DLL.mui",FileCopy,"%BootSRC%\windows\System32\%DistLang%\PSHED.DLL.mui","%TargetDir%\windows\System32\%DistLang%\PSHED.DLL.mui" If,ExistFile,"%BootSRC%\windows\System32\%DistLang%\rpcrt4.dll.mui",FileCopy,"%BootSRC%\windows\System32\%DistLang%\rpcrt4.dll.mui","%TargetDir%\windows\System32\%DistLang%\rpcrt4.dll.mui" If,ExistFile,"%BootSRC%\windows\System32\%DistLang%\rpcss.dll.mui",FileCopy,"%BootSRC%\windows\System32\%DistLang%\rpcss.dll.mui","%TargetDir%\windows\System32\%DistLang%\rpcss.dll.mui" If,ExistFile,"%BootSRC%\windows\System32\%DistLang%\samsrv.dll.mui",FileCopy,"%BootSRC%\windows\System32\%DistLang%\samsrv.dll.mui","%TargetDir%\windows\System32\%DistLang%\samsrv.dll.mui" If,ExistFile,"%BootSRC%\windows\System32\%DistLang%\scecli.dll.mui",FileCopy,"%BootSRC%\windows\System32\%DistLang%\scecli.dll.mui","%TargetDir%\windows\System32\%DistLang%\scecli.dll.mui" If,ExistFile,"%BootSRC%\windows\System32\%DistLang%\scesrv.dll.mui",FileCopy,"%BootSRC%\windows\System32\%DistLang%\scesrv.dll.mui","%TargetDir%\windows\System32\%DistLang%\scesrv.dll.mui" If,ExistFile,"%BootSRC%\windows\System32\%DistLang%\services.exe.mui",FileCopy,"%BootSRC%\windows\System32\%DistLang%\services.exe.mui","%TargetDir%\windows\System32\%DistLang%\services.exe.mui" If,ExistFile,"%BootSRC%\windows\System32\%DistLang%\setupapi.dll.mui",FileCopy,"%BootSRC%\windows\System32\%DistLang%\setupapi.dll.mui","%TargetDir%\windows\System32\%DistLang%\setupapi.dll.mui" If,ExistFile,"%BootSRC%\windows\System32\%DistLang%\shell32.dll.mui",FileCopy,"%BootSRC%\windows\System32\%DistLang%\shell32.dll.mui","%TargetDir%\windows\System32\%DistLang%\shell32.dll.mui" If,ExistFile,"%BootSRC%\windows\System32\%DistLang%\shlwapi.dll.mui",FileCopy,"%BootSRC%\windows\System32\%DistLang%\shlwapi.dll.mui","%TargetDir%\windows\System32\%DistLang%\shlwapi.dll.mui" If,ExistFile,"%BootSRC%\windows\System32\%DistLang%\SLC.dll.mui",FileCopy,"%BootSRC%\windows\System32\%DistLang%\SLC.dll.mui","%TargetDir%\windows\System32\%DistLang%\SLC.dll.mui" If,ExistFile,"%BootSRC%\windows\System32\%DistLang%\svchost.exe.mui",FileCopy,"%BootSRC%\windows\System32\%DistLang%\svchost.exe.mui","%TargetDir%\windows\System32\%DistLang%\svchost.exe.mui" If,ExistFile,"%BootSRC%\windows\System32\%DistLang%\sxs.dll.mui",FileCopy,"%BootSRC%\windows\System32\%DistLang%\sxs.dll.mui","%TargetDir%\windows\System32\%DistLang%\sxs.dll.mui" If,ExistFile,"%BootSRC%\windows\System32\%DistLang%\taskmgr.exe.mui",FileCopy,"%BootSRC%\windows\System32\%DistLang%\taskmgr.exe.mui","%TargetDir%\windows\System32\%DistLang%\taskmgr.exe.mui" If,ExistFile,"%BootSRC%\windows\System32\%DistLang%\umpnpmgr.dll.mui",FileCopy,"%BootSRC%\windows\System32\%DistLang%\umpnpmgr.dll.mui","%TargetDir%\windows\System32\%DistLang%\umpnpmgr.dll.mui" If,ExistFile,"%BootSRC%\windows\System32\%DistLang%\urlmon.dll.mui",FileCopy,"%BootSRC%\windows\System32\%DistLang%\urlmon.dll.mui","%TargetDir%\windows\System32\%DistLang%\urlmon.dll.mui" If,ExistFile,"%BootSRC%\windows\System32\%DistLang%\user32.dll.mui",FileCopy,"%BootSRC%\windows\System32\%DistLang%\user32.dll.mui","%TargetDir%\windows\System32\%DistLang%\user32.dll.mui" If,ExistFile,"%BootSRC%\windows\System32\%DistLang%\userenv.dll.mui",FileCopy,"%BootSRC%\windows\System32\%DistLang%\userenv.dll.mui","%TargetDir%\windows\System32\%DistLang%\userenv.dll.mui" If,ExistFile,"%BootSRC%\windows\System32\%DistLang%\uxtheme.dll.mui",FileCopy,"%BootSRC%\windows\System32\%DistLang%\uxtheme.dll.mui","%TargetDir%\windows\System32\%DistLang%\uxtheme.dll.mui" If,ExistFile,"%BootSRC%\windows\System32\%DistLang%\vsstrace.dll.mui",FileCopy,"%BootSRC%\windows\System32\%DistLang%\vsstrace.dll.mui","%TargetDir%\windows\System32\%DistLang%\vsstrace.dll.mui" If,ExistFile,"%BootSRC%\windows\System32\%DistLang%\wevtapi.dll.mui",FileCopy,"%BootSRC%\windows\System32\%DistLang%\wevtapi.dll.mui","%TargetDir%\windows\System32\%DistLang%\wevtapi.dll.mui" If,ExistFile,"%BootSRC%\windows\System32\%DistLang%\win32k.sys.mui",FileCopy,"%BootSRC%\windows\System32\%DistLang%\win32k.sys.mui","%TargetDir%\windows\System32\%DistLang%\win32k.sys.mui" If,ExistFile,"%BootSRC%\windows\System32\%DistLang%\wininit.exe.mui",FileCopy,"%BootSRC%\windows\System32\%DistLang%\wininit.exe.mui","%TargetDir%\windows\System32\%DistLang%\wininit.exe.mui" If,ExistFile,"%BootSRC%\windows\System32\%DistLang%\winlogon.exe.mui",FileCopy,"%BootSRC%\windows\System32\%DistLang%\winlogon.exe.mui","%TargetDir%\windows\System32\%DistLang%\winlogon.exe.mui" If,ExistFile,"%BootSRC%\windows\System32\%DistLang%\winmm.dll.mui",FileCopy,"%BootSRC%\windows\System32\%DistLang%\winmm.dll.mui","%TargetDir%\windows\System32\%DistLang%\winmm.dll.mui" If,ExistFile,"%BootSRC%\windows\System32\%DistLang%\winpeshl.exe.mui",FileCopy,"%BootSRC%\windows\System32\%DistLang%\winpeshl.exe.mui","%TargetDir%\windows\System32\%DistLang%\winpeshl.exe.mui" If,ExistFile,"%BootSRC%\windows\System32\%DistLang%\winspool.drv.mui",FileCopy,"%BootSRC%\windows\System32\%DistLang%\winspool.drv.mui","%TargetDir%\windows\System32\%DistLang%\winspool.drv.mui" If,ExistFile,"%BootSRC%\windows\System32\%DistLang%\winsrv.dll.mui",FileCopy,"%BootSRC%\windows\System32\%DistLang%\winsrv.dll.mui","%TargetDir%\windows\System32\%DistLang%\winsrv.dll.mui" If,ExistFile,"%BootSRC%\windows\System32\%DistLang%\Wldap32.dll.mui",FileCopy,"%BootSRC%\windows\System32\%DistLang%\Wldap32.dll.mui","%TargetDir%\windows\System32\%DistLang%\Wldap32.dll.mui" If,ExistFile,"%BootSRC%\windows\System32\%DistLang%\wpeutil.dll.mui",FileCopy,"%BootSRC%\windows\System32\%DistLang%\wpeutil.dll.mui","%TargetDir%\windows\System32\%DistLang%\wpeutil.dll.mui" If,ExistFile,"%BootSRC%\windows\System32\%DistLang%\ws2_32.dll.mui",FileCopy,"%BootSRC%\windows\System32\%DistLang%\ws2_32.dll.mui","%TargetDir%\windows\System32\%DistLang%\ws2_32.dll.mui" If,ExistFile,"%BootSRC%\windows\System32\%DistLang%\wsock32.dll.mui",FileCopy,"%BootSRC%\windows\System32\%DistLang%\wsock32.dll.mui","%TargetDir%\windows\System32\%DistLang%\wsock32.dll.mui" [InterfaceEncoded] [AuthorEncoded] VistaPE-11-Small.gif=1Kb,1Kb Logo=VistaPE-11-Small.gif [EncodedFile-AuthorEncoded-VistaPE-11-Small.gif] lines=0 0=R0lGODlhWQAjANU/AOmRkPzwypG12Pj39PbVZuysq05YZvCbUcfa67HL4/jgkOuILKzKo0eKMuR7dmmayeZ0JId3SPKuE3GlYJKZq+6cF1xqh9xPSfSzjtk7NvPHM/rpr9OtKsrP15qyffLBtWE1UO2KFzh5uKePOPnl3i89YfKqf+m5IjtIYZsvPvXLyfbY1+Tn6u+gc/345Nbg7LK4xneDmvnZx0qGvuFmYeTt86KquuBeYZa9iyo8YdYyKdYoLB9psPLCIP///////yH5BAEAAD8ALAAAAABZACMAAAb/wJ9wSCwahz5fZ8lsspJQ33FKrVqHqmy2AOh6v13abfyx5HKlHCpm6zyj17hxIKvLhnS7nSRc7f6AgYKDOzBoaDEDUnKMUxghFZEVCy10kJKRB0IOhJ2ENoclHY2kRxgSCwcHC5ELMpmqqiZCGZ62gAUoaRaLpb4/p5pCH5EmFSFHHxDLzKyYkSc90tIQfxkFNjYsjUm/Q8FEBxIHx0cDGtPp6usngSln21c+AxsEvb/gQ+TkyEcK6wDVLQgEIocFOf+k3fOV7wcJSC2O6ZHB54eLgBh71AJ0xgbCaQtLBauDgVUIFRUkPMMwhEA6DhFiKpipIIDNAC3cwUMSBcqQ/4Q9QpI6pTLlJBKvQsRS9WHIxXQGSpSAceRCoAgUYET5AICGVxoAVHQDKlRIz25GTqU6YKLpj6RVXE6LcOZgET+BKDTYi2PFBR2AA+v4QFNuD5o0k9QQ8GAGj8ciHiRAK6ThELhUAqQ7geLMKCIA3OltMGFFBsAXvDi4gCGjNA0vHjyeTZvHjBe9LAvBTMVwD7o5YhTZ+KfE6Bp/dTg4q9l1jwSzZzwQwFjEbBEvvo0zwnvKhpdncsT78UGQcdIFUIcccNPwzZsDRCRQtCiJgOiLdL+NFKJ/fwhGoDPXGRQMQQNBOeiFgwOAAVCWEGQV4ZMRPtz3WAKVKcWdfxwCWP/Ed9OMcAYKA/wwgHkJNsAADQ0++EOEjPhgHQ8PuMjIOVClUWAB7kgFQwMLqvcgjHL4IBsPItjICFA9iJiDAT8Qt0NBKPhAmgqBLVcWkXJYyIMUL1gg5phklmlBgXOoo0uC5pUQg5UqMohaARP+BJIVUbyAwJE8lDhAE4AG2kF2R/gmYgkg6JRDB3A2wIKcgGUAAAmUcUmEDzUk0FhtsyHgjRFPSXOCVCUgCGWjE/jwQXKBAaAIhHdKGBunnHr6aRG+AZcCRwn+gCoUH0CqwwUrSGFphbTNIEACCDTLp623DtGcNBycUeoO7+SQ3a9m+UACpDcYG6tZfD5QA2U/eAn/bbRC5IrGrgVB6etepN2TRHqA0UmkD9A9JoBQ6rJLBIjUnpEogWbRmyqFLCrnw76O2VZWwAIPIaA0Bhi807x7LSwhAIDR8PC4Ncz27xQUV/wDwU2mURcSCofkA8g6iEwkAiZPgexj61Z8cQ+ddQRzAx54fKmcDgLlwhA4+6vzjDz0LDCTTooHc19v8LRCYMUSvMEiJT9WI4VeRq0yHhePatClKt6QgQMfFOuDCjTr4KBF02jwqg8RR92LfbVJLXCuU7G9tWCI292ND4ZpQMBMTfvbLAICWDdD2GafLUSoPVRbIswMqLAa4m+L1UsAP0ujQL+0zqBIp5q3lI4HEjJgKrsiJGgh90I+BOBbD/YgADVkk/kaMYaxJ59EABsosEEAeSawLG71weFLEAA7eJwTCcssLkkMcNU1NNQNzk3MydFLz0xjGAUjBfCy4pePC/p4l5EBAFzPCVvZ0RNqAQAAAAIAAAAsAAAADQUAAAAAAAABAAAAAAAAAAAAAAA