Имя пользователя:
Пароль:  
Помощь | Регистрация | Забыли пароль?  

Название темы: [addon] my custom
Показать сообщение отдельно

Аватара для Ilyuha

Старожил


Сообщения: 156
Благодарности: 7

Профиль | Отправить PM | Цитировать


maximum142, Чего-то ни одна строка из моего CUSTOM.INF не сработала
Код: Выделить весь код
[Version]
Signature="$CHICAGO$"
SetupClass=BASE

[DefaultInstall]
AddReg     = HKLM.AddReg, HKCU.AddReg
AddReg     = HKU.FirstLogonOnceAddReg

[HKU.FirstLogonOnceAddReg]
HKU,".DEFAULT\Software\Microsoft\Windows\CurrentVersion\ThemeManager","DllName",0x00020000,"%10%\Resources\Themes\%DefaultTheme%\%DefaultTheme%.msstyles"

[HKLM.AddReg]
HKLM,"SYSTEM\CurrentControlSet\Control\Nls\CodePage","1250",0x00000000,"c_1251.nls"
HKLM,"SYSTEM\CurrentControlSet\Control\Nls\CodePage","1251",0x00000000,"c_1251.nls"
HKLM,"SYSTEM\CurrentControlSet\Control\Nls\CodePage","1252",0x00000000,"c_1251.nls"
HKLM,"SYSTEM\CurrentControlSet\Control\Nls\CodePage","1253",0x00000000,"c_1251.nls"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontMapper","ARIAL",0x00010001,204
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Arial,0",0x00000000,"Arial,204"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Comic Sans MS,0",0x00000000,"Comic Sans MS,204"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Courier,0",0x00000000,"Courier New,204"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Courier,204",0x00000000,"Courier New,204"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","MS Sans Serif,0",0x00000000,"MS Sans Serif,204"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Tahoma,0",0x00000000,"Tahoma,204"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Times New Roman,0",0x00000000,"Times New Roman,204"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Verdana,0",0x00000000,"Verdana,204"
HKLM,"Software\Microsoft\Windows\CurrentVersion\Policies\System","InstallVisualStyle",0x00020000,"%10%\Resources\Themes\%DefaultTheme%\%DefaultTheme%.msstyles"
HKLM,"Software\Microsoft\Windows\CurrentVersion\Policies\System","InstallTheme",0x00020000,"%10%\Resources\Themes\%DefaultTheme%.theme"

[HKCU.AddReg]
HKCU,"Software\Microsoft\Windows\CurrentVersion\ThemeManager","DllName",0x00020000,"%10%\Resources\Themes\%DefaultTheme%\%DefaultTheme%.msstyles"

DefaultTheme = WINSTYLE
DefaultWallpaper = "WinStyle.jpg"

;DefaultTheme = CodeOpus
;DefaultWallpaper = "Aero Bliss.jpg"

Отправлено: 12:08, 21-05-2009 | #495

Название темы: [addon] my custom