UserName

This issue has been solved. See solution.
Rivin's picture

Hi Guys.
I have a problem to run some exe application from the installation, this exe app connects to the insternet to get the license info.
If I will set in my msi ALLUSERS = 1, then this app is running as "SYSTEM" User Name (In task manager), amd it doesn't get connected to the internet.
If I will delete ALLUSERS from the properties, then it works and runs as developer for example., So the question is if there is a way to use ALLUSERS = 1 and to have this app running as developer User Name.

I run this app using custom action Execute program from Installation in Execute Deferred.
Thanks in advance.

dilorenzo1987's picture

Deferred - User Context

Solution

Hi,

Try to run the custom action as "deferred - user context" . (Under "Properties").

Rivin's picture

Thank you so much. Works

Thank you so much. Works perfectly :-)
I was trying to set your answer as solution, but it didn't work.

EdT's picture

I have set the answer as solution

I think the code was locked while it was being modified, as I'm now seeing a "Clear" option on the Solution Flag.

If your issue has been solved, please use the "Mark as Solution" link on the most relevant thread.