0
edits
Changes
changed absolute path to SOFTWARE variable for better portability
<check type="uninstall" condition="exists" path="Microsoft Office Word Viewer 2003" /> <!-- for some reason wd 2007 viewer shows up as 2003 in unsintall list -->
<install cmd='"\\canfs01\SoftwareLocal\Jacob\Applications%SOFTWARE%\MS Word Viewer 2007\wordview_en-us.exe" /quiet /passive /norestart' /> <upgrade cmd='"\\canfs01\SoftwareLocal\Jacob\Applications%SOFTWARE%\MS Word Viewer 2007\wordview_en-us.exe" /quiet /passive /norestart' />
<remove cmd='' /> <!-- to be done -->
</package>