Jump to content

Ok..I give up for now...help needed


Recommended Posts

Hey all

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 :(

[setupHotfixesToRun]WindowsInstaller-KB893803-v2-x86.exe /wuforce /quiet /norestart" /f

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?

Link to comment
Share on other sites


the

" /f

at the end is very wrong - delete it.

i'm relatively sure that svcpack.inf cannot execute msi-files. try iexpress.exe to make a self-extracting and self-installing exe-file out of it. http://greenmachine.msfnhosting.com/ should help you there.

further try to rename the files to something short.

and my last tip: throw out the useless cat-file stuff. the following works great for me:

[Version] 
Signature="$Windows NT$"
MajorVersion=5
MinorVersion=1
BuildNumber=2600

[SetupData]
CatalogSubDir=I386\SVCPACK

[SetupHotfixesToRun]
dotnet11.exe
wmplay10.exe
winupdv6.exe
KB873339.exe /q /n /z
KB885250.exe /q /n /z
KB885626.exe /q /n /z
KB885835.exe /q /n /z
some more here

Edited by eirogge
Link to comment
Share on other sites

Ok, will try the msi thing..

I extracted the files from the wgainstaller exefile....had legitcontrols.msi and setup.exe inside.

Making a slient exe just using the msi as input did not work...so do I need to include the setup.exe in the iexpress process as well? If so, how?

Or do I have to use the GUIRunOnce method for this one instead?

this file you have "winupdv6.exe" ...what is that?

Switchless version of...?

Edited by -.-PhanTom-.-
Link to comment
Share on other sites

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...