R
RBCC
Here is my config.xml file for my office 2007 setup:
<Configuration Product="Enterprise">
<!-- <Display Level="full" CompletionNotice="no" SuppressModal="no"
AcceptEula="no" /> -->
<!-- <Logging Type="standard" Path="%temp%" Template="Microsoft Office
Enterprise Setup(*).txt" /> -->
<!-- <PIDKEY Value="*************************" /> -->
<!-- <USERNAME Value="*********" /> -->
<!-- <COMPANYNAME Value="*******" /> -->
<!-- <INSTALLLOCATION Value="%programfiles%\Microsoft Office" /> -->
<!-- <LIS CACHEACTION="CacheOnly" /> -->
<!-- <SOURCELIST Value="\\server1\share\Office12;\\server2\share\Office12"
/> -->
<!-- <DistributionPoint Location="\\server\share\Office12" /> -->
<!-- <OptionState Id="OptionID" State="absent" Children="force" /> -->
<!-- <Setting Id="Reboot" Value="IfNeeded" /> -->
<!-- <Command Path="msiexec.exe" Args="/i \\server\share\my.msi"
QuietArg="/q" ChainPosition="after" Execute="install" /> -->
</Configuration>
Can I adapt this to stop and ask the user where he wants to Install Office
2007? How do I automatically go into the custom screen of the setup? JTM
<Configuration Product="Enterprise">
<!-- <Display Level="full" CompletionNotice="no" SuppressModal="no"
AcceptEula="no" /> -->
<!-- <Logging Type="standard" Path="%temp%" Template="Microsoft Office
Enterprise Setup(*).txt" /> -->
<!-- <PIDKEY Value="*************************" /> -->
<!-- <USERNAME Value="*********" /> -->
<!-- <COMPANYNAME Value="*******" /> -->
<!-- <INSTALLLOCATION Value="%programfiles%\Microsoft Office" /> -->
<!-- <LIS CACHEACTION="CacheOnly" /> -->
<!-- <SOURCELIST Value="\\server1\share\Office12;\\server2\share\Office12"
/> -->
<!-- <DistributionPoint Location="\\server\share\Office12" /> -->
<!-- <OptionState Id="OptionID" State="absent" Children="force" /> -->
<!-- <Setting Id="Reboot" Value="IfNeeded" /> -->
<!-- <Command Path="msiexec.exe" Args="/i \\server\share\my.msi"
QuietArg="/q" ChainPosition="after" Execute="install" /> -->
</Configuration>
Can I adapt this to stop and ask the user where he wants to Install Office
2007? How do I automatically go into the custom screen of the setup? JTM