Re: Control installation process after windows restart
From: Gary Chanson (gchanson_at_No.Spam.TheWorld.net)
Date: 05/24/04
- Next message: Don Burn: "Re: apps talking to a driver,"
- Previous message: Patrick Zou: "apps talking to a driver,"
- In reply to: Guogang: "Control installation process after windows restart"
- Next in thread: G.D.: "Re: Control installation process after windows restart"
- Reply: G.D.: "Re: Control installation process after windows restart"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 24 May 2004 18:41:12 -0400
"Guogang" <nospam@no_such_domain.com> wrote in message
news:OPYFzJcQEHA.3380@TK2MSFTNGP11.phx.gbl...
> My question:
> How can I restart computer, and capture the computer after restart? I need
> to change login screen to installation progress dialog, and login as
> administrator automatically to continue installation;
>
> Why: we have computers shipped to end user (sort of like kiosk), now we
need
> to send them a CD to update their computer with newest Windows Update,
.Net
> Framework, then our new applications. Multiple restarts are needed to
finish
> installation, I need some control between restart untill installation is
> finished;
You can run any program you want at restart by creating a value in the
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run key or
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\RunOnce (or the
euivalent under keys HKEY_LOCAL_MACHINE) . Create a new value string value
with a unique name for your program with the command line to execute as the
data of the string value. The command will not get executed before the
logon though so you'd need to deal with that.
-- -GJC [MS Windows SDK MVP] -Software Consultant (Embedded systems and Real Time Controls) - http://www.mvps.org/ArcaneIncantations/consulting.htm -gchanson@mvps.org
- Next message: Don Burn: "Re: apps talking to a driver,"
- Previous message: Patrick Zou: "apps talking to a driver,"
- In reply to: Guogang: "Control installation process after windows restart"
- Next in thread: G.D.: "Re: Control installation process after windows restart"
- Reply: G.D.: "Re: Control installation process after windows restart"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|