Jump to content

Recommended Posts

Posted

Hello everyone,

I'm doing my first setup of an unattended install CD, and I've run into a small annoyance.

With the hotfixes, you have to click OK on each "Integrated install has completely successfully." box. With 64 hotfixes needing to be applied, this seems to kind of defeat the purpose of an unattended install.

Here's the batch file I have:

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:C:\XPCD

ECHO.

ECHO Slipstreaming Completed!

ECHO.

pause

EXIT

It's verbatim from the manual section of the Integration webpage I think.

Is there something I can add to make the "Successful" box go away automatically and have it go on to the next hotfix by itself?

Thanks,

Ryan


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...