Maybe somebody can help with me this next question, maybe it's not 100% ontopic, please skip it then:
I'm not an expert, but I've learned so much in the last year, and like to "fool around" to learn new thing. Last week, I created new .wim files for Windows 7 and Windows 8, which include all Windows updates until now. I created them this way:
(1) WinNTSetup: use w7.wim, select a modified unattend.xml with the <Reseal><Mode>Audit</Mode></Reseal> part (2) Install all updates (except PC specific ones). (3) dism /online /cleanup-image (4) In Sysprep window: Select OOBE, Generalize and Shutdown (5) Boot with PE4 iso (6) dism /capture-image /imagefile:e:\w8new.wim /capturedir:c:\ /name:"Windows 8 updated"
This is working great, for Windows 8 and Windows 7. So I wanted to see how this works in XP and downloaded XPSP3 Deployment Tools:
http://www.microsoft...s.aspx?id=11282
What I would like to know:
- Is Sysprepping XP comparable to the W7/W8 way? Is an image that I create this way, usable on "all" PC's?
- What is the best way to image this sysprepped XP? I use Ghost and TrueImage, but up to now only for "pc-specific" and complete XP installs (not generalized installs). Besides, the "best/ cleanest" way would be to create setup files as they are present in the normal XP setup ISO, right? How can I create that?
- I've read that I van also use my PE4 boot ISO, then use DISM /capture-image to create a **.wim** from a XP setup. Well, that's nice, but WinNTSetup can't install XP from a .wim, can it?
Thanks for any and all insight on this. But if you can't be bothered, that's fine too!!