Difference between revisions of "NoteTab"
From WPKG | Open Source Software Deployment and Distribution
m (add external link) |
m |
||
Line 1: | Line 1: | ||
− | This is a silent installer and uninstaller for NoteTab text editor. More infos from [http://www.notetab.com/ here] | + | This is a silent installer and uninstaller for NoteTab text editor. More infos from [http://www.notetab.com/ here]. |
<source lang="xml"> | <source lang="xml"> |
Latest revision as of 14:01, 31 March 2011
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>