Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

56 lines
1.5 KiB

; Shell MUI INF
; This INF is used to install Shell related components for MUI
[version]
signature="$Windows NT$"
AdvancedINF=2.5
[DefaultInstall]
CopyFiles=ThemeUI.install,inf.install,Luna.install,Blue_SS.install,Metal_SS.install,Home_SS.install,Class_SS.install
RunPostSetupCommands=RunPostSetupCommandsSection
[SourceDisksNames]
55="",,0
[SourceDisksFiles]
shellmui.inf=55
[ThemeUI.install]
themeui.dll.mui,themeui.dll.mu_
[inf.install]
shellmui.inf
[Luna.install]
Luna.msstyles.mui,luna.mst.mu_
[Blue_SS.install]
ShellStyle.dll.mui,Blue_SS.dll.mu_
[Metal_SS.install]
ShellStyle.dll.mui,Metal_SS.dll.mu_
[Home_SS.install]
ShellStyle.dll.mui,Home_SS.dll.mu_
[Class_SS.install]
ShellStyle.dll.mui,Class_SS.dll.mu_
[DestinationDirs]
ThemeUI.install=11,mui\%LCID%
inf.install=10,mui\fallback\%LCID%
luna.install=10,Resources\Themes\Luna\MUI\%LCID%
Blue_SS.install=10,Resources\Themes\Luna\Shell\NormalColor\MUI\%LCID%
Metal_SS.install=10,Resources\Themes\Luna\Shell\Metallic\MUI\%LCID%
Home_SS.install=10,Resources\Themes\Luna\Shell\Homestead\MUI\%LCID%
Class_SS.install=11,mui\%LCID%
[RunPostSetupCommandsSection]
"regsvr32.exe /s /n /i:/res=%LCID% %11%\mui\%LCID%\themeui.dll.mui"
[Uninstall]
RunPreSetupCommands=RunPreUninstallCommandsSection
DelFiles=ThemeUI.install,Inf.Install,Luna.install,Blue_SS.install,Metal_SS.install,Home_SS.install,Class_SS.install
[RunPreUninstallCommandsSection]
"regsvr32.exe /s /n /u /i:/res=%LCID% %11%\mui\%LCID%\themeui.dll.mui"