I am willing to assist with making the inf's etc, but I don't know enough about the way the infs work to make it myself (I know the basics, so I can modify)
So far, I have .NET 1.1, the SP1 patch, and the ASP.net patch for SP1. I have created the administrative install point, and slipstreamed the SP1 patch and ASP.net patch for SP1 into the main .net install.
I would just use runonceex to install, except that I want all windows components (by components, I mean api addons, shell extensions, etc) to be integrated so they copy during textmode.
Here is what I have found so far:
XP Pro SP2 + RyanVM Update Pack
Layout.inf
[SourceDisksNames.x86] 4 = "%cd2name%","%cd2tagfilei%",,\cmpnents\netfx\i386 ... [SourceDisksFiles] netfx.cab = 4,,,,,,_x,,3,3
dosnet.inf
[Directories] d4 = \cmpnents\netfx\I386 ... d4,netfx.cab
netfxocm.inf
[netfx] Needs = wbem,com,TabletPC,Freestyle ... [SourceDisksNames] 1=%cd2name%, "netfx.cab",, "\cmpnents\netfx\i386"
These will probably need to be modified.
After slipstreaming the service pack and patch to DNF 1.1, inside the folder are the following:
Program Files
Win
netfx.msi
---
Program Files and Win are both folders. Most of this has been documented in the other thread I read, but I wanted to restate it to prevent having to look for the info later.
I should add that I know this can be done, as when integrating RyanVM's update pack, I took a look inside the 7z, and there is a msi in there (webfldrs.msi) which is compressed into webfldrs.ms_ after integrating it.
Also, I think that the contents of Program Files and Win (and all subfolders of both) should be compressed into a cab to make it easier to manage, and then just reference the cab for all file actions from the inf(s)..
Lastly, in the i386 folder are several more *.ms_ files that I am willing to bet are msi's as well, such as msnmsgs.ms_ (bet it's msn messenger, whatever version ships with xp), so please dont just disregard this post, if you have any info, please let me know. Thanks.
Here is my first question:
Since there is already a directive to install .net (being the netfxocm.inf), could I make a cab from the win and program files folders, and then just modify the netfxocm.inf to copy the files in the new cab to where they are supposed to be?
This post has been edited by Speeddymon: 19 September 2006 - 10:47 PM



Help

Back to top








