Skip to content
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

[Package Request]: Microsoft.EventLogExpert #199194

Open
1 task done
RokeJulianLockhart opened this issue Dec 16, 2024 · 8 comments
Open
1 task done

[Package Request]: Microsoft.EventLogExpert #199194

RokeJulianLockhart opened this issue Dec 16, 2024 · 8 comments
Labels
Help-Wanted This is a good candidate work item from the community. Package-Request This is a request for a package (new or updated version)

Comments

@RokeJulianLockhart
Copy link
Contributor

RokeJulianLockhart commented Dec 16, 2024

How can we help?

I would like someone else to build the manifest.

Please read and ensure the following

  • The installer meets the above requirements

Please provide the following information

Download Page Url: https://github.com/microsoft/EventLogExpert/releases/latest
Publisher: Microsoft
Package Name: Microsoft.EventLogExpert
Description: A Windows Event Log viewer for tech support and IT professionals.
Package Version: 24.8.29.1017
Installer Url:
  # I don't know which is preferable.
  - https://github.com/microsoft/EventLogExpert/releases/download/v24.8.29.1017/EventLogExpert_24.8.29.1017_x64.msix
  - https://github.com/microsoft/EventLogExpert/releases/download/v24.8.29.1017/EventLogExpert_x64.appinstaller
@RokeJulianLockhart RokeJulianLockhart added Help-Wanted This is a good candidate work item from the community. Package-Request This is a request for a package (new or updated version) labels Dec 16, 2024
Copy link

We've found some similar issues:

If any of the above are duplicates, please consider closing this issue out and adding additional context in the original issue.

Note: You can give me feedback by 👍 or 👎 this comment.

@microsoft-github-policy-service microsoft-github-policy-service bot added the Needs-Triage This work item needs to be triaged by a member of the core team. label Dec 16, 2024
@RokeJulianLockhart
Copy link
Contributor Author

#199194 (comment)

@similar-issues-ai, those are different applications.

@Dragon1573
Copy link
Contributor

Manually verified. It seems this package can't be successfully installed in Windows Sandbox. 😕

--> Installing WinGet
--> Disabling safety warning when running installers
Tip: you can type 'Update-EnvironmentVariables' to update your environment variables, such as after installing a new software.

--> Configuring Winget
Enabled admin setting 'LocalManifestFiles'.
Enabled admin setting 'LocalArchiveMalwareScanOverride'.

--> Installing the Manifest 24.8.29.1017

Found Event Log Expert [Microsoft.EventLogExpert] Version 24.8.29.1017
This application is licensed to you by its owner.
Microsoft is not responsible for, nor does it grant any licenses to, third-party packages.
This package requires the following dependencies:
  - Packages
      Microsoft.WindowsAppRuntime.1.4
      Microsoft.DotNet.DesktopRuntime.8 [>= 8.0.8]
(1/2) Found Microsoft .NET Windows Desktop Runtime 8.0 [Microsoft.DotNet.DesktopRuntime.8] Version 8.0.11
This application is licensed to you by its owner.
Microsoft is not responsible for, nor does it grant any licenses to, third-party packages.
Downloading https://dotnetcli.azureedge.net/dotnet/WindowsDesktop/8.0.11/windowsdesktop-runtime-8.0.11-win-x64.exe
  ██████████████████████████████  55.7 MB / 55.7 MB
Successfully verified installer hash
Starting package install...
Successfully installed

(2/2) Found Windows App Runtime [Microsoft.WindowsAppRuntime.1.4] Version 1.4.5
This application is licensed to you by its owner.
Microsoft is not responsible for, nor does it grant any licenses to, third-party packages.
Downloading https://aka.ms/windowsappsdk/1.4/1.4.240211001/windowsappruntimeinstall-x64.exe
  ██████████████████████████████  60.6 MB / 60.6 MB
Successfully verified installer hash
Starting package install...
Successfully installed

Successfully verified installer hash
Starting package install...
Installer failed with exit code: 0x80070002 : The system cannot find the file specified.

--> Refreshing environment variables

--> Comparing ARP Entries

DisplayName                                      DisplayVersion Publisher             ProductCode                            Scope
-----------                                      -------------- ---------             -----------                            -----
Microsoft Windows Desktop Runtime - 8.0.11 (x64) 8.0.11.34221   Microsoft Corporation {bd40e761-3e88-4202-9b53-26c6bed3d467} Machine

@Dragon1573
Copy link
Contributor

If you install all dependencies using winget.exe in advance. Then download the *.msix file and install it interactively, it's okay to be properly installed and launched. 😕

AppsAndFeaturesEntries:
- DisplayName: Windows Event Log
  Publisher: Microsoft Corporation
InstallationMetadata:
  DefaultInstallLocation: '%ProgramFiles%\WindowsApps\eventlogexpert_24.8.29.1017_x64__8wekyb3d8bbwe'
Dependencies:
  PackageDependencies:
  - PackageIdentifier: Microsoft.WindowsAppRuntime.1.4
  - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.8
    MinimumVersion: 8.0.8
  - PackageIdentifier: Microsoft.EdgeWebView2Runtime
Installers:
- Architecture: x64
  InstallerUrl: https://github.com/microsoft/EventLogExpert/releases/download/v24.8.29.1017/EventLogExpert_24.8.29.1017_x64.msix
  InstallerSha256: C7E7CD2A83A132BD710BF1FA5FDD1C057236948E72EEFA5AB8E00F723B23AB6C
  SignatureSha256: CCDCD4330828D845E4A72DDEA3E969120FCCEE56B33BB34AF758320CB83303B4

@RokeJulianLockhart
Copy link
Contributor Author

#199194 (comment)

@Dragon1573, does the .AppInstaller installation file necessitate this too?

@Dragon1573
Copy link
Contributor

I can't sure if .appinstaller is required, but Komac does not support this file extension. 😞

@RokeJulianLockhart
Copy link
Contributor Author

RokeJulianLockhart commented Dec 17, 2024

#199194 (comment)

@Dragon1573, what's Komac? I would presume you're using Microsoft.DesktopAppInstaller_8wekyb3d8bbwe 1 to install these packages, considering that it's the default file association in Windows for these file types.

Footnotes

  1. https://superuser.com/questions/1701930/it-is-possible-to-install-microsoft-app-installer-using-the-command-line#comment2961170_1749410

@Dragon1573
Copy link
Contributor

What's Komac?

I've tried using Tools/YamlCreate.ps1 for creating manifest, but I have to manually configure everything on my own. 😞 So I simply configure as follows:

Installers:
- Architecture: neutral
  InstallerUrl: https://github.com/microsoft/EventLogExpert/releases/download/v24.8.29.1017/EventLogExpert_x64.appinstaller
  InstallerSha256: 91A1FBAE860058893122BD16D9C1956DC2400BDEB911BFBD6BC2051373D036FF

An error will show up while I try to validate it via Tools/SandboxTest.ps1.

22:21:49 ~\...\winget-pkgs  [master ≡ +1 ~0 -0 !] 13.784s pwsh> .\Tools\SandboxTest.ps1 .\manifests\m\Microsoft\EventLogExpert\24.8.29.1017\
--> Validating Manifest
清单验证成功。
--> Checking Dependencies
--> Starting Windows Sandbox, and:
    - Mounting the following directories:
      - C:\Users\Dragon1573\AppData\Local\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\SandboxTest as read-and-write
      - C:\Users\Dragon1573\DevDrive\Repository\winget-pkgs as read-and-write
    - Installing WinGet
    - Configuring Winget
      - Installing the Manifest 24.8.29.1017
      - Refreshing environment variables
      - Comparing ARP Entries
--> Installing WinGet
--> Disabling safety warning when running installers
Tip: you can type 'Update-EnvironmentVariables' to update your environment variables, such as after installing a new software.

--> Configuring Winget
Enabled admin setting 'LocalManifestFiles'.
Enabled admin setting 'LocalArchiveMalwareScanOverride'.

--> Installing the Manifest 24.8.29.1017

Found Event Log Expert [Microsoft.EventLogExpert] Version 24.8.29.1017
This application is licensed to you by its owner.
Microsoft is not responsible for, nor does it grant any licenses to, third-party packages.
Downloading https://github.com/microsoft/EventLogExpert/releases/download/v24.8.29.1017/EventLogExpert_x64.appinstaller
  ██████████████████████████████  1004 B / 1004 B
Successfully verified installer hash
Starting package install...
Installer failed with exit code: 0x8051100f : unknown error

--> Refreshing environment variables

--> Comparing ARP Entries

@stephengillie stephengillie removed the Needs-Triage This work item needs to be triaged by a member of the core team. label Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Help-Wanted This is a good candidate work item from the community. Package-Request This is a request for a package (new or updated version)
Projects
None yet
Development

No branches or pull requests

3 participants