4 Commits

Author SHA1 Message Date
Tess Gauthier
3645eaa30e
Build tools version updates (#677)
* bump platform toolset to v143

* add updated proj files for testing

* add _CRT_DECLARE_NONSTDC_NAMES=0 to projects with posix functions

* revert onecore changes

* fix typo

* use latest sdk in build script

* update build toolset in config proj

* update build script to use latest toolsets

* update paths.targets

* update to win11 sdk in paths.targets

* make build script more robust with VSwhere

* change validity check from count check to null-check

* remove static keyword from auth_debug declaration

* change to ifndef for diff checking

* update string compare

* change msbuild tool search from manual check instead of using vswhere

* update wixproj to work with wix install on new build image

* update 2022 build image and zlib version
2023-08-31 14:19:37 -04:00
Tess Gauthier
913e43cb71
add support for arm64 msi (#659) 2023-02-07 17:07:13 -05:00
Tess Gauthier
ff6cfe6fdf
add product version runtime parameter to MSI (#603)
* add product version runtime parameter

* add comment

Co-authored-by: Steve Lee <slee@microsoft.com>

Co-authored-by: Steve Lee <slee@microsoft.com>
2022-05-04 18:13:22 -04:00
Heath Stewart
d476258f99
Initial MSI authoring for Previews (#521) 2021-12-06 12:33:24 -08:00