detect if operation system to initialize completely ...
Posted: Wed Oct 26, 2005 10:56 am
how can a program (api ...) detect if operation system (xp) to initialize completely ?
the problem:
The delay allows the operation system to initialize completely; this prevents the problems—such as Remote Procedure Call (RPC) errors—that can occur if a setup initializes before the operating system has initialized completely. (for example, by using the RunOnce key)
maybe delay(any_time) ... but better with detection (different delay for slow or fast computer) .
the problem:
The delay allows the operation system to initialize completely; this prevents the problems—such as Remote Procedure Call (RPC) errors—that can occur if a setup initializes before the operating system has initialized completely. (for example, by using the RunOnce key)
maybe delay(any_time) ... but better with detection (different delay for slow or fast computer) .