Bugs item #859282, was opened at 2003-12-13 01:13
Message generated for change (Comment added) made by jgeurts
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=474851&aid=859282&group_id=54790

Category: None
Group: None
>Status: Closed
>Resolution: Out of Date
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: James Geurts (jgeurts)
Summary: MSI <registry> doesn't like empty strings

Initial Comment:
The following key, when placed within an <msi> task, 
causes build failure:

<value name="DefaultDomainName" value=""/>

A possible workaround is to use 

<value name="DefaultDomainName" value="~"/>

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

>Comment By: James Geurts (jgeurts)
Date: 2004-08-25 03:08

Message:
Logged In: YES 
user_id=473974

This is not valid anymore.  To not specify a registry value
for the registry value name, just ommit the value attribute.

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=474851&aid=859282&group_id=54790


-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
NAntContrib-Developer mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nantcontrib-developer

Reply via email to