koden Posted November 20, 2008 Posted November 20, 2008 I can see taht the inf file is for qchains.But theese i have slipstreamed with nliteIf i want to put in my WMP 11 i can undeerstand that i put the file name in the svcpack.inf but where?And then just the WMP exe file in the svcpack folder?can i use this inf file for other programs that i would like to install?or how do i install all kind of other programs or run a exe file that only needs a click on OK ?
HØLLØW Posted November 20, 2008 Posted November 20, 2008 (edited) I think the "svcpack.inf" is just for Windows-Updates.Your "svcpack.inf" should look like this:[Version] Signature="$Windows NT$"MajorVersion=5MinorVersion=1BuildNumber=2600[SetupData]CatalogSubDir="\i386\SVCPACK"[ProductCatalogsToInstall][SetupHotfixesToRun]WMP11.exe /Qqchain.exeYou have to put the "WMP11.exe" in "i386\SVCPACK" on your Unattended-CD.To install all your other applications unattended, you can use different methods for that. I prefer the "RunOnceEx" method. Edited November 20, 2008 by HØLLØW
koden Posted November 21, 2008 Author Posted November 21, 2008 Thanks.... At the moment I use this in my winnt.sif[GuiRunOnce]%systemdrive%\install\applications\application.cmdBut whats the difference between this two metods?
Martin H Posted November 22, 2008 Posted November 22, 2008 Yes, you can also install apps from svcpack.inf(if they support being installed at T-13)...The answer to what the difference is about GuiRunOnce and RunOnceEx, you can easilly find yourself by re-reading the MSFN Unattended Guide...
koden Posted November 24, 2008 Author Posted November 24, 2008 Thanks...As I understand the diff. is first put the applications to c drive and install aplications from c drive or directly from the CD.
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