We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 984383c + f96d9fb commit c2f1b9dCopy full SHA for c2f1b9d
1 file changed
WinSoftwareUpdate/WinSoftwareUpdate.psm1
@@ -354,7 +354,7 @@ Function Update-rsWinSoftware {
354
}
355
356
# Register WinGet
357
- Add-AppxPackage -RegisterByFamilyName -MainPackage Microsoft.DesktopAppInstaller_8wekyb3d8bbwe
+ Add-AppxPackage -RegisterByFamilyName -MainPackage "Microsoft.DesktopAppInstaller_8wekyb3d8bbwe"
358
359
# Check if something needs to be installed or updated
360
Confirm-RSDependency
0 commit comments