IonicWind Software

IWBasic => General Questions => Topic started by: JoaoAfonso on June 16, 2008, 06:54:49 PM

Title: doubt about system command
Post by: JoaoAfonso on June 16, 2008, 06:54:49 PM
shooting one doubt more: I have a program that starts running at the startup, using admin settings. My question is, if the I start start the program via an eb program, will it be necessary send anything, using system command, to make it run with full privileges? that program does not behave now as supposed, and I guess the only diference is the way it starts running.
Hope I wasn't too much confusing:)
Title: Re: doubt about system command
Post by: Ionic Wind Support Team on June 16, 2008, 08:34:55 PM
If you have to launch a process with a different privilege level than the starting process, use ShellExecuteEx instread

Paul.

Title: Re: doubt about system command
Post by: JoaoAfonso on June 17, 2008, 02:04:43 AM
Hmm... it's odd to me, then. I assume from what you told, Paul, that every program that autoruns after entering session with administrator privileges, will also work under this privilege. I guess I am missing something more. Thanks for the tip.