Beruldsen
Posts: 11
Joined: Fri Apr 27, 2012 6:21 pm

Access Runtime

I have an app that requires MS Access 2007. I need it to run in either 32 or 64 bit. I'm confused by which prerequisites to use. I want to make the install as painless as possible for my users. Detailed explanations would be helpful since I'm no programming guru.

Thanks...
Daniel
Posts: 8238
Joined: Mon Apr 02, 2012 1:11 pm
Contact: Website

Re: Access Runtime

Hello,

In order to obtain what you want you should use our "Access 2007 Runtime" predefined prerequisite from "Prerequisite" page. Also, you can run the prerequisite using /q command line parameter in order to get a silent prerequisite installation.

If you have any question let me know.

All the best,
Daniel
Daniel Radu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
Beruldsen
Posts: 11
Joined: Fri Apr 27, 2012 6:21 pm

Re: Access Runtime

I like the silent idea. Can you be more specific on what I need to do to make that happen. An example would be helpful.
Daniel
Posts: 8238
Joined: Mon Apr 02, 2012 1:11 pm
Contact: Website

Re: Access Runtime

Hello,

If you want to have a silent installation for "Access 2007 Runtime" prerequisite then you should proceed as follows:
- From "Prerequisite" page check our "Access 2007 Runtime" predefined prerequisite to be included in your package.
- Select "Access 2007 Runtime" and from "Setup Files" tab -> "Install Command Lines" group set the "Full UI" field with:

Code: Select all

/q
-Build and run your project.

Also, you can take a look on our "Msiexec.exe Command Line" article.

All the best,
Daniel
Daniel Radu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
Beruldsen
Posts: 11
Joined: Fri Apr 27, 2012 6:21 pm

Re: Access Runtime

Thanks...I assume the code: Select All is not part of the command line ... correct?
Daniel
Posts: 8238
Joined: Mon Apr 02, 2012 1:11 pm
Contact: Website

Re: Access Runtime

Hello,

You're welcome, glad to help. No, it isn't!

All the best,
Daniel
Daniel Radu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Building Installers”