Custom Component Runonce Request to early in FBA

  • Thread starter Thread starter David Pryce
  • Start date Start date
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
 
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
 
Hi Sean.

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

David
 
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
 
Back
Top