Help with the ""if exist"" part for script - TechRepublic
Question
November 25, 2008 at 01:32 AM
rudioliver

Help with the “”if exist”” part for script

by rudioliver . Updated 17 years, 7 months ago

Hi everyone, Ive tried the if exist for my script that will 1st check if the viewers are installed and then install if not present, but even though the viewers are installed, the setup process starts in anycase. Can someone pls help me. Here is what ive done. Thnx

:WordViewer
if exist C:\Program Files\Microsoft Office\OFFICE11\WORDVIEW.exe goto:ExelViewer
\\172.21.96.13\Updates\SoftwareInstall\wdviewer /q
:ExelViewer
\\172.21.96.13\Updates\SoftwareInstall\xlviewer /q

:PowerPointViewer2007
if exist C:\Program Files\Microsoft Office\Office12\PPTVIEW.exe goto:AcrobatReader 8
\\172.21.96.13\Updates\SoftwareInstall\powerpointviewer /quiet

:AcrobatReader 8
if exist C:\Documents and Settings\All Users\Start Menu\Programs\AcroRd32.exe GOTO:end
\\172.21.96.13\Updates\SoftwareInstall\AdbeRdr80_en_US /sAll

This discussion is locked

All Comments