forked from microsoft/winget-pkgs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove inverse dependency on AppInstallerCliCore (microsoft#22)
- Loading branch information
Showing
13 changed files
with
67 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT License. | ||
|
||
#pragma once | ||
|
||
#define APPINSTALLER_CLI_ERROR_FACILITY 0x8A150000 | ||
|
||
#define APPINSTALLER_CLI_ERROR_INTERNAL_ERROR 0x8A150001 | ||
#define APPINSTALLER_CLI_ERROR_INVALID_CL_ARGUMENTS 0x8A150002 | ||
#define APPINSTALLER_CLI_ERROR_COMMAND_FAILED 0x8A150003 | ||
#define APPINSTALLER_CLI_ERROR_MANIFEST_FAILED 0x8A150004 | ||
#define APPINSTALLER_CLI_ERROR_WORKFLOW_FAILED 0x8A150005 | ||
#define APPINSTALLER_CLI_ERROR_INSTALLFLOW_FAILED 0x8A150006 | ||
#define APPINSTALLER_CLI_ERROR_RUNTIME_ERROR 0x8A150007 | ||
#define APPINSTALLER_CLI_ERROR_DOWNLOAD_FAILED 0x8A150008 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.