- Delete cputointel and roswebparser as unfinished components which aren't going...
[reactos.git] / rosapps / applications / packmgr / tree / firefox.inst.rps
1 Sub Main
2 ' ToDo: Choose from different mirrors
3 download ("http://download.mozilla.org/?lang=de&product=firefox-1.5&os=win", "firefoxinstaller.exe")
4 End Sub
5
6 Sub After
7 shell "firefoxinstaller.exe"
8 ' ToDo: Delete firefoxinstaller.exe
9 End Sub