August 14, 200422 yr This setup used to work in SP1 but won't work now. Here are the related files:SVCPACK.INF:[Version]Signature="$Windows NT$"[SetupData]CatalogSubDir="I386\HOTFIXES"[ProductCatalogsToInstall][SetupHotfixesToRun]DOTNETFW.EXEDOSNET.INF:[OptionalSrcDirs]HOTFIXESI created the DOTNETFW.EXE file using the method by GreenMachine here: http://greenmachine.msfnhosting.com/IEXPRESS/iexpress.htmFor some reason, SVCPACK.INF doesn't get executed during setup. I have deleted the original SVCPACK.IN_ file in I386.Is anyone else having problems using SVCPACK.INF in Service Pack 2?
August 14, 200422 yr ya know, this took me forever to figure out...check mine against yours and you will see the difference, especially in the first 8 lines. Im unsure if you need the versions/build, but i do know there has to be a "\" before i386...you have no idea how long that took me ...[Version]Signature="$Windows NT$"MajorVersion=5MinorVersion=1BuildNumber=2600[SetupData]CatalogSubDir="\i386\hotfixes"[ProductCatalogsToInstall][SetupHotfixesToRun]"dotnetfx.exe /q /c:""msiexec /I netfx.msi /qn"""msjvm.exear6b.exe /VERYSILENT /SP- /NORESTARTHMTCDWizard.exe /q"setup.exe /q /c:""msiexec /I """"Microsoft Windows Journal Viewer.msi"""" /qn"""
August 14, 200422 yr Author Heh. Strange...My SVCPACK.INF is based on the version I expanded from the actual CD... Go figure... Microsoft left out some important bits...
August 14, 200422 yr that's strange. mine didnt installed even as i added \ before the i386.i thought im only experiencing typos when doing so.mine's this:[Version] Signature="$Windows NT$"MajorVersion=5MinorVersion=1BuildNumber=2600[SetupData]CatalogSubDir="\i386\HOTFIXES"[ProductCatalogsToInstall][SetupHotfixesToRun]DOTNETFW.EXEMSWJV.EXEHMTCD.EXE /QNQCHAIN.EXEbtw, DOTNETFW.EXE and MSWJV.EXE are IExpress'ed files.i deleted the compressed SVCPACK.IN_ as stated by the guide and replaced it with the uncompressed SVCPACK.INF one i made above.also, i edited DOSNET.INF and added the following lines:[OptionalSrcDirs]HOTFIXES
August 14, 200422 yr oh, as an update... everything went well now... its really frustrating to find out where and what i missed. ahhh. heheh.
August 14, 200422 yr so what did you miss...cant be as bad as finally figuring out a "/" is supposed to be in front of i386. If noone knows, my svcpack.inf has been broken/not working for a little over a month, and I never could figure out why...So when you realize you trashed a months worth of work because svcpack.inf didnt work and later you find out that all you needed was a /, then you can see how stupid I feel...
August 14, 200422 yr That's a really down in the dumps feeling, best avoided by not taking rash steps. Well, so I'm guessing your svcpack problem got sorted out now?
August 15, 200422 yr Author Well, by just adding a "\" in from of I386 in my version didn't work.Must be version numbers that are required.
August 15, 200422 yr Author Just as I thought, you NEED to have the following in the SVCPACK.INF file:[Version]MajorVersion=5MinorVersion=1BuildNumber=2600[SetupData]CatalogSubDir="\I386\HOTFIXES"Seems unusual that Microsoft left those out of the SVCPACK.IN_ file placed on the CD to begin with...
August 15, 200422 yr Author Yeah. I just found it unusual that Microsoft didn't put the required lines in the default file.
August 15, 200422 yr Hey RaveRodThe version of .Net Framework that I install the app is named netfx.msiwheras in your first post you refer to netfw.msi. Is it a typo or is it actually named that
August 15, 200422 yr actually - his is called dotnetfw.exe per greenmachines instructions on creating a iexpress wrapper...check greenmachines webpage for info...unless you wanna run it like in my svcpack.inf, though you do save like 5mb using green's method
August 16, 200422 yr Try sticking to using the folder name "svcpack" as well, not "hotfixes" or "updates", as I've noticed them to behave differently in some cases.
August 17, 200422 yr I'm working on my uA-XP CD to integrate the SP2 and i would want to know :The version with XP SP2 is now 5.1.2180 and not 5.1.2600 anymore, if i remember correctly.So in svcpack.inf (i use this method too, with RunOnceEx), i'm wondering if we should use this :[Version]Signature="$Windows NT$"MajorVersion=5MinorVersion=1BuildNumber=[B]2180[/B][SetupData]CatalogSubDir="\i386\svcpack"[ProductCatalogsToInstall][SetupHotfixesToRun][I]Themes.exe[/I]thx for your explanations EDIT : oops, ok it's 5.1.2600.2180 in fact
Create an account or sign in to comment