Is it possible to daisy chain managed installs?
I need to deploy Skype for Business (here forward known as SFB). If I'm mistaken below, please correct me. Whatever works best for our environment is fine with. I'm not stuck on one method, but I do need it to deploy similar to managed installs so it will install on machines that don't have it without me redeploying.
It needs to either go all in as one install or have the first piece install and then the updates very soon after. I'm brain farting on how to merge this all together.
If installing manually, I need to first install Lync 15.0.4569.1506 and then install 2 updates. 1) lync2013-kb2956174-fullfile-x86-glb.exe 2) lyncmso2013-mb2889923-fullfile-x86-glb.exe
How can I deploy the first Lync install and those 2 updates all as one package?
Thanks for any help or suggestions!
0 Comments
[ + ] Show comments
Answers (3)
Answer Summary:
Please log in to answer
Posted by:
SMal.tmcc
9 years ago
Top Answer
you can zip them up together with a batch file calling all 3 with start /wait in front of the commands. Add that zip file to your whatever softwar titile shows after all 3 are installed and create a MI from that software calling the batch file as the command
Comments:
-
Thank you - murbot 9 years ago
-
Any idea why this from a batch file, but succeeds from a cmd window?
Also, how can I deploy multiple MSP files from the dame batch file?
If I run it from cmd, no problem with the first line by itself. If I run it from a batch file, it just opens the help file for the setup.exe. I've tried with %comspec%, but same result.
I'm trying to deploy this from a managed install. I've tested with and without start /wait and get the same result.
Setup.exe \adminfile updates\Lync2013.msp
REM MSIEXEC updates\lync-x-none-2956174.msp;ms-x-none.MSP - murbot 9 years ago-
try Setup.exe /adminfile "updates\Lync2013.msp" - SMal.tmcc 9 years ago
-
Same result from a batch file. Opens the help file.
...If it helps, I'm trying to install Lync 2013 with the updates that bring it up to Skype for Business. - murbot 9 years ago -
the problem I saw was the slash in front of "adminfile" needed to be a forward slash to indicate the item is a switch. - SMal.tmcc 9 years ago
-
are you using start /wait setup.exe... in your batch or just setup.exe... - SMal.tmcc 9 years ago
-
Corrected the slash and the first line now runs from the batch file with "start /wait". Thank you for that...
I was testing with and without "start /wait". I posted the line without it. - murbot 9 years ago -
I have also seen sometimes using start /wait you need to move the double quotes.
Start /wait "Setup.exe /adminfile updates\Lync2013.msp" - SMal.tmcc 9 years ago
Posted by:
jknox
9 years ago
Posted by:
Hobbsy
9 years ago