cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
AaronM
Level 6

Installing files to another application's installation directory

Scenario
AppA is installed separately from AppB. AppB rquires AppA to be installed. Most of AppB files are located in its own install location, however some files need to be installed in same directory as AppA.

Install directory is configurable for both apps, but AppA saves path to a registry entry. AppB can thus know about AppA's location via registry value. The trouble is that components in the MSI Project are targeted to directory entries in MSI table (obviously).

Question
Is there any way to install some files to a location that can be obtained at run-time from registry value (via possibly a property)?

Do not want to modify the INSTALLDIR value since that is needed for the core files of AppB, just need to save some of the files to the location of AppA.
Labels (1)
0 Kudos

(1) Reply
RobertDickau
Flexera Alumni

For the general technique, please see this newsletter tip (PDF warning): http://www.acresso.com/webdocuments/PDF/is_install_dir_from_app_search.pdf. The difference being that you'd set a Directory property other than INSTALLDIR...
0 Kudos