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.

23 lines
845 B

  1. ; RSTORAGE.INF
  2. ;
  3. ; This is the Setup information file to install
  4. ; Remote Storage Recall Notification
  5. ;
  6. ; Copyright (c) 1998 Microsoft Corporation
  7. ;
  8. [Version]
  9. signature="$Windows NT$"
  10. SetupClass=Base
  11. [DefaultInstall.NT]
  12. DelReg=RSNotify.DelReg
  13. AddReg=RSNotify.AddReg
  14. [RSNotify.DelReg]
  15. HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnce", "Remote Storage Notifier COM Service Unregister",2,"RsNotify.exe /unregserver"
  16. HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnce", "Remote Storage RsFsaPs Unregister",2,"regsvr32 /s /u rsfsaps.dll"
  17. [RSNotify.AddReg]
  18. HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnce", "Remote Storage Notifier COM Service Register",2,"RsNotify.exe /regserver"
  19. HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnce", "Remote Storage RsFsaPs Register",2,"regsvr32 /s rsfsaps.dll"