You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Package Scope attribute supports perUserOrMachine, which creates a dual-mode package with the MSIINSTALLPERUSER Property initialized to 1. This is fine, but it means the MSI will default to per-user. Again, this is fine unless you'd like to default to per-machine dual-mode. There is no way to do so.
Therefore, we should add a perMachineOrUser option to the Package Scope that creates a dual-mode MSI package that defaults to per-machine. Then all bases are covered.