Help - Search - Members - Calendar
Full Version: integrate hotfixes using a bat script
MSFN Forums > Member Contributed Projects > nLite

   
Google Internet Forums Unattended CD/DVD Guide
lklo
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
Camarade_Tux
You're probably slipstreaming a win2k/2k3/XPSP1-fix. Check the versions.


And... for integration using batch scripts... hfslip.
lklo
QUOTE (Camarade_Tux @ Dec 28 2006, 06:13 PM) *
You're probably slipstreaming a win2k/2k3/XPSP1-fix. Check the versions.


And... for integration using batch scripts... hfslip.


HI

I`m using the hotfixes from this site:

http://www.msfn.org/board/index.php?showtopic=86450

MS WINDOWS XP PRO SP2 - (60)

But now I can see what also is beeing written there: WITH IE7 & WMP11 & Windows Live Messenger installed

But my XP CD only containing sp1 and ie6, maybe I`m using the wrong hotfixes ?
Google Internet Forums Unattended CD/DVD Guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.