after i made an application, i used inno setup to create an installer. but after deploying it to a client. ocxs and dlls are not registered.
any idea?
tnx
Printable View
after i made an application, i used inno setup to create an installer. but after deploying it to a client. ocxs and dlls are not registered.
any idea?
tnx
Do you get an option to register those components under the installer? Most have the option to register the controls.
Make sure it is checked.
In inno setup there is no like that option...
Yes there is if you do not put the flags on the file it will not be registered. Run your vbp file thru ********** (Not the Inno Setup Wizard) and you will see the difference.
Moved to Application Deployment
How can i put flags on it?Quote:
Originally Posted by randem
It depends on what flags the file needs. Do like I said in the quote and you will see what flags you need and all.