Difference between revisions of "Nanoscope"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
 
m (add description)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
This is a silent installer and uninstaller for Nanoscope.
+
This is a silent installer and uninstaller for Nanoscope, a microscope tool by Veeco.com.
  
<package id="nanoscope" name="Nanoscope" revision="1" priority="0" reboot="false">
+
<source lang="xml">
 +
<package id="nanoscope" name="Nanoscope" revision="1" priority="0" reboot="false">
 
  <check type="file" condition="exists" path="c:\spm\z.exe" />
 
  <check type="file" condition="exists" path="c:\spm\z.exe" />
  <install cmd='\\server\share\nanoscope\v512r3\setup.exe /s /sms /f2c:\netinst\logs\nanoscope.log' />
+
  <install cmd='%SOFTWARE%\nanoscope\v512r3\setup.exe /s /sms /f2c:\netinst\logs\nanoscope.log' />
 
  <install cmd='cmd /c del /s /q "%AllUsersProfile%\Desktop\Nanoscope III 5.12r3.lnk" ' />
 
  <install cmd='cmd /c del /s /q "%AllUsersProfile%\Desktop\Nanoscope III 5.12r3.lnk" ' />
 
  <remove cmd="cmd /c del /s /q c:\spm" />
 
  <remove cmd="cmd /c del /s /q c:\spm" />
<upgrade cmd='' />
+
</package>  
</package>  
+
</source>
  
[[category:Silent Installers|Nanoscope]]
+
[[category:Silent Installers]]

Latest revision as of 13:00, 31 March 2011

This is a silent installer and uninstaller for Nanoscope, a microscope tool by Veeco.com.

<package id="nanoscope" name="Nanoscope" revision="1" priority="0" reboot="false">
 <check type="file" condition="exists" path="c:\spm\z.exe" />
 <install cmd='%SOFTWARE%\nanoscope\v512r3\setup.exe /s /sms /f2c:\netinst\logs\nanoscope.log' />
 <install cmd='cmd /c del /s /q "%AllUsersProfile%\Desktop\Nanoscope III 5.12r3.lnk" ' />
 <remove cmd="cmd /c del /s /q c:\spm" />
</package>