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.

44 lines
1.0 KiB

  1. ; MUI SysWOW64 Resource installation
  2. ; Copyright (c) Microsoft Corporation. All rights reserved.
  3. ;
  4. [version]
  5. Signature="$Chicago$"
  6. SetupClass=BASE
  7. AdvancedINF=2.5,"INF installer is too old."
  8. [DefaultInstall]
  9. CopyFiles=Wow64Res.files.install,Inf.install,odbc.install
  10. [SourceDisksNames]
  11. 55="MUI SysWOW64 Resources",,0
  12. [SourceDisksFiles]
  13. hhctrlui.dll=55
  14. odbccp32.cpl=55
  15. [Wow64Res.files.install]
  16. hhctrlui.dll,hhctrlui.dll.MU_
  17. [Wow64Res.files.install.Security]
  18. "D:P(A;;GRGX;;;BU)(A;;GA;;;BA)(A;;GA;;;SY)(A;;GRGX;;;PU)"
  19. ; inf file install under %windir%\mui has the right permission already
  20. [odbc.install]
  21. odbccp32.cpl.mui,odbccp32.cpl.MU_
  22. odbcji32.dll.mui,wodbcji32.dll.MU_
  23. ; inf file install under %windir%\mui the right permission already
  24. [Inf.install]
  25. muiWow64.inf
  26. [DestinationDirs]
  27. Wow64Res.files.install=10,SysWOW64\mui\%LCID%
  28. Inf.install=10,mui\FALLBACK\%LCID%
  29. odbc.install=10,mui\FALLBACK\%LCID%
  30. [DefaultUninstall]
  31. DelFiles=Wow64Res.files.install,Inf.install,odbc.install