PDA

Click to See Complete Forum and Search --> : not registered after installed an apps


noielen
Aug 2nd, 2007, 03:32 AM
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

Jazz00006
Aug 2nd, 2007, 04:23 AM
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.

noielen
Aug 2nd, 2007, 04:47 AM
In inno setup there is no like that option...

randem
Aug 2nd, 2007, 05:06 AM
Yes there is if you do not put the flags on the file it will not be registered. Run your vbp file thru ********** (http://www.**********.com/**********.html)(Not the Inno Setup Wizard) and you will see the difference.

Hack
Aug 2nd, 2007, 08:47 AM
Moved to Application Deployment

noielen
Aug 2nd, 2007, 08:38 PM
Yes there is if you do not put the flags on the file it will not be registered. Run your vbp file thru ********** (http://www.**********.com/**********.html)(Not the Inno Setup Wizard) and you will see the difference.How can i put flags on it?

randem
Aug 2nd, 2007, 08:41 PM
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.