I have some exe's that run standalone however when I try to run them in PAF they don't run.
I have also tried "RunAsAdmin=force" with same results.
This is on Windows 10 Home 64-bit.
Is there some other command?
You are here
Runs as standalone but not in PAF
January 19, 2018 - 5:11pm
#1
Runs as standalone but not in PAF
January 19, 2018 - 8:06pm
#2
Working directory
Have you tried setting the working directory?
If that doesn't help, we would need to see your launcher.ini to figure out further what is going wrong.
January 20, 2018 - 7:06pm
#3
Working directory
I think I'm missing a lot. I don't know how to do that. I'll have to study up on it. I thought because it is already portable I just point to the executables.
Here's the launcher.ini:
[Launch]
ProgramExecutable=UVK\UVK_en.exe
ProgramExecutable64=UVK\UVK_en64.exe
RunAsAdmin=force
January 21, 2018 - 11:35pm
#4
Runs as standalone but not in PAF
I got it to run.
I used "RunAsAdmin=compile-force" then regenerated the launcher then it ran the same as it does as standalone.