I have some WiX code that from 2.0 that looks like:
<Control Id="PasswordEdit" Type="Edit"
X="114" Y="62" Width="150" Height="18" Property="SERVICEPASSWORD"
Password="yes" />
This gives me a warning:
C:\Projects\BuySeasonsIT\Source\Brain\Trunk\BuyseasonsServices\BsiServices\PropertiesDialog.wxs(30,0):
warning LGHT1076: ICE45: Row 'PropertiesDlg.PasswordEdit' in table 'Control'
has bits set in the 'Attributes' column that are not used in the schema of the
package, but are used in a later schema. Your package can run on systems where
this attribute has no effect.
If I change it to (removing the Password attribute):
<Control Id="PasswordEdit" Type="Edit"
X="114" Y="62" Width="150" Height="18" Property="SERVICEPASSWORD"/>
The warning goes away. What is the warning telling me? I would like a password
text field. What is the equivalent syntax for 3.0?
Thank you.
Kevin
------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires
February 28th, so secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
WiX-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users