reactos/rosapps/packmgr/tree/abiword.inst.rps
Magnus Olsen 12a01a7706 move back packmgr did move it by mistake
svn path=/trunk/; revision=22441
2006-06-20 21:12:15 +00:00

8 lines
206 B
Plaintext

Sub Main
download "http://www.abiword.org/downloads/abiword/2.4.1/Windows/abiword-setup-2.4.1.exe", "abisetup.exe"
End Sub
Sub After
shell abisetup.exe
' ToDo: Delete abisetup.exe
End Sub