Launches an external process.
C#: public int LaunchProcess(string exeFilename, string args, bool bWait, bool elevatedPrivileges)
Parameters
exeFilename- full path of the executable to launch
args - arguments to provide to the executable
bWait - flag that indicates whether to wait for the process to exit before proceeding
elevatedPrivileges- flag that indicates whether the process should request elevated privileges. When using this API to launch the QLM License Wizard, it is recommended to launch the process with elevated privileges to allow the License Wizard to store license keys at the MACHINE level.
Comments
0 comments
Please sign in to leave a comment.