reactos/rosapps/packmgr/tree/abiword.inst.rps
Klemens Friedl be04afc103 ReactOS Package Manager
More information:
http://reactos.com/wiki/index.php/ReactOS_Package_Manager

* Maarten Bosma (Dr. Fred)
* Klemens Friedl (frik85)

svn path=/trunk/; revision=14481
2005-04-03 19:06:49 +00:00

9 lines
210 B
Plaintext

'Install rutine for abiword
Sub Main
download ("http://www.abisource.com/downloads/abiword/2.2.5/Windows/abiword-setup-2.2.5.exe", "abisetup.exe")
End Sub
Sub After
shell abisetup.exe
End Sub