cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
esiemiat
Level 9

Basic MSI Dynamic File Linking

Should I avoid using dynamic file linking in a Basic MSI project? How will a dynamic file link affect Patching and Minor Updates?

In my current project I a few different folders that only contain XLA, RPT, and DOT files. Should I use static links even though these are unversioned files?
Labels (1)
0 Kudos

(1) Reply
MichaelU
Level 12 Flexeran
Level 12 Flexeran

IS2009's "Best Practice" option on dynamic file links reduces the concerns significantly, but they remain a possible hindrance during patches or minor upgrades. My advice is to create a patching scenario which needs to update one or more of those files, and see if it will work right with the dynamic link or not. If not, move that file to a static link.

Patching unversioned files in MSI is always a little tricky, as changes to file dates can leave files in a state which MSI is inclined to avoid touching, and dynamic links reduces the amount of control you have over the file.
0 Kudos