Difference between revisions of "UltraEdit"
From WPKG | Open Source Software Deployment and Distribution
m |
|||
Line 9: | Line 9: | ||
priority="500"> | priority="500"> | ||
<check type="uninstall" condition="exists" path="UltraEdit-32" /> | <check type="uninstall" condition="exists" path="UltraEdit-32" /> | ||
− | <install cmd='"% | + | <install cmd='"%SOFTWARE%\UltraEdit\UltraEdit 12.00\uesetup.exe" -s'/> |
<install cmd='cmd /c del "%AllUsersProfile%\Start Menu\UltraEdit-32.lnk"'/> | <install cmd='cmd /c del "%AllUsersProfile%\Start Menu\UltraEdit-32.lnk"'/> | ||
− | <upgrade cmd='"% | + | <upgrade cmd='"%SOFTWARE%\UltraEdit\UltraEdit 12.00\uesetup.exe" -s'/> |
<upgrade cmd='cmd /c del "%AllUsersProfile%\Start Menu\UltraEdit-32.lnk"'/> | <upgrade cmd='cmd /c del "%AllUsersProfile%\Start Menu\UltraEdit-32.lnk"'/> | ||
− | <remove cmd='"% | + | <remove cmd='"%SOFTWARE%\UltraEdit\UltraEdit 12.00\uesetup.exe" -u -s'/> |
</package> | </package> | ||
− | [[Category:Silent Installers | + | [[Category:Silent Installers]] |
Revision as of 13:42, 3 October 2006
Silent installer for UltraEdit-32, a text editor / hex editor / programmer's editor.
This package definition deletes the top-level Start Menu shortcut created by the UltraEdit installer. It does not configure any license key. If you support non-admin users, you may also need to give users write access to %SystemRoot%\uedit32.ini or map uedit32.ini to the registry.
<package id="ultraedit" name="UltraEdit-32 Text Editor" revision="12000" priority="500"> <check type="uninstall" condition="exists" path="UltraEdit-32" /> <install cmd='"%SOFTWARE%\UltraEdit\UltraEdit 12.00\uesetup.exe" -s'/> <install cmd='cmd /c del "%AllUsersProfile%\Start Menu\UltraEdit-32.lnk"'/> <upgrade cmd='"%SOFTWARE%\UltraEdit\UltraEdit 12.00\uesetup.exe" -s'/> <upgrade cmd='cmd /c del "%AllUsersProfile%\Start Menu\UltraEdit-32.lnk"'/> <remove cmd='"%SOFTWARE%\UltraEdit\UltraEdit 12.00\uesetup.exe" -u -s'/> </package>