How do you usually deal with this? People are downloading my program, but many can't run it because they're missing this file.
Printable View
How do you usually deal with this? People are downloading my program, but many can't run it because they're missing this file.
you need to make a setup package, either using VBs package and deployment wizard or innosetup (free download), these will include all neccessary files and resouces for your program
If I include my EXE and everything with Inno, does it automatically add the necessary OCX files and resources?
Thanks
that is the idea of it, there is also a separate forum for packaging
And that is where it has been moved.Quote:
Originally Posted by westconn1
Moved to Application Deployment
No, Inno Setup does not add everything you need. I can't tell you what does for it seems to be against forum rules... You will have to do trial and error to figure that out...