Bugs item #1427916, was opened at 2006-02-08 21:32
Message generated for change (Settings changed) made by barnson
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1427916&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: v2.0
>Status: Closed
Resolution: Fixed
Priority: 5
Private: No
Submitted By: Jacob Huck (jthuck)
Assigned to: Derek (derekc)
>Summary: RemoveFile and Name=\'\'

Initial Comment:
When I compile a very simple fragment with a line like
this:
          <RemoveFile Id='CaptureClientInstall.msi'
LongName='Capture Recorder Client Install.msi'
On='install' Name=''/>

I get the following error:

C:\>\jth\wix\candle.exe CaptureClientInstall.wxs
Microsoft (R) Windows Installer Xml Compiler version
2.0.3309.0
Copyright (C) Microsoft Corporation 2003. All rights
reserved.

CaptureClientInstall.wxs
C:\CaptureClientInstall.wxs(15) : error CNDL0006 : The
RemoveFile/@Name attribute's value cannot be an empty
string.  If you want the value to be null or empty,
simply remove the entire attribute.



But when I correct it as instructed, I get an error
telling me the opposite :)

-=Red QA=-  C:\>\jth\wix\candle.exe
CaptureClientInstall.wxs
Microsoft (R) Windows Installer Xml Compiler version
2.0.3309.0
Copyright (C) Microsoft Corporation 2003. All rights
reserved.

CaptureClientInstall.wxs
C:\CaptureClientInstall.wxs(15) : error CNDL0043 : The
RemoveFile/@LongName attribute's value, 'Capture
Recorder Client Install.msi', cannot be specified
without attribute Name present with value ''.


Thoughts?
-jh

----------------------------------------------------------------------

Comment By: Derek (derekc)
Date: 2006-02-24 08:14

Message:
Logged In: YES 
user_id=518766

Should be fixed in the next drop, thank you for the bug report.

----------------------------------------------------------------------

Comment By: Derek (derekc)
Date: 2006-02-11 03:16

Message:
Logged In: YES 
user_id=518766

Yeah, nice find.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1427916&group_id=105970

-------------------------------------------------------------------------
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-devs mailing list
WiX-devs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-devs

Reply via email to