reactos/rosapps/applications/packmgr/tree/firefox.inst.rps
Aleksey Bragin 2012315e5a - Start rosapps rearrange and cleanup process.
svn path=/trunk/; revision=34303
2008-07-05 11:46:22 +00:00

9 lines
255 B
Plaintext

Sub Main
' ToDo: Choose from different mirrors
download ("http://download.mozilla.org/?lang=de&product=firefox-1.5&os=win", "firefoxinstaller.exe")
End Sub
Sub After
shell "firefoxinstaller.exe"
' ToDo: Delete firefoxinstaller.exe
End Sub