MSFN Forum: HFSLIP - Test releases - MSFN Forum

Jump to content



  • 119 Pages +
  • « First
  • 95
  • 96
  • 97
  • 98
  • 99
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

HFSLIP - Test releases Support ended. Rate Topic: ***** 1 Votes

#1921 User is offline   kenlau 

  • Junior
  • Pip
  • Group: Members
  • Posts: 72
  • Joined: 14-October 03

Posted 19 May 2008 - 01:20 AM

View Postwillydejoe1234, on May 19 2008, 02:07 AM, said:

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: 19 May 2008 - 01:23 AM



#1922 User is offline   willydejoe1234 

  • Junior
  • Pip
  • Group: Members
  • Posts: 62
  • Joined: 13-January 07

Posted 19 May 2008 - 04:14 AM

View Postkenlau, on May 19 2008, 09:20 AM, said:

View Postwillydejoe1234, on May 19 2008, 02:07 AM, said:

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: 19 May 2008 - 04:21 AM


#1923 User is offline   kenlau 

  • Junior
  • Pip
  • Group: Members
  • Posts: 72
  • Joined: 14-October 03

Posted 19 May 2008 - 09:56 AM

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.

#1924 User is offline   Acheron 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 915
  • Joined: 28-June 04

Posted 19 May 2008 - 12:14 PM

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:

dir /a-h-d /s /b |findstr /C:"\\\." /V


#1925 User is offline   Tomcat76 

  • MSFN Junkie
  • Group: Developers
  • Posts: 3,171
  • Joined: 08-August 05

Posted 19 May 2008 - 05:42 PM

@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.

#1926 User is offline   willydejoe1234 

  • Junior
  • Pip
  • Group: Members
  • Posts: 62
  • Joined: 13-January 07

Posted 19 May 2008 - 06:05 PM

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

#1927 User is offline   willydejoe1234 

  • Junior
  • Pip
  • Group: Members
  • Posts: 62
  • Joined: 13-January 07

Posted 20 May 2008 - 02:02 AM

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: 22 May 2008 - 10:25 AM


#1928 User is offline   Acheron 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 915
  • Joined: 28-June 04

Posted 22 May 2008 - 05:47 PM

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):
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:
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.


#1929 User is offline   SQ5FG 

  • Group: Members
  • Posts: 8
  • Joined: 24-April 06

Posted 24 May 2008 - 03:05 AM

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.

#1930 User is offline   baruse 

  • Group: Members
  • Posts: 2
  • Joined: 26-May 08

Posted 26 May 2008 - 06:33 AM

View Postwillydejoe1234, on May 19 2008, 12:14 PM, said:

...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?

#1931 User is offline   Acheron 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 915
  • Joined: 28-June 04

Posted 26 May 2008 - 08:58 AM

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?

#1932 User is offline   willydejoe1234 

  • Junior
  • Pip
  • Group: Members
  • Posts: 62
  • Joined: 13-January 07

Posted 26 May 2008 - 10:43 AM

View Postbaruse, on May 26 2008, 02:33 PM, said:

View Postwillydejoe1234, on May 19 2008, 12:14 PM, said:

...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.../_winxpsp3.html

down

#1933 User is offline   Tomcat76 

  • MSFN Junkie
  • Group: Developers
  • Posts: 3,171
  • Joined: 08-August 05

Posted 26 May 2008 - 11:37 AM

@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: 26 May 2008 - 11:41 AM


#1934 User is offline   Neo2x 

  • Newbie
  • Group: Members
  • Posts: 42
  • Joined: 15-December 05

Posted 26 May 2008 - 09:08 PM

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: 26 May 2008 - 09:09 PM


#1935 User is offline   baruse 

  • Group: Members
  • Posts: 2
  • Joined: 26-May 08

Posted 27 May 2008 - 03:10 AM

View PostTomcat76, on May 26 2008, 07:37 PM, said:

@baruse

I just created a new thread in the HFSLIP forum. Hopefully that clears things up.


Thanks for your support!
Everything is clear now and the first test worked fine.

#1936 User is offline   Acheron 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 915
  • Joined: 28-June 04

Posted 27 May 2008 - 08:54 AM

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)
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: 31 May 2008 - 09:09 AM


#1937 User is offline   kenlau 

  • Junior
  • Pip
  • Group: Members
  • Posts: 72
  • Joined: 14-October 03

Posted 29 May 2008 - 04:51 AM

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.

Attached File(s)


This post has been edited by kenlau: 29 May 2008 - 09:13 AM


#1938 User is offline   Tomcat76 

  • MSFN Junkie
  • Group: Developers
  • Posts: 3,171
  • Joined: 08-August 05

Posted 29 May 2008 - 10:32 AM

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.

#1939 User is offline   kenlau 

  • Junior
  • Pip
  • Group: Members
  • Posts: 72
  • Joined: 14-October 03

Posted 29 May 2008 - 10:56 AM

View PostTomcat76, on May 29 2008, 11:32 AM, said:

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.

#1940 User is offline   Neo2x 

  • Newbie
  • Group: Members
  • Posts: 42
  • Joined: 15-December 05

Posted 29 May 2008 - 11:26 AM

View PostNeo2x, on May 26 2008, 10:08 PM, said:

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?


Share this topic:


  • 119 Pages +
  • « First
  • 95
  • 96
  • 97
  • 98
  • 99
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy