﻿
This MSI package is a dual purpose package (known as Single Package Authoring).
It is capable of installing application in either the per-user or per-machine
installation context. For Windows 7 and Windows Server 2008 R2 or later, this
package will be installed in the per-user context by default to avoid the need 
of elevated privilege.

To install this package in per-machine context, please use this command:

msiexec /i myPredictorInstaller.msi ALLUSERS=1
