If you are worried about what the D+ alert is saying, it says that for most unrecognized applications, which a majority of the time are completely safe.
Why the D+ heuristics see it as a possible threat? IDK, maybe because it’s executing itself. But, I get these types of alerts all the time with almost every new program.
They’re two executables if you look a second time, not one calling another instance of itself.
The heuristics alert is probably because portable apps may have to perform weird “virtualization” tricks to convince a program that’s not installled, that it’s installed… Just a guess.
Good eye.
I guess I assumed that because a lot of alerts (or at least the alerts I get) are usually from a new program trying to execute its own executable when I start it.
I’m not much into that, but from what I can guess, I would say that an executable needs to modify its own data, which can’t be done when running, so therefore, it terminates, does the modification, and then re-spawns. Or possible another file directly related to the executable, that can’t be modified when the executable is running. This is just a guess though.