Fixing a small bug for hide mouse. Save the current surface under the mouse. But...
[reactos.git] / rosapps / packmgr / tree / abiword.inst.rps
1 'Install rutine for abiword
2
3 Sub Main
4 download ("http://www.abisource.com/downloads/abiword/2.2.5/Windows/abiword-setup-2.2.5.exe", "abisetup.exe")
5 End Sub
6
7 Sub After
8 shell abisetup.exe
9 End Sub