I've written a program that uses several dozen DLL's.
How can I deploy this so it runs first time on clients computers?
Regards,
roddy
Printable View
I've written a program that uses several dozen DLL's.
How can I deploy this so it runs first time on clients computers?
Regards,
roddy
I like inno setup.
http://www.jrsoftware.org/isinfo.php
It's free and easy.
Try Here
Basically, these will tie up all the files that I need autmatically, with little of my intervention and make it one nice fat round setup.exe ? :-)
That simple ?
Thanks guys, really needed that, been hunting for something like these, as VB has one preinstalled that makes this type of thing dead simple.
Thanks a lot
Roddy