deploying an access program w/ developer

mkelly

Registered User.
Local time
Yesterday, 21:56
Joined
Apr 10, 2002
Messages
213
Can anyone give me a step by step guide to package and deploy my applications in Access 2000? Every time I try to package it for computer without Access I get errors that the program cannot be found etc. Any help is greatly appriciated.

Mark
 
If you are trying to deploy it to a machine without Access, are you including the run-time files in the package?
 
Yes, the main error is that the path is wrong.
 
The path should read something like this -
"C:\Program Files\Office\ART\Office\MSAccess.exe" "C:\YourDb.mdb" /WRKGRP "C:\YourDb\System.mdw"

I Think
 
Last edited:

Users who are viewing this thread

Back
Top Bottom