Старожил
Сообщения: 156
Благодарности: 7
|
Профиль
|
Отправить PM
| Цитировать
Amigos, maximum142, Dmitry_K, Спасибо вам.
Все заработало с последними изменениями кроме одной строки:
Код: 
[HKU.AddReg]
HKU,".DEFAULT\Software\Microsoft\Windows\CurrentVersion\ThemeManager","DllName",0x00020000,"%10%\Resources\Themes\WINSTYLE\WINSTYLE.msstyles"
и весь файл:
Код: 
[Version]
signature = $CHICAGO$
SetupClass=BASE
[Optional Components]
CustomSetting
[CustomSetting]
OptionDesc = "Custom Setting"
Tip = "Тонкая настройка Windows"
Modes = 0,1,2,3
AddReg = Custom.AddReg
[CustomInstall]
AddReg = HKLM.AddReg, HKCU.AddReg, HKU.AddReg
[Custom.AddReg]
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce","ZZ_CustomSetting_2",0x00020000,"%10%\System32\rundll32.exe advpack.dll,LaunchINFSection %17%\custom.inf,CustomInstall,0"
[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\WINSTYLE\WINSTYLE.msstyles"
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System","InstallTheme",0x00020000,"%10%\Resources\Themes\WINSTYLE.theme"
[HKCU.AddReg]
HKCU,"Software\Microsoft\Windows\CurrentVersion\ThemeManager","DllName",0x00020000,"%10%\Resources\Themes\WINSTYLE\WINSTYLE.msstyles"
[HKU.AddReg]
HKU,".DEFAULT\Software\Microsoft\Windows\CurrentVersion\ThemeManager","DllName",0x00020000,"%10%\Resources\Themes\WINSTYLE\WINSTYLE.msstyles"
|