Execute Setup.exe to display users

When I run it from Fixlet Debugget, the setup execution screen appears well.

However, if you create and run Fixlet, it seems to run in the background.
I also want to run the Fixlet so that the screen is displayed to the user, but how do I do that?

[Fore ground]

[Back ground]

Even if run as below
In the same way, it is not displayed on the display.

There’s a lot of detail on this at Tip - Action Override User settings

You’ll need to run it as both visible and in the user context instead of the LocalSystem context, which also means you’ll need to copy the media and scripts to a user readable area

2 Likes

@JasonWalker

Thank you it was very helpful :slight_smile: