mirror of
https://github.com/Open-Shell/Open-Shell-Menu.git
synced 2026-04-11 17:37:22 +10:00
* Add ARM64 build configurations to projects * StartMenu: add ARM64 support * Add support for IAT hooking on ARM64 * Add ARM64 support to Classic IE * Add ARM64 support to installer NB: WiX 3.14.0.3910 or higher is required to create the MSI * Revert whitespace change * Separate x86/x64 and ARM64 installers * Change suffix of ARM64 binaries * Put also ARM64 MSI to final installer * Fix sln * Build some DLLs as ARM64X These are meant to be loaded to both x64 and ARM64 processes. We will compile them as ARM64X (when building for ARM64). That way they will contain both x64 and ARM64 code paths. https://learn.microsoft.com/en-us/windows/arm/arm64x-pe * Make sure x64 installer cannot be installed on ARM64 In case if somebody manually tries to install x64 MSI on ARM64. This is not supported/working scenario. --------- Co-authored-by: ge0rdi <ge0rdi@users.noreply.github.com>
31 lines
1.0 KiB
C
31 lines
1.0 KiB
C
//{{NO_DEPENDENCIES}}
|
|
// Microsoft Visual C++ generated include file.
|
|
// Used by Setup.rc
|
|
//
|
|
#define IDS_APP_NAME 100
|
|
#define IDS_APP_TITLE 100
|
|
#define IDI_APPICON 101
|
|
#define IDS_ERR_CORRUPTED 102
|
|
#define IDR_MSI_FILE32 132
|
|
#define IDR_MSI_FILE64 164
|
|
#define IDR_MSI_FILEARM64 165
|
|
#define IDS_ERR_INTERNAL 166
|
|
#define IDS_ERR_EXTRACT 167
|
|
#define IDR_MSI_CHECKSUM 167
|
|
#define IDS_ERR_WIN7 169
|
|
#define IDS_ERR_MSIEXEC 170
|
|
#define IDS_HELP 200
|
|
#define IDC_EDIT1 1001
|
|
#define IDC_EDITPWD 1001
|
|
|
|
// Next default values for new objects
|
|
//
|
|
#ifdef APSTUDIO_INVOKED
|
|
#ifndef APSTUDIO_READONLY_SYMBOLS
|
|
#define _APS_NEXT_RESOURCE_VALUE 168
|
|
#define _APS_NEXT_COMMAND_VALUE 40001
|
|
#define _APS_NEXT_CONTROL_VALUE 1002
|
|
#define _APS_NEXT_SYMED_VALUE 101
|
|
#endif
|
|
#endif
|