AccessBlog.net
News, links, downloads, tips and tricks on Microsoft Access and related
| About Me | Search |
Friday, January 20, 2017
Monday, August 09, 2010
MSI Installers
If you have a copy of Visual Studio – there is a Setup type project, which can help to build MSI package. Else you can use wItem Installer (aka Installer2Go), MAKEMSI or Wix.
Labels: Setup
Tuesday, June 29, 2010
Terminal server Install mode
If you install any application or library on terminal server – it is necessary to switch server to install mode, else your application or library could work only for one user, who installed it. In my case it was a setup executable with ActiveX controls and libraries for Access application. First I forgot about Install mode, and other user had strange errors running acitvex controls, even saying “you do not have license to run this control”. This blog post explains why it is important.
Labels: Setup
Monday, May 05, 2008
How to deploy Access 2003 runtime with SP2/SP3 applied
Tony Toews, Access MVP, mentioned this post - Nested msi with custom action : msp file.
Update: Sascha Trowitzsch, Access MVP, have written a tutorial on how to create the patched runtime.


