Difference between revisions of "NoteTab"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
m (add external link)
Line 1: Line 1:
This is a silent installer and uninstaller for NoteTab text editor.
+
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">

Revision as of 13:06, 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>