PDA

View Full Version : MS Access Runtime


gabor
11-28-2002, 11:08 PM
Hi, I'm a rookie concerning Setup Factory and still evaluating the product. The problem I am having is the following:
I have an application developed with VB6 using MS Access as data container. I have a legal copy of MS Office Developer which means that I can redistribute Acces with my application. However I want to avoid that the user first has to install the application via the setup.exe (generated with SUF6) and then have to run the ACCESSRT.MSI separately. Is there a way to include Access runtime setup into SUF or how I am to solve this problem.

Jason Pate
12-30-2002, 04:43 PM
gabor,

I have the same problem, what I do is call an execute action,

File to execute:
%SrcDrv%\art\SETUP.exe

Command Line
TRANSFORMS=%SrcDir%\ART\REDOC1.MST reboot=force /qr+

Workng Dir:
%SrcDrv%\art

-------------------------------

Now I include the access runtime installer on my Distribuation Cd, and you should make your own TRANSFORMS file to control the way that Access installs. You can email me at jpate@rehabdocumentation.com if you want more info.