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

Add Values to ARP #869

Merged
merged 1 commit into from
Nov 5, 2022
Merged

Add Values to ARP #869

merged 1 commit into from
Nov 5, 2022

Conversation

Trenly
Copy link
Contributor

@Trenly Trenly commented Nov 5, 2022

When the package is installed, values for DisplayVersion and Publisher are not set in the registry. In order for other applications like winget to properly interact with the application, these values should be set.

Current Behavior:

Starting package install...
Successfully installed
--> Refreshing environment variables
--> Comparing ARP Entries

DisplayName      DisplayVersion Publisher ProductCode
-----------      -------------- --------- -----------
Nagstamon 3.10.1                          {44F7CFFB-4776-4DA4-9930-A07178069517}_is1

New Behavior:

Starting package install...
Successfully installed
--> Refreshing environment variables
--> Comparing ARP Entries

DisplayName      DisplayVersion Publisher  ProductCode
---------------- -------------- ---------- -----------
Nagstamon 3.10.1 3.10.1         Henri Wahl {44F7CFFB-4776-4DA4-9930-A07178069517}_is1

@HenriWahl HenriWahl merged commit dce72ba into HenriWahl:master Nov 5, 2022
@HenriWahl
Copy link
Owner

Thanks!

@Trenly Trenly deleted the patch-1 branch November 5, 2022 11:39
@HenriWahl
Copy link
Owner

@Trenly BTW: how do you use winget? I tried without success. Any prerequisites necessary?

@Trenly
Copy link
Contributor Author

Trenly commented Nov 5, 2022

@Trenly BTW: how do you use winget? I tried without success. Any prerequisites necessary?

Depending on your version of Windows, you may already have it installed. If not, you can install App Installer from the Microsoft Store, or grab the latest release from winget-cli, download the msixbundle, and install it. After installing it, load a new terminal and you should be able to use winget -v to check that it was installed successfully. For checking if you have any applications available to upgrade - winget upgrade, and there are similar commands for search / install / uninstall.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants