-
Notifications
You must be signed in to change notification settings - Fork 0
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
Improvement in automatic detection of PackageFamilyName
#45
Comments
PackageFamilyName
when the user does not download the URLPackageFamilyName
@vedantmgoyal2009 can you provide the Package Identifier that you encountered this issue with? |
There isn't any package identifier. When there is any MSIX/APPX installer, and we manually enter the hash (we do not download the installer), we get this error when we select "automatically find PackageFamilyName" because the file does not exist locally. |
Yes, I know that; Is there a package which exists that I can use when testing the fix? In order to test, I need a package which has an APPX or MSIX installer |
|
Description of the new feature/enhancement
When a user selects manual entering of Installer Hash:
then the option for finding
PackageFamilyName
should download the URL instead of throwing an error:Proposed technical implementation details (optional)
if ($null -eq $script:dest)
download the installer
else
continue with installation of package and find
PackageFamilyName
The text was updated successfully, but these errors were encountered: