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

FeatureFileEnum and "Dynamic Linking"

Greetings,

Is it possible to use FeatureFileEnum with “Dynamic File Linking” in components (InstallScript MSI Project)?
I’m making simple call:
FeatureFileEnum(MEDIA, svComponent, "*.*", listTemp, INCLUDE_SUBDIR);
and expecting to have all linked files in listTemp. But instead I have some strange MD5-like looking strings there.
“Help” says nothing about such limitation…

Best regards...
Labels (1)
0 Kudos
(1) Reply
joshstechnij
Level 10 Flexeran
Level 10 Flexeran

Please note the addition information provided for the szQuery parameter in the FeatureFileEnum function in the help library. This information specifically addresses limitations of FeatureFileEnum behavior when called from InstallScript MSI projects.
0 Kudos