Re: [WiX-users] format of wix project "suppress specific warnings" text box

2008-04-11 Thread Robert O'Brien
bert O'Brien; 'wix-users@lists.sourceforge.net' Subject: RE: [WiX-users] format of wix project "suppress specific warnings" text box Hmm, this looks like a warning from VS doing XML schema validation, not from WiX. So you're right, there's no warning number a

Re: [WiX-users] format of wix project "suppress specific warnings" text box

2008-04-11 Thread Jordan Fitzgibbon
outside of VS. Is there a problem that these warnings are causing you or do you just want to be clean? From: Robert O'Brien Sent: Friday, April 11, 2008 1:58 PM To: Jordan Fitzgibbon; 'wix-users@lists.sourceforge.net' Subject: RE: [WiX-users] format of wix project "suppress speci

Re: [WiX-users] format of wix project "suppress specific warnings" text box

2008-04-11 Thread Robert O'Brien
7;Brien; 'wix-users@lists.sourceforge.net' Subject: RE: [WiX-users] format of wix project "suppress specific warnings" text box You actually want to use the WiX warning number in the SuppressWarnings field/element, not the number that is used in the VS Errors window. Most W

Re: [WiX-users] format of wix project "suppress specific warnings" text box

2008-04-11 Thread Jordan Fitzgibbon
ermine the warning number for the warnings that you want to suppress and then add them to the 1079 field. From: Robert O'Brien Sent: Friday, April 11, 2008 12:57 PM To: Jordan Fitzgibbon; 'wix-users@lists.sourceforge.net' Subject: RE: [WiX-users] format of wix project "suppress spe

Re: [WiX-users] format of wix project "suppress specific warnings" text box

2008-04-11 Thread Robert O'Brien
t "suppress specific warnings" text box Thanks. Adding 1;2;3;4;5;6;7;8;9;10 to the project did the trick. From: Jordan Fitzgibbon Sent: Thursday, April 10, 2008 6:14 PM To: Robert O'Brien; 'wix-users@lists.sourceforge.net' Subject: RE: [WiX-users] format of wix projec

Re: [WiX-users] format of wix project "suppress specific warnings" text box

2008-04-10 Thread Robert O'Brien
Thanks. Adding 1;2;3;4;5;6;7;8;9;10 to the project did the trick. From: Jordan Fitzgibbon Sent: Thursday, April 10, 2008 6:14 PM To: Robert O'Brien; 'wix-users@lists.sourceforge.net' Subject: RE: [WiX-users] format of wix project "suppress specific warnings" text bo

Re: [WiX-users] format of wix project "suppress specific warnings" text box

2008-04-10 Thread Jordan Fitzgibbon
The format is supposed to be: (;)* In your case, just put 9 in the text box. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert O'Brien Sent: Thursday, April 10, 2008 6:01 PM To: 'wix-users@lists.sourceforge.net' Subject: [WiX-users] format of wix project &qu

[WiX-users] format of wix project "suppress specific warnings" text box

2008-04-10 Thread Robert O'Brien
What is the format of of the wix project "suppress specific warnings" text box, e.g. I'd like to enter something there that suppresses the following warning that my sources are generating which as I understand it relates to a known bug that will cause this warning not to occur in some future bui