Custom Component Runonce Request to early in FBA

D

David Pryce

Hi Group.

I have created a custom component to install an application msi using
msiexec in Windows XPe SP3.

In the custom component I create a runonce request and set the build
order to 5000. I have also tried values of 6000, 7000, 8000 with
similar results.

Each time I build my image I see from the log that the component the
component runonce request is executed well before the Runonce section
of the FBALOG.txt. Actually are always run just after the

[CallEntryPointThread] C:\WINDOWS\system32\odbcconf.dll,
DllRegisterServer
 
S

Sean Liming \(MVP\)

Runonce requests only run at around phase 5000 to 5500. FBA Generic Command
can be setup to run at different phases. Have you tried using FBA Generic
Command?

--
Regards,

Sean Liming
www.sjjmicro.com / www.seanliming.com
Book Author - XP Embedded Advanced, XP Embedded Supplemental Toolkit
 
D

David Pryce

Hi Sean.

Yes the FBA generic command worked perfectly. Must have had something
setup wrong in the run once request.

David
 
S

Sean Liming \(MVP\)

It could be timing since RunOnce on occure at a specific point during FBA.
If a resource is not available, then the EXE you are trying to run might not
install.

--
Regards,

Sean Liming
www.sjjmicro.com / www.seanliming.com
Book Author - XP Embedded Advanced, XP Embedded Supplemental Toolkit
 

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