What parameter do I use to install a file that is a jre.exe being pushed out to clients using K1000?
So I am trying to deploy SmartSVN 8 to multiple users using K1000. I am not sure what parameter to use to get it to install. I have tried various parameters. It seems to get extracted when telling Kace to push it out, but Windows Installer the interrupts and doesn't want to. Any idea as to what I might be doing wrong?
0 Comments
[ + ] Show comments
Answers (1)
Answer Summary:
Please log in to answer
Posted by:
jknox
10 years ago
Try the command below. Edit to include "Don't prepend msiexec" if you are using a MI.
msiexec /q /log log.txt /i smartsvn.msi DIR_INSTALL="C:\Program Files\SmartSVN" JRECABFILE=jre.cab
Taken from: http://support.smartsvn.com/index.php?/SmartSVN/Knowledgebase/Article/View/398/50/installing-smartsvn-from-the-windows-command-line
Comments:
-
Ok so I tried it using this file setup-8_0_1-jre.exe. It didn't work the first time so I tried uploading a .zip to KACE then using the same command. It still doesn't work. I tried it without the JRECABFILE=jre.cab and doesn't want to work. Does this need to be a .msi file first for it to work? - Nithilium 10 years ago
-
For that particular command, probably. EXE files don't always have the same switches. You should be able to get the MSI by running the EXE and finding it in the temp folder. Also make sure that the executable is in the root of your zip file. - jknox 10 years ago
-
jknox thanks for your help. I wasn't able to come to any other resolution other than requesting an msi from the developer. I couldn't find one in any folders including temp. THanks for your effort though. Good brush up session. - Nithilium 10 years ago