I'm new here, so hi!
So basically, I'm trying to convert my game to an APPX via the DAC. It's a single (with app assets folder, etc) non-installer .exe file.
When I go through the conversion steps, everything works up until the Creation of an Isolated Environment.
Then, it gets stuck at "Waiting for installer process to complete inside Isolated Environment"
I have read many threads about this, and everyone says to add in -InstallerArguments "/silent" (or /s or /quiet or /verysilent) to get it to continue, but none of those worked, and it still gets stuck. It doesn't freeze or anything, it just doesn't continue past that point.
If it helps, the command I used is:
DesktopAppConverter.exe -Installer "C:\Users\ygman\Desktop\GameDevelopment\SNaLBUILD\FULLBuild\WinSNaL\Seek Not a Lighthouse.exe" -InstallerArguments "/silent" -AppExecutable "Seek Not a Lighthouse.exe" -Destination C:\Users\ygman\Desktop\GameDevelopment\SNaLBUILD\FULLBuild\UWP -PackageName "SeekNotALighthouse" -Publisher "CN=MidnightCoffee" -Version 1.0.1.0 -MakeAppx -Sign -Verbose -Verify
Thank you so much for any help! :)