-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
New: Huawei.HiSuite version 11.0.0.550 #25793
New: Huawei.HiSuite version 11.0.0.550 #25793
Conversation
/AzurePipelines run |
Azure Pipelines successfully started running 1 pipeline(s). |
Hello @SpecterShell, |
The installer works properly in the host system but fails to run in Windows Sandbox even with the same locale. No idea what is wrong. |
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.
2021-08-24 22:04:18.780 [CORE] WinINet downloading from url: https://consumer-tkb.huawei.com/weknow/servlet/download/public?contextNo=W00020740
2021-08-24 22:04:22.048 [CORE] Download hash: 4ee8fa42a5b37b233145937be75913f712cf8c411730d9b0634f83b08c6e4efb
2021-08-24 22:04:22.048 [CORE] Download completed.
2021-08-24 22:04:22.049 [CLI ] Installer hash verified
2021-08-24 22:04:22.049 [CORE] Started applying motw using IAttachmentExecute to C:\Users\Esco\AppData\Local\Temp\WinGet\Huawei.HiSuite.11.0.0.550
2021-08-24 22:04:25.180 [CORE] Finished applying motw using IAttachmentExecute. Result: 0 IAttachmentExecute::Save() result: 0
2021-08-24 22:04:25.180 [REPO] Creating PredefinedInstalledSource with filter [ARP]
2021-08-24 22:04:25.181 [REPO] Creating new SQLite Index [4294967295.4294967295] at ':memory:'
2021-08-24 22:04:25.181 [SQL ] Opening SQLite connection: ':memory:' [6, 0]
2021-08-24 22:04:25.238 [REPO] Examining ARP entries for Machine | X64
2021-08-24 22:04:25.241 [REPO] Examining ARP entries for Machine | X86
2021-08-24 22:04:25.242 [REPO] Examining ARP entries for User | X64
2021-08-24 22:04:25.304 [CLI ] Installer args: /S
2021-08-24 22:04:25.304 [CLI ] Successfully renamed downloaded installer. Path: C:\Users\Esco\AppData\Local\Temp\WinGet\Huawei.HiSuite.11.0.0.550.exe
2021-08-24 22:04:25.304 [CLI ] Starting: 'C:\Users\Esco\AppData\Local\Temp\WinGet\Huawei.HiSuite.11.0.0.550.exe' with arguments '/S'
2021-08-24 22:04:32.500 [CLI ] ShellExecute installer failed: 2
2021-08-24 22:04:32.501 [CLI ] Terminating context: 0x8a150006 at E:\BA\97\s\external\pkg\src\AppInstallerCLICore\Workflows\ShellExecuteInstallerHandler.cpp:d8
The installer requires Microsoft.VC++2015-2019Redist-x86
.
This PR will have to wait for Dependency support.
Co-authored-by: Esco <[email protected]>
/AzurePipelines run |
Azure Pipelines successfully started running 1 pipeline(s). |
Hello @SpecterShell, |
Hello @SpecterShell, |
- HiSuite needs "Microsoft Visual C++ 2015-2019 Redistribution (x86)" as a required runtime environment - [Note] Dependency feature of Winget is currently not implemented, should wait until the feature officially released - Related microsoft#25793, microsoft#29093 and microsoft#30806 Signed-off-by: Dragon1573 <[email protected]>
winget validate --manifest <path>
?winget install --manifest <path>
?Note:
<path>
is the name of the directory containing the manifest you're submitting.Microsoft Reviewers: Open in CodeFlow