[wpkg-users] WPKG and AppX...

Kris Lou klou at themusiclink.net
Tue May 18 00:13:11 CEST 2021


>
> ) in deinstallation, i use:
>         <remove cmd='powershell -Command "Get-AppxPackage -AllUsers
> AD2F1837.HPSupportAssistant | Remove-AppxPackage -AllUsers' >
>                 <exit code='any' />
>         </remove>
> but this seems to work for Admnistrator, not for SYSTEM; return the
> error:
>  C:\WINDOWS\system32>powershell -Command "Get-AppxPackage -AllUsers
> AD2F1837.HPSupportAssistant | Remove-AppxPackage -AllUsers
>  Remove-AppxPackage : Rimozione non riuscita. Contattare il produttore del
> software.
>  Impossibile eseguire l'operazione di distribuzione DeStage con volume di
> destinazione C: per il pacchetto
>  AD2F1837.HPSupportAssistant_9.7.238.0_x64__v10z8vjag6ke6 da  . Errore:
> 0x80070002. Vedere
>  http://go.microsoft.com/fwlink/?LinkId=235160 per informazioni sulla
> diagnosi dei problemi di distribuzione delle app.
>  In riga:1 car:57
>  + ...  -AllUsers AD2F1837.HPSupportAssistant | Remove-AppxPackage
> -AllUsers
>  +
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>      + CategoryInfo          : NotSpecified: (:) [Remove-AppxPackage],
> COMException
>      + FullyQualifiedErrorId :
> System.Runtime.InteropServices.COMException,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCommand


Missing closing double-quotes after "Remove-AppxPackage -AllUsers"?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.wpkg.org/pipermail/wpkg-users/attachments/20210517/20fd81c5/attachment.html>


More information about the wpkg-users mailing list