Tomcat76 Posted March 18, 2006 Author Posted March 18, 2006 (edited) 18E + HFCLEANUP = missing NT5.CATThat *may* have been fixed in 18f.But the HFEXPERT/WIN thing seems fixed. Thanks for all the help You know... It's strange that you never experienced this problem before, but OK... We're working with Altair Basic here... Edited March 18, 2006 by Tomcat76
tommyp Posted March 18, 2006 Posted March 18, 2006 318F w/hfcleanup+hfexpert -->txtsetup dosnet still needs work, the file begins with the files added by hfcleanup. I'm assuming that there is no dosnet file in the sourcess\i386 folder prior to hfcleanup starting. Dosnet is not used for cd installs, so it doesn't really bother me.
Tomcat76 Posted March 18, 2006 Author Posted March 18, 2006 (edited) I'm slowly beginning to run out of ideas, hehe. 18g does something (or rather doesn't do something) which I wanted to avoid. But if this fixes the problem with dosnet.inf I don't have a choice... Edited March 18, 2006 by Tomcat76
tain Posted March 18, 2006 Posted March 18, 2006 (edited) It looks like we are back on track Now back to that CPL issue we were working on.... In HFEXPERT/WIN/SYSTEM32 I have:03/14/2006 10:06p 4,286 myuninst.cpi11/25/2001 05:18p 131,072 myuninst.cpl05/14/2005 08:02p 33,792 myuninst.exeand in SOURCESS after HFSLIP_60318f-expert I get:03/14/2006 10:06p 4,286 myuninst.cpi03/18/2006 02:23p 53,913 myuninst.cp_03/18/2006 02:23p 29,325 myuninst.ex_But on my installed VMWare system I end up with:03/18/2006 07:23p 131,072 myuninst.cpi03/18/2006 07:23p 131,072 myuninst.cpl03/18/2006 07:23p 33,792 myuninst.exeThe .CPL is getting copied over as the CPI and the CPL. The real CPI is gone.Would you guys like to address this? If not, I can try to turn this into an addon (which I was considering anyway) and go around the problem. Edited March 18, 2006 by TAiN
tommyp Posted March 18, 2006 Posted March 18, 2006 TC, Sorry about the dosnet thing. It was my error, I was removing that file with hfcleanup. Can you add this into the lower part of the hfcleanup section? (not a critical change at this point because you can't do a dos install with an hfcleanup'd source). FROM THIS ECHO>>SOURCESS\I386\DOSNET.INF d1,%%ITO THIS IF EXIST SOURCESS\I386\DOSNET.INF ECHO>>SOURCESS\I386\DOSNET.INF d1,%%II just have to test the HFSLIP easter egg out to see if all is OK.
tommyp Posted March 18, 2006 Posted March 18, 2006 TC - 318G - verified the following: hfcleanup/hfexpert and hfslip easter egg. Both are good. I have to verify with a HFDRV set. Tain/TC - I think this will help. There is a txtsetup.sif command to say that the file that is on the CD isn't compressed. Check this out. http://gosh.msfnhosting.com/txtsetup.htm Look at the _X part. I think (or hope?) this is relatively easy to incorporate into the script. This was lifted out of the 2k txtsetup.sif autochk.exe = 2,,,,,,_x,2,0,0The file is uncompressed, the _x tells the installer that the file is uncompressed. Hope this helps....
tain Posted March 18, 2006 Posted March 18, 2006 (edited) Good find! Gosh put out some great info...too bad he is MIA. Speaking of MIA...FDV and Oleg are sorely missed :/And what about C&B, saugatak, Dirtwarrrior, and Bilou? Did we scare them away? Edited March 18, 2006 by TAiN
Super-Magician Posted March 18, 2006 Posted March 18, 2006 FDV is here once in a while. But the rest are indeed MIA.
Tomcat76 Posted March 18, 2006 Author Posted March 18, 2006 (edited) If dosnet.inf wasn't an issue then 18f would've worked the same as 18g. I'll base the next tests on 18f then.CPI/CPL...You know... A while ago I changed the code to leave both CPI and CPL files extracted. But then I figured it would be better to compress one of the two again and I picked CPL... for these reasons:1) There's no point in keeping both uncompressed2) I believe all MS *.CP_ files are CPL files so it's better to overwrite them instead of creating duplicates (eg whatever.cp_ and whatever.cpl)But apparantly Windows setup is too stupid to see the difference between myuninst.cp_ and myuninst.cpi...I see two options:1) Extract all *.CP_ files (even those from the source) and leave them like that2) Try what Tommy suggests with the _x thing in txtsetup.sif (this I can't do in HFAAO) Edited March 18, 2006 by Tomcat76
tain Posted March 18, 2006 Posted March 18, 2006 (edited) Option 2 sounds more prudent to me. Is it even an issue with HFAAO? I didn't think that they were processed until later... Edited March 18, 2006 by TAiN
Tomcat76 Posted March 18, 2006 Author Posted March 18, 2006 (edited) HFAAO is parsed before the source gets copied. You can try a few CPL addons if you like just to see if a fix is needed there as well. But, as said, it's too complicated to do the _x fix for addons.Version 18h debuts the _x fix for CPI files in HFEXPERT\WIN\SYSTEM32.Edit: it shouldn't be an issue for addons; CPL and CPI files are named differently so there's nothing for Windows setup to get confused with. Edited March 18, 2006 by Tomcat76
tain Posted March 19, 2006 Posted March 19, 2006 Woohoo! 60318H-expert slipstreamed great with HFEXPERT/WIN/* and HFCLEANUP...and even the control panel additions work! /SYSTEM32 and HFAAO control panel files are all working properly now.You guys RULE!
Tomcat76 Posted March 19, 2006 Author Posted March 19, 2006 Glad we could fix this within 24 hours, hahaha!
tain Posted March 19, 2006 Posted March 19, 2006 Well, its been about 18 hours since I cried about anything so how about another feature suggestion? I've noticed a few things happen when users have trouble. They/we:-Don't post an error_report-Put the text of error_report into their post-Need to add another file that is requested by the devsMaybe it would be easier if HFSLIP output an ERROR_REPORT.ZIP (or CAB) that contained:-ERROR_REPORT.TXT-HFSLIPWU.INFAnd maybe even:-TXTSETUP.SIF-DRVINDEX.INFBut that may make a large zip. DRVINDEX isn't too bad, but TXTSETUP.SIF tends to be quite large even though text files compress well.Anyway, this takes a few steps out of the user's hand and they can "just attach the zip."
fdv Posted March 19, 2006 Posted March 19, 2006 Good find! Gosh put out some great info...too bad he is MIA. Speaking of MIA...FDV and Oleg are sorely missed :/And what about C&B, saugatak, Dirtwarrrior, and Bilou? Did we scare them away?Gosh was a she, BTW. To be sorta sexist (maybe?), female contributors on MSFN are rare to be sure. The only other one we have now and again is Wendy (OS2FAN2).I'm around now and again as Super-Magician notes, but in a technical thread like this you've gotta remember that this is script-heavy, new-feature testing stuff, which is rare for me to participate in anyway... I have cruised Oleg_II's site and have not heard from him since like February. He appears quite gone to me, unfortunately. I hope he resurfaces.I have been busy mostly with Windows 2003. Many of my test installs just die right after filecopy. I have had the modded setupapi for a while but I see I should have released instructions on it, so I have written them finally.Ok, I'm gonna go back to plugging away again.Random: I recommend the DVD "Primer" to you all. It's a great techie film about the head games that happen between two engineers when they accidentally create a time machine (it's not cheesy like Back to the Future or anything, it's really good!)
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