I have gone to the extreme of just trying to run the setup.exe part of the script and got an error still when it installs. Sort of like its not reading the configuration xml


IF INGROUP (Lync_USERS)

SHELL "'S:\Lync\setup.exe /configure configuration-en.xml"
ENDIF

exit

.... So after researching n the sight I tried this but now am getting a syntax error. AM I writing the command correctly?

IF INGROUP (Lync_USERS)

SHELL "\\S:\Lync\setup.exe" /q /i "\\S:\Lync\ configuration-en.xml"
ENDIF

exit