Install App with Admin Credentials
Hi,
We are deploying a package that needs to be installed with Admin credentials. We use bigfix for deployments. In our environment we have limited access users for whom this package needs to be deployed. Is there any method that I could install it using Admin Console of *(cmd) with out any intervention.
Any inputs and help is appreciated.
Thanks!!
We are deploying a package that needs to be installed with Admin credentials. We use bigfix for deployments. In our environment we have limited access users for whom this package needs to be deployed. Is there any method that I could install it using Admin Console of *(cmd) with out any intervention.
Any inputs and help is appreciated.
Thanks!!
0 Comments
[ + ] Show comments
Answers (5)
Please log in to answer
Posted by:
jfred
13 years ago
Posted by:
swpackager
13 years ago
Posted by:
jfred
13 years ago
Prompts for password...... so the syntax in place in the beginning of the batch file is runas /u:administrator:"password" (enter in local admin password with out the "").
Is the batch file being saved to the local machine and being ran locally? Or is the batch file being ran as script from a deployment type server like SMS? Or is the batch file stored locally and executed like a script from a deployment type server?
Is the batch file being saved to the local machine and being ran locally? Or is the batch file being ran as script from a deployment type server like SMS? Or is the batch file stored locally and executed like a script from a deployment type server?
Posted by:
swpackager
13 years ago
Technically, yes the batch file would be residing on the end user computer. Howevee, user doesnot have access to these folders. Also, when we deploy the package. Bigfix creates a temporary file and caches it to the client console present on the end user computer. After executing the action it propmts for a restart and the cache is deleted automatically from the Client folder.
This didnot work, I will try teh same command in defferent ways and see what it does..
Thanks Again!!
so the syntax in place in the beginning of the batch file is runas /u:administrator:"password" (enter in local admin password with out the "").
This didnot work, I will try teh same command in defferent ways and see what it does..
Thanks Again!!
Posted by:
jfred
13 years ago
We use Novell's ZCM 10.3 for software distribution. When creating a software bundle you can edit a script/batch file to launch from the bundle settings, I haven't had any good luck with that.
So my workaround for that is have ZCM copy over the file, and then within the bundle tell it to launch the script with seems to work in our environment.
Try copying the batch file to a users machine and then run it manually see if it does what you want. If it does, then work from there. Possible look up a VBS script on the Internet that may suit your needs and see if that works any better using Bigfix.
So my workaround for that is have ZCM copy over the file, and then within the bundle tell it to launch the script with seems to work in our environment.
Try copying the batch file to a users machine and then run it manually see if it does what you want. If it does, then work from there. Possible look up a VBS script on the Internet that may suit your needs and see if that works any better using Bigfix.
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.