Features on Demand (FOD) functionality

mhuang

New Member
Messages
3
Reaction score
0
The FOD which requires the cab files to be placed in the local PC NTLite cache folder for FOD.
One feature I wish to add is the AD tools. What I wish to do is inject the cab files into the image but NOT enable the optional features in the settings in the build process of the image. So when the user wants to enable the AD tools they will enable it on demand as to the tools already preinstalled. If the cab files are just injected will it just reside as part of the image and be referenced when enabled by the user/
 
What you need to do is perform two passes:
1. Load your clean image.
2. Add all of the FOD packages as Updates. Apply changes.
3. Re-load the updated image.
4. From the Features on Demand screen, select the same features to disable them in the image. Apply changes.
 
What you need to do is perform two passes:
1. Load your clean image.
2. Add all of the FOD packages as Updates. Apply changes.
3. Re-load the updated image.
4. From the Features on Demand screen, select the same features to disable them in the image. Apply changes.
Excellent. Much more simplified than uploading to cache folder. I try update method instead. Thanks
 
Back
Top