K
Kunta Kinte
Hello
My config.xml file isn't working properly. Its located in the root of my
install point along with Setup.exe When I run the executable, the
installation takes about 30 seconds, after which the dialogue box pops up and
says Office has been successfully installed. However, when I check under All
Programs, office isn't there.
Can someone please tell me what I am doing wrong? Below is a copy of my
config.xml file
<Configuration Product="ProPlus">
<!-- Display settings -->
<Display Level="Basic"
CompletionNotice="yes"
SuppressModal="no"
AcceptEula="Yes"
/>
<!-- Specifies the type of logging that Setup performs(Default Settings) -->
<Logging Type="verbose"
Path="%temp%"
Template="Microsoft Office Professional Plus Setup(*).txt"
/>
<!-- sPECIFY VLK -->
<PIDKEY Value="xxxxx-xxxxx-xxxxx-xxxxx" />
<!-- User name element will not be used <USERNAME Value="Customer" /> -->
<!-- Company name -->
<COMPANYNAME Value="My Company" />
<!-- Specify fully qulified path of folder on User's computer for
installation (Default Settings)-->
<INSTALLLOCATION Value="%programfiles%\Microsoft Office" />
<!-- Controls how the local installation source (LIS) is cached on the
user's computer (Default Settings) -->
<LIS CACHEACTION="CacheOnly" />
<!-- This list of sources is kept with the installed product and is used by
Setup if the local installation source (LIS)
on the user's computer is missing or corrupted -->
<SOURCELIST Value="\\server\Office2007" />
<!-- Specify fully qualified path to network installation point -->
<DistributionPoint Location="\\server\Office2007" />
<!-- specify values for Windows Installer properties -->
<Setting Id="Reboot" Value="IfNeeded" />
</Configuration>
My config.xml file isn't working properly. Its located in the root of my
install point along with Setup.exe When I run the executable, the
installation takes about 30 seconds, after which the dialogue box pops up and
says Office has been successfully installed. However, when I check under All
Programs, office isn't there.
Can someone please tell me what I am doing wrong? Below is a copy of my
config.xml file
<Configuration Product="ProPlus">
<!-- Display settings -->
<Display Level="Basic"
CompletionNotice="yes"
SuppressModal="no"
AcceptEula="Yes"
/>
<!-- Specifies the type of logging that Setup performs(Default Settings) -->
<Logging Type="verbose"
Path="%temp%"
Template="Microsoft Office Professional Plus Setup(*).txt"
/>
<!-- sPECIFY VLK -->
<PIDKEY Value="xxxxx-xxxxx-xxxxx-xxxxx" />
<!-- User name element will not be used <USERNAME Value="Customer" /> -->
<!-- Company name -->
<COMPANYNAME Value="My Company" />
<!-- Specify fully qulified path of folder on User's computer for
installation (Default Settings)-->
<INSTALLLOCATION Value="%programfiles%\Microsoft Office" />
<!-- Controls how the local installation source (LIS) is cached on the
user's computer (Default Settings) -->
<LIS CACHEACTION="CacheOnly" />
<!-- This list of sources is kept with the installed product and is used by
Setup if the local installation source (LIS)
on the user's computer is missing or corrupted -->
<SOURCELIST Value="\\server\Office2007" />
<!-- Specify fully qualified path to network installation point -->
<DistributionPoint Location="\\server\Office2007" />
<!-- specify values for Windows Installer properties -->
<Setting Id="Reboot" Value="IfNeeded" />
</Configuration>