Run an install program after the second boot?

G

Guest

I'm trying to create a component that runs after FBA has completed and the
machine has rebooted, but I'm having problems. The machine won't be using
Explorer for the shell, so I can't do a RunOnceEx. What I did was create a
component that copies all the install files to the image drive with a RunOnce
resource that executes the install. I set the build order to 12000, which
I've read is supposed to set the request to run after FBA has completed.
This isn't the case. Right now, this request is run somewhere in the middle
of the PnP setup. What should I do?

Also, does the ValueName have to be a registry key, or can it just be
something that distinguishes this request (like InstallFile)?
 
K

KM

William,

You confused Build order and FBA phase order.
Instead of RunOnce resource use FBA Generic Command and set up the FBA order there to >= 12000 (assuming you don't have a cloning
tool in the image).


Although the question about ValueName is irrelevant to FBA Generic command, I will answer it. It is a registry value name (nothing
beyond that).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top