mirror of
https://github.com/reactos/reactos.git
synced 2024-11-05 22:26:39 +00:00
be04afc103
More information: http://reactos.com/wiki/index.php/ReactOS_Package_Manager * Maarten Bosma (Dr. Fred) * Klemens Friedl (frik85) svn path=/trunk/; revision=14481
9 lines
No EOL
210 B
Text
9 lines
No EOL
210 B
Text
'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 |