Nanoscope

From WPKG | Open Source Software Deployment and Distribution
Revision as of 22:00, 8 December 2005 by WPKGSysop (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This is a silent installer and uninstaller for Nanoscope.

<package id="nanoscope" name="Nanoscope" revision="1" priority="0" reboot="false">
<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='cmd /c del /s /q "%AllUsersProfile%\Desktop\Nanoscope III 5.12r3.lnk" ' />
<remove cmd="cmd /c del /s /q c:\spm" />
<upgrade cmd= />
</package>