Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 2002
    Posts
    1

    Grin MS Access Runtime

    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.

  2. #2
    Join Date
    Jan 2002
    Location
    Nashville TN
    Posts
    328

    Re: MS Access Runtime

    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts