I am converting my desktop wpf app into uwp, and I am using the desktop app converter, I follow the document here and all works fine, until I run below command:
DesktopAppConverter.exe -Installer "C:\Users\My Name\Desktop\publish installer\setup.exe" -InstallerArguments "/S" -Destination "C:\Result" -PackageName "MyTestApplication" -Publisher "CN=MyTestApplication" -Version 0.0.0.1 -MakeAppx -Verbose
In my desktop app converter screen it shows: Running Installer in Isolated Environment
VERBOSE: No installer valid exit codes specified. Using defaults: 0 VERBOSE: Replace any occurence of in -InstallerArguments with C:\shared\logs VERBOSE: Creating Isolated Environment VERBOSE: Starting the Isolated Environment
Than it seems stuck there forever, is there anyway I can look into what is happening there? It has been running for forty minutes - Shall I still wait for this?