home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / winbuilder.7z / Projects / VistaPE-Core / Base / 08-locale.script < prev    next >
Encoding:
INI File  |  2010-02-10  |  79.0 KB  |  976 lines

  1. [Main]
  2. Title=Locale Setting
  3. Description=Locale settings for VistaPE, you can not run this script directly.
  4. Author=Boot Land community
  5. Version=12
  6. Date=12.10.2008
  7. Credits=
  8. Selected=True
  9. Locked=false
  10. Download_Level=0
  11. level=1
  12. Type=Script
  13. Mandatory=True
  14.  
  15. [Process]
  16. ReadENV
  17. Echo,"Processing locale settings for %Locale%..."
  18. # if we have special settings and locale is set to auto we use the special settings
  19. If,"%Locale%",Equal,"Auto",begin
  20. #If,"%DistLang%",NotEqual,"en-US",Run,%ScriptFile%,Auto
  21. #If,"%DistLang%",Equal,"en-US",
  22. If,"%DistLang%",Equal,"ar-SA",Run,%ScriptFile%,Auto
  23. If,"%DistLang%",Equal,"bg-BG",Run,%ScriptFile%,Auto
  24. If,"%DistLang%",Equal,"cs-CZ",Run,%ScriptFile%,Auto
  25. If,"%DistLang%",Equal,"da-DK",Run,%ScriptFile%,Auto
  26. If,"%DistLang%",Equal,"de-DE",Run,%ScriptFile%,german
  27. If,"%DistLang%",Equal,"el-GR",Run,%ScriptFile%,greek
  28. If,"%DistLang%",Equal,"es-ES",Run,%ScriptFile%,Spanish
  29. If,"%DistLang%",Equal,"et-EE",Run,%ScriptFile%,Auto
  30. If,"%DistLang%",Equal,"fi-FI",Run,%ScriptFile%,Auto
  31. If,"%DistLang%",Equal,"fr-FR",Run,%ScriptFile%,french
  32. If,"%DistLang%",Equal,"he-IL",Run,%ScriptFile%,Auto
  33. If,"%DistLang%",Equal,"hr-HR",Run,%ScriptFile%,Auto
  34. If,"%DistLang%",Equal,"hu-HU",Run,%ScriptFile%,Auto
  35. If,"%DistLang%",Equal,"it-IT",Run,%ScriptFile%,italian
  36. If,"%DistLang%",Equal,"ja-JP",Run,%ScriptFile%,Auto
  37. If,"%DistLang%",Equal,"ko-KR",Run,%ScriptFile%,Auto
  38. If,"%DistLang%",Equal,"lt-LT",Run,%ScriptFile%,Auto
  39. If,"%DistLang%",Equal,"lv-LV",Run,%ScriptFile%,Auto
  40. If,"%DistLang%",Equal,"nb-NO",Run,%ScriptFile%,Auto
  41. If,"%DistLang%",Equal,"nl-NL",Run,%ScriptFile%,dutch
  42. If,"%DistLang%",Equal,"pl-PL",Run,%ScriptFile%,Auto
  43. If,"%DistLang%",Equal,"pt-BR",Run,%ScriptFile%,Auto
  44. If,"%DistLang%",Equal,"pt-PT",Run,%ScriptFile%,Auto
  45. If,"%DistLang%",Equal,"ro-RO",Run,%ScriptFile%,Auto
  46. If,"%DistLang%",Equal,"ru-RU",Run,%ScriptFile%,russian
  47. If,"%DistLang%",Equal,"sk-SK",Run,%ScriptFile%,Auto
  48. If,"%DistLang%",Equal,"sl-SI",Run,%ScriptFile%,Auto
  49. If,"%DistLang%",Equal,"sr-Latn-CS",Run,%ScriptFile%,Auto
  50. If,"%DistLang%",Equal,"sv-SE",Run,%ScriptFile%,Auto
  51. If,"%DistLang%",Equal,"th-TH",Run,%ScriptFile%,Auto
  52. If,"%DistLang%",Equal,"tr-TR",Run,%ScriptFile%,turkish
  53. If,"%DistLang%",Equal,"uk-UA",Run,%ScriptFile%,Auto
  54. If,"%DistLang%",Equal,"zh-CN",Run,%ScriptFile%,Auto
  55. If,"%DistLang%",Equal,"zh-HK",Run,%ScriptFile%,Auto
  56. If,"%DistLang%",Equal,"zh-TW",Run,%ScriptFile%,Auto
  57. end
  58. # when locale is not set to auto we use the selected settings
  59. If,"%Locale%",Equal,"Russian",Run,%ScriptFile%,russian
  60. If,"%Locale%",Equal,"French",Run,%ScriptFile%,french
  61. If,"%Locale%",Equal,"German",Run,%ScriptFile%,german
  62. If,"%Locale%",Equal,"Dutch",Run,%ScriptFile%,dutch
  63. If,"%Locale%",Equal,"Greek",Run,%ScriptFile%,greek
  64. If,"%Locale%",Equal,"Turkish",Run,%ScriptFile%,turkish
  65. If,"%Locale%",Equal,"UK English",Run,%ScriptFile%,uk
  66. If,"%Locale%",Equal,"Italian",Run,%ScriptFile%,italian
  67. If,"%Locale%",Equal,"Spanish",Run,%ScriptFile%,Spanish
  68.  
  69. [Auto]
  70. #
  71. RegHiveLoad,"Tmp_setupreg_hiv",%RegSystem%
  72. RegHiveLoad,"Tmp_software",%RegSoftware%
  73. RegHiveLoad,"Tmp_default",%RegUser%
  74. #
  75. System,ErrorOff
  76. RegRead,"HKLM","Tmp_default\Keyboard Layout\Preload","1","%LVAR%"
  77. System,ErrorOff
  78. RegRead,"HKLM","Tmp_setupreg_hiv\ControlSet001\Control\Keyboard Layouts\%LVAR%","Layout File","%Variable%"
  79. System,ErrorOff
  80. FileCopy,"%BootSRC%\Windows\System32\%Variable%","%TargetDir%\Windows\System32"
  81. System,ErrorOff
  82. RegRead,"HKLM","Tmp_default\Keyboard Layout\Preload","2","%LVAR%"
  83. System,ErrorOff
  84. RegRead,"HKLM","Tmp_setupreg_hiv\ControlSet001\Control\Keyboard Layouts\%LVAR%","Layout File","%Variable%"
  85. System,ErrorOff
  86. FileCopy,"%BootSRC%\Windows\System32\%Variable%","%TargetDir%\Windows\System32"
  87. System,ErrorOff
  88. RegRead,"HKLM","Tmp_default\Keyboard Layout\Preload","3","%LVAR%"
  89. System,ErrorOff
  90. RegRead,"HKLM","Tmp_setupreg_hiv\ControlSet001\Control\Keyboard Layouts\%LVAR%","Layout File","%Variable%"
  91. System,ErrorOff
  92. FileCopy,"%BootSRC%\Windows\System32\%Variable%","%TargetDir%\Windows\System32"
  93. #FileCopy,"%BootSRC%\Windows\System32\KBD*.DLL","%TargetDir%\Windows\System32"
  94. #
  95. RegRead,"HKLM","Tmp_setupreg_hiv\ControlSet001\Control\Nls\CodePage","ACP","%Variable%"
  96. FileCopy,"%BootSRC%\Windows\System32\C_%Variable%.NLS","%TargetDir%\Windows\System32"
  97. RegRead,"HKLM","Tmp_setupreg_hiv\ControlSet001\Control\Nls\CodePage","MACCP","%Variable%"
  98. FileCopy,"%BootSRC%\Windows\System32\C_%Variable%.NLS","%TargetDir%\Windows\System32"
  99. RegRead,"HKLM","Tmp_setupreg_hiv\ControlSet001\Control\Nls\CodePage","OEMCP","%Variable%"
  100. FileCopy,"%BootSRC%\Windows\System32\C_%Variable%.NLS","%TargetDir%\Windows\System32"
  101. RegRead,"HKLM","Tmp_setupreg_hiv\ControlSet001\Control\Nls\CodePage","OEMHAL","%Variable%"
  102. FileCopy,"%BootSRC%\Windows\Fonts\%Variable%","%TargetDir%\Windows\Fonts"
  103. RegRead,"HKLM","Tmp_software\Microsoft\Windows NT\CurrentVersion\Console\RasterFonts","CGA40WOA.FON","%Variable%"
  104. FileCopy,"%BootSRC%\Windows\Fonts\%Variable%","%TargetDir%\Windows\Fonts"
  105. RegRead,"HKLM","Tmp_software\Microsoft\Windows NT\CurrentVersion\Console\RasterFonts","CGA80WOA.FON","%Variable%"
  106. FileCopy,"%BootSRC%\Windows\Fonts\%Variable%","%TargetDir%\Windows\Fonts"
  107. RegRead,"HKLM","Tmp_software\Microsoft\Windows NT\CurrentVersion\Console\RasterFonts","EGA40WOA.FON","%Variable%"
  108. FileCopy,"%BootSRC%\Windows\Fonts\%Variable%","%TargetDir%\Windows\Fonts"
  109. RegRead,"HKLM","Tmp_software\Microsoft\Windows NT\CurrentVersion\Console\RasterFonts","EGA80WOA.FON","%Variable%"
  110. FileCopy,"%BootSRC%\Windows\Fonts\%Variable%","%TargetDir%\Windows\Fonts"
  111. RegRead,"HKLM","Tmp_software\Microsoft\Windows NT\CurrentVersion\Console\RasterFonts","woafont","%Variable%"
  112. FileCopy,"%BootSRC%\Windows\Fonts\%Variable%","%TargetDir%\Windows\Fonts"
  113. RegRead,"HKLM","Tmp_software\Microsoft\Windows NT\CurrentVersion\GRE_Initialize\LargeFont","FIXEDFON.FON","%Variable%"
  114. FileCopy,"%BootSRC%\Windows\Fonts\%Variable%","%TargetDir%\Windows\Fonts"
  115. RegRead,"HKLM","Tmp_software\Microsoft\Windows NT\CurrentVersion\GRE_Initialize\LargeFont","FONTS.FON","%Variable%"
  116. FileCopy,"%BootSRC%\Windows\Fonts\%Variable%","%TargetDir%\Windows\Fonts"
  117. RegRead,"HKLM","Tmp_software\Microsoft\Windows NT\CurrentVersion\GRE_Initialize\LargeFont","OEMFONT.FON","%Variable%"
  118. FileCopy,"%BootSRC%\Windows\Fonts\%Variable%","%TargetDir%\Windows\Fonts"
  119. RegRead,"HKLM","Tmp_software\Microsoft\Windows NT\CurrentVersion\GRE_Initialize\SmallFont","FIXEDFON.FON","%Variable%"
  120. FileCopy,"%BootSRC%\Windows\Fonts\%Variable%","%TargetDir%\Windows\Fonts"
  121. RegRead,"HKLM","Tmp_software\Microsoft\Windows NT\CurrentVersion\GRE_Initialize\SmallFont","FONTS.FON","%Variable%"
  122. FileCopy,"%BootSRC%\Windows\Fonts\%Variable%","%TargetDir%\Windows\Fonts"
  123. RegRead,"HKLM","Tmp_software\Microsoft\Windows NT\CurrentVersion\GRE_Initialize\SmallFont","OEMFONT.FON","%Variable%"
  124. FileCopy,"%BootSRC%\Windows\Fonts\%Variable%","%TargetDir%\Windows\Fonts"
  125. #
  126. RegWrite,HKLM,0x1,"Tmp_default\Keyboard Layout\Toggle","Hotkey","2"
  127. RegWrite,HKLM,0x1,"Tmp_default\Keyboard Layout\Toggle","Language Hotkey","2"
  128. RegWrite,HKLM,0x1,"Tmp_default\Keyboard Layout\Toggle","Layout Hotkey","3"
  129. #
  130. RegHiveUnLoad,"Tmp_software"
  131. RegHiveUnLoad,"Tmp_setupreg_hiv"
  132. RegHiveUnLoad,"Tmp_default"
  133. #
  134.  
  135. [italian]
  136. #by online
  137. FileCopy,"%BootSRC%\Windows\System32\KBDIT.DLL","%TargetDir%\Windows\System32"
  138. RegHiveLoad,Tmp_setupreg_hiv,%RegSystem%
  139. RegWrite,"HKLM","0x1","Tmp_setupreg_hiv\ControlSet001\Control\Nls\CodePage","ACP","1252"
  140. RegWrite,"HKLM","0x1","Tmp_setupreg_hiv\ControlSet001\Control\Nls\CodePage","OEMCP","850"
  141. RegWrite,"HKLM","0x1","Tmp_setupreg_hiv\ControlSet001\Control\Nls\CodePage","MACCP","10000"
  142. RegWrite,"HKLM","0x1","Tmp_setupreg_hiv\ControlSet001\Control\Nls\CodePage","OEMHAL","vgaoem.fon"
  143. RegWrite,"HKLM","0x1","Tmp_setupreg_hiv\ControlSet001\Control\Nls\Language","Default","0410"
  144. RegWrite,"HKLM","0x1","Tmp_setupreg_hiv\ControlSet001\Control\Nls\Language","InstallLanguage","0409"
  145. RegWrite,"HKLM","0x1","Tmp_setupreg_hiv\ControlSet001\Control\Nls\Locale",,"00000410"
  146. RegWrite,"HKLM","0x1","Tmp_setupreg_hiv\ControlSet001\Control\Nls\Locale","(Default)","00000410"
  147. RegWrite,"HKLM","0x4","Tmp_setupreg_hiv\ControlSet001\Control\TimeZoneInformation","Bias","-60"
  148. RegWrite,"HKLM","0x1","Tmp_setupreg_hiv\ControlSet001\Control\TimeZoneInformation","StandardName","@tzres.dll,-322"
  149. RegWrite,"HKLM","0x4","Tmp_setupreg_hiv\ControlSet001\Control\TimeZoneInformation","StandardBias","0"
  150. RegWrite,"HKLM","0x3","Tmp_setupreg_hiv\ControlSet001\Control\TimeZoneInformation","StandardStart","00","00","0a","00","05","00","03","00","00","00","00","00","00","00","00","00"
  151. RegWrite,"HKLM","0x1","Tmp_setupreg_hiv\ControlSet001\Control\TimeZoneInformation","DaylightName","@tzres.dll,-321"
  152. RegWrite,"HKLM","0x4","Tmp_setupreg_hiv\ControlSet001\Control\TimeZoneInformation","DaylightBias","-60"
  153. RegWrite,"HKLM","0x3","Tmp_setupreg_hiv\ControlSet001\Control\TimeZoneInformation","DaylightStart","00","00","03","00","05","00","02","00","00","00","00","00","00","00","00","00"
  154. RegWrite,"HKLM","0x1","Tmp_setupreg_hiv\ControlSet001\Control\TimeZoneInformation","TimeZoneKeyName","W. Europe Standard Time"
  155. RegWrite,"HKLM","0x4","Tmp_setupreg_hiv\ControlSet001\Control\TimeZoneInformation","DynamicDaylightTimeDisabled","0"
  156. RegWrite,"HKLM","0x4","Tmp_setupreg_hiv\ControlSet001\Control\TimeZoneInformation","ActiveTimeBias","-60"
  157. RegHiveUnLoad,"Tmp_setupreg_hiv"
  158. RegHiveLoad,Tmp_default,%RegUser%
  159. RegWrite,"HKLM","0x1","Tmp_default\Control Panel\International","Locale","00000410"
  160. RegWrite,"HKLM","0x1","Tmp_default\Control Panel\International","LocaleName","it-IT"
  161. RegWrite,"HKLM","0x1","Tmp_default\Control Panel\International","s1159",""
  162. RegWrite,"HKLM","0x1","Tmp_default\Control Panel\International","s2359",""
  163. RegWrite,"HKLM","0x1","Tmp_default\Control Panel\International","sCountry","Italia"
  164. RegWrite,"HKLM","0x1","Tmp_default\Control Panel\International","sCurrency","Ç"
  165. RegWrite,"HKLM","0x1","Tmp_default\Control Panel\International","sDate","/"
  166. RegWrite,"HKLM","0x1","Tmp_default\Control Panel\International","sDecimal",","
  167. RegWrite,"HKLM","0x1","Tmp_default\Control Panel\International","sGrouping","3;0"
  168. RegWrite,"HKLM","0x1","Tmp_default\Control Panel\International","sLanguage","ITA"
  169. RegWrite,"HKLM","0x1","Tmp_default\Control Panel\International","sList",";"
  170. RegWrite,"HKLM","0x1","Tmp_default\Control Panel\International","sLongDate","dddd d MMMM yyyy"
  171. RegWrite,"HKLM","0x1","Tmp_default\Control Panel\International","sMonDecimalSep",","
  172. RegWrite,"HKLM","0x1","Tmp_default\Control Panel\International","sMonGrouping","3;0"
  173. RegWrite,"HKLM","0x1","Tmp_default\Control Panel\International","sMonThousandSep","."
  174. RegWrite,"HKLM","0x1","Tmp_default\Control Panel\International","sNativeDigits","0123456789"
  175. RegWrite,"HKLM","0x1","Tmp_default\Control Panel\International","sNegativeSign","-"
  176. RegWrite,"HKLM","0x1","Tmp_default\Control Panel\International","sPositiveSign",""
  177. RegWrite,"HKLM","0x1","Tmp_default\Control Panel\International","sShortDate","dd/MM/yyyy"
  178. RegWrite,"HKLM","0x1","Tmp_default\Control Panel\International","sThousand","."
  179. RegWrite,"HKLM","0x1","Tmp_default\Control Panel\International","sTime","."
  180. RegWrite,"HKLM","0x1","Tmp_default\Control Panel\International","sTimeFormat","H.mm"
  181. RegWrite,"HKLM","0x1","Tmp_default\Control Panel\International","sYearMonth","MMMM yyyy"
  182. RegWrite,"HKLM","0x1","Tmp_default\Control Panel\International","iCalendarType","1"
  183. RegWrite,"HKLM","0x1","Tmp_default\Control Panel\International","iCountry","39"
  184. RegWrite,"HKLM","0x1","Tmp_default\Control Panel\International","iCurrDigits","2"
  185. RegWrite,"HKLM","0x1","Tmp_default\Control Panel\International","iCurrency","2"
  186. RegWrite,"HKLM","0x1","Tmp_default\Control Panel\International","iDate","1"
  187. RegWrite,"HKLM","0x1","Tmp_default\Control Panel\International","iDigits","2"
  188. RegWrite,"HKLM","0x1","Tmp_default\Control Panel\International","NumShape","1"
  189. RegWrite,"HKLM","0x1","Tmp_default\Control Panel\International","iFirstDayOfWeek","0"
  190. RegWrite,"HKLM","0x1","Tmp_default\Control Panel\International","iFirstWeekOfYear","2"
  191. RegWrite,"HKLM","0x1","Tmp_default\Control Panel\International","iLZero","1"
  192. RegWrite,"HKLM","0x1","Tmp_default\Control Panel\International","iMeasure","0"
  193. RegWrite,"HKLM","0x1","Tmp_default\Control Panel\International","iNegCurr","9"
  194. RegWrite,"HKLM","0x1","Tmp_default\Control Panel\International","iNegNumber","1"
  195. RegWrite,"HKLM","0x1","Tmp_default\Control Panel\International","iPaperSize","9"
  196. RegWrite,"HKLM","0x1","Tmp_default\Control Panel\International","iTime","1"
  197. RegWrite,"HKLM","0x1","Tmp_default\Control Panel\International","iTimePrefix","0"
  198. RegWrite,"HKLM","0x1","Tmp_default\Control Panel\International","iTLZero","0"
  199. RegWrite,"HKLM","0x1","Tmp_default\Control Panel\International\Geo","Nation","118"
  200. RegWrite,"HKLM","0x1","Tmp_default\Keyboard Layout\Preload","1","00000410"
  201. RegDelete,HKLM,"Tmp_default\Software\Microsoft\CTF\Assemblies\0x00000409",""
  202. RegWrite,"HKLM","0x1","Tmp_default\Software\Microsoft\CTF\Assemblies\0x00000410\{34745C63-B2F0-4784-8B67-5E12C8701A31}","Default","{00000000-0000-0000-0000-000000000000}"
  203. RegWrite,"HKLM","0x1","Tmp_default\Software\Microsoft\CTF\Assemblies\0x00000410\{34745C63-B2F0-4784-8B67-5E12C8701A31}","Profile","{00000000-0000-0000-0000-000000000000}"
  204. RegWrite,"HKLM","0x4","Tmp_default\Software\Microsoft\CTF\Assemblies\0x00000410\{34745C63-B2F0-4784-8B67-5E12C8701A31}","KeyboardLayout","68158480"
  205. RegHiveUnLoad,"Tmp_default"
  206.  
  207. [uk]
  208. #by martinr
  209. FileCopy,"%BootSRC%\Windows\System32\KBDUK.DLL","%TargetDir%\Windows\System32"
  210. FileCopy,"%BootSRC%\Windows\System32\KBDUKX.DLL","%TargetDir%\Windows\System32"
  211. RegHiveLoad,Tmp_setupreg_hiv,%RegSystem%
  212. RegWrite,HKLM,0x1,"Tmp_setupreg_hiv\ControlSet001\Control\Nls\CodePage","ACP","1252"
  213. RegWrite,HKLM,0x1,"Tmp_setupreg_hiv\ControlSet001\Control\Nls\CodePage","MACCP","10000"
  214. RegWrite,HKLM,0x1,"Tmp_setupreg_hiv\ControlSet001\Control\Nls\CodePage","OEMCP","850"
  215. RegWrite,HKLM,0x1,"Tmp_setupreg_hiv\ControlSet001\Control\Nls\CodePage","OEMHAL","vgaoem.fon"
  216. RegWrite,HKLM,0x1,"Tmp_setupreg_hiv\ControlSet001\Control\Nls\Language","Default","0809"
  217. RegWrite,HKLM,0x1,"Tmp_setupreg_hiv\ControlSet001\Control\Nls\Language","InstallLanguage","0409"
  218. RegWrite,HKLM,0x1,"Tmp_setupreg_hiv\ControlSet001\Control\Nls\Locale","","00000409"
  219. RegWrite,HKLM,0x1,"Tmp_setupreg_hiv\ControlSet001\Control\Nls\Locale","(Default)","00000809"
  220. RegWrite,HKLM,0x1,"Tmp_setupreg_hiv\ControlSet001\Control\TimeZoneInformation","DaylightName",""
  221. RegWrite,HKLM,0x1,"Tmp_setupreg_hiv\ControlSet001\Control\TimeZoneInformation","StandardName","@tzres.dll,-262"
  222. RegWrite,HKLM,0x1,"Tmp_setupreg_hiv\ControlSet001\Control\TimeZoneInformation","TimeZoneKeyName","GMT Standard Time"
  223. RegWrite,HKLM,0x3,"Tmp_setupreg_hiv\ControlSet001\Control\TimeZoneInformation","DaylightStart","00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00"
  224. RegWrite,HKLM,0x3,"Tmp_setupreg_hiv\ControlSet001\Control\TimeZoneInformation","StandardStart","00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00"
  225. RegWrite,HKLM,0x4,"Tmp_setupreg_hiv\ControlSet001\Control\TimeZoneInformation","Bias","0"
  226. RegWrite,HKLM,0x4,"Tmp_setupreg_hiv\ControlSet001\Control\TimeZoneInformation","DaylightBias","0"
  227. RegWrite,HKLM,0x4,"Tmp_setupreg_hiv\ControlSet001\Control\TimeZoneInformation","DynamicDaylightTimeDisabled","1"
  228. RegWrite,HKLM,0x4,"Tmp_setupreg_hiv\ControlSet001\Control\TimeZoneInformation","StandardBias","0"
  229. RegHiveUnLoad,Tmp_setupreg_hiv
  230. RegHiveLoad,Tmp_default,%RegUser%
  231. RegWrite,HKLM,0x1,"Tmp_default\Control Panel\International","Locale","00000809"
  232. RegWrite,HKLM,0x1,"Tmp_default\Control Panel\International","LocaleName","en-GB"
  233. RegWrite,HKLM,0x1,"Tmp_default\Control Panel\International","NumShape","1"
  234. RegWrite,HKLM,0x1,"Tmp_default\Control Panel\International","iCalendarType","1"
  235. RegWrite,HKLM,0x1,"Tmp_default\Control Panel\International","iCountry","44"
  236. RegWrite,HKLM,0x1,"Tmp_default\Control Panel\International","iCurrDigits","2"
  237. RegWrite,HKLM,0x1,"Tmp_default\Control Panel\International","iCurrency","0"
  238. RegWrite,HKLM,0x1,"Tmp_default\Control Panel\International","iDate","1"
  239. RegWrite,HKLM,0x1,"Tmp_default\Control Panel\International","iDigits","2"
  240. RegWrite,HKLM,0x1,"Tmp_default\Control Panel\International","iFirstDayOfWeek","0"
  241. RegWrite,HKLM,0x1,"Tmp_default\Control Panel\International","iFirstWeekOfYear","0"
  242. RegWrite,HKLM,0x1,"Tmp_default\Control Panel\International","iLZero","1"
  243. RegWrite,HKLM,0x1,"Tmp_default\Control Panel\International","iMeasure","0"
  244. RegWrite,HKLM,0x1,"Tmp_default\Control Panel\International","iNegCurr","1"
  245. RegWrite,HKLM,0x1,"Tmp_default\Control Panel\International","iNegNumber","1"
  246. RegWrite,HKLM,0x1,"Tmp_default\Control Panel\International","iPaperSize","9"
  247. RegWrite,HKLM,0x1,"Tmp_default\Control Panel\International","iTLZero","1"
  248. RegWrite,HKLM,0x1,"Tmp_default\Control Panel\International","iTime","1"
  249. RegWrite,HKLM,0x1,"Tmp_default\Control Panel\International","iTimePrefix","0"
  250. RegWrite,HKLM,0x1,"Tmp_default\Control Panel\International","s1159","AM"
  251. RegWrite,HKLM,0x1,"Tmp_default\Control Panel\International","s2359","PM"
  252. RegWrite,HKLM,0x1,"Tmp_default\Control Panel\International","sCountry","United Kingdom"
  253. RegWrite,HKLM,0x1,"Tmp_default\Control Panel\International","sCurrency","ú"
  254. RegWrite,HKLM,0x1,"Tmp_default\Control Panel\International","sDate","/"
  255. RegWrite,HKLM,0x1,"Tmp_default\Control Panel\International","sDecimal","."
  256. RegWrite,HKLM,0x1,"Tmp_default\Control Panel\International","sGrouping","3;0"
  257. RegWrite,HKLM,0x1,"Tmp_default\Control Panel\International","sLanguage","ENG"
  258. RegWrite,HKLM,0x1,"Tmp_default\Control Panel\International","sList",","
  259. RegWrite,HKLM,0x1,"Tmp_default\Control Panel\International","sLongDate","dd MMMM yyyy"
  260. RegWrite,HKLM,0x1,"Tmp_default\Control Panel\International","sMonDecimalSep","."
  261. RegWrite,HKLM,0x1,"Tmp_default\Control Panel\International","sMonGrouping","3;0"
  262. RegWrite,HKLM,0x1,"Tmp_default\Control Panel\International","sMonThousandSep",","
  263. RegWrite,HKLM,0x1,"Tmp_default\Control Panel\International","sNativeDigits","0123456789"
  264. RegWrite,HKLM,0x1,"Tmp_default\Control Panel\International","sNegativeSign","-"
  265. RegWrite,HKLM,0x1,"Tmp_default\Control Panel\International","sPositiveSign",""
  266. RegWrite,HKLM,0x1,"Tmp_default\Control Panel\International","sShortDate","dd/MM/yyyy"
  267. RegWrite,HKLM,0x1,"Tmp_default\Control Panel\International","sThousand",","
  268. RegWrite,HKLM,0x1,"Tmp_default\Control Panel\International","sTime",":"
  269. RegWrite,HKLM,0x1,"Tmp_default\Control Panel\International","sTimeFormat","HH:mm:ss"
  270. RegWrite,HKLM,0x1,"Tmp_default\Control Panel\International","sYearMonth","MMMM yyyy"
  271. RegWrite,HKLM,0x1,"Tmp_default\Control Panel\International\Geo","Nation","242"
  272. RegWrite,HKLM,0x1,"Tmp_default\Keyboard Layout\Preload","1","00000809"
  273. RegDelete,HKLM,"Tmp_default\Software\Microsoft\CTF\Assemblies\0x00000409",""
  274. RegWrite,HKLM,0x1,"Tmp_default\Software\Microsoft\CTF\Assemblies\0x00000809\{34745C63-B2F0-4784-8B67-5E12C8701A31}","Default","{00000000-0000-0000-0000-000000000000}"
  275. RegWrite,HKLM,0x1,"Tmp_default\Software\Microsoft\CTF\Assemblies\0x00000809\{34745C63-B2F0-4784-8B67-5E12C8701A31}","Profile","{00000000-0000-0000-0000-000000000000}"
  276. RegWrite,HKLM,0x4,"Tmp_default\Software\Microsoft\CTF\Assemblies\0x00000809\{34745C63-B2F0-4784-8B67-5E12C8701A31}","KeyboardLayout","0x08090809"
  277. RegHiveUnLoad,Tmp_default
  278.  
  279. [turkish]
  280. #by Max_Real Qnx changed by Markus Debus
  281. FileCopy,"%BootSRC%\Windows\System32\KBDTUQ.DLL","%TargetDir%\Windows\System32"
  282. FileCopy,"%BootSRC%\Windows\System32\KBDTUF.DLL","%TargetDir%\Windows\System32"
  283. FileCopy,"%BootSRC%\Windows\System32\KBDUK.DLL","%TargetDir%\Windows\System32"
  284. FileCopy,"%BootSRC%\Windows\System32\KBDUKX.DLL","%TargetDir%\Windows\System32"
  285. FileCopy,"%BootSRC%\Windows\Fonts\app857.fon","%TargetDir%\Windows\Fonts"
  286. FileCopy,"%BootSRC%\Windows\Fonts\CGA40857.FON","%TargetDir%\Windows\Fonts"
  287. FileCopy,"%BootSRC%\Windows\Fonts\EGA40857.FON","%TargetDir%\Windows\Fonts"
  288. FileCopy,"%BootSRC%\Windows\Fonts\CGA80857.FON","%TargetDir%\Windows\Fonts"
  289. FileCopy,"%BootSRC%\Windows\Fonts\EGA80857.FON","%TargetDir%\Windows\Fonts"
  290. FileCopy,"%BootSRC%\Windows\Fonts\8514fixt.fon","%TargetDir%\Windows\Fonts"
  291. FileCopy,"%BootSRC%\Windows\Fonts\8514syst.fon","%TargetDir%\Windows\Fonts"
  292. FileCopy,"%BootSRC%\Windows\Fonts\8514oemt.fon","%TargetDir%\Windows\Fonts"
  293. FileCopy,"%BootSRC%\Windows\Fonts\vgafixt.fon","%TargetDir%\Windows\Fonts"
  294. FileCopy,"%BootSRC%\Windows\Fonts\vgasyst.fon","%TargetDir%\Windows\Fonts"
  295. FileCopy,"%BootSRC%\Windows\Fonts\vga857.fon","%TargetDir%\Windows\Fonts"
  296. FileCopy,"%BootSRC%\Windows\System32\C_1254.NLS","%TargetDir%\Windows\System32"
  297. FileCopy,"%BootSRC%\Windows\System32\C_857.NLS","%TargetDir%\Windows\System32"
  298. FileCopy,"%BootSRC%\Windows\System32\C_10081.NLS","%TargetDir%\Windows\System32"
  299. RegHiveLoad,WB-System,%RegSystem%
  300. RegHiveLoad,WB-Default,%RegUser%
  301. RegHiveLoad,WB-Software,%RegSoftware%
  302. #RegWrite,HKLM,0x1,"WB-Software\Microsoft\Windows NT\CurrentVersion\Console\Nls","00000409",""
  303. RegWrite,HKLM,0x1,"WB-Software\Microsoft\Windows NT\CurrentVersion\Console\RasterFonts","woafont","app857.fon"
  304. RegWrite,HKLM,0x1,"WB-Software\Microsoft\Windows NT\CurrentVersion\Console\RasterFonts","CGA40WOA.FON","CGA40857.FON"
  305. RegWrite,HKLM,0x1,"WB-Software\Microsoft\Windows NT\CurrentVersion\Console\RasterFonts","CGA80WOA.FON","CGA80857.FON"
  306. RegWrite,HKLM,0x1,"WB-Software\Microsoft\Windows NT\CurrentVersion\Console\RasterFonts","EGA40WOA.FON","EGA40857.FON"
  307. RegWrite,HKLM,0x1,"WB-Software\Microsoft\Windows NT\CurrentVersion\Console\RasterFonts","EGA80WOA.FON","EGA80857.FON"
  308. #RegWrite,HKLM,0x1,"WB-Software\Microsoft\Windows NT\CurrentVersion\Console\TrueTypeFont","0","Lucida Console"
  309. RegWrite,HKLM,0x4,"WB-Software\Microsoft\Windows NT\CurrentVersion\GRE_Initialize","DisableRemoteFontBootCache","0"
  310. RegWrite,HKLM,0x1,"WB-Software\Microsoft\Windows NT\CurrentVersion\GRE_Initialize\LargeFont","FIXEDFON.FON","8514fixt.fon"
  311. RegWrite,HKLM,0x1,"WB-Software\Microsoft\Windows NT\CurrentVersion\GRE_Initialize\LargeFont","FONTS.FON","8514syst.fon"
  312. RegWrite,HKLM,0x1,"WB-Software\Microsoft\Windows NT\CurrentVersion\GRE_Initialize\LargeFont","OEMFONT.FON","8514oemt.fon"
  313. RegWrite,HKLM,0x1,"WB-Software\Microsoft\Windows NT\CurrentVersion\GRE_Initialize\SmallFont","FIXEDFON.FON","vgafixt.fon"
  314. RegWrite,HKLM,0x1,"WB-Software\Microsoft\Windows NT\CurrentVersion\GRE_Initialize\SmallFont","FONTS.FON","vgasyst.fon"
  315. RegWrite,HKLM,0x1,"WB-Software\Microsoft\Windows NT\CurrentVersion\GRE_Initialize\SmallFont","OEMFONT.FON","vga857.fon"
  316. RegWrite,HKLM,0x1,"WB-System\ControlSet001\Control\Nls\CodePage","ACP","1254"
  317. RegWrite,HKLM,0x1,"WB-System\ControlSet001\Control\Nls\CodePage","OEMCP","857"
  318. RegWrite,HKLM,0x1,"WB-System\ControlSet001\Control\Nls\CodePage","MACCP","10081"
  319. RegWrite,HKLM,0x1,"WB-System\ControlSet001\Control\Nls\CodePage","OEMHAL","vgaoem.fon"
  320. RegWrite,HKLM,0x1,"WB-System\ControlSet001\Control\Nls\Language","Default","041f"
  321. RegWrite,HKLM,0x1,"WB-System\ControlSet001\Control\Nls\Language","InstallLanguage","041f"
  322. RegWrite,HKLM,0x1,"WB-System\ControlSet001\Control\Nls\Locale","","0000041f"
  323. RegWrite,HKLM,0x1,"WB-System\ControlSet001\Control\Nls\Locale","(Default)","0000041f"
  324. #RegWrite,HKLM,0x4,"WB-System\ControlSet001\Control\MUI","CacheConfig","1"
  325. RegWrite,HKLM,0x7,"WB-System\ControlSet001\Control\MUI\UILanguages\tr-TR","en-US",""
  326. RegWrite,HKLM,0x7,"WB-System\ControlSet001\Control\Nls\Language","InstallLanguageFallback","en-US"
  327. RegWrite,HKLM,0x1,"WB-Default\Control Panel\International","Locale","0000041f"
  328. RegWrite,HKLM,0x1,"WB-Default\Control Panel\International","LocaleName","tr-TR"
  329. RegWrite,HKLM,0x1,"WB-Default\Control Panel\International","s1159",""
  330. RegWrite,HKLM,0x1,"WB-Default\Control Panel\International","s2359",""
  331. RegWrite,HKLM,0x1,"WB-Default\Control Panel\International","sCountry","Tⁿrkiye"
  332. RegWrite,HKLM,0x1,"WB-Default\Control Panel\International","sCurrency","YTL"
  333. RegWrite,HKLM,0x1,"WB-Default\Control Panel\International","sDate","."
  334. RegWrite,HKLM,0x1,"WB-Default\Control Panel\International","sDecimal",","
  335. RegWrite,HKLM,0x1,"WB-Default\Control Panel\International","sGrouping","3;0"
  336. RegWrite,HKLM,0x1,"WB-Default\Control Panel\International","sLanguage","TRK"
  337. RegWrite,HKLM,0x1,"WB-Default\Control Panel\International","sList",";"
  338. RegWrite,HKLM,0x1,"WB-Default\Control Panel\International","sLongDate","dd MMMM yyyy dddd"
  339. RegWrite,HKLM,0x1,"WB-Default\Control Panel\International","sMonDecimalSep",","
  340. RegWrite,HKLM,0x1,"WB-Default\Control Panel\International","sMonGrouping","3;0"
  341. RegWrite,HKLM,0x1,"WB-Default\Control Panel\International","sMonThousandSep","."
  342. RegWrite,HKLM,0x1,"WB-Default\Control Panel\International","sNativeDigits","0123456789"
  343. RegWrite,HKLM,0x1,"WB-Default\Control Panel\International","sNegativeSign","-"
  344. RegWrite,HKLM,0x1,"WB-Default\Control Panel\International","sPositiveSign",""
  345. RegWrite,HKLM,0x1,"WB-Default\Control Panel\International","sShortDate","dd.MM.yyyy"
  346. RegWrite,HKLM,0x1,"WB-Default\Control Panel\International","sThousand","."
  347. RegWrite,HKLM,0x1,"WB-Default\Control Panel\International","sTime",":"
  348. RegWrite,HKLM,0x1,"WB-Default\Control Panel\International","sTimeFormat","HH:mm:ss"
  349. RegWrite,HKLM,0x1,"WB-Default\Control Panel\International","sYearMonth","MMMM yyyy"
  350. RegWrite,HKLM,0x1,"WB-Default\Control Panel\International","iCalendarType","1"
  351. RegWrite,HKLM,0x1,"WB-Default\Control Panel\International","iCountry","90"
  352. RegWrite,HKLM,0x1,"WB-Default\Control Panel\International","iCurrDigits","2"
  353. RegWrite,HKLM,0x1,"WB-Default\Control Panel\International","iCurrency","3"
  354. RegWrite,HKLM,0x1,"WB-Default\Control Panel\International","iDate","1"
  355. RegWrite,HKLM,0x1,"WB-Default\Control Panel\International","iDigits","2"
  356. RegWrite,HKLM,0x1,"WB-Default\Control Panel\International","NumShape","1"
  357. RegWrite,HKLM,0x1,"WB-Default\Control Panel\International","iFirstDayOfWeek","0"
  358. RegWrite,HKLM,0x1,"WB-Default\Control Panel\International","iFirstWeekOfYear","0"
  359. RegWrite,HKLM,0x1,"WB-Default\Control Panel\International","iLZero","1"
  360. RegWrite,HKLM,0x1,"WB-Default\Control Panel\International","iMeasure","0"
  361. RegWrite,HKLM,0x1,"WB-Default\Control Panel\International","iNegCurr","8"
  362. RegWrite,HKLM,0x1,"WB-Default\Control Panel\International","iNegNumber","1"
  363. RegWrite,HKLM,0x1,"WB-Default\Control Panel\International","iPaperSize","9"
  364. RegWrite,HKLM,0x1,"WB-Default\Control Panel\International","iTime","1"
  365. RegWrite,HKLM,0x1,"WB-Default\Control Panel\International","iTimePrefix","0"
  366. RegWrite,HKLM,0x1,"WB-Default\Control Panel\International","iTLZero","1"
  367. RegWrite,HKLM,0x1,"WB-Default\Control Panel\International\Geo","Nation","235"
  368. RegWrite,HKLM,0x1,"WB-Default\Keyboard Layout\Preload","2","00000409"
  369. RegWrite,HKLM,0x1,"WB-Default\Keyboard Layout\Preload","1","0000041f"
  370. RegHiveUnLoad,WB-System
  371. RegHiveUnLoad,WB-Default
  372. RegHiveUnLoad,WB-Software
  373.  
  374. [russian]
  375. #by NightMan
  376. FileCopy,"%BootSRC%\Windows\System32\KBDRU.DLL","%TargetDir%\Windows\System32"
  377. FileCopy,"%BootSRC%\Windows\System32\KBDRU1.DLL","%TargetDir%\Windows\System32"
  378. FileCopy,"%BootSRC%\Windows\Fonts\CGA40866.FON","%TargetDir%\Windows\Fonts"
  379. FileCopy,"%BootSRC%\Windows\Fonts\EGA40866.FON","%TargetDir%\Windows\Fonts"
  380. FileCopy,"%BootSRC%\Windows\Fonts\CGA80866.FON","%TargetDir%\Windows\Fonts"
  381. FileCopy,"%BootSRC%\Windows\Fonts\EGA80866.FON","%TargetDir%\Windows\Fonts"
  382. FileCopy,"%BootSRC%\Windows\Fonts\vga866.FON","%TargetDir%\Windows\Fonts"
  383. FileCopy,"%BootSRC%\Windows\Fonts\app866.fon","%TargetDir%\Windows\Fonts"
  384. FileCopy,"%BootSRC%\Windows\Fonts\8514fixr.fon","%TargetDir%\Windows\Fonts"
  385. FileCopy,"%BootSRC%\Windows\Fonts\8514sysr.fon","%TargetDir%\Windows\Fonts"
  386. FileCopy,"%BootSRC%\Windows\Fonts\8514oemr.fon","%TargetDir%\Windows\Fonts"
  387. FileCopy,"%BootSRC%\Windows\Fonts\vgafixr.fon","%TargetDir%\Windows\Fonts"
  388. FileCopy,"%BootSRC%\Windows\Fonts\vgasysr.fon","%TargetDir%\Windows\Fonts"
  389. FileCopy,"%BootSRC%\Windows\Fonts\vga866.fon","%TargetDir%\Windows\Fonts"
  390. FileCopy,"%BootSRC%\Windows\System32\C_10007.NLS","%TargetDir%\Windows\System32"
  391. FileCopy,"%BootSRC%\Windows\System32\C_866.NLS","%TargetDir%\Windows\System32"
  392. FileCopy,"%BootSRC%\Windows\System32\C_1251.NLS","%TargetDir%\Windows\System32"
  393. RegHiveLoad,Tmp_setupreg_hiv,%RegSystem%
  394. RegWrite,HKLM,0x1,"Tmp_setupreg_hiv\ControlSet001\Control\MUI\UILanguages\ru-RU","DefaultFallback","en-US"
  395. RegWrite,HKLM,0x1,"Tmp_setupreg_hiv\ControlSet001\Control\Nls\CodePage","ACP","1251"
  396. RegWrite,HKLM,0x1,"Tmp_setupreg_hiv\ControlSet001\Control\Nls\CodePage","MACCP","10007"
  397. RegWrite,HKLM,0x1,"Tmp_setupreg_hiv\ControlSet001\Control\Nls\CodePage","OEMCP","866"
  398. RegWrite,HKLM,0x1,"Tmp_setupreg_hiv\ControlSet001\Control\Nls\CodePage","OEMHAL","vgaoem.fon"
  399. RegWrite,HKLM,0x1,"Tmp_setupreg_hiv\ControlSet001\Control\Nls\Language","Default","0419"
  400. RegWrite,HKLM,0x1,"Tmp_setupreg_hiv\ControlSet001\Control\Nls\Language","InstallLanguage","0419"
  401. RegWrite,HKLM,0x1,"Tmp_setupreg_hiv\ControlSet001\Control\Nls\Locale","","00000419"
  402. RegWrite,HKLM,0x1,"Tmp_setupreg_hiv\ControlSet001\Control\Nls\Locale","(Default)","00000419"
  403. RegWrite,HKLM,0x1,"Tmp_setupreg_hiv\ControlSet001\Control\TimeZoneInformation","DaylightName",""
  404. RegWrite,HKLM,0x1,"Tmp_setupreg_hiv\ControlSet001\Control\TimeZoneInformation","StandardName","@tzres.dll,-422"
  405. RegWrite,HKLM,0x1,"Tmp_setupreg_hiv\ControlSet001\Control\TimeZoneInformation","TimeZoneKeyName","Russian Standard Time"
  406. RegWrite,HKLM,0x3,"Tmp_setupreg_hiv\ControlSet001\Control\TimeZoneInformation","DaylightStart","00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00"
  407. RegWrite,HKLM,0x3,"Tmp_setupreg_hiv\ControlSet001\Control\TimeZoneInformation","StandardStart","00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00"
  408. RegWrite,HKLM,0x4,"Tmp_setupreg_hiv\ControlSet001\Control\MUI\UILanguages\ru-RU","LCID","1049"
  409. RegWrite,HKLM,0x4,"Tmp_setupreg_hiv\ControlSet001\Control\MUI\UILanguages\ru-RU","Type","146"
  410. RegWrite,HKLM,0x4,"Tmp_setupreg_hiv\ControlSet001\Control\TimeZoneInformation","Bias","-180"
  411. RegWrite,HKLM,0x4,"Tmp_setupreg_hiv\ControlSet001\Control\TimeZoneInformation","DaylightBias","0"
  412. RegWrite,HKLM,0x4,"Tmp_setupreg_hiv\ControlSet001\Control\TimeZoneInformation","DynamicDaylightTimeDisabled","1"
  413. RegWrite,HKLM,0x4,"Tmp_setupreg_hiv\ControlSet001\Control\TimeZoneInformation","StandardBias","0"
  414. RegWrite,HKLM,0x7,"Tmp_setupreg_hiv\ControlSet001\Control\MUI\UILanguages\ru-RU","en-US",""
  415. RegWrite,HKLM,0x7,"Tmp_setupreg_hiv\ControlSet001\Control\Nls\Language","InstallLanguageFallback","en-US"
  416. RegHiveUnLoad,Tmp_setupreg_hiv
  417. RegHiveLoad,Tmp_default,%RegUser%
  418. RegWrite,HKLM,0x1,"Tmp_default\Control Panel\International","Locale","00000419"
  419. RegWrite,HKLM,0x1,"Tmp_default\Control Panel\International","LocaleName","ru-RU"
  420. RegWrite,HKLM,0x1,"Tmp_default\Control Panel\International","NumShape","1"
  421. RegWrite,HKLM,0x1,"Tmp_default\Control Panel\International","iCalendarType","1"
  422. RegWrite,HKLM,0x1,"Tmp_default\Control Panel\International","iCountry","7"
  423. RegWrite,HKLM,0x1,"Tmp_default\Control Panel\International","iCurrDigits","2"
  424. RegWrite,HKLM,0x1,"Tmp_default\Control Panel\International","iCurrency","1"
  425. RegWrite,HKLM,0x1,"Tmp_default\Control Panel\International","iDate","1"
  426. RegWrite,HKLM,0x1,"Tmp_default\Control Panel\International","iDigits","2"
  427. RegWrite,HKLM,0x1,"Tmp_default\Control Panel\International","iFirstDayOfWeek","0"
  428. RegWrite,HKLM,0x1,"Tmp_default\Control Panel\International","iFirstWeekOfYear","0"
  429. RegWrite,HKLM,0x1,"Tmp_default\Control Panel\International","iLZero","1"
  430. RegWrite,HKLM,0x1,"Tmp_default\Control Panel\International","iMeasure","0"
  431. RegWrite,HKLM,0x1,"Tmp_default\Control Panel\International","iNegCurr","5"
  432. RegWrite,HKLM,0x1,"Tmp_default\Control Panel\International","iNegNumber","1"
  433. RegWrite,HKLM,0x1,"Tmp_default\Control Panel\International","iPaperSize","9"
  434. RegWrite,HKLM,0x1,"Tmp_default\Control Panel\International","iTLZero","0"
  435. RegWrite,HKLM,0x1,"Tmp_default\Control Panel\International","iTime","1"
  436. RegWrite,HKLM,0x1,"Tmp_default\Control Panel\International","iTimePrefix","0"
  437. RegWrite,HKLM,0x1,"Tmp_default\Control Panel\International","s1159",""
  438. RegWrite,HKLM,0x1,"Tmp_default\Control Panel\International","s2359",""
  439. RegWrite,HKLM,0x1,"Tmp_default\Control Panel\International","sCountry","╨ε±±Φ "
  440. RegWrite,HKLM,0x1,"Tmp_default\Control Panel\International","sCurrency","≡."
  441. RegWrite,HKLM,0x1,"Tmp_default\Control Panel\International","sDate","."
  442. RegWrite,HKLM,0x1,"Tmp_default\Control Panel\International","sDecimal",","
  443. RegWrite,HKLM,0x1,"Tmp_default\Control Panel\International","sGrouping","3;0"
  444. RegWrite,HKLM,0x1,"Tmp_default\Control Panel\International","sLanguage","RUS"
  445. RegWrite,HKLM,0x1,"Tmp_default\Control Panel\International","sList",";"
  446. RegWrite,HKLM,0x1,"Tmp_default\Control Panel\International","sLongDate","d MMMM yyyy 'π.'"
  447. RegWrite,HKLM,0x1,"Tmp_default\Control Panel\International","sMonDecimalSep",","
  448. RegWrite,HKLM,0x1,"Tmp_default\Control Panel\International","sMonGrouping","3;0"
  449. RegWrite,HKLM,0x1,"Tmp_default\Control Panel\International","sMonThousandSep","á"
  450. RegWrite,HKLM,0x1,"Tmp_default\Control Panel\International","sNativeDigits","0123456789"
  451. RegWrite,HKLM,0x1,"Tmp_default\Control Panel\International","sNegativeSign","-"
  452. RegWrite,HKLM,0x1,"Tmp_default\Control Panel\International","sPositiveSign",""
  453. RegWrite,HKLM,0x1,"Tmp_default\Control Panel\International","sShortDate","dd.MM.yyyy"
  454. RegWrite,HKLM,0x1,"Tmp_default\Control Panel\International","sThousand","á"
  455. RegWrite,HKLM,0x1,"Tmp_default\Control Panel\International","sTime",":"
  456. RegWrite,HKLM,0x1,"Tmp_default\Control Panel\International","sTimeFormat","H:mm:ss"
  457. RegWrite,HKLM,0x1,"Tmp_default\Control Panel\International","sYearMonth","MMMM yyyy"
  458. RegWrite,HKLM,0x1,"Tmp_default\Control Panel\International\Geo","Nation","203"
  459. RegWrite,HKLM,0x1,"Tmp_default\Keyboard Layout\Preload","1","00000409"
  460. RegWrite,HKLM,0x1,"Tmp_default\Keyboard Layout\Preload","2","00000419"
  461. RegWrite,HKLM,0x1,"Tmp_default\Keyboard Layout\Toggle","Hotkey","2"
  462. RegWrite,HKLM,0x1,"Tmp_default\Keyboard Layout\Toggle","Language Hotkey","2"
  463. RegWrite,HKLM,0x1,"Tmp_default\Keyboard Layout\Toggle","Layout Hotkey","3"
  464. RegHiveUnLoad,Tmp_default
  465. RegHiveLoad,"Tmp_software",%RegSoftware%
  466. RegWrite,"HKLM",0x1,"Tmp_software\Microsoft\Windows NT\CurrentVersion\Console\RasterFonts","CGA40WOA.FON","CGA40866.FON"
  467. RegWrite,"HKLM",0x1,"Tmp_software\Microsoft\Windows NT\CurrentVersion\Console\RasterFonts","CGA80WOA.FON","CGA80866.FON"
  468. RegWrite,"HKLM",0x1,"Tmp_software\Microsoft\Windows NT\CurrentVersion\Console\RasterFonts","EGA40WOA.FON","EGA40866.FON"
  469. RegWrite,"HKLM",0x1,"Tmp_software\Microsoft\Windows NT\CurrentVersion\Console\RasterFonts","EGA80WOA.FON","vga866.FON"
  470. RegWrite,"HKLM",0x1,"Tmp_software\Microsoft\Windows NT\CurrentVersion\Console\RasterFonts","woafont","app866.fon"
  471. RegWrite,"HKLM",0x1,"Tmp_software\Microsoft\Windows NT\CurrentVersion\GRE_Initialize\LargeFont","FIXEDFON.FON","8514fixr.fon"
  472. RegWrite,"HKLM",0x1,"Tmp_software\Microsoft\Windows NT\CurrentVersion\GRE_Initialize\LargeFont","FONTS.FON","8514sysr.fon"
  473. RegWrite,"HKLM",0x1,"Tmp_software\Microsoft\Windows NT\CurrentVersion\GRE_Initialize\LargeFont","OEMFONT.FON","8514oemr.fon"
  474. RegWrite,"HKLM",0x1,"Tmp_software\Microsoft\Windows NT\CurrentVersion\GRE_Initialize\SmallFont","FIXEDFON.FON","vgafixr.fon"
  475. RegWrite,"HKLM",0x1,"Tmp_software\Microsoft\Windows NT\CurrentVersion\GRE_Initialize\SmallFont","FONTS.FON","vgasysr.fon"
  476. RegWrite,"HKLM",0x1,"Tmp_software\Microsoft\Windows NT\CurrentVersion\GRE_Initialize\SmallFont","OEMFONT.FON","vga866.fon"
  477. RegWrite,"HKLM",0x4,"Tmp_software\Microsoft\Windows NT\CurrentVersion\FontMapper","DEFAULT","204"
  478. RegWrite,"HKLM",0x4,"Tmp_software\Microsoft\Windows NT\CurrentVersion\FontMapper","FIXEDSYS","36864"
  479. RegHiveUnLoad,"Tmp_software"
  480.  
  481. [greek]
  482. #by Larryg4
  483. FileCopy,"%BootSRC%\Windows\System32\KBDGKL.DLL","%TargetDir%\Windows\System32"
  484. FileCopy,"%BootSRC%\Windows\Fonts\CGA40737.FON","%TargetDir%\Windows\Fonts"
  485. FileCopy,"%BootSRC%\Windows\Fonts\EGA40737.FON","%TargetDir%\Windows\Fonts"
  486. FileCopy,"%BootSRC%\Windows\Fonts\CGA80737.FON","%TargetDir%\Windows\Fonts"
  487. FileCopy,"%BootSRC%\Windows\Fonts\EGA80737.FON","%TargetDir%\Windows\Fonts"
  488. FileCopy,"%BootSRC%\Windows\Fonts\dos737.fon","%TargetDir%\Windows\Fonts"
  489. FileCopy,"%BootSRC%\Windows\Fonts\8514fixg.fon","%TargetDir%\Windows\Fonts"
  490. FileCopy,"%BootSRC%\Windows\Fonts\8514sysg.fon","%TargetDir%\Windows\Fonts"
  491. FileCopy,"%BootSRC%\Windows\Fonts\8514oemg.fon","%TargetDir%\Windows\Fonts"
  492. FileCopy,"%BootSRC%\Windows\Fonts\vgafixg.fon","%TargetDir%\Windows\Fonts"
  493. FileCopy,"%BootSRC%\Windows\Fonts\vgasysg.fon","%TargetDir%\Windows\Fonts"
  494. FileCopy,"%BootSRC%\Windows\Fonts\vga737.fon","%TargetDir%\Windows\Fonts"
  495. FileCopy,"%BootSRC%\Windows\System32\C_1253.NLS","%TargetDir%\Windows\System32"
  496. FileCopy,"%BootSRC%\Windows\System32\C_10006.NLS","%TargetDir%\Windows\System32"
  497. FileCopy,"%BootSRC%\Windows\System32\C_737.NLS","%TargetDir%\Windows\System32"
  498. RegHiveLoad,WB-System,%RegSystem%
  499. RegHiveLoad,WB-Default,%RegUser%
  500. RegHiveLoad,WB-Software,%RegSoftware%
  501. RegWrite,"HKLM","0x1","WB-Software\Microsoft\Windows NT\CurrentVersion\Console\RasterFonts","CGA40WOA.FON","CGA40737.FON"
  502. RegWrite,"HKLM","0x1","WB-Software\Microsoft\Windows NT\CurrentVersion\Console\RasterFonts","CGA80WOA.FON","CGA80737.FON"
  503. RegWrite,"HKLM","0x1","WB-Software\Microsoft\Windows NT\CurrentVersion\Console\RasterFonts","EGA40WOA.FON","EGA40737.FON"
  504. RegWrite,"HKLM","0x1","WB-Software\Microsoft\Windows NT\CurrentVersion\Console\RasterFonts","EGA80WOA.FON","EGA80737.FON"
  505. RegWrite,"HKLM","0x1","WB-Software\Microsoft\Windows NT\CurrentVersion\Console\RasterFonts","woafont","dos737.fon"
  506. RegWrite,"HKLM","0x1","WB-Software\Microsoft\Windows NT\CurrentVersion\GRE_Initialize\LargeFont","FIXEDFON.FON","8514fixg.fon"
  507. RegWrite,"HKLM","0x1","WB-Software\Microsoft\Windows NT\CurrentVersion\GRE_Initialize\LargeFont","FONTS.FON","8514sysg.fon"
  508. RegWrite,"HKLM","0x1","WB-Software\Microsoft\Windows NT\CurrentVersion\GRE_Initialize\LargeFont","OEMFONT.FON","8514oemg.fon"
  509. RegWrite,"HKLM","0x1","WB-Software\Microsoft\Windows NT\CurrentVersion\GRE_Initialize\SmallFont","FIXEDFON.FON","vgafixg.fon"
  510. RegWrite,"HKLM","0x1","WB-Software\Microsoft\Windows NT\CurrentVersion\GRE_Initialize\SmallFont","FONTS.FON","vgasysg.fon"
  511. RegWrite,"HKLM","0x1","WB-Software\Microsoft\Windows NT\CurrentVersion\GRE_Initialize\SmallFont","OEMFONT.FON","vga737.fon"
  512. RegWrite,"HKLM","0x4","WB-Software\Microsoft\Windows NT\CurrentVersion\FontMapper","DEFAULT","0"
  513. RegWrite,"HKLM","0x4","WB-Software\Microsoft\Windows NT\CurrentVersion\FontMapper","FIXEDSYS","36864"
  514. RegWrite,"HKLM","0x1","WB-System\ControlSet001\Control\Nls\CodePage","ACP","1253"
  515. RegWrite,"HKLM","0x1","WB-System\ControlSet001\Control\Nls\CodePage","MACCP","10006"
  516. RegWrite,"HKLM","0x1","WB-System\ControlSet001\Control\Nls\CodePage","OEMCP","737"
  517. RegWrite,"HKLM","0x1","WB-System\ControlSet001\Control\Nls\CodePage","OEMHAL","vgaoem.fon"
  518. RegWrite,"HKLM","0x1","WB-System\ControlSet001\Control\Nls\CodePage\EUDCCodeRange","932","F040-F9FC"
  519. RegWrite,"HKLM","0x1","WB-System\ControlSet001\Control\Nls\CodePage\EUDCCodeRange","936","AAA1-AFFE,F8A1-FEFE,A140-A7A0"
  520. RegWrite,"HKLM","0x1","WB-System\ControlSet001\Control\Nls\CodePage\EUDCCodeRange","949","C9A1-C9FE,FEA1-FEFE"
  521. RegWrite,"HKLM","0x1","WB-System\ControlSet001\Control\Nls\CodePage\EUDCCodeRange","950","FA40-FEFE,8E40-A0FE,8140-8DFE,C6A1-C8FE"
  522. RegWrite,"HKLM","0x1","WB-System\ControlSet001\Control\Nls\Language","Default","0408"
  523. RegWrite,"HKLM","0x1","WB-System\ControlSet001\Control\Nls\Language","InstallLanguage","0408"
  524. RegWrite,"HKLM","0x1","WB-System\ControlSet001\Control\Nls\Locale","(Default)","00000408"
  525. RegWrite,"HKLM","0x1","WB-System\ControlSet001\Control\Nls\Locale",,"00000408"
  526. RegWrite,"HKLM","0x1","WB-System\ControlSet001\Control\TimeZoneInformation","DaylightName","@tzres.dll,-361"
  527. RegWrite,"HKLM","0x1","WB-System\ControlSet001\Control\TimeZoneInformation","StandardName","@tzres.dll,-362"
  528. RegWrite,"HKLM","0x1","WB-System\ControlSet001\Control\TimeZoneInformation","TimeZoneKeyName","GTB Standard Time"
  529. RegWrite,"HKLM","0x3","WB-System\ControlSet001\Control\TimeZoneInformation","DaylightStart","00","00","03","00","05","00","03","00","00","00","00","00","00","00","00","00"
  530. RegWrite,"HKLM","0x3","WB-System\ControlSet001\Control\TimeZoneInformation","StandardStart","00","00","0a","00","05","00","04","00","00","00","00","00","00","00","00","00"
  531. RegWrite,"HKLM","0x4","WB-System\ControlSet001\Control\MUI\UILanguages\en-US","LCID","1033"
  532. RegWrite,"HKLM","0x4","WB-System\ControlSet001\Control\MUI\UILanguages\en-US","Type","145"
  533. RegWrite,"HKLM","0x4","WB-System\ControlSet001\Control\TimeZoneInformation","Bias","4294967176"
  534. RegWrite,"HKLM","0x4","WB-System\ControlSet001\Control\TimeZoneInformation","DaylightBias","4294967236"
  535. RegWrite,"HKLM","0x4","WB-System\ControlSet001\Control\TimeZoneInformation","DynamicDaylightTimeDisabled","0"
  536. RegWrite,"HKLM","0x4","WB-System\ControlSet001\Control\TimeZoneInformation","StandardBias","0"
  537. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","iCalendarType","1"
  538. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","iCountry","30"
  539. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","iCurrDigits","2"
  540. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","iCurrency","3"
  541. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","iDate","1"
  542. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","iDigits","2"
  543. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","iFirstDayOfWeek","0"
  544. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","iFirstWeekOfYear","0"
  545. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","iLZero","1"
  546. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","iMeasure","0"
  547. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","iNegCurr","8"
  548. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","iNegNumber","1"
  549. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","iPaperSize","9"
  550. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","iTime","0"
  551. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","iTimePrefix","0"
  552. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","iTLZero","0"
  553. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","Locale","00000408"
  554. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","LocaleName","el-GR"
  555. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","NumShape","1"
  556. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","s1159","≡∞"
  557. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","s2359","∞∞"
  558. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","sCountry","┼δδ▄Σß"
  559. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","sCurrency","Çê"
  560. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","sDate","/"
  561. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","sDecimal",","
  562. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","sGrouping","3;0"
  563. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","sLanguage","ELL"
  564. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","sList",";"
  565. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","sLongDate","dddd#$c d. MMMM yyyy"
  566. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","sMonDecimalSep",","
  567. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","sMonGrouping","3;0"
  568. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","sMonThousandSep","."
  569. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","sNativeDigits","0123456789"
  570. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","sNegativeSign","-"
  571. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","sPositiveSign",""
  572. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","sShortDate","dd.MM.yyyy"
  573. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","sThousand","."
  574. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","sTime",":"
  575. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","sTimeFormat","h:mm:ss tt"
  576. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","sYearMonth","MMMM yyyy"
  577. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International\Geo","Nation","98"
  578. RegWrite,"HKLM","0x1","WB-Default\Keyboard Layout\Preload","1","00000409"
  579. RegWrite,"HKLM","0x1","WB-Default\Keyboard Layout\Preload","2","00000408"
  580. RegWrite,"HKLM","0x1","WB-Default\Software\Microsoft\CTF\Assemblies\0x00000408\{34745C63-B2F0-4784-8B67-5E12C8701A31}","Default","{00000000-0000-0000-0000-000000000000}"
  581. RegWrite,"HKLM","0x1","WB-Default\Software\Microsoft\CTF\Assemblies\0x00000408\{34745C63-B2F0-4784-8B67-5E12C8701A31}","Profile","{00000000-0000-0000-0000-000000000000}"
  582. RegWrite,"HKLM","0x4","WB-Default\Software\Microsoft\CTF\Assemblies\0x00000408\{34745C63-B2F0-4784-8B67-5E12C8701A31}","KeyboardLayout","67634184"
  583. RegWrite,"HKLM","0x1","WB-Default\Software\Microsoft\CTF\Assemblies\0x00000409\{34745C63-B2F0-4784-8B67-5E12C8701A31}","Default","{00000000-0000-0000-0000-000000000000}"
  584. RegWrite,"HKLM","0x1","WB-Default\Software\Microsoft\CTF\Assemblies\0x00000409\{34745C63-B2F0-4784-8B67-5E12C8701A31}","Profile","{00000000-0000-0000-0000-000000000000}"
  585. RegWrite,"HKLM","0x4","WB-Default\Software\Microsoft\CTF\Assemblies\0x00000409\{34745C63-B2F0-4784-8B67-5E12C8701A31}","KeyboardLayout","67699721"
  586. RegHiveUnLoad,WB-System
  587. RegHiveUnLoad,WB-Default
  588. RegHiveUnLoad,WB-Software
  589.  
  590. [german]
  591. #by NightMan
  592. FileCopy,"%BootSRC%\Windows\System32\KBDGR.DLL","%TargetDir%\Windows\System32"
  593. FileCopy,"%BootSRC%\Windows\System32\KBDGR1.DLL","%TargetDir%\Windows\System32"
  594. FileCopy,"%BootSRC%\Windows\Fonts\CGA40850.FON","%TargetDir%\Windows\Fonts"
  595. FileCopy,"%BootSRC%\Windows\Fonts\EGA40850.FON","%TargetDir%\Windows\Fonts"
  596. FileCopy,"%BootSRC%\Windows\Fonts\CGA80850.FON","%TargetDir%\Windows\Fonts"
  597. FileCopy,"%BootSRC%\Windows\Fonts\EGA80850.FON","%TargetDir%\Windows\Fonts"
  598. FileCopy,"%BootSRC%\Windows\Fonts\app850.fon","%TargetDir%\Windows\Fonts"
  599. FileCopy,"%BootSRC%\Windows\Fonts\8514fix.fon","%TargetDir%\Windows\Fonts"
  600. FileCopy,"%BootSRC%\Windows\Fonts\8514sys.fon","%TargetDir%\Windows\Fonts"
  601. FileCopy,"%BootSRC%\Windows\Fonts\8514oem.fon","%TargetDir%\Windows\Fonts"
  602. FileCopy,"%BootSRC%\Windows\Fonts\vgafix.fon","%TargetDir%\Windows\Fonts"
  603. FileCopy,"%BootSRC%\Windows\Fonts\vgasys.fon","%TargetDir%\Windows\Fonts"
  604. FileCopy,"%BootSRC%\Windows\Fonts\vga850.fon","%TargetDir%\Windows\Fonts"
  605. RegHiveLoad,WB-System,%RegSystem%
  606. RegHiveLoad,WB-Default,%RegUser%
  607. RegHiveLoad,WB-Software,%RegSoftware%
  608. RegWrite,"HKLM","0x1","WB-Software\Microsoft\Windows NT\CurrentVersion\Console\RasterFonts","CGA40WOA.FON","CGA40850.FON"
  609. RegWrite,"HKLM","0x1","WB-Software\Microsoft\Windows NT\CurrentVersion\Console\RasterFonts","CGA80WOA.FON","CGA80850.FON"
  610. RegWrite,"HKLM","0x1","WB-Software\Microsoft\Windows NT\CurrentVersion\Console\RasterFonts","EGA40WOA.FON","EGA40850.FON"
  611. RegWrite,"HKLM","0x1","WB-Software\Microsoft\Windows NT\CurrentVersion\Console\RasterFonts","EGA80WOA.FON","EGA80850.FON"
  612. RegWrite,"HKLM","0x1","WB-Software\Microsoft\Windows NT\CurrentVersion\Console\RasterFonts","woafont","app850.fon"
  613. RegWrite,"HKLM","0x1","WB-Software\Microsoft\Windows NT\CurrentVersion\GRE_Initialize\LargeFont","FIXEDFON.FON","8514fix.fon"
  614. RegWrite,"HKLM","0x1","WB-Software\Microsoft\Windows NT\CurrentVersion\GRE_Initialize\LargeFont","FONTS.FON","8514sys.fon"
  615. RegWrite,"HKLM","0x1","WB-Software\Microsoft\Windows NT\CurrentVersion\GRE_Initialize\LargeFont","OEMFONT.FON","8514oem.fon"
  616. RegWrite,"HKLM","0x1","WB-Software\Microsoft\Windows NT\CurrentVersion\GRE_Initialize\SmallFont","FIXEDFON.FON","vgafix.fon"
  617. RegWrite,"HKLM","0x1","WB-Software\Microsoft\Windows NT\CurrentVersion\GRE_Initialize\SmallFont","FONTS.FON","vgasys.fon"
  618. RegWrite,"HKLM","0x1","WB-Software\Microsoft\Windows NT\CurrentVersion\GRE_Initialize\SmallFont","OEMFONT.FON","vga850.fon"
  619. RegWrite,"HKLM","0x4","WB-Software\Microsoft\Windows NT\CurrentVersion\FontMapper","DEFAULT","0"
  620. RegWrite,"HKLM","0x4","WB-Software\Microsoft\Windows NT\CurrentVersion\FontMapper","FIXEDSYS","36864"
  621. RegWrite,"HKLM","0x1","WB-System\ControlSet001\Control\Nls\CodePage","ACP","1252"
  622. RegWrite,"HKLM","0x1","WB-System\ControlSet001\Control\Nls\CodePage","MACCP","10000"
  623. RegWrite,"HKLM","0x1","WB-System\ControlSet001\Control\Nls\CodePage","OEMCP","850"
  624. RegWrite,"HKLM","0x1","WB-System\ControlSet001\Control\Nls\CodePage","OEMHAL","vgaoem.fon"
  625. RegWrite,"HKLM","0x1","WB-System\ControlSet001\Control\Nls\Language","Default","0407"
  626. RegWrite,"HKLM","0x1","WB-System\ControlSet001\Control\Nls\Language","InstallLanguage","0407"
  627. RegWrite,"HKLM","0x1","WB-System\ControlSet001\Control\Nls\Locale","(Default)","00000407"
  628. RegWrite,"HKLM","0x1","WB-System\ControlSet001\Control\Nls\Locale",,"00000407"
  629. RegWrite,"HKLM","0x1","WB-System\ControlSet001\Control\TimeZoneInformation","DaylightName",""
  630. RegWrite,"HKLM","0x1","WB-System\ControlSet001\Control\TimeZoneInformation","StandardName","@tzres.dll,-322"
  631. RegWrite,"HKLM","0x1","WB-System\ControlSet001\Control\TimeZoneInformation","TimeZoneKeyName","W. Europe Standard Time"
  632. RegWrite,"HKLM","0x3","WB-System\ControlSet001\Control\TimeZoneInformation","DaylightStart","00","00","00","00","00","00","00","00","00","00","00","00","00","00","00","00"
  633. RegWrite,"HKLM","0x3","WB-System\ControlSet001\Control\TimeZoneInformation","StandardStart","00","00","00","00","00","00","00","00","00","00","00","00","00","00","00","00"
  634. RegWrite,"HKLM","0x4","WB-System\ControlSet001\Control\MUI\UILanguages\de-DE","LCID","1031"
  635. RegWrite,"HKLM","0x4","WB-System\ControlSet001\Control\MUI\UILanguages\de-DE","Type","145"
  636. RegWrite,"HKLM","0x4","WB-System\ControlSet001\Control\TimeZoneInformation","Bias","-60"
  637. RegWrite,"HKLM","0x4","WB-System\ControlSet001\Control\TimeZoneInformation","DaylightBias","0"
  638. RegWrite,"HKLM","0x4","WB-System\ControlSet001\Control\TimeZoneInformation","DynamicDaylightTimeDisabled","1"
  639. RegWrite,"HKLM","0x4","WB-System\ControlSet001\Control\TimeZoneInformation","StandardBias","0"
  640. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","iCalendarType","1"
  641. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","iCountry","49"
  642. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","iCurrDigits","2"
  643. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","iCurrency","3"
  644. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","iDate","1"
  645. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","iDigits","2"
  646. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","iFirstDayOfWeek","0"
  647. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","iFirstWeekOfYear","2"
  648. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","iLZero","1"
  649. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","iMeasure","0"
  650. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","iNegCurr","8"
  651. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","iNegNumber","1"
  652. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","iPaperSize","9"
  653. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","iTime","1"
  654. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","iTimePrefix","0"
  655. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","iTLZero","1"
  656. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","Locale","00000407"
  657. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","LocaleName","de-DE"
  658. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","NumShape","1"
  659. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","s1159",""
  660. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","s2359",""
  661. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","sCountry","Deutschland"
  662. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","sCurrency","ê"
  663. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","sDate","."
  664. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","sDecimal",","
  665. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","sGrouping","3;0"
  666. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","sLanguage","DEU"
  667. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","sList",";"
  668. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","sLongDate","dddd#$c d. MMMM yyyy"
  669. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","sMonDecimalSep",","
  670. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","sMonGrouping","3;0"
  671. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","sMonThousandSep","."
  672. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","sNativeDigits","0123456789"
  673. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","sNegativeSign","-"
  674. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","sPositiveSign",""
  675. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","sShortDate","dd.MM.yyyy"
  676. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","sThousand","."
  677. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","sTime",":"
  678. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","sTimeFormat","HH:mm:ss"
  679. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","sYearMonth","MMMM yyyy"
  680. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International\Geo","Nation","94"
  681. RegWrite,"HKLM","0x1","WB-Default\Keyboard Layout\Preload","1","00000407"
  682. RegWrite,"HKLM","0x1","WB-Default\Keyboard Layout\Preload","2","00000409"
  683. RegWrite,"HKLM","0x1","WB-Default\Software\Microsoft\CTF\Assemblies\0x00000407\{34745C63-B2F0-4784-8B67-5E12C8701A31}","Default","{00000000-0000-0000-0000-000000000000}"
  684. RegWrite,"HKLM","0x1","WB-Default\Software\Microsoft\CTF\Assemblies\0x00000407\{34745C63-B2F0-4784-8B67-5E12C8701A31}","Profile","{00000000-0000-0000-0000-000000000000}"
  685. RegWrite,"HKLM","0x4","WB-Default\Software\Microsoft\CTF\Assemblies\0x00000407\{34745C63-B2F0-4784-8B67-5E12C8701A31}","KeyboardLayout","67568647"
  686. RegHiveUnLoad,WB-System
  687. RegHiveUnLoad,WB-Default
  688. RegHiveUnLoad,WB-Software
  689.  
  690. [dutch]
  691. #by Markus Debus
  692. FileCopy,"%BootSRC%\Windows\System32\KBDNE.DLL","%TargetDir%\Windows\System32"
  693. FileCopy,"%BootSRC%\Windows\Fonts\CGA40850.FON","%TargetDir%\Windows\Fonts"
  694. FileCopy,"%BootSRC%\Windows\Fonts\EGA40850.FON","%TargetDir%\Windows\Fonts"
  695. FileCopy,"%BootSRC%\Windows\Fonts\CGA80850.FON","%TargetDir%\Windows\Fonts"
  696. FileCopy,"%BootSRC%\Windows\Fonts\EGA80850.FON","%TargetDir%\Windows\Fonts"
  697. FileCopy,"%BootSRC%\Windows\Fonts\app850.fon","%TargetDir%\Windows\Fonts"
  698. FileCopy,"%BootSRC%\Windows\Fonts\8514fix.fon","%TargetDir%\Windows\Fonts"
  699. FileCopy,"%BootSRC%\Windows\Fonts\8514sys.fon","%TargetDir%\Windows\Fonts"
  700. FileCopy,"%BootSRC%\Windows\Fonts\8514oem.fon","%TargetDir%\Windows\Fonts"
  701. FileCopy,"%BootSRC%\Windows\Fonts\vgafix.fon","%TargetDir%\Windows\Fonts"
  702. FileCopy,"%BootSRC%\Windows\Fonts\vgasys.fon","%TargetDir%\Windows\Fonts"
  703. FileCopy,"%BootSRC%\Windows\Fonts\vga850.fon","%TargetDir%\Windows\Fonts"
  704. RegHiveLoad,WB-System,%RegSystem%
  705. RegHiveLoad,WB-Default,%RegUser%
  706. RegHiveLoad,WB-Software,%RegSoftware%
  707. RegWrite,"HKLM","0x1","WB-Software\Microsoft\Windows NT\CurrentVersion\Console\RasterFonts","CGA40WOA.FON","CGA40850.FON"
  708. RegWrite,"HKLM","0x1","WB-Software\Microsoft\Windows NT\CurrentVersion\Console\RasterFonts","CGA80WOA.FON","CGA80850.FON"
  709. RegWrite,"HKLM","0x1","WB-Software\Microsoft\Windows NT\CurrentVersion\Console\RasterFonts","EGA40WOA.FON","EGA40850.FON"
  710. RegWrite,"HKLM","0x1","WB-Software\Microsoft\Windows NT\CurrentVersion\Console\RasterFonts","EGA80WOA.FON","EGA80850.FON"
  711. RegWrite,"HKLM","0x1","WB-Software\Microsoft\Windows NT\CurrentVersion\Console\RasterFonts","woafont","app850.fon"
  712. RegWrite,"HKLM","0x1","WB-Software\Microsoft\Windows NT\CurrentVersion\GRE_Initialize\LargeFont","FIXEDFON.FON","8514fix.fon"
  713. RegWrite,"HKLM","0x1","WB-Software\Microsoft\Windows NT\CurrentVersion\GRE_Initialize\LargeFont","FONTS.FON","8514sys.fon"
  714. RegWrite,"HKLM","0x1","WB-Software\Microsoft\Windows NT\CurrentVersion\GRE_Initialize\LargeFont","OEMFONT.FON","8514oem.fon"
  715. RegWrite,"HKLM","0x1","WB-Software\Microsoft\Windows NT\CurrentVersion\GRE_Initialize\SmallFont","FIXEDFON.FON","vgafix.fon"
  716. RegWrite,"HKLM","0x1","WB-Software\Microsoft\Windows NT\CurrentVersion\GRE_Initialize\SmallFont","FONTS.FON","vgasys.fon"
  717. RegWrite,"HKLM","0x1","WB-Software\Microsoft\Windows NT\CurrentVersion\GRE_Initialize\SmallFont","OEMFONT.FON","vga850.fon"
  718. RegWrite,"HKLM","0x4","WB-Software\Microsoft\Windows NT\CurrentVersion\FontMapper","DEFAULT","0"
  719. RegWrite,"HKLM","0x4","WB-Software\Microsoft\Windows NT\CurrentVersion\FontMapper","FIXEDSYS","36864"
  720. RegWrite,"HKLM","0x1","WB-System\ControlSet001\Control\Nls\CodePage","ACP","1252"
  721. RegWrite,"HKLM","0x1","WB-System\ControlSet001\Control\Nls\CodePage","MACCP","10000"
  722. RegWrite,"HKLM","0x1","WB-System\ControlSet001\Control\Nls\CodePage","OEMCP","850"
  723. RegWrite,"HKLM","0x1","WB-System\ControlSet001\Control\Nls\CodePage","OEMHAL","vgaoem.fon"
  724. RegWrite,"HKLM","0x1","WB-System\ControlSet001\Control\Nls\Language","Default","0413"
  725. RegWrite,"HKLM","0x1","WB-System\ControlSet001\Control\Nls\Language","InstallLanguage","0413"
  726. RegWrite,"HKLM","0x1","WB-System\ControlSet001\Control\Nls\Locale","(Default)","00000413"
  727. RegWrite,"HKLM","0x1","WB-System\ControlSet001\Control\Nls\Locale",,"00000413"
  728. RegWrite,"HKLM","0x1","WB-System\ControlSet001\Control\TimeZoneInformation","DaylightName",""
  729. RegWrite,"HKLM","0x1","WB-System\ControlSet001\Control\TimeZoneInformation","StandardName","@tzres.dll,-322"
  730. RegWrite,"HKLM","0x1","WB-System\ControlSet001\Control\TimeZoneInformation","TimeZoneKeyName","W. Europe Standard Time"
  731. RegWrite,"HKLM","0x3","WB-System\ControlSet001\Control\TimeZoneInformation","DaylightStart","00","00","00","00","00","00","00","00","00","00","00","00","00","00","00","00"
  732. RegWrite,"HKLM","0x3","WB-System\ControlSet001\Control\TimeZoneInformation","StandardStart","00","00","00","00","00","00","00","00","00","00","00","00","00","00","00","00"
  733. #RegWrite,"HKLM","0x4","WB-System\ControlSet001\Control\MUI\UILanguages\nl-NL","LCID","1043"
  734. #RegWrite,"HKLM","0x4","WB-System\ControlSet001\Control\MUI\UILanguages\nl-NL","Type","145"
  735. RegWrite,"HKLM","0x4","WB-System\ControlSet001\Control\TimeZoneInformation","Bias","-60"
  736. RegWrite,"HKLM","0x4","WB-System\ControlSet001\Control\TimeZoneInformation","DaylightBias","0"
  737. RegWrite,"HKLM","0x4","WB-System\ControlSet001\Control\TimeZoneInformation","DynamicDaylightTimeDisabled","1"
  738. RegWrite,"HKLM","0x4","WB-System\ControlSet001\Control\TimeZoneInformation","StandardBias","0"
  739. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","iCalendarType","1"
  740. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","iCountry","31"
  741. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","iCurrDigits","2"
  742. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","iCurrency","2"
  743. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","iDate","1"
  744. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","iDigits","2"
  745. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","iFirstDayOfWeek","0"
  746. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","iFirstWeekOfYear","2"
  747. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","iLZero","1"
  748. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","iMeasure","0"
  749. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","iNegCurr","12"
  750. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","iNegNumber","1"
  751. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","iPaperSize","9"
  752. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","iTime","1"
  753. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","iTimePrefix","0"
  754. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","iTLZero","0"
  755. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","Locale","00000413"
  756. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","LocaleName","nl-NL"
  757. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","NumShape","1"
  758. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","s1159",""
  759. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","s2359",""
  760. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","sCountry","Nederlands"
  761. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","sCurrency","Ç"
  762. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","sDate","-"
  763. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","sDecimal",","
  764. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","sGrouping","3;0"
  765. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","sLanguage","NLD"
  766. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","sList",";"
  767. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","sLongDate","dddd d MMMM yyyy"
  768. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","sMonDecimalSep",","
  769. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","sMonGrouping","3;0"
  770. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","sMonThousandSep","."
  771. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","sNativeDigits","0123456789"
  772. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","sNegativeSign","-"
  773. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","sPositiveSign",""
  774. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","sShortDate","d-M-yyyy"
  775. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","sThousand","."
  776. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","sTime",":"
  777. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","sTimeFormat","H:mm:ss"
  778. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","sYearMonth","MMMM yyyy"
  779. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International\Geo","Nation","94"
  780. RegWrite,"HKLM","0x1","WB-Default\Keyboard Layout\Preload","1","d0010413"
  781. RegWrite,"HKLM","0x1","WB-Default\Keyboard Layout\Preload","2","00000409"
  782. RegWrite,"HKLM","0x1","WB-Default\Keyboard Layout\Preload","3","00000413"
  783. #RegWrite,"HKLM","0x1","WB-Default\Software\Microsoft\CTF\Assemblies\0x00000413\{34745C63-B2F0-4784-8B67-5E12C8701A31}","Default","{00000000-0000-0000-0000-000000000000}"
  784. #RegWrite,"HKLM","0x1","WB-Default\Software\Microsoft\CTF\Assemblies\0x00000413\{34745C63-B2F0-4784-8B67-5E12C8701A31}","Profile","{00000000-0000-0000-0000-000000000000}"
  785. #RegWrite,"HKLM","0x4","WB-Default\Software\Microsoft\CTF\Assemblies\0x00000413\{34745C63-B2F0-4784-8B67-5E12C8701A31}","KeyboardLayout","4026598419"
  786. RegHiveUnLoad,WB-System
  787. RegHiveUnLoad,WB-Default
  788. RegHiveUnLoad,WB-Software
  789.  
  790. [french]
  791. #by cyberyeye
  792. FileCopy,"%BootSRC%\Windows\System32\KBDFR.DLL","%TargetDir%\Windows\System32"
  793. FileCopy,"%BootSRC%\Windows\Fonts\CGA40850.FON","%TargetDir%\Windows\Fonts"
  794. FileCopy,"%BootSRC%\Windows\Fonts\EGA40850.FON","%TargetDir%\Windows\Fonts"
  795. FileCopy,"%BootSRC%\Windows\Fonts\CGA80850.FON","%TargetDir%\Windows\Fonts"
  796. FileCopy,"%BootSRC%\Windows\Fonts\EGA80850.FON","%TargetDir%\Windows\Fonts"
  797. FileCopy,"%BootSRC%\Windows\Fonts\app850.fon","%TargetDir%\Windows\Fonts"
  798. FileCopy,"%BootSRC%\Windows\Fonts\8514fix.fon","%TargetDir%\Windows\Fonts"
  799. FileCopy,"%BootSRC%\Windows\Fonts\8514sys.fon","%TargetDir%\Windows\Fonts"
  800. FileCopy,"%BootSRC%\Windows\Fonts\8514oem.fon","%TargetDir%\Windows\Fonts"
  801. FileCopy,"%BootSRC%\Windows\Fonts\vgafix.fon","%TargetDir%\Windows\Fonts"
  802. FileCopy,"%BootSRC%\Windows\Fonts\vgasys.fon","%TargetDir%\Windows\Fonts"
  803. FileCopy,"%BootSRC%\Windows\Fonts\vga850.fon","%TargetDir%\Windows\Fonts"
  804. RegHiveLoad,WB-System,%RegSystem%
  805. RegHiveLoad,WB-Default,%RegUser%
  806. RegHiveLoad,WB-Software,%RegSoftware%
  807. RegWrite,"HKLM","0x1","WB-Software\Microsoft\Windows NT\CurrentVersion\Console\RasterFonts","CGA40WOA.FON","CGA40850.FON"
  808. RegWrite,"HKLM","0x1","WB-Software\Microsoft\Windows NT\CurrentVersion\Console\RasterFonts","CGA80WOA.FON","CGA80850.FON"
  809. RegWrite,"HKLM","0x1","WB-Software\Microsoft\Windows NT\CurrentVersion\Console\RasterFonts","EGA40WOA.FON","EGA40850.FON"
  810. RegWrite,"HKLM","0x1","WB-Software\Microsoft\Windows NT\CurrentVersion\Console\RasterFonts","EGA80WOA.FON","EGA80850.FON"
  811. RegWrite,"HKLM","0x1","WB-Software\Microsoft\Windows NT\CurrentVersion\Console\RasterFonts","woafont","app850.fon"
  812. RegWrite,"HKLM","0x1","WB-Software\Microsoft\Windows NT\CurrentVersion\GRE_Initialize\LargeFont","FIXEDFON.FON","8514fix.fon"
  813. RegWrite,"HKLM","0x1","WB-Software\Microsoft\Windows NT\CurrentVersion\GRE_Initialize\LargeFont","FONTS.FON","8514sys.fon"
  814. RegWrite,"HKLM","0x1","WB-Software\Microsoft\Windows NT\CurrentVersion\GRE_Initialize\LargeFont","OEMFONT.FON","8514oem.fon"
  815. RegWrite,"HKLM","0x1","WB-Software\Microsoft\Windows NT\CurrentVersion\GRE_Initialize\SmallFont","FIXEDFON.FON","vgafix.fon"
  816. RegWrite,"HKLM","0x1","WB-Software\Microsoft\Windows NT\CurrentVersion\GRE_Initialize\SmallFont","FONTS.FON","vgasys.fon"
  817. RegWrite,"HKLM","0x1","WB-Software\Microsoft\Windows NT\CurrentVersion\GRE_Initialize\SmallFont","OEMFONT.FON","vga850.fon"
  818. RegWrite,"HKLM","0x4","WB-Software\Microsoft\Windows NT\CurrentVersion\FontMapper","DEFAULT","0"
  819. RegWrite,"HKLM","0x4","WB-Software\Microsoft\Windows NT\CurrentVersion\FontMapper","FIXEDSYS","36864"
  820. RegWrite,"HKLM","0x1","WB-System\ControlSet001\Control\Nls\CodePage","ACP","1252"
  821. RegWrite,"HKLM","0x1","WB-System\ControlSet001\Control\Nls\CodePage","MACCP","10000"
  822. RegWrite,"HKLM","0x1","WB-System\ControlSet001\Control\Nls\CodePage","OEMCP","850"
  823. RegWrite,"HKLM","0x1","WB-System\ControlSet001\Control\Nls\CodePage","OEMHAL","vgaoem.fon"
  824. RegWrite,"HKLM","0x1","WB-System\ControlSet001\Control\Nls\CodePage\EUDCCodeRange","932","F040-F9FC"
  825. RegWrite,"HKLM","0x1","WB-System\ControlSet001\Control\Nls\CodePage\EUDCCodeRange","936","AAA1-AFFE,F8A1-FEFE,A140-A7A0"
  826. RegWrite,"HKLM","0x1","WB-System\ControlSet001\Control\Nls\CodePage\EUDCCodeRange","949","C9A1-C9FE,FEA1-FEFE"
  827. RegWrite,"HKLM","0x1","WB-System\ControlSet001\Control\Nls\CodePage\EUDCCodeRange","950","FA40-FEFE,8E40-A0FE,8140-8DFE,C6A1-C8FE"
  828. RegWrite,"HKLM","0x1","WB-System\ControlSet001\Control\Nls\Language","Default","040C"
  829. RegWrite,"HKLM","0x1","WB-System\ControlSet001\Control\Nls\Language","InstallLanguage","040C"
  830. RegWrite,"HKLM","0x1","WB-System\ControlSet001\Control\Nls\Locale","(Default)","0000040c"
  831. RegWrite,"HKLM","0x1","WB-System\ControlSet001\Control\Nls\Locale",,"0000040c"
  832. RegWrite,"HKLM","0x1","WB-System\ControlSet001\Control\TimeZoneInformation","DaylightName","@tzres.dll,-301"
  833. RegWrite,"HKLM","0x1","WB-System\ControlSet001\Control\TimeZoneInformation","StandardName","@tzres.dll,-302"
  834. RegWrite,"HKLM","0x1","WB-System\ControlSet001\Control\TimeZoneInformation","TimeZoneKeyName","Romance Standard Time"
  835. RegWrite,"HKLM","0x3","WB-System\ControlSet001\Control\TimeZoneInformation","DaylightStart","00","00","03","00","05","00","02","00","00","00","00","00","00","00","00","00"
  836. RegWrite,"HKLM","0x3","WB-System\ControlSet001\Control\TimeZoneInformation","StandardStart","00","00","0a","00","05","00","03","00","00","00","00","00","00","00","00","00"
  837. RegWrite,"HKLM","0x4","WB-System\ControlSet001\Control\TimeZoneInformation","Bias","0xffffffc4"
  838. RegWrite,"HKLM","0x4","WB-System\ControlSet001\Control\TimeZoneInformation","DaylightBias","0xffffffc4"
  839. RegWrite,"HKLM","0x4","WB-System\ControlSet001\Control\TimeZoneInformation","DynamicDaylightTimeDisabled","0"
  840. RegWrite,"HKLM","0x4","WB-System\ControlSet001\Control\TimeZoneInformation","StandardBias","0"
  841. RegWrite,"HKLM","0x4","WB-System\ControlSet001\Control\MUI\UILanguages\fr-FR","LCID","1036"
  842. RegWrite,"HKLM","0x4","WB-System\ControlSet001\Control\MUI\UILanguages\fr-FR","Type","145"
  843. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","iCalendarType","1"
  844. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","iCountry","33"
  845. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","iCurrDigits","2"
  846. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","iCurrency","3"
  847. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","iDate","1"
  848. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","iDigits","2"
  849. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","iFirstDayOfWeek","0"
  850. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","iFirstWeekOfYear","0"
  851. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","iLZero","1"
  852. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","iMeasure","0"
  853. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","iNegCurr","8"
  854. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","iNegNumber","1"
  855. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","iPaperSize","9"
  856. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","iTime","1"
  857. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","iTimePrefix","0"
  858. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","iTLZero","1"
  859. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","Locale","0000040C"
  860. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","LocaleName","fr-FR"
  861. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","NumShape","1"
  862. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","s1159",""
  863. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","s2359",""
  864. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","sCountry","France"
  865. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","sCurrency","Ç"
  866. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","sDate","/"
  867. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","sDecimal",","
  868. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","sGrouping","3;0"
  869. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","sLanguage","FRA"
  870. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","sList",";"
  871. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","sLongDate","dddd d MMMM yyyy"
  872. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","sMonDecimalSep",","
  873. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","sMonGrouping","3;0"
  874. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","sMonThousandSep","á"
  875. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","sNativeDigits","0123456789"
  876. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","sNegativeSign","-"
  877. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","sPositiveSign",""
  878. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","sShortDate","dd/MM/yyyy"
  879. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","sThousand","á"
  880. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","sTime",":"
  881. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","sTimeFormat","HH:mm:ss"
  882. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International","sYearMonth","MMMM yyyy"
  883. RegWrite,"HKLM","0x1","WB-Default\Control Panel\International\Geo","Nation","84"
  884. RegWrite,"HKLM","0x1","WB-Default\Keyboard Layout\Preload","1","0000040c"
  885. RegWrite,"HKLM","0x1","WB-Default\Software\Microsoft\CTF\Assemblies\0x0000040c\{34745C63-B2F0-4784-8B67-5E12C8701A31}","Default","{00000000-0000-0000-0000-000000000000}"
  886. RegWrite,"HKLM","0x1","WB-Default\Software\Microsoft\CTF\Assemblies\0x0000040c\{34745C63-B2F0-4784-8B67-5E12C8701A31}","Profile","{00000000-0000-0000-0000-000000000000}"
  887. RegWrite,"HKLM","0x4","WB-Default\Software\Microsoft\CTF\Assemblies\0x0000040c\{34745C63-B2F0-4784-8B67-5E12C8701A31}","KeyboardLayout","67896332"
  888. RegHiveUnLoad,WB-System
  889. RegHiveUnLoad,WB-Default
  890. RegHiveUnLoad,WB-Software
  891.  
  892. [Spanish]
  893. #by hectorma
  894. FileCopy,"%BootSRC%\Windows\System32\KBD*.DLL","%TargetDir%\Windows\System32"
  895. FileCopy,"%BootSRC%\Windows\System32\C_*.NLS","%TargetDir%\Windows\System32"
  896. RegHiveLoad,Tmp_setupreg_hiv,%RegSystem%
  897. DirCopy,"%BootSRC%\Windows\Fonts","%TargetDir%\Windows\Fonts"
  898. RegWrite,"HKLM","0x1","Tmp_setupreg_hiv\ControlSet001\Control\Nls\CodePage","ACP","1252"
  899. RegWrite,"HKLM","0x1","Tmp_setupreg_hiv\ControlSet001\Control\Nls\CodePage","OEMCP","850"
  900. RegWrite,"HKLM","0x1","Tmp_setupreg_hiv\ControlSet001\Control\Nls\CodePage","MACCP","10000"
  901. RegWrite,"HKLM","0x1","Tmp_setupreg_hiv\ControlSet001\Control\Nls\CodePage","OEMHAL","vgaoem.fon"
  902. RegWrite,"HKLM","0x1","Tmp_setupreg_hiv\ControlSet001\Control\Nls\Language","Default","0c0a"
  903. RegWrite,"HKLM","0x1","Tmp_setupreg_hiv\ControlSet001\Control\Nls\Language","InstallLanguage","0C0A"
  904. RegWrite,"HKLM","0x1","Tmp_setupreg_hiv\ControlSet001\Control\Nls\Locale",,"00000c0a"
  905. RegWrite,"HKLM","0x1","Tmp_setupreg_hiv\ControlSet001\Control\Nls\Locale","(Default)","00000c0a"
  906. RegWrite,"HKLM","0x4","Tmp_setupreg_hiv\ControlSet001\Control\TimeZoneInformation","Bias","0xffffffc4"
  907. RegWrite,"HKLM","0x1","Tmp_setupreg_hiv\ControlSet001\Control\TimeZoneInformation","StandardName","@tzres.dll,-302"
  908. RegWrite,"HKLM","0x4","Tmp_setupreg_hiv\ControlSet001\Control\TimeZoneInformation","StandardBias","0"
  909. RegWrite,"HKLM","0x3","Tmp_setupreg_hiv\ControlSet001\Control\TimeZoneInformation","StandardStart","00","00","0a","00","05","00","03","00","00","00","00","00","00","00","00","00"
  910. RegWrite,"HKLM","0x1","Tmp_setupreg_hiv\ControlSet001\Control\TimeZoneInformation","DaylightName","@tzres.dll,-301"
  911. RegWrite,"HKLM","0x4","Tmp_setupreg_hiv\ControlSet001\Control\TimeZoneInformation","DaylightBias","0xffffffc4"
  912. RegWrite,"HKLM","0x3","Tmp_setupreg_hiv\ControlSet001\Control\TimeZoneInformation","DaylightStart","00","00","03","00","05","00","02","00","00","00","00","00","00","00","00","00"
  913. RegWrite,"HKLM","0x1","Tmp_setupreg_hiv\ControlSet001\Control\TimeZoneInformation","TimeZoneKeyName","Romance Standard Time"
  914. RegWrite,"HKLM","0x4","Tmp_setupreg_hiv\ControlSet001\Control\TimeZoneInformation","DynamicDaylightTimeDisabled","0"
  915. RegWrite,"HKLM","0x4","Tmp_setupreg_hiv\ControlSet001\Control\TimeZoneInformation","ActiveTimeBias","0xffffff88"
  916. RegHiveUnLoad,"Tmp_setupreg_hiv"
  917. RegHiveLoad,Tmp_default,%RegUser%
  918. RegWrite,"HKLM","0x1","Tmp_default\Control Panel\International","Locale","00000c0a"
  919. RegWrite,"HKLM","0x1","Tmp_default\Control Panel\International","LocaleName","es-ES"
  920. RegWrite,"HKLM","0x1","Tmp_default\Control Panel\International","s1159",""
  921. RegWrite,"HKLM","0x1","Tmp_default\Control Panel\International","s2359",""
  922. RegWrite,"HKLM","0x1","Tmp_default\Control Panel\International","sCountry","Espana"
  923. RegWrite,"HKLM","0x1","Tmp_default\Control Panel\International","sCurrency","_"
  924. RegWrite,"HKLM","0x1","Tmp_default\Control Panel\International","sDate","/"
  925. RegWrite,"HKLM","0x1","Tmp_default\Control Panel\International","sDecimal",","
  926. RegWrite,"HKLM","0x1","Tmp_default\Control Panel\International","sGrouping","3;0"
  927. RegWrite,"HKLM","0x1","Tmp_default\Control Panel\International","sLanguage","ESN"
  928. RegWrite,"HKLM","0x1","Tmp_default\Control Panel\International","sList",";"
  929. RegWrite,"HKLM","0x1","Tmp_default\Control Panel\International","sLongDate","dddd d MMMM yyyy"
  930. RegWrite,"HKLM","0x1","Tmp_default\Control Panel\International","sMonDecimalSep",","
  931. RegWrite,"HKLM","0x1","Tmp_default\Control Panel\International","sMonGrouping","3;0"
  932. RegWrite,"HKLM","0x1","Tmp_default\Control Panel\International","sMonThousandSep","."
  933. RegWrite,"HKLM","0x1","Tmp_default\Control Panel\International","sNativeDigits","0123456789"
  934. RegWrite,"HKLM","0x1","Tmp_default\Control Panel\International","sNegativeSign","-"
  935. RegWrite,"HKLM","0x1","Tmp_default\Control Panel\International","sPositiveSign",""
  936. RegWrite,"HKLM","0x1","Tmp_default\Control Panel\International","sShortDate","dd/MM/yyyy"
  937. RegWrite,"HKLM","0x1","Tmp_default\Control Panel\International","sThousand","."
  938. RegWrite,"HKLM","0x1","Tmp_default\Control Panel\International","sTime","."
  939. RegWrite,"HKLM","0x1","Tmp_default\Control Panel\International","sTimeFormat","H.mm"
  940. RegWrite,"HKLM","0x1","Tmp_default\Control Panel\International","sYearMonth","MMMM yyyy"
  941. RegWrite,"HKLM","0x1","Tmp_default\Control Panel\International","iCalendarType","1"
  942. RegWrite,"HKLM","0x1","Tmp_default\Control Panel\International","iCountry","34"
  943. RegWrite,"HKLM","0x1","Tmp_default\Control Panel\International","iCurrDigits","2"
  944. RegWrite,"HKLM","0x1","Tmp_default\Control Panel\International","iCurrency","3"
  945. RegWrite,"HKLM","0x1","Tmp_default\Control Panel\International","iDate","1"
  946. RegWrite,"HKLM","0x1","Tmp_default\Control Panel\International","iDigits","2"
  947. RegWrite,"HKLM","0x1","Tmp_default\Control Panel\International","NumShape","1"
  948. RegWrite,"HKLM","0x1","Tmp_default\Control Panel\International","iFirstDayOfWeek","0"
  949. RegWrite,"HKLM","0x1","Tmp_default\Control Panel\International","iFirstWeekOfYear","0"
  950. RegWrite,"HKLM","0x1","Tmp_default\Control Panel\International","iLZero","1"
  951. RegWrite,"HKLM","0x1","Tmp_default\Control Panel\International","iMeasure","0"
  952. RegWrite,"HKLM","0x1","Tmp_default\Control Panel\International","iNegCurr","9"
  953. RegWrite,"HKLM","0x1","Tmp_default\Control Panel\International","iNegNumber","1"
  954. RegWrite,"HKLM","0x1","Tmp_default\Control Panel\International","iPaperSize","9"
  955. RegWrite,"HKLM","0x1","Tmp_default\Control Panel\International","iTime","1"
  956. RegWrite,"HKLM","0x1","Tmp_default\Control Panel\International","iTimePrefix","0"
  957. RegWrite,"HKLM","0x1","Tmp_default\Control Panel\International","iTLZero","0"
  958. RegWrite,"HKLM","0x1","Tmp_default\Control Panel\International\Geo","Nation","217"
  959. RegWrite,"HKLM","0x1","Tmp_default\Keyboard Layout\Preload","1","00000c0a"
  960. RegDelete,HKLM,"Tmp_default\Software\Microsoft\CTF\Assemblies\0x00000c0a",""
  961. RegWrite,"HKLM","0x1","Tmp_default\Software\Microsoft\CTF\Assemblies\0x00000c0a\{34745C63-B2F0-4784-8B67-5E12C8701A31}","Default","{00000000-0000-0000-0000-000000000000}"
  962. RegWrite,"HKLM","0x1","Tmp_default\Software\Microsoft\CTF\Assemblies\0x00000c0a\{34745C63-B2F0-4784-8B67-5E12C8701A31}","Profile","{00000000-0000-0000-0000-000000000000}"
  963. RegWrite,"HKLM","0x4","Tmp_default\Software\Microsoft\CTF\Assemblies\0x00000c0a\{34745C63-B2F0-4784-8B67-5E12C8701A31}","KeyboardLayout","67767306"
  964. RegHiveUnLoad,"Tmp_default"
  965.  
  966. [InterfaceEncoded]
  967.  
  968. [AuthorEncoded]
  969. VistaPE-11-Small.gif=1Kb,1Kb
  970. Logo=VistaPE-11-Small.gif
  971.  
  972. [EncodedFile-AuthorEncoded-VistaPE-11-Small.gif]
  973. lines=0
  974. 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
  975.  
  976.