Difference between revisions of "UltraEdit"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
Line 1: Line 1:
 
Silent installer for [http://www.ultraedit.com/ UltraEdit-32], a text editor / hex editor / programmer's editor.
 
Silent installer for [http://www.ultraedit.com/ UltraEdit-32], a text editor / hex editor / programmer's editor.
  
This does not configure any license key.  It does delete the top-level Start Menu shortcut.
+
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
 
  <package

Revision as of 19:07, 22 March 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='"%PACKAGES%\UltraEdit\UltraEdit 12.00\uesetup.exe" -s'/>
<install cmd='cmd /c del "%AllUsersProfile%\Start Menu\UltraEdit-32.lnk"'/>
<upgrade cmd='"%PACKAGES%\UltraEdit\UltraEdit 12.00\uesetup.exe" -s'/>
<upgrade cmd='cmd /c del "%AllUsersProfile%\Start Menu\UltraEdit-32.lnk"'/>
<remove cmd='"%PACKAGES%\UltraEdit\UltraEdit 12.00\uesetup.exe" -u -s'/>
</package>