The script will also add the relevent registry entries to eliminate the Security Warnings that normally show up when launching an. If access 2003 is detected, the installation will continue. Most recently, I looked for a way to check if a program is running (and to close that program) when we’re about to install a new version. I’ve tweaked my programs’ Inno Setup scripts to accomplish certain important, but tricky tasks. If access 2007 is detected, the end user will be prompted that functionality may differ (This can be changed) As a software developer, I love Inno Setup It is a wonderful, powerful, free software-deployment tool. If no access is detected, it will automatically download your Access 2003 runtime files from your web server and install them before continuing with installing your mde.
This script will check to see if the user has either Access 2003, AccessRT 2003, Access 2007 or AccessRT 2007 installed. he script has been put together using code snippets found on different forums along with bits I did myself, so thanks go to everyone. With this script the initial download is far smaller in size for the end user that already has Runtime installed.