reactos/rosapps/packmgr/tree/irfanview.inst.rps
Maarten Bosma 6344467474 Add some Apps and change tree version to the bare one.
svn path=/trunk/; revision=20540
2006-01-03 00:12:35 +00:00

8 lines
189 B
Plaintext

Sub Main
' ToDo: Choose from different mirrors
download ("http://www.aeicomputertech.com/_downloads/iview398.exe", "iview398.exe")
End Sub
Sub After
shell iview398.exe
End Sub