Thank you. I had the installer version set to 100. Changing it to 300 eliminated the warning.
Kevin Burton Senior Software Engineer BUYSEASONS 262-901-2000 Office 262-901-2312 Fax kev...@buyseasons.com -----Original Message----- From: Neil Sleightholm [mailto:n...@x2systems.com] Sent: Tuesday, January 25, 2011 1:25 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Password? Just guess but what have you got Package/@InstallerVersion set to? I think the password attribute wasn't used until Windows Installer v2 so this would need to be at least "200". Neil -----Original Message----- From: Kevin Burton [mailto:kev...@buyseasons.com] Sent: 25 January 2011 07:09 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Password? 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\BsiServic es\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 WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ 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 WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ 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 WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users