mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 11:46:30 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user