Форум: "WinAPI";
Текущий архив: 2004.08.22;
Скачать: [xml.tar.bz2];
ВнизСоздание сервиса Найти похожие ветки
← →
han_malign © (2004-07-07 17:02) [0]Какого ..., когда делаю CreateService, с логином
FSvcHandle := CreateService(FSCMHandle, PChar(ASvcName), PChar(ADisplayName),
SERVICE_ALL_ACCESS, SERVICE_WIN32_OWN_PROCESS or SERVICE_INTERACTIVE_PROCESS,
SERVICE_AUTO_START, SERVICE_ERROR_NORMAL, PChar(ABinaryPathName),
nil, nil, nil, "DOMAIN\User", "Password");
- эта зараза ругается "A parameter that was specified is invalid."???
Пользователь есть - на "The account name is invalid or does not exist." не ругается... Без логина тоже все Ob. (Права администратора)
← →
clickmaker © (2004-07-07 17:39) [1]
> han_malign © (07.07.04 17:02)
а если в форме user@domain ?
← →
han_malign © (2004-07-07 17:57) [2]lpServiceStartName
Points to a null-terminated string. If the service type is SERVICE_WIN32_OWN_PROCESS, this name is the account name in the form of "DomainName\Username", which the service process will be logged on as when it runs. If the account belongs to the built-in domain, ".\Username" can be specified. Services of type SERVICE_WIN32_SHARE_PROCESS are not allowed to specify an account other than LocalSystem. If NULL is specified, the service will be logged on as the "LocalSystem" account, in which case, the lpPassword parameter must be NULL.
Если домен\пользователь неправилно указать, то - "The account name is invalid or does not exist."
← →
Cobalt © (2004-07-07 21:43) [3]Попробуй опустить всякие флаги типа SERVICE_ALL_ACCESS в 0, может запашет?
Может, в статье комбинации какие запрещены?
Пути точно правильные?
Отключи оптимизацию...
← →
Reindeer Moss Eater © (2004-07-08 09:02) [4]Аккаунту разрешено входить в систему в качестве службы?
← →
han_malign © (2004-07-08 11:02) [5]>Аккаунту разрешено входить в систему в качестве службы?
права атминистратора
← →
Reindeer Moss Eater © (2004-07-08 11:04) [6]У администратора нет таких прав по умолчанию
← →
han_malign © (2004-07-08 12:19) [7]а ларчик просто открывался
If you specify either SERVICE_WIN32_OWN_PROCESS or SERVICE_WIN32_SHARE_PROCESS, and the service is running in the context of the LocalSystem account, you can also specify the following type.
SERVICE_INTERACTIVE_PROCESS - The service can interact with the desktop.
- то есть если с логином - никаких SERVICE_INTERACTIVE_PROCESS
Страницы: 1 вся ветка
Форум: "WinAPI";
Текущий архив: 2004.08.22;
Скачать: [xml.tar.bz2];
Память: 0.46 MB
Время: 0.035 c