cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
TommyLe
Level 3

Dynamic File Linking and Folder exclusion

Hey Folks,
Has anyone found a way to do dynamic file linking and a Basic MSI project but to exclude files under a certain folder?

I was thinking it would be something like .//*.* but it seems to ignore the start path...
Labels (1)
0 Kudos
(1) Reply
DLee65
Level 13

I would avoid linking subfolders with a dynamic link. I have been caught by problems with upgrades because of this. The issue is that for sub folders the component GUID can change as well as component name.
If you link just top level folders then when you reference the previous build in the release wizard settings, InstallShield will correlate the componentid guid and component value.

If you find yourself in a situation where you are trying to pull in a lot of sub-folders, and you can live with the risk (or possibly InstallShield has since fixed this), then if you want to exclude only one or two directories, why not create a step in your build system to either move the folder or if not needed at all for the build, delete it.
0 Kudos