27 lines
864 B
Plaintext
27 lines
864 B
Plaintext
|
|
|||
|
;
|
|||
|
; Strings
|
|||
|
;
|
|||
|
[Strings]
|
|||
|
RemInst_Desc = "T<>vtelep<65>t<EFBFBD>si szolg<6C>ltat<61>s"
|
|||
|
@w!p:@@:RemInst_Help = "Lehet<65>v<EFBFBD> teszi a Windows 2000 Professional t<>voli telep<65>t<EFBFBD>s<EFBFBD>t olyan sz<73>m<EFBFBD>t<EFBFBD>g<EFBFBD>peken, amelyeken a t<>voli rendszert<72>lt<6C>s enged<65>lyezve van."
|
|||
|
@p:@@:RemInst_Help = "Lehet<65>v<EFBFBD> teszi a Windows 2000 Professional t<>voli telep<65>t<EFBFBD>s<EFBFBD>t olyan <20>gyf<79>lg<6C>peken, amelyeken a t<>voli rendszert<72>lt<6C>s enged<65>lyezve van."
|
|||
|
srvcd = "Windows 2000 Server CD-ROM"
|
|||
|
@w!p:@@:wkscd = "Windows 2000 Professional CD-ROM"
|
|||
|
@p:@@:wkscd = "Windows 2000 Home Edition CD-ROM"
|
|||
|
|
|||
|
REG_DWORD =0x10001
|
|||
|
REG_EXPAND_SZ =0x20000
|
|||
|
REG_BINARY =0x00001
|
|||
|
REG_SZ =0x00000
|
|||
|
REG_MULTI_SZ =0x10000
|
|||
|
REG_NONE =0x20001
|
|||
|
|
|||
|
SERVICE_DISABLED = 4
|
|||
|
SERVICE_DEMAND_START = 3
|
|||
|
SERVICE_AUTO_START = 2
|
|||
|
SERVICE_WIN32_SHARE_PROCESS = 32
|
|||
|
SERVICE_FILE_SYSTEM_DRIVER = 2
|
|||
|
SERVICE_WIN32_OWN_PROCESS = 16
|
|||
|
SERVICE_BOOT_START = 0
|