Losing Installer files at first Windows boot

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

Guest

Hi

I've created some components and the installer files some of these need are located in \WINDOWS\Installer
What happens is the FBA goes through the installation and all goes well but when it first boots Windows after the FBA is finished the \WINDOWS\Installer directory gets cleaned thus losing my installer files
I checked if the files were still there at every reboot from the FBA and they were but at the first Windows boot the directory was cleaned
I tried to work around it with a "RunonceEx" running a batchfile which copies the files from an other directory to it. Didn't work because the "RunonceEx" was processed before the cleaning of the Installer dir
After Windows has booted for the first time it doesn't get cleaned at future boots. Maybe I can make a workaround if I use some runonces and batchfiles but that doesn't seem like a good solution to me
I only got this problem with the \Windows\Installer directory

Is there some component maybe which causes the Installer directory to get cleaned out or do I need to change some settings or insert some registry entries to avoid it?

Regards

Martijn
 
the trouble is due to ntfs permission moving to develop pc to thin machine.
I've solved it by set owner to administrator on fba=0 on fba=850
and on fba=12001 (after reseal)
 
Back
Top