Registering Active X controls

  • Thread starter Thread starter Phil Palmer
  • Start date Start date
P

Phil Palmer

I have developed a database which i plan to sell to various clients. The
problem i have at the moment is when i copy the database to other computers
i have to manually register certain DLL's (useing regsvr32 etc). I am
planning to purchase the Office XP developers edition to obtain the runtime
program.

Once i have distributed the database with the runtime does the runtime
automatically package and register the relevent DLL's ?

Sorry if this sounds vague
Glad of any assistance.
 
Close.

Actually, you will create an install package using the developer's edition.
This package will include the runtime, your mdb (or mde, or adp or ade)
file, and any other necessary files (e.g. your dlls).
It will also include a setup.exe file, which your clients will execute to
install all of the above on their machines.

HTH
- Turtle
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top