This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Basic MSI Dynamic File Linking
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
Aug 14, 2008
08:25 AM
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?
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?
(1) Reply
Aug 14, 2008
10:29 AM
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.
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.