Run an install after clone

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to run an software installation i made after first boot when i have cloned my XPE, i want to use an predefined account who have the administrator rights and autologin with this account who starts the installation.

Does anybody know how to deal with this problem?

Thanks
Rickard Seijbold
 
Hi Rickard,

If you are calling fbreseal manually (not during the FBA) then you can make call to your batch file that can place RunOnce request
in registry trough reg.exe for instance. And then batch file can call fbreseal. and shutdown.

If you call it during FBA then you can place installation at some higher FBA phase or place RunOnce request also that will call your
installation.

Best regards,
Slobodan


Rickard said:
I want to run an software installation i made after first boot when i have cloned my XPE, i want to use an predefined account who
have the administrator rights and autologin with this account who starts the installation.
 
Back
Top