WindowsAppSDK/installer/dev
Kyaw Thant 1ee9fbf098
Cleanup Eng/Common and other Refactors (#4672)
2024-08-27 11:03:30 -07:00
..
Telemetry User/sachinta/add microsoft internal telemetry nuget package config (#2260) 2022-03-14 19:54:06 -07:00
InstallActivityContext.cpp Fix errors in the installer. (#3796) 2023-08-21 12:52:59 -07:00
InstallActivityContext.h Fix errors in the installer. (#3796) 2023-08-21 12:52:59 -07:00
MachineTypeAttributes.h Manual FI Main to Develop (#2949) 2022-09-08 17:17:27 -07:00
PropertySheet.props Initial creation of the standalone Project Reunion Installer (#444) 2021-03-04 13:33:47 -08:00
README.md Rename runtime components to *WindowsAppRuntime* (#1334) 2021-08-30 13:26:30 -07:00
WindowsAppRuntime-License.h Excluding build artifacts from copyright check (#2864) 2022-08-26 15:00:43 -07:00
WindowsAppRuntimeInstall.rc Cleanup Eng/Common and other Refactors (#4672) 2024-08-27 11:03:30 -07:00
WindowsAppRuntimeInstall.vcxproj Add version info to WindowsAppRuntimeInstall.exe (#3884) 2023-10-02 13:15:53 -07:00
WindowsAppRuntimeInstall.vcxproj.filters Don't install x64 framework package on Windows 10 ARM64 devices as it… (#2841) 2022-08-19 06:56:26 -07:00
WindowsAppSDK-VersionInfo.h Add version info to WindowsAppRuntimeInstall.exe (#3884) 2023-10-02 13:15:53 -07:00
console.cpp 49601674: Fixed a cut-and-paste error (#4334) 2024-04-12 05:20:22 +00:00
console.h Excluding build artifacts from copyright check (#2864) 2022-08-26 15:00:43 -07:00
install.cpp Update global.json to use latest (#3880) 2023-09-26 18:36:46 -04:00
install.h Add Repair option to WinAppSDK Installer (#2849) (#3010) 2022-10-05 17:03:20 -07:00
main.cpp Add Repair option to WinAppSDK Installer (#2849) (#3010) 2022-10-05 17:03:20 -07:00
packages.config Update Taef, CppWinRT, and WIL (#4650) 2024-08-16 18:25:55 -04:00
packages.h Excluding build artifacts from copyright check (#2864) 2022-08-26 15:00:43 -07:00
pch.cpp Excluding build artifacts from copyright check (#2864) 2022-08-26 15:00:43 -07:00
pch.h Add Repair option to WinAppSDK Installer (#2849) (#3010) 2022-10-05 17:03:20 -07:00
resource.h Excluding build artifacts from copyright check (#2864) 2022-08-26 15:00:43 -07:00
tracelogging.cpp Add Repair option to WinAppSDK Installer (#2849) (#3010) 2022-10-05 17:03:20 -07:00
tracelogging.h 49601674: [Compliance] address pre-existing PREfast errors and enable break-on-error setting for PREfast (#4328) 2024-04-11 22:54:18 +00:00
windowsappruntime_definitions.h Add Repair option to WinAppSDK Installer (#2849) (#3010) 2022-10-05 17:03:20 -07:00

README.md

Building the Installer

For inner-loop testing and running the InstallerFunctionalTests, this solution requires test packages be built. Typically this only needs to be done once unless the set of packages changes. To build the test packages, build CreateInstallerTestPackages.sln, located under installer\test\CreateInstallerTestPackages.

For building an installer with real packages, create a 'windowsappruntime_definitions_override.h' file in this folder with preprocessor redefinitions that override the package paths for inclusion. See 'windowsappruntime_definitions.h' for details.