Hello!
When I try to convert an app with Desktop App Converter I get the following error message:
C:\Program Files\WindowsApps\Microsoft.DesktopAppConverter_1.0.0.0_x64__8wekyb3d8bbwe\DesktopAppConverter.ps1 : DesktopAppConverter : error 'E_CREATING_ISOLATED_ENV_FAILED': Failed to create the isolated environment. See inner
exception for more details.
At line:1 char:1
+ &'C:\Program Files\WindowsApps\Microsoft.DesktopAppConverter_1.0.0.0_ ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException
+ FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,DesktopAppConverter.ps1
exception for more details.
At line:1 char:1
+ &'C:\Program Files\WindowsApps\Microsoft.DesktopAppConverter_1.0.0.0_ ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException
+ FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,DesktopAppConverter.ps1
Output Paths:
Name Value
---- -----
CertPath
PackageFilesPath
PackagePath
LogFilesPath C:\MyAppxFolder\KostopoulosWebBrowser\logs
I used this command:
DesktopAppConverter.exe -Installer C:\KWBinstaller\KostopoulosWebBrowserSetup.exe -Destination C:\MyAppxFolder -PackageName "KostopoulosWebBrowser" -Publisher "CN=KostopoulosSoftware" -Version 2.8.1.0 -MakeAppx
How can I deal with this problem?
Thank you in advance
Kostopoulos Konstantinos