I got a little Problem here, I'm trying to build some scripts for WinBuilder (ever heard of 'VistaPE'? that project is using it too). VistaPE is nice, but I wanted something more along the guidelines of MS. So I tried to recreate the batch files MS delivers with the WAIK within WinBuilder scripts.
Everything went nice and the image is bootable. There is just one disturbing thing, there seem to be files in the building directory, that I don't have any write access to. After installing all the packages available, when I try to delete my working directory, I end up with "access denied" messages (using 'del /F /S /Q workdir').
The funny thing is, not even the "system" account has any write rights on those files, according to the security/permissions tab of the file properties.
So my only way to get rid of the directory is to boot to another OS and delete the files from there.
Did anyone else run into this problem?