Difference between revisions of "Ledit Student Version"
From WPKG | Open Source Software Deployment and Distribution
m |
m |
||
Line 2: | Line 2: | ||
<package id="ledit" name="Ledit Student Version" revision="1" priority="0" reboot="false"> | <package id="ledit" name="Ledit Student Version" revision="1" priority="0" reboot="false"> | ||
− | <check type="file" condition="exists" path=' | + | <check type="file" condition="exists" path='%PROGRAMFILES%\L-edit\ledit.exe' /> |
<install cmd='cmd /c mkdir "%ProgramFiles%\\L-edit" ' /> | <install cmd='cmd /c mkdir "%ProgramFiles%\\L-edit" ' /> | ||
− | <install cmd='cmd /c xcopy /S | + | <install cmd='cmd /c xcopy /S %SOFTWARE%\l-edit\Stu-7\*.* "%ProgramFiles%\L-edit" ' /> |
− | + | ||
<remove cmd='cmd /c del "%AllUsersProfile%\Start Menu\Programs\L-edit.lnk" ' /> | <remove cmd='cmd /c del "%AllUsersProfile%\Start Menu\Programs\L-edit.lnk" ' /> | ||
<remove cmd='cmd /c del /s /q "%ProgramFiles%\L-edit" ' /> | <remove cmd='cmd /c del /s /q "%ProgramFiles%\L-edit" ' /> | ||
− | |||
</package> | </package> | ||
− | [[category:Silent Installers | + | [[category:Silent Installers]] |
Revision as of 19:58, 2 October 2006
This is a silent installer and uninstaller for Ledit Student Version.
<package id="ledit" name="Ledit Student Version" revision="1" priority="0" reboot="false"> <check type="file" condition="exists" path='%PROGRAMFILES%\L-edit\ledit.exe' /> <install cmd='cmd /c mkdir "%ProgramFiles%\\L-edit" ' /> <install cmd='cmd /c xcopy /S %SOFTWARE%\l-edit\Stu-7\*.* "%ProgramFiles%\L-edit" ' /> <remove cmd='cmd /c del "%AllUsersProfile%\Start Menu\Programs\L-edit.lnk" ' /> <remove cmd='cmd /c del /s /q "%ProgramFiles%\L-edit" ' /> </package>