I have an application built in Access 07 that I need to install. The installer included with the Access 07 developer extensions is not flexible enough to allow me to install the application properly. To be more specific my application has multiple pieces that each require shortcuts and I need to install and the installer only allows me to build one. I would also like to install the application to a different root location than the installer allows. Finally I need to install and register various dlls to locations other than the root of the application. I tried modifying the installer without too much success so I've moved on to using the Visual Studio 2008 installer.
I can get the VS 08 installer to install the Access 07 runtime, install my app to the appropriate location and install and register my .dlls. However, I cannot build a shortcut that launches my application while specifying the Access 07 runtime. For example I want the target of the shortcut to be. "[Path To Access 07 Runtime]" "[Path to Access Application]" /wrkgrp "[Path to workgroup file]" /Runtime.
Any ideas on how I build these shortcuts in the VS 08 installer?
I can get the VS 08 installer to install the Access 07 runtime, install my app to the appropriate location and install and register my .dlls. However, I cannot build a shortcut that launches my application while specifying the Access 07 runtime. For example I want the target of the shortcut to be. "[Path To Access 07 Runtime]" "[Path to Access Application]" /wrkgrp "[Path to workgroup file]" /Runtime.
Any ideas on how I build these shortcuts in the VS 08 installer?