我使用以下命令使用桌面应用程序转换器工具转换了我的 Exe:
PS C:\Windows\system32> DesktopAppConverter.exe -Installer C:\Installer\Technician.exe -InstallerArguments "/S" -Destination C:\Newfolder -PackageName "Technician" -Publisher "CN=30910EF5-407B-4B34-B55F-DD7136DDCA98" -Version 5.5.0.0 -Verbose
输出 :
PackageFilesPath C:\Newfolder\Technician\PackageFiles
不,当我尝试使用 MakeAppx 命令创建应用程序包时:
PS C:\Windows\system32> MakeAppx pack -d "C:\Newfolder\Technician\PackageFiles" -p "C:\Technician.appx"
错误 :
MakeAppx : The term 'MakeAppx' is not recognized as the name of a cmdlet, function, script file, or operable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
+ FullyQualifiedErrorId : CommandNotFoundException
无法使用 MakeAppx 命令创建应用程序包。
我正在使用 Windows 10 Enterprise 64 位操作系统版本 10.0.14393 和 SDK (C:\Program Files (x86)\Windows Kits\10\bin\x64) 10.0.16299.0
提前致谢