How to I configure click-once to install apps for all users. On another forum I got to ‘use MSI’ – thanks – but how. Also, the first installing user may not be admin – which may be a problem. And I want all users to trigger an update check. No local storage, it’s a WPF client to a WCF service.
We’re XP, internal.
If you need to install / upgrade for all users on a PC, Clickonce is not an option. Clickonce is meant for installing an application for a single user without administrative rights.
You will need to create a MSI installer to distribute an application to multiple users on the same machine. There are multiple ways to deploy and update applications on clients when the client does not have administrative rights. A few examples:
Hope this helps.