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.

48 lines
2.0 KiB

  1. ; |SHAREUI.INF entries
  2. ;
  3. ; Sample ShellView/ShellFolder
  4. ; Copyright 1992-96 Microsoft Corporation. All Rights Reserved.
  5. ;
  6. [Version]
  7. Signature="$Windows NT$"
  8. Provider=%Provider%
  9. [DefaultInstall]
  10. CopyFiles=ThisDll_InstallFiles
  11. AddReg=ThisDll_AddReg
  12. [DefaultUninstall]
  13. DelFiles=ThisDll_UninstallFiles
  14. DelReg=ThisDll_DelReg
  15. [ThisDll_AddReg]
  16. HKCR,CLSID\{02a36f10-2f6f-11cf-8ce4-00aa003ca9f6},,,"Shared Directories"
  17. HKCR,CLSID\{02a36f10-2f6f-11cf-8ce4-00aa003ca9f6}\DefaultIcon,,,"%11%\ShareUI.dll"
  18. HKCR,CLSID\{02a36f10-2f6f-11cf-8ce4-00aa003ca9f6}\InProcServer32,,,"%11%\ShareUI.dll"
  19. HKCR,CLSID\{02a36f10-2f6f-11cf-8ce4-00aa003ca9f6}\InProcServer32,ThreadingModel,,"Apartment"
  20. HKCR,CLSID\{02a36f10-2f6f-11cf-8ce4-00aa003ca9f6}\ShellFolder,Attributes,1,04,00,00,20
  21. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{02a36f10-2f6f-11cf-8ce4-00aa003ca9f6},,,"Shared Directories"
  22. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\RemoteComputer\NameSpace\{02a36f10-2f6f-11cf-8ce4-00aa003ca9f6},,,"Shared Directories"
  23. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MSSharedDirectoriesFolder,"DisplayName",,"Shared Directories Folder"
  24. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MSSharedDirectoriesFolder,"UninstallString",,"rundll32.exe %11%\ShareUI.dll,Uninstall %11%\shareui.inf"
  25. [ThisDll_DelReg]
  26. HKCR,CLSID\{02a36f10-2f6f-11cf-8ce4-00aa003ca9f6}
  27. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{02a36f10-2f6f-11cf-8ce4-00aa003ca9f6}
  28. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\RemoteComputer\NameSpace\{02a36f10-2f6f-11cf-8ce4-00aa003ca9f6}
  29. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MSSharedDirectoriesFolder
  30. [ThisDll_InstallFiles]
  31. ShareUI.dll
  32. ShareUI.inf
  33. [ThisDll_UninstallFiles]
  34. ShareUI.dll,,,1 ; DELFLG_IN_USE. Delete file on reboot if in use.
  35. ShareUI.inf,,,1 ; DELFLG_IN_USE. Delete file on reboot if in use.
  36. [DestinationDirs]
  37. ThisDll_Files=11 ; to System32
  38. [Strings]
  39. Provider="Microsoft Corporation"