Deploying Visualizer



Download Visualizer and save in the shared app folder


Create Batch File to Deploy Visualizer


@ECHO OFF

mkdir c:\tmps

xcopy /Y \\192.168.200.42\apps\visualizer\Visualizer_win7_1.8.0.1.msi c:\tmps

msiexec /i c:\tmps\Visualizer_win7_1.8.0.1.msi /qn

rd c:\tmps /S /Q

exit




Create Third Party Template