Skip to content

WindowsLauncher

The WindowsLauncher class, a part of the ByteCobra Updater framework, is designed specifically for launching Windows applications post-update. As a subclass of Launcher, it focuses on starting executable files (.exe) within the Windows environment. The class includes properties such as Executable for specifying the path to the executable file and Platform indicating its compatibility with Windows 64-bit systems. It also features a customizable delay before launching to give the application some time to start before deciding if everything started up correctly.