ClickOnce and Group Policy pushout

cjard

Well-known member
Joined
Apr 25, 2006
Messages
7,081
Programming Experience
10+
THe co i'm working for use Group Policy to determine who should and shouldnot have some softwares. MSIs are loaded into a manager tool and then they are installed when the user logs in. THis ensures the user cannot uninstall software and provides a way to manage updates. the problem is, it's slow.

ClickOnce would suit me much better while products are forming and being tested and running

What we'd really like is for the publishing process to produce an MSI because that's the only thing that group policy can work with, apparently.. This way we could have GP install the ClickOnce stub, and then the app would keep itself up to date after that.

Any ideas?
 
Back
Top