Usage of a portable app within an user account without admin rights
Suppose the portable app named "Appname" stores its settings in a registry key HKLM\Software\AppName. Furthermore I will run this app within an user account without admin rights. Let me now distinguish the following 2 cases:
- Case 1: App requires admin rights
I think, that in this case the portable app will quit. The only possibility is, that I insert the following code in the file AppNamePortable.ini:
[Launch] RunAsAdmin=force