Bugs item #1427916, was opened at 2006-02-08 21:32
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=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: Open
Resolution: None
Priority: 5
Submitted By: Jacob Huck (jthuck)
Assigned to: Nobody/Anonymous (nobody)
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

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

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


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
WiX-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-devs

Reply via email to