UserName
This issue has been solved. See solution.
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.
Deferred - User Context
Hi,
Try to run the custom action as "deferred - user context" . (Under "Properties").
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.
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.
Would you like to reply?
Login or Register to post your comment.