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

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
Line 5: Line 5:
 
id="xlviewer"  
 
id="xlviewer"  
 
name="Microsoft Office Excel Viewer 2007"  
 
name="Microsoft Office Excel Viewer 2007"  
revision="3"  
+
revision="4"  
 
reboot="false"  
 
reboot="false"  
 
priority="10">
 
priority="10">
  
<check type="uninstall" condition="exists" path="Microsoft Office Excel Viewer 2007" />
+
<check type="uninstall" condition="exists" path="Microsoft Office Excel Viewer" />
 
<install 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' />

Revision as of 03:14, 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="4" 
	reboot="false" 
	priority="10">

	<check type="uninstall" condition="exists" path="Microsoft Office Excel Viewer" />
	<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>