AboutSupportDeveloper GuideVersion 38.126.82.64
interface ShortCutConfig {
    desktop?: boolean;
    startMenu?: boolean;
    systemStartup?: boolean;
}

Properties

desktop?: boolean

True if application has a shortcut on the desktop.

startMenu?: boolean

True if application has shortcut in the start menu.

systemStartup?: boolean

True if application will be launched on system startup.