kidpressingbuttons Posted February 27, 2017 Posted February 27, 2017 How are you all deploying clicker? We have clicker 7 and the MSI takes way to long to install through gpo. Would ideally like to add it as an application in MDT.
GuyJD Posted February 27, 2017 Posted February 27, 2017 I deploy Clicker 6 over GPO 90% of the time via wifi, it only takes a few minutes here.
Rob_D Posted February 27, 2017 Posted February 27, 2017 Should be easy enough to do via MDT, just add it as an application and use "msiexe.exe /i ".\YourInstaller.msi" /qn" as the install command. Then when you deploy add the application to your build. Although I don't see why it would install any faster this way.
kidpressingbuttons Posted February 27, 2017 Author Posted February 27, 2017 @synaesthesia would you mind sharing your silent install parameters?
synaesthesia Posted February 27, 2017 Posted February 27, 2017 Clicker 6 was just the standard /i /q - can't imagine 7 will be any different. 1
kidpressingbuttons Posted March 1, 2017 Author Posted March 1, 2017 this is my command- Clicker7-en.msi /i /q look ok?
sted Posted March 1, 2017 Posted March 1, 2017 isnt it msiexec /i \\somewhere\somefolder\clicker7.msi /qb or /qn depends if you want a progress bar (though if its a startup script it makes no odds) i just prefer to have a bar in case i ever run it manually so i can see its working 1
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now