NoteTab
From WPKG | Open Source Software Deployment and Distribution
This is a silent installer and uninstaller for NoteTab text editor. More infos from here.
<package id="notetab" name="NoteTab (Text editor)" revision="1" priority="0" reboot="false">
<check type="file" condition="exists" path="%ProgramFiles%\NoteTab\NoteTab.exe" />
<!-- unsure about this -->
<install cmd='cmd /c mkdir "%ProgramFiles%\NoteTab" ' />
<install cmd='cmd /c copy %SOFTWARE%\notetab\Raw\*.* "%ProgramFiles%"\NoteTab' />
<remove cmd='cmd /c del /s /q "%ProgramFiles%"\NoteTab' />
<remove cmd='cmd /c del /s /q "%AllUsersProfile%\Start Menu\Programs\NoteTab" '/>
</package>