I am trying to integrate windows installer and windows update into XP.
I have already integrated hotfixes using Nlite, and have then edited the scvpack.ini files as follows:
[Version] Signature="$Windows NT$" MajorVersion=5 MinorVersion=1 BuildNumber=2600 [SetupData] CatalogSubDir="\i386\SVCPACK" [ProductCatalogsToInstall] CODECS10.CAT DRM10.CAT KB888656.CAT KB893241.CAT KB895181.CAT KB895316.CAT KB904555.CAT MPSTUB10.CAT WMDM10.CAT WMFSDK10.CAT WMP10.CAT WMSET10.CAT KB873339.CAT KB884020.CAT KB885250.CAT KB885835.CAT KB885836.CAT KB885932.CAT KB886185.CAT KB887472.CAT KB887742.CAT KB888113.CAT KB888240.CAT KB888302.CAT KB889527.CAT KB890046.CAT KB890859.CAT KB891781.CAT KB892313.CAT KB893066.CAT KB893357.CAT KB893756.CAT KB894391.CAT KB896344.CAT KB896358.CAT KB896422.CAT KB896423.CAT KB896428.CAT KB896626.CAT KB896688.CAT KB897663.CAT KB898461.CAT KB899587.CAT KB899589.CAT KB899591.CAT KB900725.CAT KB900930.CAT KB901017.CAT KB901214.CAT KB902400.CAT KB903234.CAT KB904412.CAT KB904706.CAT KB905414.CAT KB905749.CAT KB906569.CAT KB907865.CAT [SetupHotfixesToRun] WindowsInstaller-KB893803-v2-x86.exe /wuforce /quiet /norestart" /f WindowsUpdateAgent20-x86.exe /wuforce /quiet /norestart" /f LegitCheckControl.msi /q" /f [CatalogHeader] ; Customized by nLite - www.nliteos.com
But this part just isn't working
Quote
WindowsUpdateAgent20-x86.exe /wuforce /quiet /norestart" /f
LegitCheckControl.msi /q" /f
Windows installer loads a promt windowd during unattended install.
Update agent and legitcontrol is not installed.
I have compressd svcpack.ini to svcpack.in_ and placed it in /i386 dir and also kept the uncompressed file in /i386/svcpack
What else do I have to do to make "[SetupHotfixesToRun]" work?



Help

Back to top










