Kevin Burton wrote: > <Control Id="EndecaServerEdit" Type="Edit" > X="94" Y="62" Width="150" Height="18" Property="EndecaServerProperty" > Indirect="yes" Text="[EndecaServerProperty]"/> >
Indirect="yes" tells MSI that the Property value is the name of another property, not the value of the thing itself. Remove that attribute and you should be set. However, depending on what you're doing with the properties, you might need to make them public and secure so they're passed from the UI sequence to the execute sequence. See "Private Properties" and "Public Properties" in the MSI SDK doc for the gory details. -- sig://boB http://bobs.org ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users