-One is windows server 2003 enterprise R2 SP1 VLK.
This is a problem, many of my old programs cannot to be installed correctly if installed after SP1 is installed.
I don't need R2 but could not find a way to disable R2 inside unattended.sif
-The other is windows server 2003 enterprise retail.
This is good but not a VLK i don't want having to activate windows after installation or integrating service packs.
So I used the FC command ( probably incorrectly ) to compare these two folders.
Code: Select all
FC "folder1\*" "folder2\*"
I want to make this comparison because i want to see if i can turn a SP1 or SP2 distro into an SP0 by deleting and or moving files from one image to another.
I've been thinking about changing the retail distro into a VLK edition but i think my chance of success is slim. This is probably coded inside setup.exe which will probably detect tampering with source files if done incorrectly.
The command has been running for days now i fear it's comparing the contents of all files rather than just telling which files exist in folder1 that are missing in folder2.
Can I get FC to do what I want or will I have to compare them in a different way ?