I had this working at one point but since I had to rebuild the system I haven't been able to recreate the process correctly.
For testing purposes I copied the entire Office2k7 install directory locally to the C drive of a test machine.
The first part of the process works fine which is uninstalling Office Enterprise 2007.
The command is: setup.exe /uninstall enterprise /config .\enterprise.ww\uninstall.xml
The next step is to install ProPlus and I have modified the proplus.ww\config.xml as such:
<Configuration Product="ProPlus">
<Display Level="none" CompletionNotice="no" SuppressModal="yes" AcceptEula="yes" />
<Logging Type="standard" Path="%temp%" Template="Microsoft Office Professional Plus Setup(*).txt" />
<Setting Id="Reboot" Value="never" />
</Configuration>
I also have placed the ProPlusSilentInstall.MSP file created from OCT at the top-root folder along with setup.exe and have tried a number of different install commands but to no avail.
setup.exe /adminfile ProPlusSilentInstall.MSP /config proplus.ww\config.xml --> setup.exe ran in TaskMgr for a moment and disappeared
setup.exe /config proplus.ww\config.xml --> setup runs and says it finished successfully but it isn't listed in Start - Programs or in Add/Remove Programs
I tried moving the MSP file to the Updates folder and ran the same commands above with the same results.
I feel like I'm running in circles. Can someone clarify the correct procedure?
Thank you.