package flash.system; @:fakeEnum(String) extern enum ApplicationInstallerMode { INSTALL_ONLY; INSTALL_WITH_SHORTCUTS; SHORTCUTS_ONLY; }