WinXP VM, win7-64 host.
I am aware of how virtualisation works anduse VMWARE all the time, for pretty complex stuff, but I have a really weird problem: one of the settings in Adobe Distiller (yeah this is old stuff but for a good reason) is not "sticking". It is the one for deleting any existing PDF of same name. I just keep getting the "delete file?" prompt.
The same setup runs fine under native-installed winXP.

I am also aware that under Windows the printer settings need to be done
in the application that prints if you want them saved; doing it under Control Panel / Printers is not sufficient.
I could solve it by getting somebody to write a little prog which is continuously checking for the presence of this file and if it sees it, it waits for say 30 secs (the reason is nontrivial) and then deletes it. It may also be doable with a batch file (which auto starts) which keeps checking for this pdf and if it finds it, it does the wait and then zaps it. But that's ridiculous.