Script silent deployment of Trinity Maths (http://www.estarters.com/)
Hi there
I am currently setting up a deployment share on MDT2012 for silent deployment of all apps (scripted) I am very new to scripting and having issues with Trinity Maths.
I have a script setup, but once run it gives you a prompt of which version of Microsoft Office you want to install for (1. Office 97 - 2003 or 2. Office 2007). Its obviously an old app but something that our Maths staff want to use. I want the script just to select the 2007 option and then proceed silently.
How to I make my script run and point to the correct folder for a silent deployment, below is my script so far and attached a screen snip of the folder structure:
@ECHO OFF
CLS
"%~dp0install.exe" \excel2007 /S
:: Return exit code to SCCM
exit /B %EXIT_CODE%
Any help / ideas much appreciated, regards
0 Comments
[ + ] Show comments
Answers (2)
Answer Summary:
Please log in to answer
Posted by:
rickypike999
10 years ago
Posted by:
EdT
10 years ago