C coroberti New member Dec 11, 2015 #1 Hi, What is the most standard way in the tool to gain permissions to Admin like presenting such standard Windows dialog? What is the most standard way in the tool to check if it is running with Admin permissions? Thanks!
Hi, What is the most standard way in the tool to gain permissions to Admin like presenting such standard Windows dialog? What is the most standard way in the tool to check if it is running with Admin permissions? Thanks!
gdgsupport Support Staff member Dec 11, 2015 #2 coroberti said: What is the most standard way in the tool to gain permissions to Admin likepresenting such standard Windows dialog? Click to expand... Use this: Pasted image969×742 57.2 KB coroberti said: What is the most standard way in the tool to check if it is running with Adminpermissions? Click to expand... There is a variable %ISADMIN%: Pasted image845×731 73.5 KB You can use anywhere, but the real use is for custom actions. Attachments blob.png 57.2 KB · Views: 0 blob.png 73.5 KB · Views: 0
coroberti said: What is the most standard way in the tool to gain permissions to Admin likepresenting such standard Windows dialog? Click to expand... Use this: Pasted image969×742 57.2 KB coroberti said: What is the most standard way in the tool to check if it is running with Adminpermissions? Click to expand... There is a variable %ISADMIN%: Pasted image845×731 73.5 KB You can use anywhere, but the real use is for custom actions.