Source code of Windows XP (NT5)
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.

26 lines
791 B

  1. ;
  2. ; Strings
  3. ;
  4. [Strings]
  5. RemInst_Desc = "Fj�rrinstallationstj�nster"
  6. @w!p:@@:RemInst_Help = "M�jligg�r fj�rrinstallation av Windows 2000 Professional p� klientdatorer som st�der fj�rrsystemstart."
  7. @p:@@:RemInst_Help = "M�jligg�r fj�rrinstallation av Windows 2000 Personal p� klientdatorer som st�der fj�rrsystemstart."
  8. srvcd = "Windows 2000 Server CD-ROM"
  9. @w!p:@@:wkscd = "Windows 2000 Professional CD-ROM"
  10. @p:@@:wkscd = "Windows 2000 Personal CD-ROM"
  11. REG_DWORD =0x10001
  12. REG_EXPAND_SZ =0x20000
  13. REG_BINARY =0x00001
  14. REG_SZ =0x00000
  15. REG_MULTI_SZ =0x10000
  16. REG_NONE =0x20001
  17. SERVICE_DISABLED = 4
  18. SERVICE_DEMAND_START = 3
  19. SERVICE_AUTO_START = 2
  20. SERVICE_WIN32_SHARE_PROCESS = 32
  21. SERVICE_FILE_SYSTEM_DRIVER = 2
  22. SERVICE_WIN32_OWN_PROCESS = 16
  23. SERVICE_BOOT_START = 0