Hey,
  Is there a way in a Compiler Extension to create a hidden property.

This will create the property but there isn't a way to get at the 
MsiHiddenProperties property to append to it (why it's not a boolean column is 
another question).

Row propRow = base.Core.CreateRow(sourceLineNumbers, "Property");
propRow[0] = propertyID;
propRow[1] = "REPLACE-AT-RUNTIME";

Any ideas?


----- Ed
------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to