Mar 12 2006, 02:26 PM Post
#1 | |
| MSFN Junkie Group: Software Developers Posts: 3171 Joined: 8-August 05 From: Flanders, Belgium Member No.: 68008 OS: 2000 |
These versions are test builds and are pretty much stable. As usual, use them at your own risk. A new final was released on November 9, 2009. If you were referred to this thread prior to November 9, please get the final from the main thread. HFSLIP home page ********************************************************* I hope tomcat76 doesn't mind me [tommyp] editting this post to add in a beta test build. See attachment for beta testing in preparation for the next final. Bugfixes: There are no betas at the current time. ********************************************************* You can help by checking if the binary removal files (2000SP4.EXT, XPSP1.EXT and XPSP2.EXT) cover everything. Download dumpdupes.cmd and place it in the main HFSLIP folder (alongside the normal HFSLIP executable). Run this tool AFTER you ran HFSLIP (it namely requires a SOURCE and a SOURCESS folder to compare). If there are any duplicate binaries that can be removed, a file called EXCLUDE.TXT will be created. Let me know if it contains additional files to those that already exist in the current removal files. This program can be used to check Windows 2000, XP and 2003 sources. Dumpdupes.cmd has one limitation: it only checks for duplicates in the current sources. This tool would have to be run again whenever new hotfixes arrive in order to ensure the list is up to date. I'll probably make another tool that outputs a full list of any driver binary that isn't supposed to be loose in I386 once I evaluated the pros and cons of both.[attachment=25420:hfslip_beta_Mar30.zip] This post has been edited by tommyp: Nov 9 2009, 06:57 PM |
| | |
![]() |
May 19 2008, 01:20 AM Post
#1921 | |
| Junior ![]() Group: Members Posts: 64 Joined: 14-October 03 Member No.: 8105 | I have not had any problems with this latest list .... everything is perfect integrates even after using nlite Well, I narrow it down to 3 possibilities. 1. One of the updates broken OE. 2. HFSlip broke OE. 3. Corrupt source files. Right now, I cannot solve 2, so I am reslipstreaming from a virgin source of XP, with SP3 first, then HFSlip without IE7, and see if this solve the error. Then again with IE7 to see if the error will crop out. This post has been edited by kenlau: May 19 2008, 01:23 AM |
| | |
May 19 2008, 04:14 AM Post
#1922 | |
| Junior ![]() Group: Members Posts: 58 Joined: 13-January 07 Member No.: 121498 | I have not had any problems with this latest list .... everything is perfect integrates even after using nlite Well, I narrow it down to 3 possibilities. 1. One of the updates broken OE. 2. HFSlip broke OE. 3. Corrupt source files. Right now, I cannot solve 2, so I am reslipstreaming from a virgin source of XP, with SP3 first, then HFSlip without IE7, and see if this solve the error. Then again with IE7 to see if the error will crop out. returns to download all the files and works with a clean source ... I can assure you that integrates all inclusive i.e7 and wmp11 and all hotfixs.- WGA also works fine and others. cabs. I include in my work silverligth and upclean although not sure if it is necessary upclean... silverligth is necessary for the additional tool in hftool (HFSLIP_PRE_Silverlight10.CMD)... do not forget the new cabs wbemoc.cab because without this the integration, i.e7 and wmp11 is corrupted......bye This post has been edited by willydejoe1234: May 19 2008, 04:21 AM |
| | |
May 19 2008, 09:56 AM Post
#1923 | |
| Junior ![]() Group: Members Posts: 64 Joined: 14-October 03 Member No.: 8105 |
Well, so far I ran HFSlip again on a virgin source, but without IE7 and the 2 IE7 updates, and voila, OE6 appear unharmed. When I re-ran with IE7 again, OE6 get busted again. Right now, I am re-running HFSlip on newly downloaded IE7 and IE7 Updates again, and on a different machine to boot. If the symptom is consistent, then it would appear that IE7 is the culprit here. Keep an open mind. I will keep posting on the results. |
| | |
May 19 2008, 12:14 PM Post
#1924 | |
| Friend of MSFN ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 879 Joined: 28-June 04 From: Eerbeek Member No.: 23554 OS: XP Pro x86 |
The commands I posted did not work correctly. To skip any files inside directories starting with a . from getting processed I use the following command: CODE dir /a-h-d /s /b |findstr /C:"\\\." /V |
| | |
May 19 2008, 05:42 PM Post
#1925 | |
| MSFN Junkie Group: Software Developers Posts: 3171 Joined: 8-August 05 From: Flanders, Belgium Member No.: 68008 OS: 2000 |
@kenlau Have you also tried with just IE7 (no updates)? It is also possible that the problem lies with the silent executables you have. There could be a conflict. @willydejoe1234 I haven't checked if UPHClean_Setup.exe is still needed, but I think it's not in SP3. I'm still including it myself. |
| | |
May 19 2008, 06:05 PM Post
#1926 | |
| Junior ![]() Group: Members Posts: 58 Joined: 13-January 07 Member No.: 121498 |
TC ok .. anyway integrates well ...today new Update for silverligth ... I have not even worked with her I have a small flaw in the last work ... always apply in installation vistasound pack and always work but also the sound of starting and closing session does not work ... I try to activate it manually and continues throughout Like What? ? .- original windows also have the same problem ... is something strange |
| | |
May 20 2008, 02:02 AM Post
#1927 | |
| Junior ![]() Group: Members Posts: 58 Joined: 13-January 07 Member No.: 121498 |
I go back to work again with latest version of silverlight (1.0.30401.0)and everything is correct, although I still have the bug sound start and closing sesion (the others if they work) .. everything else works .. no right to install a hotfix in W.U. Bye I would like to know if someone else happens this very small problem This post has been edited by willydejoe1234: May 22 2008, 10:25 AM |
| | |
May 22 2008, 05:47 PM Post
#1928 | |
| Friend of MSFN ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 879 Joined: 28-June 04 From: Eerbeek Member No.: 23554 OS: XP Pro x86 |
I have written my own implementation of the REPLACE source file feature, which skips any hidden, system or files inside directories starting with a dot (unix implementation of hidden files), useful if using HFSLIP with Subversion New code (line 511): CODE FOR /F "DELIMS=" %%i IN ('DIR/B/A-D-H-S/S REPLACE ^| findstr /C:"\\\." /V') DO ( SET FULLREPLACEPATH=%%i SET REPLACEPATH=!FULLREPLACEPATH:%cd%\REPLACE\=! SET REPLACEPATH=!REPLACEPATH:%%~nxi=! XCOPY /RSY "%%i" "SOURCESS\!REPLACEPATH!" ) I think any file processing script should skip hidden and system files by default. I hope this feature can be added to HFSLIP main feauture. Original: CODE ECHO/>REPLACE\DUMMYDUMMYDUMMY.TXT FOR /F "DELIMS=" %%I IN ('DIR/B/A-D/S REPLACE') DO IF NOT "%%~nI"=="DUMMYDUMMYDUMMY" SET REPLACEFILES=1 DEL/Q/F REPLACE\DUMMYDUMMYDUMMY.TXT IF DEFINED REPLACEFILES ECHO.&XCOPY/SHRY REPLACE SOURCESS ECHO. |
| | |
May 24 2008, 03:05 AM Post
#1929 | |
| Group: Members Posts: 8 Joined: 24-April 06 Member No.: 94561 |
I can see that there is new final release. Thus I would like to ask TC what are the differences between this final and the last RC (if there are any). Thanks.
|
| | |
May 26 2008, 06:33 AM Post
#1930 | |
| Group: Members Posts: 2 Joined: 26-May 08 Member No.: 193842 OS: XP Pro x86 | ...returns to download all the files and works with a clean source ... I can assure you that integrates all inclusive i.e7 and wmp11 and all hotfixs.- WGA also works fine and others. cabs. I include in my work silverligth and upclean although not sure if it is necessary upclean... silverligth is necessary for the additional tool in hftool (HFSLIP_PRE_Silverlight10.CMD)... do not forget the new cabs wbemoc.cab because without this the integration, i.e7 and wmp11 is corrupted......bye Hi, how do I get the wbemoc.cab? |
| | |
May 26 2008, 08:58 AM Post
#1931 | |
| Friend of MSFN ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 879 Joined: 28-June 04 From: Eerbeek Member No.: 23554 OS: XP Pro x86 |
I notice the Microsoft KB925876 update adds an RunOnce command to uninstall previous Remote Desktop Connection clients. As HFSLIP already handles the Remote Desktop update integration it is probably not necessary to run this command. What's even worse is that this command is executed for each newly created user account. Something I don't want to happen. Can you fix this for next release? |
| | |
May 26 2008, 10:43 AM Post
#1932 | |
| Junior ![]() Group: Members Posts: 58 Joined: 13-January 07 Member No.: 121498 | ...returns to download all the files and works with a clean source ... I can assure you that integrates all inclusive i.e7 and wmp11 and all hotfixs.- WGA also works fine and others. cabs. I include in my work silverligth and upclean although not sure if it is necessary upclean... silverligth is necessary for the additional tool in hftool (HFSLIP_PRE_Silverlight10.CMD)... do not forget the new cabs wbemoc.cab because without this the integration, i.e7 and wmp11 is corrupted......bye Hi, how do I get the wbemoc.cab? http://users.telenet.be/tc76/winup/_winxpsp3.html down |
| | |
May 26 2008, 11:37 AM Post
#1933 | |
| MSFN Junkie Group: Software Developers Posts: 3171 Joined: 8-August 05 From: Flanders, Belgium Member No.: 68008 OS: 2000 |
@Acheron HFSLIP no longer replaces mstsc.exe directly. If you can tell me with absolute certainty that old Terminal Services clients aren't installed because of this, and that they aren't installed via another way (registry hives, etc.), I may consider having HFSLIP remove the uninstall command. By the way... If you're using XP SP3 this shouldn't be a concern as it already comes with TSC 6.0. But I see your point on this being done for each user account. I'll see if I can relocate the command to HKLM. @baruse I just created a new thread in the HFSLIP forum. Hopefully that clears things up. @SQ5FG The differences concern Win2K+WMP9, Win2K+WMP9+FDVFILES and Win2K+FDVFILES. This post has been edited by Tomcat76: May 26 2008, 11:41 AM |
| | |
May 26 2008, 09:08 PM Post
#1934 | |
| Newbie Group: Members Posts: 42 Joined: 15-December 05 Member No.: 82552 |
A small question, was User Profile Hive Cleanup Service removed from your SP2 list because it wasn't on SP3? Or was it something else?
This post has been edited by Neo2x: May 26 2008, 09:09 PM |
| | |
May 27 2008, 03:10 AM Post
#1935 | |
| Group: Members Posts: 2 Joined: 26-May 08 Member No.: 193842 OS: XP Pro x86 | |
| | |
May 27 2008, 08:54 AM Post
#1936 | |
| Friend of MSFN ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 879 Joined: 28-June 04 From: Eerbeek Member No.: 23554 OS: XP Pro x86 |
I normally don't use the RDP client, but while testing KB925876 update mstsc.exe is not replaced by the newer lhmstsc.exe file. This results in that the RDP client fails loading on Windows XP SP2. fix: hfslip 1.7.6 changes (line 1980) CODE ECHO>>WORK\HFSLIPCMDP1.TXT IF EXIST %%SYSTEMROOT%%\SYSTEM32\DLLCACHE\mstsc.exe DEL/Q/F %%SYSTEMROOT%%\SYSTEM32\DLLCACHE\mstsc.exe ECHO>>WORK\HFSLIPCMDP1.TXT COPY/Y %%SYSTEMROOT%%\SYSTEM32\lhmstsc.exe %%SYSTEMROOT%%\SYSTEM32\DLLCACHE\mstsc.exe ECHO>>WORK\HFSLIPCMDP1.TXT DEL/Q/F %%SYSTEMROOT%%\SYSTEM32\mstsc.exe ECHO>>WORK\HFSLIPCMDP1.TXT REN %%SYSTEMROOT%%\SYSTEM32\lhmstsc.exe mstsc.exe BTW KB952155 contains version RDP 6.1. Might be cool if HFSLIP also supports that version This post has been edited by Acheron: May 31 2008, 09:09 AM |
| | |
May 29 2008, 04:51 AM Post
#1937 | |
| Junior ![]() Group: Members Posts: 64 Joined: 14-October 03 Member No.: 8105 |
The problem I had with the busted OE6 was due to corrupt source. Now, everything seems to slipstream properly and nothing busted. However, when I run MU, I am prompted to up KB 898461. It looks like I am not t the only one reporting this anomaly. I also get one High Priority update which is KB 942763. Putting these two files in the HF folder do nothing. HFSlip does not slipstream/integrate these two updates, and I still be prompted to update these 2 updates. Attached is my log file. This post has been edited by kenlau: May 29 2008, 09:13 AM Attached File(s) |
| | |
May 29 2008, 10:32 AM Post
#1938 | |
| MSFN Junkie Group: Software Developers Posts: 3171 Joined: 8-August 05 From: Flanders, Belgium Member No.: 68008 OS: 2000 |
Windows Update now wants to see KB898461 on XPSP3, yes. HFSLIP needs to be updated for this because the update doesn't contain SP3 binaries, but I prefer to make it a test release and wait a few days before making it a final in case it's just an error. |
| | |
May 29 2008, 10:56 AM Post
#1939 | |
| Junior ![]() Group: Members Posts: 64 Joined: 14-October 03 Member No.: 8105 | Windows Update now wants to see KB898461 on XPSP3, yes. HFSLIP needs to be updated for this because the update doesn't contain SP3 binaries, but I prefer to make it a test release and wait a few days before making it a final in case it's just an error. What about KB942763? Can I use the pre-SP3 time zone updates you have on the HFSlip site? I never used it, so I am not very sure if I can include it now with SP3. |
| | |
May 29 2008, 11:26 AM Post
#1940 | |
| Newbie Group: Members Posts: 42 Joined: 15-December 05 Member No.: 82552 | |
| | |
![]() ![]() |
| Lo-Fi Version | Time is now: 21st November 2009 - 07:31 PM |