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
950 B

  1. ; RSOPTWKS.INF
  2. ;
  3. ; This is the Setup information file to install Remote Storage
  4. ; as an optional component in Windows NT Workstation
  5. ;
  6. ; Copyright (c) Microsoft Corporation. All rights reserved.
  7. ;
  8. [version]
  9. signature="$Windows NT$"
  10. Platform = NTW
  11. Layoutfile=Layout.inf
  12. [Optional Components]
  13. RSUI ;User Interface
  14. ;Destination Directories for CopyFiles Sections
  15. [DestinationDirs]
  16. RSUIProgramFiles = 11 ;LDID_SYSTEM
  17. [RSUI]
  18. OptionDesc = %RSUI_Desc%
  19. Tip = %RSUI_Tip%
  20. IconIndex = * ;Ask the dll
  21. [RSUIInstall]
  22. Copyfiles = RSUIProgramFiles
  23. [RSUIUninstall]
  24. Delfiles = RSUIProgramFiles
  25. [RSUIProgramFiles]
  26. RsConn.dll
  27. RsJob.dll
  28. RsCommon.dll
  29. RsAdmin.dll
  30. RsShell.dll
  31. RsEngPs.dll
  32. RsSubPs.dll
  33. RsServPs.dll
  34. RsAdmin.msc
  35. [RSUIProgramFiles.Security]
  36. "D:P(A;;GRGX;;;BU)(A;;GA;;;BA)(A;;GA;;;SY)(A;;GRGX;;;WD)"