reactos/rosapps/packmgr/tree/irfanview.inst.rps
Magnus Olsen 12a01a7706 move back packmgr did move it by mistake
svn path=/trunk/; revision=22441
2006-06-20 21:12:15 +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