I'm trying to create a setup.exe using Inno...but several people have told me that when the program loads, it's looking for MSINET.OCX. How do I correct this error?
Obviously I'm not having this issue on my own computer.
Printable View
I'm trying to create a setup.exe using Inno...but several people have told me that when the program loads, it's looking for MSINET.OCX. How do I correct this error?
Obviously I'm not having this issue on my own computer.
Do you have this OCX included in your installation package?
no, how do I include this?
I've never used Inno, but I would imagine you would include that the same way you include your other files.
it's a system file...so I can't put it in the App.Path, it has to be registered in the system folder.
Any ideas?
Don't you have the ability to tell your installation package where to put each and every file?
and register it? I'm using Inno....I don't know if it has that ability
Most installation packages will take care of registering components for you. Even the P&DW.Quote:
Originally Posted by takamine334
I would suggest bundling this OCX in a deployement package and then test it on a machine that doesn't have your app installed and see how it works.