Enum AppInstallType
- Namespace
- PaintDotNet.AppModel
- Assembly
- PaintDotNet.Core.dll
public enum AppInstallType
Fields
Classic = 0
The application was installed via the Setup Wizard or via MSI deployment. The built-in updater can be used as long as MSI deployment was not used.
Portable = 1
The application is running "portably," which means it hasn't been installed and may be running off of an external, removal storage device such as a USB stick. The built-in updater cannot be used. An external settings file is used instead of the registry.
Appx = 2
The application was installed from the Windows Store, which will manage updates.