reactos/rosapps/packmgr/tree/firefox.inst.rps

9 lines
255 B
Plaintext
Raw Normal View History

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