hi
I have tryed to integrate 60 hotfixes to a XP setup resouce (d:xpcd)
the script look like this:
TITLE Windows XP SP2 Slipstreamer brought to you by www.MSFN.org
CLS
@echo off
ECHO.
ECHO Slipstreaming Windows XP SP2 Updates
ECHO Please wait...
FOR %%f IN (*.exe) DO "%%f" /Integrate:f:\XPCD
ECHO.
ECHO Slipstreaming Completed!
ECHO.
pause
EXIT
But I get an error message like this :
"An error occured while at attempting to integrate this software package.Verify that the architecture,language,and service pack level of this software are valid for the target distribution folder."
Ihave a XP Pro recoucre CD from Dell. It including SP 1 and 8 hotfixex and IE6.
But I have integrated SP2 (using nLite) to the D:\xpcd dir, before I run the **.bat file
I have also tryed to use nLite to the hotfixes, but I cannot get it to work,so I would try the script method...
Maybe someon can give me a tip
LKL
