anthony1234
12-29-2004, 11:06 AM
Can I Use the XML File Changes view to do that following:
1. I have three customers with each as customer numbers
abc010
efg020
xyz030
2. During the Installscript project installation process a customer will be prompted to enter its customer number for instance abc010
3. After entering the customer number a default xml file below will be updated
from:
<das_meta release="rb104" version="v10" QAVersionDisplay="117" company="0000">
<application_meta>
<customer_nbr>0000</customer_nbr>
<cust_cntry_cd/>
</application_meta>
To:
<das_meta release="rb104" version="v10" QAVersionDisplay="117" company="abc010">
<application_meta>
<customer_nbr>abc010</customer_nbr>
<cust_cntry_cd/>
</application_meta>
Note: The update is at the company attribute and the customer_nbr tag.
I have the following questions:
a. Can I use the XML File Changes view to accomplish the above scenerio
b. If not is there an installscript xml function to accomplish it
c. Can I use the ant functionality in avialable in Universal Installer project in the InstallScript project to accomplish the above scenerio?
1. I have three customers with each as customer numbers
abc010
efg020
xyz030
2. During the Installscript project installation process a customer will be prompted to enter its customer number for instance abc010
3. After entering the customer number a default xml file below will be updated
from:
<das_meta release="rb104" version="v10" QAVersionDisplay="117" company="0000">
<application_meta>
<customer_nbr>0000</customer_nbr>
<cust_cntry_cd/>
</application_meta>
To:
<das_meta release="rb104" version="v10" QAVersionDisplay="117" company="abc010">
<application_meta>
<customer_nbr>abc010</customer_nbr>
<cust_cntry_cd/>
</application_meta>
Note: The update is at the company attribute and the customer_nbr tag.
I have the following questions:
a. Can I use the XML File Changes view to accomplish the above scenerio
b. If not is there an installscript xml function to accomplish it
c. Can I use the ant functionality in avialable in Universal Installer project in the InstallScript project to accomplish the above scenerio?