Difference between revisions of "Microsoft Office Excel Viewer 2007 with SP2"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(New page: Silent Install for Excel 2007 Viewer, needs uninstall section not done yet. <pre> <package id="xlviewer" name="Microsoft Office Excel Viewer 2007" revision="3" reboot="false" pr...)
 
Line 10: Line 10:
  
 
<check type="uninstall" condition="exists" path="Microsoft Office Excel Viewer 2007" />
 
<check type="uninstall" condition="exists" path="Microsoft Office Excel Viewer 2007" />
<upgrade cmd='"\\canfs01\SoftwareLocal\Jacob\Applications\Excel Viewer 2007\ExcelViewer.exe" /quiet /passive /norestart' />
+
<install cmd='"\\canfs01\SoftwareLocal\Jacob\Applications\Excel Viewer 2007\ExcelViewer.exe" /quiet /passive /norestart' />
 
<upgrade cmd='"\\canfs01\SoftwareLocal\Jacob\Applications\Excel Viewer 2007\ExcelViewer.exe" /quiet /passive /norestart' />
 
<upgrade cmd='"\\canfs01\SoftwareLocal\Jacob\Applications\Excel Viewer 2007\ExcelViewer.exe" /quiet /passive /norestart' />
 
<remove cmd='' /> <!-- to be done -->  
 
<remove cmd='' /> <!-- to be done -->  

Revision as of 03:11, 21 September 2009

Silent Install for Excel 2007 Viewer, needs uninstall section not done yet.

<package 
	id="xlviewer" 
	name="Microsoft Office Excel Viewer 2007" 
	revision="3" 
	reboot="false" 
	priority="10">

	<check type="uninstall" condition="exists" path="Microsoft Office Excel Viewer 2007" />
	<install cmd='"\\canfs01\SoftwareLocal\Jacob\Applications\Excel Viewer 2007\ExcelViewer.exe" /quiet /passive /norestart' />
	<upgrade cmd='"\\canfs01\SoftwareLocal\Jacob\Applications\Excel Viewer 2007\ExcelViewer.exe" /quiet /passive /norestart' />
	<remove cmd='' />	<!-- to be done --> 
</package>