Ok, ive finished a little program ive been working on, and i need to package it into an installer of some kind. I am aware of P&D, Inno and VSI, but i am comfortable using Install Maker Pro by clickteam. Only problem is, i dont know how to copy the ocx file(s) on to the target users computer. (so it registers the controls during installation, they DONT need to run regsvr32).
So if anybody has any ideas, i would be truly grateful, and if no ones know suggest another installer which will copy and register the controls on target user computer.
I think P&D [edited by moderator],
I can't get into Inno,
and i havnt really used VSI (downloading again would take ages!)
I been through the Install Maker Pro help file and cant see anything. It mentions copying ini files and registry keys. But this wouldnt register the control
It happened again. It says cant find dependencies for *.ocx and DLL types from C:\Windows\System yet they exist! Also which would you normally choose here, because i tried the top option:
Is copying a ocx file in the registry the same as using regsvr32? Because i want the file installing automatically, so the End User doesnt have to worry about registering anything
im not sure myself , when you register a control (ocx,dll etc) it stores some values in the registry right? If thats the case can i not just copy some value to the register and just deploy the control on target users pc?
You do not seem to understand installers. With an installer, it handles registering OCX/DLL/EXE that need to be registered. Otherwise it is not an installer. You could get a zp file to copy file to their proper location, it is not an installer.
I am sure that this installer you are using performs this function.
That is not all of what they do. That is one function of an installer. You will have to read up on the installer that you are using no matter which one you choose.
Installer's perform these basic functions:
Gather files needed to include into a distribution package.
Checks for proper OS environment to install into.
Copy proper files to their proper locations on the destination PC.
If needed register any ocx/dll/exe that needs it.
Now even these basic function will not be performed properly if the human part of the equation does not know what files need to be in the installation.
Thanks, all i need to know is if i copy the ocx files to target users pc, will this register the control, or does the installer do this for the user? Ill check there website out, get some support from there email.
well if you cant solve it this way copy all the ocx files to the target mechine and make a batch sciprt which will register all the ocx files for you,but again i'll stress on using an installer ! try inno or VSI