Hello,
I want to run Internet Explorer 5.0 on user machine with default settings, without showing any message or window from the IE5 setup. I find the option "IE5Setup /Q" that make no interaction setup.
But when running the following statement in VB6:
---> Shell "IE5Setup / Q", vbHide
The windows of IE Setup appears, although I use the vbHide option.
How can I solve this proble?
