Runner check for MSI and MSIX (#1345)

* Add startup check for the MSI version of PT

* Alert if another instance of PowerToys is already running
This commit is contained in:
Enrico Giordani
2020-02-21 11:12:04 +01:00
committed by GitHub
parent 77301e2930
commit 9b7f92188d
3 changed files with 95 additions and 23 deletions

View File

@@ -1,8 +1,12 @@
#define APPICON 101
#define ID_TRAY_MENU 102
#define IDS_COULDNOT_RESTART_NONELEVATED 103
#define IDS_COULDNOT_RESTART_ELEVATED 104
#define IDS_ERROR 105
#define IDS_POWERTOYS 103
#define IDS_ERROR 104
#define IDS_COULDNOT_RESTART_NONELEVATED 105
#define IDS_COULDNOT_RESTART_ELEVATED 106
#define IDS_ANOTHER_INSTANCE_RUNNING 107
#define ID_EXIT_MENU_COMMAND 40001
#define ID_SETTINGS_MENU_COMMAND 40002
#define ID_ABOUT_MENU_COMMAND 40003