Indu Sr
02-24-2010, 11:33 AM
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
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