How to create C:\windows\system32\spool folder

  • Thread starter Thread starter James Lee
  • Start date Start date
J

James Lee

Hi,

I create component for this %51% (C:\windows\system32
\spool) folder. My image is included this component. But
I can't find this folder while FBA is completed.

Could you tell me what happen? And tell me how to
create this folder. Thank!!
 
James,

Don't know what causes the spool directory to disappear but have you
verified your runtime image (what you built) contains the component's files?
Just go to your build output directory and see if your component files
appear under \system32\spool. Then you may be sure something is going on
wrong with the directory during FBA. Btw, were there any related errors in
FBALog.txt?
Also, if FBA is what's cleaning your spool dir content you may consider to
move your component files into the directory at a late FBA phase or even
after the FBA (Run/RunOnce keys, or startup batch file).

KM

JL> Hi,

JL> I create component for this %51% (C:\windows\system32 \spool)
JL> folder. My image is included this component. But
JL> I can't find this folder while FBA is completed.

JL> Could you tell me what happen? And tell me how to create this
JL> folder. Thank!!
 
Back
Top