Install MSI for Current User and not All Users (Add-in version 2)

Last updated on May 03, 2019 15:57

By default the MSI installer for FourMinutes for Windows version 2.0 will install the add-in for all users by placing the appropriate registry keys in the Local Machine hive.

If for some reason it is needed that the installer only places the registry keys in the Current User registry hive the installer can be invoked the following way

msiexec /i FourMinutes.msi CURRENTUSER="yes"