mirror of
https://github.com/reactos/reactos.git
synced 2024-10-30 19:41:57 +00:00
2012315e5a
svn path=/trunk/; revision=34303
9 lines
255 B
Plaintext
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 |