Office 2007 Config.xml
Hi,
I have an Office 2007 deployment using the OCT and Config.xml which is all good except for the ARPCONTACT entry which isn't appearing in ARP.
My Config.xml:
<Configuration Product="ProPlus">
<Display Level="none" CompletionNotice="no" SuppressModal="yes" AcceptEula="yes" />
<Setting Id="SETUP_REBOOT" Value="NEVER" />
<ARP ARPCONTACT="Some Company"
ARPHELPTELEPHONE="123456789"
ARPNOMODIFY="Yes" />
</Configuration>
The no modify and help tel etc. work as expected it's just the contact which is missing. Am I missing something really obvious here? The install is run as setup.exe /config <path>\config.xml with an MSP in the Updates folder.
I have an Office 2007 deployment using the OCT and Config.xml which is all good except for the ARPCONTACT entry which isn't appearing in ARP.
My Config.xml:
<Configuration Product="ProPlus">
<Display Level="none" CompletionNotice="no" SuppressModal="yes" AcceptEula="yes" />
<Setting Id="SETUP_REBOOT" Value="NEVER" />
<ARP ARPCONTACT="Some Company"
ARPHELPTELEPHONE="123456789"
ARPNOMODIFY="Yes" />
</Configuration>
The no modify and help tel etc. work as expected it's just the contact which is missing. Am I missing something really obvious here? The install is run as setup.exe /config <path>\config.xml with an MSP in the Updates folder.
0 Comments
[ + ] Show comments
Answers (5)
Please log in to answer
Posted by:
timmsie
14 years ago
Looks fine to me:
http://technet.microsoft.com/en-us/library/cc179195.aspx#ElementARP
Have you logged the install to see if something else is changing the value
http://technet.microsoft.com/en-us/library/cc179195.aspx#ElementARP
Have you logged the install to see if something else is changing the value
Posted by:
pjgeutjens
14 years ago
Mike,
this could be completely along the wrong path, but have you tried replacing
<ARP ARPCONTACT="Some Company"
ARPHELPTELEPHONE="123456789"
ARPNOMODIFY="Yes" />
with
<ARP
ARPCONTACT="Some Company"
ARPHELPTELEPHONE="123456789"
ARPNOMODIFY="Yes"
/>
long shot but maybe the span support for the tags isn't all that [:)]
PJ
this could be completely along the wrong path, but have you tried replacing
<ARP ARPCONTACT="Some Company"
ARPHELPTELEPHONE="123456789"
ARPNOMODIFY="Yes" />
with
<ARP
ARPCONTACT="Some Company"
ARPHELPTELEPHONE="123456789"
ARPNOMODIFY="Yes"
/>
long shot but maybe the span support for the tags isn't all that [:)]
PJ
Posted by:
anonymous_9363
14 years ago
Posted by:
tmpamlrs
14 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.