Hi again,
I just tried to make a Pre Build Script with the following content accourding to the Citrix article mentioned before:
cd "%programfiles%\citrix\system32\citrix\wmi"
for /f %%s in ('dir /b *.mof *.mfl') do mofcomp %%s
When I run this on the provisioned servers, it works (until a reboot of course).
But in this case, when I use it as as Pre Build Script, it doesn't work. Problably I have to use it as a Pre Cloning Script ... I will try...
br, Patrick