R
Romain TAILLANDIER
Hi group
I want user can never do anything else that run my ppc 2003 app.
The app have to start with windows, closing the app must closing windows
Killing the app must close windows too.
Have an exception in the app must close windows too.
I allready have look for this question on this news group and have some
helpfull answers :
here are helpfull quote :
<quote>
Any program listed in the registry at
HKey_LocalMachine\Software\Microsoft\Windows\CurrentVersion\Run will run at
startup
</quote>
<quote>
Another possibility is to define your application as a
Windows Service. In that way the system administrator can
set the process to start-up type as Manual, Automatic, or
disabled.
</quote>
<quote>
You need to use P/Invoke and
either call the legacy ExitWindowsEx API, or the newer
InitiateSystemShutdown or InitiateSystemShutdownEx. (Make sure you also
modify the token to allow shutdown).
</quote>
but i have few questions :
If my app always turn how can i debug it ?
How can i reinstall it for example ?
How can i do what ever a developper have to do with the ppc if the app never
ends (wich it is suppose to do) ?
It could be some kind of danger to do this... right ?
but i have to test that before i can sell my app ... so what ??
thanks for help ...
ROM
I want user can never do anything else that run my ppc 2003 app.
The app have to start with windows, closing the app must closing windows
Killing the app must close windows too.
Have an exception in the app must close windows too.
I allready have look for this question on this news group and have some
helpfull answers :
here are helpfull quote :
<quote>
Any program listed in the registry at
HKey_LocalMachine\Software\Microsoft\Windows\CurrentVersion\Run will run at
startup
</quote>
<quote>
Another possibility is to define your application as a
Windows Service. In that way the system administrator can
set the process to start-up type as Manual, Automatic, or
disabled.
</quote>
<quote>
You need to use P/Invoke and
either call the legacy ExitWindowsEx API, or the newer
InitiateSystemShutdown or InitiateSystemShutdownEx. (Make sure you also
modify the token to allow shutdown).
</quote>
but i have few questions :
If my app always turn how can i debug it ?
How can i reinstall it for example ?
How can i do what ever a developper have to do with the ppc if the app never
ends (wich it is suppose to do) ?
It could be some kind of danger to do this... right ?
but i have to test that before i can sell my app ... so what ??
thanks for help ...
ROM