Re: [IronPython] IronPython DLLs distributing

2009-08-17 Thread David Escobar
Ah ok, I will do that. Thanks. On Mon, Aug 17, 2009 at 12:48 PM, Michael Foord wrote: > David Escobar wrote: > >> Hello everyone. What is the best way to distribute IronPython >> applications? I've seen that all the IronPython .dll files need to be in the >> same folder as the application .exe an

Re: [IronPython] IronPython DLLs distributing

2009-08-17 Thread Michael Foord
David Escobar wrote: Hello everyone. What is the best way to distribute IronPython applications? I've seen that all the IronPython .dll files need to be in the same folder as the application .exe and the application .dll in order to run. Is it possible to install the IronPython .dll files in o

[IronPython] IronPython DLLs distributing

2009-08-17 Thread David Escobar
Hello everyone. What is the best way to distribute IronPython applications? I've seen that all the IronPython .dll files need to be in the same folder as the application .exe and the application .dll in order to run. Is it possible to install the IronPython .dll files in one common location for all