Asymmetry Posted July 10, 2007 Posted July 10, 2007 Dudes, I need your help again. This is problem:I made unattended WindowsXP instalation, and it installs critical updates through SVCPACK method. The problem occurs in T-13 when I get message "Please choose directrory to extract files". It has some default adress. I just click OK, and it finishes instalation of critical updates and then go further with instalation of Windows.How could I escape that message?
IcemanND Posted July 11, 2007 Posted July 11, 2007 post your svcpack.inf file maybe one of the the updates is missing a switch.
Asymmetry Posted July 11, 2007 Author Posted July 11, 2007 Here it is:;Windows XP[Version]signature="$Windows NT$"MajorVersion=5MinorVersion=1BuildNumber=2600[setupData]CatalogSubDir = "\i386\svcpack"[ProductCatalogsToInstall][setupHotfixesToRun]KB873339.exe /q /o /n /zKB885250.exe /q /o /n /zKB885835.exe /q /o /n /zKB885836.exe /q /o /n /zKB886185.exe /q /o /n /zKB887742.exe /q /o /n /zKB888113.exe /q /o /n /zKB888302.exe /q /o /n /zKB890046.exe /q /o /n /zKB890859.exe /q /o /n /zKB891781.exe /q /o /n /zKB893756.exe /q /o /n /zKB894391.exe /q /o /n /zKB896358.exe /q /o /n /zKB896422.exe /q /o /n /zKB896423.exe /q /o /n /zKB896424.exe /q /o /n /zKB896428.exe /q /o /n /zKB896688.exe /q /o /n /zKB898461.exe /q /o /n /zKB899587.exe /q /o /n /zKB899589.exe /q /o /n /zKB899591.exe /q /o /n /zKB900725.exe /q /o /n /zKB901017.exe /q /o /n /zKB901190.exe /q /o /n /zKB901214.exe /q /o /n /zKB902400.exe /q /o /n /zKB904706.exe /q /o /n /zKB905414.exe /q /o /n /zKB905749.exe /q /o /n /zKB905915.exe /q /o /n /zKB908519.exe /q /o /n /zKB911280.exe /q /o /n /zKB911564.exe /q /o /n /zKB911565.exe /q /o /n /zKB911927.exe /q /o /n /zKB912919.exe /q /o /n /zKB913446.exe /q /o /n /zKB914388.exe /q /o /n /zKB920685.exe /q /o /n /zKB923191.exe /q /o /n /zKB923414.exe /q /o /n /zKB923689.exe /q /o /n /zKB923980.exe /q /o /n /zKB924270.exe /q /o /n /zKB924667.exe /q /o /n /zKB925902.exe /q /o /n /zKB926247.exe /q /o /n /zKB926436.exe /q /o /n /zKB927802.exe /q /o /n /zKB928255.exe /q /o /n /zKB929123.exe /q /o /n /zKB929969.exe /q /o /n /zKB930178.exe /q /o /n /zKB931784.exe /q /o /n /zKB932168.exe /q /o /n /zKB935448.exe /q /o /n /zKB935839.exe /q /o /n /zKB935840.exe /q /o /n /zKB935843.exe /q /o /n /zqchain.exe
Asymmetry Posted July 11, 2007 Author Posted July 11, 2007 I would be glad to someone tells me if I don't need some updates, to delete it. Thanx again!
Kelsenellenelvian Posted July 14, 2007 Posted July 14, 2007 I do belive your switches are not right on some of those fixes m8. There are 2 types of ms hotfixes.http://unattended.msfn.org/unattended.xp/view/web/24/ <-- this page will explain it all.
Asymmetry Posted July 15, 2007 Author Posted July 15, 2007 all of my hotfixes are type 1, according to MSFN explanation
ponghy Posted July 15, 2007 Posted July 15, 2007 @Asymmetry: You don't have any catalog in the [ProductCatalogsToInstall] section. If you have Windows File Protection enabled, catalogs are required. Also, try to remove the qchain.exe file at the end. This tool is obsolete, since new hotfixes have this tool integrated. Qchain allows to install several updates without rebooting. This is no longer necessary.Note: In order to integrate hotfixes, it is necessary to use the /integrate switch with type 1 hotfixes. How did you integrate the hotfixes? It's not enough editing the SVCPACK.INF file. Another changes are required.
Asymmetry Posted July 16, 2007 Author Posted July 16, 2007 Uh, man!I didn't integrate them. If I did that, I don't know how! I just copied that hotfixes in SVCPACK folder in I386 and did this SVCPACK.txt. Thats' all!What should I do?And what should I have in [ProductCatalogsToInstall]?Thanx a lot!
IcemanND Posted July 16, 2007 Posted July 16, 2007 If you are going to go that route you may as well just integrate them.How:<update name>.exe /integrate:<path to xp source><update name> = original downloaded name or rename to 8.3 filename<path to source> = your working location you copied the cd toOr use nLite, or any umber of utilities and scripts to download and or integrate them. there are also update packs you can use to integrate all the updates.
Asymmetry Posted July 16, 2007 Author Posted July 16, 2007 I used nLite last time, and that didn't happen at T-13. That's OK, but ...When I finished installation I went to Add/Remove Programs and I found just one of 61 !!!!! How is it possible? Where are those 60 ? In Add/Remove Programs only win32 cabinet self-extractor type is installed.I want to know are others updates installed?Please, answer
ponghy Posted July 16, 2007 Posted July 16, 2007 (edited) @Asymmetry:nLite does not create entries corresponding to hotfixes in the Add or Remove Programs dialog if they are directly integrated. That hotfix which you can see probably it is from a Windows Media Player installed separately or another application which installs hotfixes. However, those 61 hotfixes will be installed. You can check out this visiting the Windows Update web site.The reason for this is because nLite slipstreams files included in hotfixes directly to the installation source, replacing the originals on the I386 folder.If you want to see again the entries in ARP, uncheck the option "Direct integration" in the "Advanced options" button of nLite.Note that disabling direct integration installation will be slower at T-13 phase (because hotfixes must be launched one by one) and the installation source will take more space on the CD/DVD. Edited July 16, 2007 by ponghy
Asymmetry Posted July 16, 2007 Author Posted July 16, 2007 Many many many thanx to you!You make my day happy! Thanx a lot!
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now