 MJimLayAKA FlexBaudPremium join:2004-10-06 Pensacola, FL kudos:2 | [XP Pro] SP3 Sysprep Hey Guys,
Anyone know where I am able to find a copy of SP3 Sysprep for XP Pro? I am looking to rebuild my images for deployment but my copy of Sysprep doesn't seem to work correctly with SP3.
Thanks, |
|
 bcastnerPremium,VIP,MVM join:2002-09-25 Chevy Chase, MD kudos:7 | It is found on the XP SP3 Network Installation redistributable. It is a CAB file along with all the Deployment tools, just as it was for XP. |
|
 MJimLayAKA FlexBaudPremium join:2004-10-06 Pensacola, FL kudos:2 | reply to MJimLay I'm not able to find DEPLOY.CAP. |
|
 bcastnerPremium,VIP,MVM join:2002-09-25 Chevy Chase, MD kudos:7 1 edit | CAB, not CAP. SUPPORT\TOOLS\DEPLOY.CAB
You have two other choices:
• Use the SP2 version. This requires a simple edit in order to work:
Delete or Comment Out the following lines in ltisysprep.wsf:
ElseIf DateDiff("d", oFSO.GetFile(sWinnt32).DateLastModified,
oFSO.GetFile(sDeployCab).DateLastModified) < 0 then
oLogging.CreateEntry "Error: The " & sDeployCab & " file is older than the
Windows source files (" & sWinnt32 & "). Using older versions of Sysprep is
not supported. Ensure that you have the appropriate version.", LogTypeError
ZTIProcess = Failure
Exit Function
• Wait for the Microsoft Deployment Tools 2008 Version, in Beta now and to be released very soon. This will be the full package of Deployment tools.
-- ============ MS-MVP 2004 - -2008, ASAP Member Users Helping Users
|
|
 MJimLayAKA FlexBaudPremium join:2004-10-06 Pensacola, FL kudos:2 | reply to MJimLay CAP was a typo. Anyway, when I extracted the network SP3 files, I did not even find a Support Folder. I seen a bunch of others, just not a Support folder even after I viewed hidden files. The only copy of Sysprep I have is SP1, which worked fine for SP2 but doesn't work on SP3.
Any other place to locate it? |
|
|
|
 bcastnerPremium,VIP,MVM join:2002-09-25 Chevy Chase, MD kudos:7 1 edit | I am sure the Support Folder is on the ISO release. But from the file stamp, I would guess it is pre-Windows 2008 Deployment Toolkit. It looks to me to be the same version as came with SP2. This can be directly downloaded to avoid having to download the entire SP3 ISO: »www.microsoft.com/downloads/deta···11fabf38
Use the edit I gave earlier with this to avoid the invalid versioning message. |
|
 bcastnerPremium,VIP,MVM join:2002-09-25 Chevy Chase, MD kudos:7 | reply to MJimLay Hot off the presses: The New Deployment Kit for XP SP3: »www.microsoft.com/downloads/deta···yLang=en |
|
 MJimLayAKA FlexBaudPremium join:2004-10-06 Pensacola, FL kudos:2 | Awesome! Thanks! |
|