Hi,
I am working on adding prerequisite check dialog to the MSI, I have a List 
View, where the List Items are all the software need to be checked.
My questions is how to dynamically change add/remove or change the icon of, 
List Items on pass or failure of the prerequisite check.
In more easy words - what's the best way to add prerequisite check dialog box 
using WiX 3.0?

Any help would be greatly appreciated.

I know in WiX 2.0, we had to use C++ code to edit the property of the MSI 
(using MsiGetProperty, MsiSetProperty, MsiCreateRecord and other functions) 
after performing the checks and then add/remove list items as needed. Just 
wondering if there is any easy way of doing so in WiX 3.0.
If not possible directly through WiX, is there a way to handle this in c#?

Thanks
Sachin


------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to