Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > Active Directory > update my program using Active Directory

Reply
Thread Tools Display Modes

update my program using Active Directory

 
 
Serge
Guest
Posts: n/a

 
      06-23-2010
Hello,

i develop program with autoupdate feature. When program launches, it
connects to web server, download archive with new files, launches
updater program, which replaces executable.

This algorithm does not work if user does not have write access to
program files. They use Active Directory service for updating programs
on clients computers.

How can i adopt my program for updating using Active Directory service?
Can someone give me advice?
May be some links to instructions about it.

Thank you!
 
Reply With Quote
 
 
 
 
Florian Frommherz [MVP]
Guest
Posts: n/a

 
      06-23-2010

Howdie!

On 23.06.2010 09:34, Serge wrote:
> This algorithm does not work if user does not have write access to
> program files. They use Active Directory service for updating programs
> on clients computers.


Note that this isn't an Active Directory problem. That problem is
everywhere the user has not admin rights on the box.

> How can i adopt my program for updating using Active Directory service?
> Can someone give me advice?
> May be some links to instructions about it.


Well the process is pretty self-explaining. What you need to do is
deploy your package as an MSI and ship it. The AD team will then deploys
the MSI file via Group Policy/Software Installation.

Cheers,
Florian
 
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
Re: KB971023 installs every day gchq Windows Update 4 08-21-2010 09:22 PM
error 646 jkremke Windows Update 53 06-28-2010 07:35 PM
Windows Update Error 8000FFFF on Windows 7 Tony Windows Update 3 02-15-2010 11:31 PM
Error: Agent failed detecting with reason: 0x80248008 (WSUS client AAM Windows Server 0 12-30-2009 03:26 AM
Error code: 80244023 SHAFT_V2 Windows Update 2 10-25-2009 05:13 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