| View previous topic :: View next topic |
| Author |
Message |
ricktendo64

Joined: 21 May 2006 Posts: 3026 Location: Honduras
|
|
| Back to top |
|
 |
OnePiece Alb

Joined: 01 Sep 2007 Posts: 273 Location: Albania
|
Posted: Tue Feb 28, 2012 4:40 pm Post subject: |
|
|
Thanks
Ciao |
|
| Back to top |
|
 |
user_hidden

Joined: 06 Dec 2007 Posts: 1561 Location: Canada eh!
|
Posted: Sun Mar 04, 2012 4:57 pm Post subject: |
|
|
hey guys i've experienced brain freeze today on something simple.
i'm trying to make a simple batch to extract the hotfixes/secupdate
exe files to their own directory.
%1 /U /X:%~dp0\Extracted_Update
so the above will extract the hotfix to the current directory in the folder Extracted_Update.
how do i have it extract to the current directory in the name of the hotfix/secupdate
less the ".exe"
working too hard, guess you only notice when you can't remember easy tricks from the past. |
|
| Back to top |
|
 |
OnePiece Alb

Joined: 01 Sep 2007 Posts: 273 Location: Albania
|
Posted: Sun Mar 04, 2012 5:43 pm Post subject: |
|
|
| user_hidden wrote: | hey guys i've experienced brain freeze today on something simple.
i'm trying to make a simple batch to extract the hotfixes/secupdate
exe files to their own directory.
%1 /U /X:%~dp0\Extracted_Update
so the above will extract the hotfix to the current directory in the folder Extracted_Update.
how do i have it extract to the current directory in the name of the hotfix/secupdate
less the ".exe"
working too hard, guess you only notice when you can't remember easy tricks from the past. |
or understood, right? you want this?
%~n1 - expands %1 to a file name only ???
| Code: |
%~1 - expands %1 removing any surrounding quotes (")
%~f1 - expands %1 to a fully qualified path name
%~d1 - expands %1 to a drive letter only
%~p1 - expands %1 to a path only
%~n1 - expands %1 to a file name only
%~x1 - expands %1 to a file extension only
%~s1 - expanded path contains short names only
%~a1 - expands %1 to file attributes
%~t1 - expands %1 to date/time of file
%~z1 - expands %1 to size of file
%~dp1 - expands %1 to a drive letter and path only
%~nx1 - expands %1 to a file name and extension only
%~dp$PATH:1 - searches the directories listed in the PATH
environment variable for %1 and expands to the
drive letter and path of the first one found.
%~ftza1 - expands %1 to a DIR-like output line
|
http://www.computerhope.com/call.htm
Ciao. |
|
| Back to top |
|
 |
5eraph Moderator

Joined: 05 Jul 2005 Posts: 3707 Location: Riverview, MI USA
|
Posted: Sun Mar 04, 2012 8:14 pm Post subject: |
|
|
OnePiece is right.
| Code: | %1 /U /X:"%~dp0\%~n1" |
|
|
| Back to top |
|
 |
user_hidden

Joined: 06 Dec 2007 Posts: 1561 Location: Canada eh!
|
Posted: Mon Mar 05, 2012 9:24 am Post subject: |
|
|
thanks guys  |
|
| Back to top |
|
 |
yumeyao Moderator

Joined: 27 Aug 2006 Posts: 1718 Location: Taiyuan, Shanxi, PR China
|
Posted: Mon Mar 05, 2012 11:15 am Post subject: |
|
|
The info OP posted can be found by 'for /?'.
The usage of %1 ~ %9 is totally same as usage of for's variable. _________________
My work list(Hosted by dumpydooby) |
|
| Back to top |
|
 |
adric
Joined: 21 May 2007 Posts: 377
|
Posted: Mon Mar 05, 2012 11:48 am Post subject: |
|
|
| yumeyao wrote: | The info OP posted can be found by 'for /?'.
The usage of %1 ~ %9 is totally same as usage of for's variable. |
Good to know! Thanks..
By the way yumeyao, just so we all know, do you have any future plans for updating any of your great addons?
I can understand that there are more important things to do in one's life and I would like to thank you for your efforts and valuable contributions that you have made in these forums.
Al |
|
| Back to top |
|
 |
ricktendo64

Joined: 21 May 2006 Posts: 3026 Location: Honduras
|
Posted: Wed Mar 07, 2012 7:50 pm Post subject: |
|
|
KB2681116 _________________
Will also accept any old PC hardware donations |
|
| Back to top |
|
 |
5eraph Moderator

Joined: 05 Jul 2005 Posts: 3707 Location: Riverview, MI USA
|
Posted: Thu Mar 08, 2012 4:04 pm Post subject: |
|
|
Thanks, Rick.  |
|
| Back to top |
|
 |
acus
Joined: 19 May 2010 Posts: 82 Location: italy
|
|
| Back to top |
|
 |
ricktendo64

Joined: 21 May 2006 Posts: 3026 Location: Honduras
|
|
| Back to top |
|
 |
user_hidden

Joined: 06 Dec 2007 Posts: 1561 Location: Canada eh!
|
Posted: Tue Apr 17, 2012 4:56 pm Post subject: |
|
|
| thanks Rick |
|
| Back to top |
|
 |
user_hidden

Joined: 06 Dec 2007 Posts: 1561 Location: Canada eh!
|
Posted: Tue May 08, 2012 11:23 am Post subject: |
|
|
so far for today's patch tuesday for WinXP:
KB890830 - MRT
KB2659262
KB2660649 (TabletPC)
KB2676562
KB2686509
KB2695962
KB2604044 - NDP1.1SP1
KB2656407 - NDP3.0SP2
KB2656405 - NDP4.0
have fun  |
|
| Back to top |
|
 |
OnePiece Alb

Joined: 01 Sep 2007 Posts: 273 Location: Albania
|
|
| Back to top |
|
 |
keloo05

Joined: 26 Jun 2006 Posts: 212 Location: Romania, Timisoara
|
|
| Back to top |
|
 |
5eraph Moderator

Joined: 05 Jul 2005 Posts: 3707 Location: Riverview, MI USA
|
Posted: Tue May 08, 2012 4:36 pm Post subject: |
|
|
Is it safe to just add the usual registry entries for KB2686509, or is kblChecker.dll necessary somehow? The Microsoft Update website accepts that the update is installed with just the entries.
| Microsoft wrote: | | [After running the update and receiving a failure message, the Faultykeyboard.log] file contains information about registered keyboard layout files that are not in the %Windir%\System32 folder. |
Will removing keyboard layouts with nLite affect this update? |
|
| Back to top |
|
 |
user_hidden

Joined: 06 Dec 2007 Posts: 1561 Location: Canada eh!
|
Posted: Tue May 08, 2012 5:06 pm Post subject: |
|
|
| 5eraph wrote: | Is it safe to just add the usual registry entries for KB2686509, or is kblChecker.dll necessary somehow? The Microsoft Update website accepts that the update is installed with just the entries.
| Microsoft wrote: | | [After running the update and receiving a failure message, the Faultykeyboard.log] file contains information about registered keyboard layout files that are not in the %Windir%\System32 folder. |
Will removing keyboard layouts with nLite affect this update? |
i placed the file in %11% like any other dll and added it to entries.ini |
|
| Back to top |
|
 |
user_hidden

Joined: 06 Dec 2007 Posts: 1561 Location: Canada eh!
|
Posted: Tue May 08, 2012 5:08 pm Post subject: |
|
|
| keloo05 wrote: | I see more updates for .NET Framework:
|
yup when i posted it was 11:20am EST and that is what was avail so far.
i knew more would surface closer to 1:00pm EST |
|
| Back to top |
|
 |
ricktendo64

Joined: 21 May 2006 Posts: 3026 Location: Honduras
|
Posted: Tue May 08, 2012 5:19 pm Post subject: |
|
|
Will WU complain if we dont add the entries for KB2686509? _________________
Will also accept any old PC hardware donations |
|
| Back to top |
|
 |
5eraph Moderator

Joined: 05 Jul 2005 Posts: 3707 Location: Riverview, MI USA
|
Posted: Tue May 08, 2012 6:22 pm Post subject: |
|
|
Without the DLL, Rick, MU complains unless the following registry entry exists:
| Code: | HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Hotfix\KB2686509","Installed",0x10001,1 |
kblChecker.dll was deleted from my system by the update package after it was run with the /B:SP2QFE switch.
Last edited by 5eraph on Tue May 08, 2012 6:43 pm |
|
| Back to top |
|
 |
user_hidden

Joined: 06 Dec 2007 Posts: 1561 Location: Canada eh!
|
Posted: Tue May 08, 2012 6:42 pm Post subject: |
|
|
| 5eraph wrote: | Without the DLL, Rick, MU complains unless the following registry entry exists:
| Code: | HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Hotfix\KB2686509","Installed",0x10001,1 |
kblChecker.dll was deleted from my system by the update package after it was run with the /B:SP2QFE switch. 32-bit installs would use /B:SP3QFE instead. |
there is no QFE for the update it is general so the switch won't work.
normally it is placed in the C:\WINDOWS\$hf_mig$\KB2686509.
like i posted above i placed it in C:\Windows\System32 |
|
| Back to top |
|
 |
5eraph Moderator

Joined: 05 Jul 2005 Posts: 3707 Location: Riverview, MI USA
|
Posted: Tue May 08, 2012 6:44 pm Post subject: |
|
|
Works for me, and that folder doesn't exist.  |
|
| Back to top |
|
 |
tomasz86
Joined: 09 Aug 2011 Posts: 447 Location: windows2000.tk
|
Posted: Tue May 08, 2012 11:57 pm Post subject: |
|
|
The file "kblchecker.dll" is used when the update is being installed to check "something":
| Code: | [Prereq.IsMachineSafe.Section]
PresentOp = CheckCustom,,kblchecker.dll, IsMachineSafe
EqualOp = CheckCustom,,kblchecker.dll, IsMachineSafe,,"==",1 |
but it's not installed anywhere. I don't really know what this "update" is supposed to do because there is nothing in the update.inf to be added to the registry, except for entries related to the update itself. _________________
 |
|
| Back to top |
|
 |
5eraph Moderator

Joined: 05 Jul 2005 Posts: 3707 Location: Riverview, MI USA
|
Posted: Wed May 09, 2012 2:35 am Post subject: |
|
|
| From the article, the DLL seems to check for registered keyboard layout files that do not reside in system32. If none exist outside system32 then the update installs, otherwise it fails. The article goes on to describe how the user must copy the files into system32 when the update fails. |
|
| Back to top |
|
 |
tomasz86
Joined: 09 Aug 2011 Posts: 447 Location: windows2000.tk
|
Posted: Wed May 09, 2012 2:38 am Post subject: |
|
|
I'm just wondering what exactly this update adds to the system because there's nothing in the update.inf. I mean what does it do except for installing itself?  _________________
 |
|
| Back to top |
|
 |
5eraph Moderator

Joined: 05 Jul 2005 Posts: 3707 Location: Riverview, MI USA
|
Posted: Wed May 09, 2012 3:55 am Post subject: |
|
|
| The article explains it better than I can. In short, the update package only performs a check of the installed layout files, nothing more. If the check passes then the entry I mentioned above is added to the registry. If the check fails then the user has work to do, and the registry entry is not added. |
|
| Back to top |
|
 |
user_hidden

Joined: 06 Dec 2007 Posts: 1561 Location: Canada eh!
|
Posted: Tue May 22, 2012 9:27 pm Post subject: |
|
|
| TZ update KB2698707 |
|
| Back to top |
|
 |
ricktendo64

Joined: 21 May 2006 Posts: 3026 Location: Honduras
|
Posted: Mon Jun 04, 2012 1:24 am Post subject: |
|
|
KB2718704 _________________
Will also accept any old PC hardware donations |
|
| Back to top |
|
 |
tomasz86
Joined: 09 Aug 2011 Posts: 447 Location: windows2000.tk
|
Posted: Mon Jun 04, 2012 5:11 am Post subject: |
|
|
Just in time to add to UURollup-v10. Thank you! _________________
 |
|
| Back to top |
|
 |
5eraph Moderator

Joined: 05 Jul 2005 Posts: 3707 Location: Riverview, MI USA
|
Posted: Mon Jun 04, 2012 3:44 pm Post subject: |
|
|
Thanks, user_hidden and Rick.  |
|
| Back to top |
|
 |
ricktendo64

Joined: 21 May 2006 Posts: 3026 Location: Honduras
|
Posted: Sat Jun 09, 2012 8:48 am Post subject: |
|
|
New Windows Update Agent 7.6.7600.256 _________________
Will also accept any old PC hardware donations |
|
| Back to top |
|
 |
user_hidden

Joined: 06 Dec 2007 Posts: 1561 Location: Canada eh!
|
|
| Back to top |
|
 |
user_hidden

Joined: 06 Dec 2007 Posts: 1561 Location: Canada eh!
|
|
| Back to top |
|
 |
user_hidden

Joined: 06 Dec 2007 Posts: 1561 Location: Canada eh!
|
|
| Back to top |
|
 |
5eraph Moderator

Joined: 05 Jul 2005 Posts: 3707 Location: Riverview, MI USA
|
Posted: Tue Jun 12, 2012 10:12 am Post subject: |
|
|
The Microsoft Download site seems to have several files ready a couple hours early.
KB2707511 is ready too. |
|
| Back to top |
|
 |
user_hidden

Joined: 06 Dec 2007 Posts: 1561 Location: Canada eh!
|
Posted: Wed Jun 13, 2012 6:49 am Post subject: |
|
|
i can't seem to find a util that i had on my drive.
it was KBLINKER.exe
i can't remember who made it but it'll grab the hotfix description from MS.
does anyone still have it and can post it for me ? |
|
| Back to top |
|
 |
Outbreaker
Joined: 21 Aug 2007 Posts: 474
|
|
| Back to top |
|
 |
5eraph Moderator

Joined: 05 Jul 2005 Posts: 3707 Location: Riverview, MI USA
|
Posted: Thu Jun 14, 2012 6:25 am Post subject: |
|
|
Windows Update Agent 3.0 v7.6.7600.256 is included in WSUS update KB2720211. Thanks go to submix8c on MSFN for the link.
How to extract with 7-Zip:- Extract WUSSetup.msp from WSUS-KB2720211-x64.exe.
- Extract PCW_CAB_SUS from WUSSetup.msp and add CAB file extension.
- Extract largest file in PCW_CAB_SUS.cab and add CAB extension (f_7d330e57.BE2E96D2_4460_4371_84DE_4148273456C7.cab).
- All needed cabinets for XPx86 English should be in "AU\x86\NetServer\en" and "AU\x86\NetServer\MUI" from the last extracted file.
CATs and INFs don't appear to be necessary.
Download locations for x86 Microsoft Update v7.6.7600.256 files:Download locations for x64 Microsoft Update v7.6.7600.256 files: |
|
| Back to top |
|
 |
5eraph Moderator

Joined: 05 Jul 2005 Posts: 3707 Location: Riverview, MI USA
|
Posted: Thu Jun 14, 2012 9:35 am Post subject: |
|
|
| It is possible to update your version of Windows Update Agent before Microsoft rolls it out. First, replace wuweb.dll in system32 or SysWOW64 with the latest x86 version, then open the Windows Update website to force the upgrade. It may be necessary to visit the site more than once to finish the process. |
|
| Back to top |
|
 |
ricktendo64

Joined: 21 May 2006 Posts: 3026 Location: Honduras
|
Posted: Thu Jun 14, 2012 10:37 am Post subject: |
|
|
AWESOME!!!
Edit: I created a repacked standalone installer for the Windows Update Agent using the previous version as base (submix8c's idea,) tested and working on XP x86
http://www.wincert.net/forum/index.php?showtopic=9907 _________________
Will also accept any old PC hardware donations
Last edited by ricktendo64 on Sat Jun 16, 2012 6:39 pm |
|
| Back to top |
|
 |
5eraph Moderator

Joined: 05 Jul 2005 Posts: 3707 Location: Riverview, MI USA
|
Posted: Thu Jun 14, 2012 12:29 pm Post subject: |
|
|
Very nice, Rick.  |
|
| Back to top |
|
 |
ricktendo64

Joined: 21 May 2006 Posts: 3026 Location: Honduras
|
Posted: Thu Jun 14, 2012 12:56 pm Post subject: |
|
|
5eraph do you know if there is a cab with a INF and CAT for muweb?
I think it may be possible to create a standalone installer for Microsoft Update using the same method if I can find those two files _________________
Will also accept any old PC hardware donations |
|
| Back to top |
|
 |
5eraph Moderator

Joined: 05 Jul 2005 Posts: 3707 Location: Riverview, MI USA
|
Posted: Thu Jun 14, 2012 1:11 pm Post subject: |
|
|
Your repacked x64 installer seems to work perfectly in Win7.
I don't know about an INF and CAT for muweb. I haven't seen a cab that contains them. |
|
| Back to top |
|
 |
ricktendo64

Joined: 21 May 2006 Posts: 3026 Location: Honduras
|
Posted: Thu Jun 14, 2012 1:18 pm Post subject: |
|
|
I tried the activex inf but its not the same type as wusetup.inf, I would add muweb.dll and other files to wusetup.inf but I think that will break the digital sig and setup may fail _________________
Will also accept any old PC hardware donations |
|
| Back to top |
|
 |
acus
Joined: 19 May 2010 Posts: 82 Location: italy
|
|
| Back to top |
|
 |
user_hidden

Joined: 06 Dec 2007 Posts: 1561 Location: Canada eh!
|
Posted: Thu Jun 14, 2012 4:13 pm Post subject: |
|
|
many thanks  |
|
| Back to top |
|
 |
ricktendo64

Joined: 21 May 2006 Posts: 3026 Location: Honduras
|
Posted: Thu Jun 21, 2012 11:32 am Post subject: |
|
|
KB2705368 (no dl links yet and I doubt there will be) _________________
Will also accept any old PC hardware donations |
|
| Back to top |
|
 |
jaynbe
Joined: 27 Apr 2009 Posts: 252
|
|
| Back to top |
|
 |
5eraph Moderator

Joined: 05 Jul 2005 Posts: 3707 Location: Riverview, MI USA
|
Posted: Thu Jun 21, 2012 5:32 pm Post subject: |
|
|
I don't see them, jaynbe.
| Microsoft wrote: | | The KB article has no public hotfixes. Please contact support if you need immediate assistance. |
|
|
| Back to top |
|
 |
|