Archive: Bug?


Bug?
Hi,
I posted some time ago regarding installing ActiveX controls. I was told to use UpgradeDLL which works fine. I am using the new one. But one thing I realise is that if I install the ocx in a new directory, there will be an error if it is the first thing to be installed, meaning that UpgradeDLL doesn't create a new directory if there isn't an existing one. So, the install ends up with an error.

Regards
Ryan


Re: Bug?
Just create the directory yourself (use CreateDirectory).


Re: Re: Bug?

Originally posted by Joost Verburg
Just create the directory yourself (use CreateDirectory).
heh... ya, I can. But it wouldn't be called a macro if it doesn't do everything right? :)

You have got to create the directory yourself. The macro upgrades a DLL, it shouldn't do that for you. If the macro was called UpgradeDLLAndCreateDirectory it would have a whole different story ;)