Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Update > Logoff Scripts / Hotfixes

Reply
Thread Tools Display Modes

Logoff Scripts / Hotfixes

 
 
Raymond Geering
Guest
Posts: n/a

 
      10-13-2005
Hello

I'm wondering if MS changed something to their hotfix files. I'm deploying
the updates with a logoff script [1] and I never had any problems within the
last 3 years.

But some of the newer updates simply won't install anymore (on most machines
but not on all). On the server, I can see that the client machine is
accessing
the file but it simply hangs. The same problem occurs when I simply double
click the exe file, even if I'm logged in as a local administrator. This
means I
can see an open process in the task manager but nothing happens. It seems to
work tough if I log in as a domain admin. I'll for sure have to make more
testing but it's very strange that the newer updates don't work anymore
while
all the older one work pretty fine. I wanted to deploy the latest 9 XP
updates
and 5 of those simply made the mentioned problem.

I checked the NTFS permissions on the file and the SYSTEM has
full control and the autehticated users have read permissions as it's
proposed ok kb891716.

/Ray

Foot notes:
[1] The logoff script has the following scheme:
set HotfixPath=\\domain\sysvol\domain\scripts\hotfix\W inXP_SP2
reg query "HKLM\SOFTWARE\Microsoft\Updates\Windows XP\SP3\kb899589\" /v
InstalledDate
if NOT ERRORLEVEL 1 goto InstalledKB899589
start /wait %HotfixPath%\WindowsXP-KB899589-x86-DEU.exe -u -z -q
:InstalledKB899589


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
UAC and scripts sputnik Windows Vista Installation 2 05-09-2008 08:31 AM
Scripts Zoie Windows Vista Mail 6 03-09-2008 11:05 AM
scripts Juan Windows Vista General Discussion 2 09-18-2007 12:21 PM
UAC and scripts MJ Windows Vista General Discussion 0 08-02-2007 08:22 PM
UAC and scripts (.wsf) Thomas Boerkel Windows Vista Security 1 11-07-2006 01:53 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59