9 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
51d658e8da
change server firewall settings to private profile only (#669) 2023-03-16 13:29:40 -04:00
Tess Gauthier
913e43cb71
add support for arm64 msi (#659) 2023-02-07 17:07:13 -05:00
Tess Gauthier
1f03b276fd
fix installers not updating system path (#622)
* fix msi installer not updating system path

* modify install script to add binary path to system path

* debug appveyor

* add debug message to add-path and update appveyor to be compatible with changes

* fix appveyorhelper.psm1 after accidentally removing call to uninstall

* fix typo

* use PS drive to modify PATH

* rename Add-Path to Add-MachinePath in export list
2022-11-03 11:57:30 -04: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
bagajjal
aa0d37b16e
Crank V8.9.1.0 (#588) 2022-03-22 14:45:16 -07:00
Tess Gauthier
6bd66d4685
update ssh-agent privileges to match install scripts for pkcs11/fido scenarios (#584) 2022-03-21 13:13:27 -07:00
bagajjal
bd0d488a3c
Update MSI with ssh-sk-helper.exe, ssh-pkcs11-helper.exe, license.txt, notice.txt (#581) 2022-03-17 16:59:44 -07:00
Heath Stewart
d476258f99
Initial MSI authoring for Previews (#521) 2021-12-06 12:33:24 -08:00