Deploying Access 2000 Runtime from the web

P

Paul

I have an access 2000 application that I want to deploy on the web. I have
the developer license and runtime. However when I try and install the runtime
from the web (setup.exe or data1.msi) the program starts to install and then
says it can not find several files (.exe and other types).
When I try using InstallShield with a redistributed module, it says the
window wants to close.
My question is is it possible to install Access 2000 runtime from the
internet.
I know it needs to be bundled with my application but I'm just tring to get
it to install. My Application setup installs just fine.
Thanks!
 
T

Tony Toews [MVP]

Paul said:
I have an access 2000 application that I want to deploy on the web. I have
the developer license and runtime. However when I try and install the runtime
from the web (setup.exe or data1.msi) the program starts to install and then
says it can not find several files (.exe and other types).
When I try using InstallShield with a redistributed module, it says the
window wants to close.
My question is is it possible to install Access 2000 runtime from the
internet.

One problem with the Access developers runtime is that you need to
have multiple files which isn't very practical on downloads from a
website.

Albert Kallal has done some excellent work with the free Inno
installer to wrap the Access runtime into one downloadable exe.

Sample inno script which checks to see if a version of Access is
installed. If not it tells you to install a runtime version of
Access. If installed then it continues to install your FE MDE and
other assorted files.'
http://groups.google.com/group/microsoft.public.access/msg/10e3fc9234660872?hl=en

Sample inno script which "wraps" the package wizard install into a
single .exe
http://groups.google.com/group/comp.databases.ms-access/msg/4aa1b33a191bf1f8?hl=en

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
 

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

Top