Group,
I'm trying to get up to speed with Inno.... my question is: where do I have
inno put the .dll and .ocx files..I usually leave them in the app folder or
sys folder. Do I have to register every .dll and .ocx?
Thanks,
Wade

Re: Inno installer by Stefan

Stefan
Fri Mar 28 09:55:01 CDT 2008


"W.Davis" <wdavis3@cinci.rr.comNOSPAM> schrieb im Newsbeitrag
news:em4giKOkIHA.4940@TK2MSFTNGP02.phx.gbl...
> Group,
> I'm trying to get up to speed with Inno.... my question is: where do I have inno put the
> .dll and .ocx files..I usually leave them in the app folder or sys folder. Do I have to
> register every .dll and .ocx?
> Thanks,
Wade,

There are some Inno Setup example scripts available at
http://fox.wikis.com/wc.dll?Wiki~VisualFoxProWiki
http://fox.wikis.com/wc.dll?Wiki~InnoScripts~VFP



hth
-Stefan



--
|\_/| ------ ProLib - programmers liberty -----------------
(.. ) Our MVPs and MCPs make the Fox run....
- / See us at www.prolib.de or www.AFPages.de
-----------------------------------------------------------



Re: Inno installer by Dan

Dan
Fri Mar 28 12:47:36 CDT 2008

There is no global answer to this.

Some DLLs *require* being in %WinSysDir%. Some don't. Some *require* being
registered, some don't. If they're not registered, though, they need to be
where they can be found. %WinSysDir% is automatically in the search path,
but so is the app's directory.

So your answer is "it depends".

Dan

W.Davis wrote:
> Group,
> I'm trying to get up to speed with Inno.... my question is: where do
> I have inno put the .dll and .ocx files..I usually leave them in the
> app folder or sys folder. Do I have to register every .dll and .ocx?
> Thanks,
> Wade