QUOTE (Tomcat76 @ Apr 5 2006, 01:13 PM)

So there are no problems using Livestate if you don't include Package Installer?
That is correct. When looking around I found two lines for each of spmsg.dll and spupdsvc.exe in txtsetup.sif;
[SourceDisksFiles]
...
spmsg.dll = 1,,,,,,,1000,0,0,spmsg.dll.ref
spmsg.dll = 1,,,,,,,2,0,0
spuninst.exe = 1,,,,,,,1000,0,0,spuninst.exe.ref
spupdsvc.exe = 1,,,,,,,1000,0,0,spupdsvc.exe.ref
spupdsvc.exe = 1,,,,,,,2,0,0
update.exe = 1,,,,,,,1000,0,0,update.exe.ref
updspapi.dll = 1,,,,,,,1000,0,0,updspapi.dll
...
So if I remove the two shorter ones and use Livestate, it seems to work. It would seem like the copy occurs twice? And according to the document (below) the number 1 indicates that the file is only copied if it exists in the installation directory. Maybe a clue?
QUOTE (Tomcat76 @ Apr 5 2006, 01:13 PM)

For the winnt.exe method... Open DOSNET.INF in Notepad and find the last instance of [Files]. Create a blank line below it and type this in it:
d1,disk1
Do you still get 81 copy errors then?
Yes, everything is exactly as before. (I didn't get through all 81, but the 10-15 first)
I found a document on the web, you probably already know this, but anyway...
http://gosh.msfnhosting.com/txtsetup.htmThanks!
Pontus