Hi!
I have come across an application that requires local admin rights to be installed, and furthermore that the user logged in on the client you are deploying to must see and be able to input information in the installation dialog.
One of the solutions I have considered is using the following Action Script statements:
override wait
hidden=true
RunAs=localuser
user=administrator
password=required
completion=none
wait application.exe
The above appears very promising since you are asked for the local admin password during “Take Action”, but:
- Dynamic targeting becomes greyed, in effect making the deployment as an “Offer” extremely cumbersome, and
- The install dialog is not shown in the logged-in user’s console
Is there a way to avoid dynamic targeting getting greyed when using the “password” override?
Is there a security measure behind greying?
