JFX, on 10 April 2012 - 02:31 PM, said:
I think The reason of these errors is that setup somehow request these files in both states, compress (oleacc.dl_) and uncompressed (oleacc.dll)
If you only have oleacc.dl_ than try add expanded version to the same location. (with expand.exe or 7Zip)
if you only have oleacc.dll than just make a copy and rename it to oleacc.dl_ (does not need to be compressed API accept it both ways, just the extension matters )
In the ISO, in \i386, I have:
l3codecx.ax_
oleacc.dl_
oleaccrd.dl_
So I should expand them to:
l3codecx.ax (that's the correct extension I believe, just the 2 letters "ax")
oleacc.dll
oleaccrd.dll
But where should I put them? Putting them inside the ISO proably has no effect? Because then I have to change the list of files to be copied? (Sorry, don't have the correct procedure in my head right now).
Or should I manually put them on the Harddisk, after WinNTSetup2 has run (just before the reboot)?
EDIT: Hold on, I took a look at TXTSETUP.SIF, and saw that there are *two* occurences of de the three files mentioned above:
l3codecx.ax = 1,,,,,,,2,0,0
l3codecx.ax = 100,,,,,,,2,0,0
oleacc.dll = 1,,,,,,,2,0,0,,1,2
oleacc.dll = 100,,,,,,,2,0,0
oleaccrc.dll = 1,,,,,,,2,0,0
oleaccrc.dll = 100,,,,,,,2,0,0
And the [SourceDisksNames.x86] section has this:
1 = %cdname%,%cdtagfilei%,,\i386
100 = %spcdname%,%spcdtagfilei%,,\i386,1
So the file must be missing in one of those places. Now I must admit that some of this is going over my head, but I *will* do some testing tonight, to see if I can safely delete one of those double entries, to prevent the "file not found" error.
Any help is appreciated, though...
[EDIT 2:]
This might have less and less to do with specific WinNTSetup things, but I *do* wonder why I don't have these "file not found" errors in a "normal" XP setup from CD or USB, using the same ISO (incl. same WINNT.SIF, etc)
This post has been edited by Atari800XL: 11 April 2012 - 09:48 AM