-
Notifications
You must be signed in to change notification settings - Fork 6.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Arm64 finalize bootstrapper #18500
Arm64 finalize bootstrapper #18500
Conversation
@check-spelling-bot Report🔴 Please reviewSee the files view or the action log for details. Unrecognized words (2)Redistributable Previously acknowledged words that are now absentBGSOUNDS BUILDARCH CLIENTPULL codecvt concrt dispid DISPIDAMBIENTDLCONTROL DLACTIVEXCTLS DLCONTROL DLIMAGES DOWNLOADONLY epo FANCYZONESWINDOWSTYLES FORCEOFFLINE FRAMEDOWNLOAD gsuberland HFONT Htmdid ICore IDCANCEL IDOK INITDIALOG IReflect IWindows IXaml lamotile METACHARSET mirophone mshtmdid msvcp NETFX netstandard Nvidia otating Postion preperty ruleset RUNACTIVEXCTLS serizalization settingsv Setttings sourceid testtrocess Toolchain vccorlib vcomp vcredist vcruntime VDId xbf XBind XInstanceTo accept these unrecognized words as correct (and remove the previously acknowledged and now absent words), run the following commands... in a clone of the git@github.com:yuyoyuppe/PowerToys.git repository
If the flagged items do not appear to be textIf items relate to a ...
|
6e1f415
to
8649911
Compare
#3073 👀 |
8649911
to
dcfbd70
Compare
/azp run |
Azure Pipelines failed to run 1 pipeline(s). |
dcfbd70
to
5a17e32
Compare
@check-spelling-bot Report🔴 Please reviewSee the files view or the action log for details. Unrecognized words (2)EDEF Previously acknowledged words that are now absentBGSOUNDS BUILDARCH CLIENTPULL codecvt concrt dispid DISPIDAMBIENTDLCONTROL DLACTIVEXCTLS DLCONTROL DLIMAGES DOWNLOADONLY epo FANCYZONESWINDOWSTYLES FORCEOFFLINE FRAMEDOWNLOAD gsuberland HFONT Htmdid ICore IDCANCEL IDOK INITDIALOG IReflect IWindows IXaml lamotile METACHARSET mirophone mshtmdid msvcp NETFX netstandard Nvidia otating Postion preperty ruleset RUNACTIVEXCTLS serizalization settingsv Setttings sourceid testtrocess Toolchain vccorlib vcomp vcredist vcruntime VDId xbf XBind XInstanceTo accept these unrecognized words as correct (and remove the previously acknowledged and now absent words), run the following commands... in a clone of the git@github.com:yuyoyuppe/PowerToys.git repository
If the flagged items do not appear to be textIf items relate to a ...
|
@check-spelling-bot Report🔴 Please reviewSee the files view or the action log for details. Unrecognized words (2)EDEF Previously acknowledged words that are now absentBGSOUNDS BUILDARCH CLIENTPULL codecvt concrt dispid DISPIDAMBIENTDLCONTROL DLACTIVEXCTLS DLCONTROL DLIMAGES DOWNLOADONLY epo FANCYZONESWINDOWSTYLES FORCEOFFLINE FRAMEDOWNLOAD gsuberland HFONT Htmdid ICore IDCANCEL IDOK INITDIALOG IReflect IWindows IXaml lamotile METACHARSET mirophone mshtmdid msvcp NETFX netstandard Nvidia otating Postion preperty ruleset RUNACTIVEXCTLS serizalization settingsv Setttings sourceid testtrocess Toolchain vccorlib vcomp vcredist vcruntime VDId xbf XBind XInstanceTo accept these unrecognized words as correct (and remove the previously acknowledged and now absent words), run the following commands... in a clone of the git@github.com:yuyoyuppe/PowerToys.git repository
If the flagged items do not appear to be textIf items relate to a ...
|
@@ -113,6 +123,22 @@ | |||
Size="$(var.WinAppSDKPayloadSize)" | |||
Version="1.0.3.0" | |||
Hash="$(var.WinAppSDKPayloadHash)" /> | |||
</ExePackage> | |||
<ExePackage | |||
Name="VCRedist.exe" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we use other name here, like VCRedist-14.32.31326.exe
? The main reason for this is that if there's a VCRedist.exe in the same path as the installer, this will try to use that one and fail.
Also is there some code we can use to detect if we get the "more recent version is installed" error and still continue?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done. Yes, we already do that for a minor version, see DetectCondition="DetectedVCRedistVersion >= 32"
. And we shouldn't be checking for a greater major version, since it'll probably be ABI-incompatible.
/azp run |
Commenter does not have sufficient privileges for PR 18500 in repo microsoft/PowerToys |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
It works very well. Great work!
Summary of the Pull Request
What is this about:
What is included in the PR:
How does someone test / validate:
Quality Checklist
Contributor License Agreement (CLA)
A CLA must be signed. If not, go over here and sign the CLA.