A Windows XP help forum. PCbanter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » PCbanter forum » Microsoft Windows XP » Security and Administration with Windows XP
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Remote Install of 3rd party hotfix



 
 
Thread Tools Display Modes
  #1  
Old January 14th 10, 08:03 PM posted to microsoft.public.windowsxp.security_admin
Chris
external usenet poster
 
Posts: 439
Default Remote Install of 3rd party hotfix

Good day,

It has been years since I have attempted to automate an install, so I am
looking for some help please.

Running in a Windows NT domain (so no Group Policy), with XP Pro clients.
Users do not have administrative privileges.

I have a simple 3rd party hotfix to install on numerous machines, and I
would like to run the install via a logon script without user intervention.

How should I go about doing this? In the past, I remember using before/after
snapshots, then pushing out the differences, but I don't remember much else.

Thanks for any help.
Ads
  #2  
Old January 15th 10, 08:35 PM posted to microsoft.public.windowsxp.security_admin
Anteaus
external usenet poster
 
Posts: 1,330
Default Remote Install of 3rd party hotfix

To make a snapshot, try InstallRite from http://epsilonsquared.com

There are also more modern msi-based snapshot tools around but I still find
this one the best.

Either that or if you know the files and settings required, use Inno Setup
to build a (silent) package.

To roll-out the snapshot your main hurdle is that users are limited so it's
unlikely the install will work under their accounts. Microsoft's answer is to
'push' the install as a policy. This relies on the C$ share and remote
registry on computers. As you say not available from an NT server, though.

An alternative is to use the RunAs command in AutoIt to launch the process
as the local Administrator from the logon script, with the password hardcoded
into the (compiled and encrypted) autoit executable. (Windows' own RunAs
isn't suitable since it nags for a password each time)

http://autoitscript.com

Note that the latest 3.3x AutoIt doesn't support NT. That doesn't matter
though as a logon script is run by the client, not the server. If you want to
run scripts on the server, get the 3.2.12.1 version.

"Chris" wrote:

Good day,

It has been years since I have attempted to automate an install, so I am
looking for some help please.

Running in a Windows NT domain (so no Group Policy), with XP Pro clients.
Users do not have administrative privileges.

I have a simple 3rd party hotfix to install on numerous machines, and I
would like to run the install via a logon script without user intervention.

How should I go about doing this? In the past, I remember using before/after
snapshots, then pushing out the differences, but I don't remember much else.

Thanks for any help.

  #3  
Old January 15th 10, 08:39 PM posted to microsoft.public.windowsxp.security_admin
Anteaus
external usenet poster
 
Posts: 1,330
Default Remote Install of 3rd party hotfix

One other point, on switching to Administrator the network mapping will be
lost. So, you need make the script copy the patch over locally (to a folder
the user has write-permissions to) then change account and run it.


"Chris" wrote:

I have a simple 3rd party hotfix to install on numerous machines, and I
would like to run the install via a logon script without user intervention.


 




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

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off






All times are GMT +1. The time now is 07:06 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 PCbanter.
The comments are property of their posters.