Disabling the NetMeeting Wizard
When running NetMeeting for the first time, a wizard normally appears to collect data from the new user. An application that initialized the conference manager in No-UI mode (NM_INIT_CONTROL) can prevent this wizard from running by setting the following system properties (use the uProp variable in the INmSysInfo::SetProperty method):
NM_SYSPROP_EMAIL_NAME
NM_SYSPROP_FIRST_NAME
NM_SYSPROP_LAST_NAME
NM_SYSPROP_USER_NAME
The following table shows the defaults used by the NetMeeting wizard for other system properties.
Field | Default Value | System Property ID |
---|---|---|
Location | Blank | NM_SYSPROP_USER_CITY |
Comments | Blank | NM_SYSPROP_USER_COMMENTS |
Video capture device | First in list | None |
Audio device | First in list | None |
Internet Locator Service (ILS) server | First in list | Can be changed using: NM_SYSPROP_SERVER_NAME NM_SYSPROP_RESOLVE_NAME |
Logon to ILS when NetMeeting starts | On | Can be changed using: NM_SYSPROP_DISABLE_INITIAL_ILS_LOGON Note This is per session only. |
Do not list my name in the directory | Off | None |
Shortcuts (created on Windows Desktop and Quick Launch) | None | |
Microphone gain | None | |
Speaker volume | None |