I am trying to build an msi package and am receiving the following error:
            
            Validation Error: The 'value' attribute is not declared. An error occurred 
at , (14, 14).
            
My script around the application lines looks like:

            <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.4.0" />
            </properties>

Line 14 (which the error message specifically calls out) is the line containing 
UpgradeCode. Is there something that I need to do to get UpgradeCode registered or 
delcared? Any ideas on what I am doing wrong?

Thank you.

Kevin


-------------------------------------------------------
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