Run ONCE

C

Chris

Hello All,
I would like to launch a setup.exe after the fba has finished.
I tried to do it with RUNOnce reques in the extra ressource of the TD
project without success;

The tap runs on D:
The setup.exe is on C:
1/ So I tried first to put in the RUNOnce request File PATH :
C:/PATH/setup.exe
--> Error 0x3c in FBALOG
2/ I tried also to use the CMD :RUNOnce request File PATH :
D:\WINDOWS\SYSTEM32\CMD
+ Arguments : /C:pATH/setup.exe
And I had the CMD Windows command processor
--> Error 0x2 in FBALOG

I would not like that the setup.exe run during the tap process but only
at the first boot.

Many thanks.
 
K

KM

Chris,

What you are looking for is probably FBA Generic command resource with the phase set late to > 8500. (RunOnce gives you less control
over the phase your command is launched)

It is hard to tell what your setup.exe does and why it is failing to start. Try a simple approach - launch CMD.exe during FBA (make
sure FBA is waiting for the CMD process to finish) and manually launch your setup.exe from there. You will see if it can be launched
on your image.

Make sure all the setup.exe's dependencies are in your image configuration.
 

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