projects
/
reactos.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Put the bitmap into the executable.
[reactos.git]
/
rosapps
/
packmgr
/
tree
/
mozillacontrol.inst.rps
1
'Install rutine for Mozilla Control 1.6
2
3
Sub Main
4
download ("http://www.iol.ie/~locka/mozilla/MozillaControl16.exe", "mozillacontrol16.exe")
5
End Sub
6
7
Sub After
8
shell mozillacontrol16.exe
9
End Sub