Jump to content

Recommended Posts

Posted

Hello,

 

I am having trouble trying to install clicker 6. I would normally use the MSI but i need to change some options which i have done and tested via a batch file but i need to deploy via GP somehow and let it only apply once?

 

I have tried to do it by task schedule but it picks up the task and says it runs and completes but then for some reason doesn't install the software?

 

Any other ideas would be great otherwise I will have to pop round to everyone's Laptops to upgrade which would be tedious.....

Posted

just add it to startup scripts but add something like this to the batch file itself

 

if exist c:\clicker6fix.txt goto end

do whatever

copy "\\server\packages$\clicker6.txt" "c:\clicker6fix.txt"

 

:end

  • Thanks 1
Posted (edited)

Works a treat if i login as an admin but if i login as staff it wont install the program says doesnt have the sufficient privileges. Even though they should? MEH

 

 

"do not have sufficient access to complete this installation for all users of the machine"

 

its because of the "all users of the machine" part. Any work arounds?

Edited by mrb-solutions

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...