I have developed an application (e.g example.exe). If I double click on this executable, it starts and all is ok. Instead, If I create a setup to install this application, this application installed starts only if it has administrative privileges. How is it possible to run the application also without administrative privileges?
Asked
Active
Viewed 9 times
0
-
Well, why does it not start if you don't? – user253751 Mar 26 '21 at 14:32
-
The problem was I was writing on a folder writable only with administrative privileges. once I change the folder where i was writing, the problem solved – doxdici Apr 13 '21 at 15:28