Skip to content
Discussion options

You must be logged in to vote

So the question is can I have elevated per user installation (and uninstallation as well) without using a bootstrapper? I suppose the answer is no 🙂

Not really... that's not how the Windows Installer system wants things to be.
If you are authoring a perUser package, then any user without admin privileges is supposed to be able to install it, in face multiple users are supposed to be able to install it on the same machine all independently. It's kind of like the Windows Installer version of a 'portable app', everything that the installer touches should be ONLY for that user, and not visible to any other user.

Based on this, your firewall concept isn't correct. Firewall rules are shared a…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@mrcorum
Comment options

@bevanweiss
Comment options

Answer selected by mrcorum
@mrcorum
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants