Good afternoon,
I work for a company that does the imaging process for multiple customers.
Since each customer has it's own requirements, I have to deploy using WDS (since we only deploy WIM images and don't need the deployment options and tasksequences available in SCCM or MDT)
However, I am struggling with something..
As soon as I install the Setup-Client.cab package on my CUSTOM Windows PE 5.1 image, the setup boots as soon as PE has loaded.
This is unwanted behavior, because I need to be able to run a program/script that provides the user with a selection of the customers, which in turn runs setup.exe with a unattend.xml specific for that customer (e.g. disk settings etc)
Is there a way to disable this default behavior? Since we image 100+ systems a day, doing things by hand is completely out of the question, and I really need to be able to be client specific without having multiple boot images (since WDS only supports 3
versions, so that means I can have one x64 client, one x86 client if I want different unattend.xml's)
Thanks in advance,
Alex