reactos/rosapps/applications/packmgr/tree/abiword.inst.rps
Aleksey Bragin 2012315e5a - Start rosapps rearrange and cleanup process.
svn path=/trunk/; revision=34303
2008-07-05 11:46:22 +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