Add some Apps and change tree version to the bare one.
[reactos.git] / rosapps / packmgr / tree / abiword.inst.rps
1 Sub Main
2 download "http://www.abiword.org/downloads/abiword/2.4.1/Windows/abiword-setup-2.4.1.exe", "abisetup.exe"
3 End Sub
4
5 Sub After
6 shell abisetup.exe
7 ' ToDo: Delete abisetup.exe
8 End Sub