home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / winbuilder.7z / Projects / VistaPE-Core / Base / 01-preconfig.script < prev    next >
Encoding:
INI File  |  2010-02-20  |  14.9 KB  |  251 lines

  1. [Main]
  2. Title=PreConfig
  3. Type=script
  4. Level=1
  5. Description=Mounting source, detecting languages and more...
  6. Selected=True
  7. Version=12
  8. Contact=vistape@vistape.net
  9. Date=12.10.2008
  10. Locked=false
  11. Download_Level=0
  12. Author=NightMan
  13. Mandatory=True
  14.  
  15. [Process]
  16. Echo,"Preparing system..."
  17. If,"%Version%",Smaller,"075",begin
  18. Message,"Winbuilder 075 or higher is needed",Error
  19. Exit,"Winbuilder 075 or higher is needed"
  20. end
  21. DirMake,"%basedir%\Temp"
  22. DirMake,"%basedir%\Temp\%ProjectName%"
  23. DirMake,"%basedir%\Custom"
  24. DirMake,"%basedir%\Custom\%ProjectName%"
  25. DirMake,%BootSRC%
  26. DirMake,%InstallSRC%
  27. DirMake,"%ISODir%"
  28. DirMake,"%TargetDir%"
  29. If,ExistDir,"%WindowsDir%\SysWOW64",Set,%SysType%,"amd64"
  30. If,NotExistDir,"%WindowsDir%\SysWOW64",Set,%SysType%,"x86"
  31. run,%ScriptFile%,AutoDetectWimTool
  32. run,%ScriptFile%,Find-Vista
  33. If,%VISTACD%,Equal,"OK",run,%ScriptFile%,MountVista
  34. If,%VISTACD%,NotEqual,"OK",run,%ScriptFile%,Find-WAIK
  35. #####################
  36. #Detecting source type
  37. If,ExistDir,"%BootSRC%\Windows\SysWOW64",run,%ScriptFile%,WrongBootWim
  38. If,ExistDir,"%InstallSRC%\Windows\SysWOW64",run,%ScriptFile%,WrongInstallWim
  39. #####################
  40. #Detecting source language
  41. run,%ScriptFile%,DetectLang
  42. #####################
  43. #Save settings
  44. run,%ScriptFile%,SaveSettings
  45. #####################
  46. #Detecting SP
  47. #SP1
  48. If,ExistDir,"%BootSRC%\Windows\System32\DriverStore\FileRepository\megasr.inf_707e247f",IniWrite,%VistaInfo%,"VistaInfo","SourceSPLevel","1"
  49. #SP0
  50. If,NotExistDir,"%BootSRC%\Windows\System32\DriverStore\FileRepository\megasr.inf_707e247f",IniWrite,%VistaInfo%,"VistaInfo","SourceSPLevel","0"
  51. #####################
  52. #Checking mount
  53. If,NotExistFile,"%BootSRC%\Windows\regedit.exe",Message,"Error with mounting source!"
  54. If,NotExistFile,"%BootSRC%\Windows\regedit.exe",Exit,"Error with mounting source!"
  55.  
  56. [WrongBootWim]
  57. If,"%ImageTool%",Equal,"WimUtil",ShellExecute,Hide,"#$q%tools%\wimutil.exe#$q","unmount #$q%BootSRC%#$q"
  58. If,"%ImageTool%",Equal,"ImageX",ShellExecute,Hide,"#$q%IMAGEX%#$q","/unmount #$q%BootSRC%#$q"
  59. Message,"x64 source not support yet#$c please choose different boot.wim container!"
  60. Halt,"x64 source not support yet#$c please choose different boot.wim container!"
  61.  
  62. [WrongInstallWim]
  63. If,"%ImageTool%",Equal,"WimUtil",ShellExecute,Hide,"#$q%tools%\wimutil.exe#$q","unmount #$q%InstallSRC%#$q"
  64. If,"%ImageTool%",Equal,"ImageX",ShellExecute,Hide,"#$q%IMAGEX%#$q","/unmount #$q%InstallSRC%#$q"
  65. Message,"x64 source not support yet#$c please choose different install.wim container!"
  66. Halt,"x64 source not support yet#$c please choose different install.wim container!"
  67.  
  68. [AutoDetectWimTool]
  69. run,%ScriptFile%,AutoFindImagex
  70. If,"%ImageTool%",NotEqual,"ImageX",run,%ScriptFile%,Find-WimUtil
  71. If,"%ImageTool%",NotEqual,"ImageX",Set,"%ImageTool%","WimUtil"
  72.  
  73. [AutoFindImagex]
  74. Echo,"Detecting #$qimagex.exe#$q..."
  75. If,ExistFile,"%pFileBox1%\Tools\%SysType%\imagex.exe",Set,"%IMAGEX%","%pFileBox1%\Tools\%SysType%\imagex.exe"
  76. If,ExistFile,"%pFileBox1%\Tools\%SysType%\imagex.exe",Set,"%ImageTool%","ImageX"
  77. If,ExistFile,"%pFileBox1%\Tools\%SysType%\imagex.exe",Set,"%WAIKDir%","%pFileBox1%"
  78. If,ExistFile,"%Tools%\imagex.exe",Set,"%IMAGEX%","%Tools%\imagex.exe"
  79. If,ExistFile,"%Tools%\imagex.exe",Set,"%ImageTool%","ImageX"
  80. If,ExistFile,"%ProgramFilesDir%\Windows#$sAIK\Tools\%SysType%\imagex.exe",Set,"%IMAGEX%","%ProgramFilesDir%\Windows#$sAIK\Tools\%SysType%\imagex.exe"
  81. If,ExistFile,"%ProgramFilesDir%\Windows#$sAIK\Tools\%SysType%\imagex.exe",Set,"%ImageTool%","ImageX"
  82. If,ExistFile,"%ProgramFilesDir%\Windows#$sAIK\Tools\%SysType%\imagex.exe",Set,"%WAIKDir%","%ProgramFilesDir%\Windows#$sAIK"
  83. If,"%SysType%",Equal,"amd64",run,%ScriptFile%,Win64Check
  84.  
  85. [Win64Check]
  86. If,"%ImageTool%",NotEqual,"ImageX",Message,"Warning! Windows x64 detected#$c please install Microsoft WAIK#$c other WIM tools will not be work on your system!"
  87. If,"%ImageTool%",NotEqual,"ImageX",Halt,"Please install WAIK. Exiting..."
  88.  
  89. [SaveSettings]
  90. Echo,"Saving settings..."
  91. If,NotExistFile,%VistaInfo%,FileCreateBlank,%VistaInfo%
  92. IniAddSection,%VistaInfo%,"VistaInfo"
  93. IniWrite,%VistaInfo%,"VistaInfo","WimTools","%ImageTool%"
  94. If,"%ImageTool%",Equal,"ImageX",IniWrite,%VistaInfo%,"VistaInfo","imagex","%IMAGEX%"
  95. IniWrite,%VistaInfo%,"VistaInfo","Language","%DistLang%"
  96. If,%VISTACD%,Equal,"OK",IniWrite,%VistaInfo%,"VistaInfo","SourceType","VistaCD"
  97. If,%WAIK%,Equal,"OK",IniWrite,%VistaInfo%,"VistaInfo","SourceType","WAIK"
  98. IniWrite,%VistaInfo%,"VistaInfo","SourceDir","%SDIR%"
  99. If,%VISTACD%,Equal,"OK",IniWrite,%VistaInfo%,"VistaInfo","SystemFiles","%InstallSRC%"
  100. If,%WAIK%,Equal,"OK",IniWrite,%VistaInfo%,"VistaInfo","SystemFiles","%BootSRC%"
  101. IniWrite,%VistaInfo%,"VistaInfo","SysType","%SysType%"
  102. If,%VISTACD%,Equal,"OK",IniWrite,%VistaInfo%,"VistaInfo","DllSrc","%InstallSRC%\Windows\System32"
  103. If,%WAIK%,Equal,"OK",IniWrite,%VistaInfo%,"VistaInfo","DllSrc","%WindowsDir%\System32"
  104. IniWrite,%VistaInfo%,"VistaInfo","WAIKDir","%WAIKDir%"
  105. RegRead,"HKLM","SOFTWARE\Microsoft\Windows NT\CurrentVersion","ProductName","%WinName%"
  106. IniWrite,%VistaInfo%,"VistaInfo","WinName","%WinName%"
  107. RegRead,"HKLM","SOFTWARE\Microsoft\Windows NT\CurrentVersion","BuildLab","%WinVer%"
  108. IniWrite,%VistaInfo%,"VistaInfo","WinName","%WinVer%"
  109.  
  110. [DetectLang]
  111. Echo,"Detecting source language..."
  112. If,ExistFile,"%BootSRC%\Windows\System32\en-US\bcdedit.exe.mui",Set,"%DistLang%","en-US"
  113. If,ExistFile,"%BootSRC%\Windows\System32\ar-SA\bcdedit.exe.mui",Set,"%DistLang%","ar-SA"
  114. If,ExistFile,"%BootSRC%\Windows\System32\bg-BG\bcdedit.exe.mui",Set,"%DistLang%","bg-BG"
  115. If,ExistFile,"%BootSRC%\Windows\System32\cs-CZ\bcdedit.exe.mui",Set,"%DistLang%","cs-CZ"
  116. If,ExistFile,"%BootSRC%\Windows\System32\da-DK\bcdedit.exe.mui",Set,"%DistLang%","da-DK"
  117. If,ExistFile,"%BootSRC%\Windows\System32\de-DE\bcdedit.exe.mui",Set,"%DistLang%","de-DE"
  118. If,ExistFile,"%BootSRC%\Windows\System32\el-GR\bcdedit.exe.mui",Set,"%DistLang%","el-GR"
  119. If,ExistFile,"%BootSRC%\Windows\System32\es-ES\bcdedit.exe.mui",Set,"%DistLang%","es-ES"
  120. If,ExistFile,"%BootSRC%\Windows\System32\et-EE\bcdedit.exe.mui",Set,"%DistLang%","et-EE"
  121. If,ExistFile,"%BootSRC%\Windows\System32\fi-FI\bcdedit.exe.mui",Set,"%DistLang%","fi-FI"
  122. If,ExistFile,"%BootSRC%\Windows\System32\fr-FR\bcdedit.exe.mui",Set,"%DistLang%","fr-FR"
  123. If,ExistFile,"%BootSRC%\Windows\System32\he-IL\bcdedit.exe.mui",Set,"%DistLang%","he-IL"
  124. If,ExistFile,"%BootSRC%\Windows\System32\hr-HR\bcdedit.exe.mui",Set,"%DistLang%","hr-HR"
  125. If,ExistFile,"%BootSRC%\Windows\System32\hu-HU\bcdedit.exe.mui",Set,"%DistLang%","hu-HU"
  126. If,ExistFile,"%BootSRC%\Windows\System32\it-IT\bcdedit.exe.mui",Set,"%DistLang%","it-IT"
  127. If,ExistFile,"%BootSRC%\Windows\System32\ja-JP\bcdedit.exe.mui",Set,"%DistLang%","ja-JP"
  128. If,ExistFile,"%BootSRC%\Windows\System32\ko-KR\bcdedit.exe.mui",Set,"%DistLang%","ko-KR"
  129. If,ExistFile,"%BootSRC%\Windows\System32\lt-LT\bcdedit.exe.mui",Set,"%DistLang%","lt-LT"
  130. If,ExistFile,"%BootSRC%\Windows\System32\lv-LV\bcdedit.exe.mui",Set,"%DistLang%","lv-LV"
  131. If,ExistFile,"%BootSRC%\Windows\System32\nb-NO\bcdedit.exe.mui",Set,"%DistLang%","nb-NO"
  132. If,ExistFile,"%BootSRC%\Windows\System32\nl-NL\bcdedit.exe.mui",Set,"%DistLang%","nl-NL"
  133. If,ExistFile,"%BootSRC%\Windows\System32\pl-PL\bcdedit.exe.mui",Set,"%DistLang%","pl-PL"
  134. If,ExistFile,"%BootSRC%\Windows\System32\pt-BR\bcdedit.exe.mui",Set,"%DistLang%","pt-BR"
  135. If,ExistFile,"%BootSRC%\Windows\System32\pt-PT\bcdedit.exe.mui",Set,"%DistLang%","pt-PT"
  136. If,ExistFile,"%BootSRC%\Windows\System32\ro-RO\bcdedit.exe.mui",Set,"%DistLang%","ro-RO"
  137. If,ExistFile,"%BootSRC%\Windows\System32\ru-RU\bcdedit.exe.mui",Set,"%DistLang%","ru-RU"
  138. If,ExistFile,"%BootSRC%\Windows\System32\sk-SK\bcdedit.exe.mui",Set,"%DistLang%","sk-SK"
  139. If,ExistFile,"%BootSRC%\Windows\System32\sl-SI\bcdedit.exe.mui",Set,"%DistLang%","sl-SI"
  140. If,ExistFile,"%BootSRC%\Windows\System32\sr-Latn-CS\bcdedit.exe.mui",Set,"%DistLang%","sr-Latn-CS"
  141. If,ExistFile,"%BootSRC%\Windows\System32\sv-SE\bcdedit.exe.mui",Set,"%DistLang%","sv-SE"
  142. If,ExistFile,"%BootSRC%\Windows\System32\th-TH\bcdedit.exe.mui",Set,"%DistLang%","th-TH"
  143. If,ExistFile,"%BootSRC%\Windows\System32\tr-TR\bcdedit.exe.mui",Set,"%DistLang%","tr-TR"
  144. If,ExistFile,"%BootSRC%\Windows\System32\uk-UA\bcdedit.exe.mui",Set,"%DistLang%","uk-UA"
  145. If,ExistFile,"%BootSRC%\Windows\System32\zh-CN\bcdedit.exe.mui",Set,"%DistLang%","zh-CN"
  146. If,ExistFile,"%BootSRC%\Windows\System32\zh-HK\bcdedit.exe.mui",Set,"%DistLang%","zh-HK"
  147. If,ExistFile,"%BootSRC%\Windows\System32\zh-TW\bcdedit.exe.mui",Set,"%DistLang%","zh-TW"
  148. Echo,"Detected %DistLang% language"
  149.  
  150. [MountVista]
  151. If,"%ImageTool%",Equal,"ImageX",run,%ScriptFile%,MountVista-imagex
  152. If,"%ImageTool%",Equal,"WimUtil",run,%ScriptFile%,MountVista-wimutil
  153.  
  154. [MountVista-imagex]
  155. Echo,"Mounting Windows Vista files with imagex.exe..."
  156. ShellExecute,Hide,"#$q%IMAGEX%#$q","/mount #$q%SDIR%\sources\boot.wim#$q %pScrollBox1% #$q%BootSRC%#$q"
  157. ShellExecute,Hide,"#$q%IMAGEX%#$q","/mount #$q%SDIR%\sources\install.wim#$q %pScrollBox2% #$q%InstallSRC%#$q"
  158.  
  159. [MountVista-wimutil]
  160. Echo,"Mounting Windows Vista files with wimutil.exe..."
  161. ShellExecute,Hide,"#$q%tools%\wimutil.exe#$q","mount #$q%SDIR%\sources\boot.wim#$q #$q%BootSRC%#$q /%pScrollBox1%"
  162. ShellExecute,Hide,"#$q%tools%\wimutil.exe#$q","mount #$q%SDIR%\sources\install.wim#$q #$q%InstallSRC%#$q /%pScrollBox2%"
  163.  
  164. [MountWAIK]
  165. If,"%ImageTool%",Equal,"ImageX",run,%ScriptFile%,MountWAIK-imagex
  166. If,"%ImageTool%",Equal,"WimUtil",run,%ScriptFile%,MountWAIK-wimutil
  167.  
  168. [MountWAIK-imagex]
  169. Echo,"Mounting WAIK files with imagex.exe..."
  170. #ShellExecute,Hide,"#$q%IMAGEX%#$q","/mount #$q%SDIR%\winpe.wim#$q %pScrollBox1% #$q%BootSRC%#$q"
  171. ShellExecute,Hide,"#$q%IMAGEX%#$q","/mount #$q%SDIR%\winpe.wim#$q 1 #$q%BootSRC%#$q"
  172.  
  173. [MountWAIK-wimutil]
  174. Echo,"Mounting WAIK files with wimutil.exe..."
  175. #ShellExecute,Hide,"#$q%tools%\wimutil.exe#$q","mount #$q%SDIR%\winpe.wim#$q #$q%BootSRC%#$q /%pScrollBox1%"
  176. ShellExecute,Hide,"#$q%tools%\wimutil.exe#$q","mount #$q%SDIR%\winpe.wim#$q #$q%BootSRC%#$q /1"
  177.  
  178. [SourceNotFound]
  179. Message,"Can not detect source type, you must select folder with WAIK or Windows Vista files...#$x#$xExiting..."
  180. Halt,"Exiting.."
  181.  
  182. [Find-WAIK]
  183. Echo,"Detecting WAIK..."
  184. If,ExistFile,"%ProgramFilesDir%\Windows#$sAIK\Tools\PETools\x86\winpe.wim",Set,"%SDIR%","%ProgramFilesDir%\Windows#$sAIK\Tools\PETools\x86"
  185. If,ExistFile,"%SourceDir%\Windows#$sAIK\Tools\PETools\x86\winpe.wim",Set,"%SDIR%","%SourceDir%\Windows#$sAIK\Tools\PETools\x86"
  186. If,ExistFile,"%SourceDir%\Tools\PETools\x86\winpe.wim",Set,"%SDIR%","%SourceDir%\Tools\PETools\x86"
  187. If,ExistFile,"%SourceDir%\winpe.wim",Set,"%SDIR%","%SourceDir%"
  188. If,ExistFile,"%ProgramFilesDir%\Windows#$sAIK\Tools\PETools\x86\winpe.wim",Set,%WAIK%,"OK"
  189. If,ExistFile,"%SourceDir%\Windows#$sAIK\Tools\PETools\x86\winpe.wim",Set,%WAIK%,"OK"
  190. If,ExistFile,"%SourceDir%\Tools\PETools\x86\winpe.wim",Set,%WAIK%,"OK"
  191. If,ExistFile,"%SourceDir%\winpe.wim",Set,%WAIK%,"OK"
  192. If,"%WAIK%",Equal,"OK",Echo,"WAIK found [%SDIR%]"
  193. If,"%WAIK%",Equal,"OK",run,%ScriptFile%,MountWAIK
  194. If,"%WAIK%",NotEqual,"OK",run,%ScriptFile%,SourceNotFound
  195.  
  196. [Find-Vista]
  197. Echo,"Detecting Microsoft Windows Vista DVD..."
  198. If,ExistFile,"%SourceDir%\sources\boot.wim",Set,%SDIR%,"%SourceDir%"
  199. If,ExistFile,"%SourceDir%\sources\boot.wim",Set,%VISTACD%,"OK"
  200. If,ExistFile,"%SourceDir%\sources\boot.wim",Echo,"Vista DVD found [%SDIR%]"
  201.  
  202. [Find-WimUtil]
  203. If,"%SysType%",Equal,"amd64",Echo,"WimUtil not compatible with Windows x64. #$x#$xExiting..."
  204. If,"%SysType%",Equal,"amd64",Message,"WimUtil not compatible with Windows x64. #$x#$xExiting..."
  205. If,"%SysType%",Equal,"amd64",exit,"Exiting.."
  206. Echo,"Detecting WimUtil..."
  207. #TODO
  208. #pb
  209. #If,"%SysType%",NotEqual,"amd64",RegRead,"HKLM","SYSTEM\CurrentControlSet\Services\FltMgr","DisplayName","%RegName%"
  210. #If,"%SysType%",NotEqual,"amd64",If,"%RegName%",NotEqual,"FltMgr",run,%ScriptFile%,FltMgr
  211. #RegRead,"HKLM","SYSTEM\CurrentControlSet\Services\FltMgr","DisplayName","%RegName%"
  212. #If,"%RegName%",NotEqual,"FltMgr",run,%ScriptFile%,FltMgr
  213. #
  214. #RegRead,"HKLM","SYSTEM\CurrentControlSet\Services\WimFltr","DisplayName","%RegName%"
  215. #If,"%RegName%",NotEqual,"WimFltr",run,%ScriptFile%,WinUtil
  216. RegName=WimFltr
  217. If,notExistFile,"%Tools%\wimutil.exe",Halt,"Something wrong with WimUtils..."
  218.  
  219. [process-NoImagexFound]
  220. Message,"Can not detect #$qimagex.exe#$q, building can not be processed. #$x#$xExiting..."
  221. exit,"Exiting.."
  222.  
  223. [FltMgr]
  224. Message,"Microsoft Filesystem Filter Manager (fltmgr.sys) not found, please install latest SP. #$x#$xExiting..."
  225. Halt,"Exiting.."
  226.  
  227. [WinUtil]
  228. ExtractFile,%ScriptFile%,WIM,"WimUtil.exe","%Tools%"
  229. ShellExecute,Hide,#$q%Tools%\WimUtil.exe#$q,"install"
  230.  
  231. [Interface]
  232. pFileBox1=,1,13,6,59,202,28,dir
  233. pTextLabel1="Folder with installed WAIK, if you have it.",1,1,212,64,209,18,8,Normal
  234. pTextLabel2="Preconfiguration script, detect WIM tool, source type and locale.",1,1,6,22,379,18,8,Bold
  235. pScrollBox1=2,1,4,111,138,55,21,1,2,3,4,5,6,7,8,9,10
  236. pScrollBox2=1,1,4,111,167,56,21,1,2,3,4,5,6,7,8,9,10
  237. pTextLabel3="boot.wim container",1,1,10,140,109,18,8,Normal
  238. pTextLabel4="install.wim container",1,1,10,169,104,18,8,Normal
  239. pTextLabel5="Windows Vista source settings:",1,1,8,115,230,18,8,Bold
  240.  
  241. [InterfaceEncoded]
  242.  
  243. [AuthorEncoded]
  244. VistaPE-11-Small.gif=1Kb,1Kb
  245. Logo=VistaPE-11-Small.gif
  246.  
  247. [EncodedFile-AuthorEncoded-VistaPE-11-Small.gif]
  248. lines=0
  249. 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
  250.  
  251.