I am getting an error that  I don't understand in the <msi> task.

Here is the region that is giving the error:

            <properties>
                <property name="ProductCode" 
value="{B126CB09-FE82-4E5B-B31B-E4A7FAF8B155}" />
                <property name="PackageCode" 
value="{08E9F043-5BDA-4A09-81BE-75814CE99BEB}" />
                <property name="ProductLanguage" value="1033" />
                <property name="ProductName" value="IVRService" />
                <property name="UpgradeCode" 
value="{36A70695-469E-4AD2-82A8-AEAE26307F68}" />
                <property name="ARPCONTACT" value="Kevin Burton" />
                <property name="Manufacturer" value="Visa" />
                <property name="ProductVersion" value="2.0.0" />
            </properties>

Line 14 is the line containing "UpgradeCode". This is the error:

            Validation Error: The 'value' attribute is not declared. An error occurred 
at , (14, 14).
    
Any ideas?        


-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_idP47&alloc_id808&op=click
_______________________________________________
NAntContrib-Developer mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nantcontrib-developer

Reply via email to