-
how to display files from many components of a feature
Hi:
I use installscript msi project.
I have FeatureA and in that component1 component2.
The component1 and component2 contains multiple folders and files in them
The component1 and component2 are created using dynamic link.
Now I want to display the files of component1 and 2 in a Showinfolist dialog.
I used :
listinfo=listcreate(STRINGLIST);
nResult = FeatureFileEnum (MEDIA, "FEATUREA", "\\*.*", listinfo, INCLUDE_SUBDIR);
SdShowInfoList(szTitle,szMsg,listinfo);
but this displays some guids that I presume are components instead of the files and folders of component1 and component2.
How do I actually do it?
Regards,
Indu
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules