A
aceman052
Guest
Hello,
My organization has signed up for Office 365 and I have been tasked in trying to deploy to the Domain. Users have UAC restrictions and are not able to install or delete programs from their PC's.
I have tried numerous attempts to deploy O365 to a test machine and I am having difficulty in getting any solution found on google and Microsoft to work. The issue is that Users have Office 2010 Pro Plus Installed, so, I need to uninstall that product; then do the install for O365. I have tried using .bat files and config.xml scripts that I have found and they are doing nothing on the test pc. I have even run the scripts with elevated privileges and they fail to even uninstall Office 2010.
Here is the latest scripts that I have used:
Office2010Uninstall.xml:
<Configuration Product="ProPlusSub">
<Display Level="none" CompletionNotice="no" SuppressModal="yes" AcceptEula="yes" />
<Setting Id="SETUP_REBOOT" Value="Never" />
</Configuration>
Office2010Uninstall.bat:
setup.exe /uninstall ProPlusSub /config \\doverfp2\D$\Office 365 Conversion\Office 365 Migration\Office 2010 Removal\Office2010Uninstall.xml
As I stated I could use any assistance to get this deployment project moving. I would like to use a GPO to deploy the scripts/files to perform the uninstall of Office 2010 Pro Plus and the install of O365. The domain has a little over 125 PC's and visiting each of them to perform the upgrade is out of the question. There are only 2 in my IT department for my city government, so I need to automate this as much as possible.
Thanks for any information or assistance that you could send my way on this issue!
Ray Acocella
LAN Analyst
City of Dover, DE
Continue reading...
My organization has signed up for Office 365 and I have been tasked in trying to deploy to the Domain. Users have UAC restrictions and are not able to install or delete programs from their PC's.
I have tried numerous attempts to deploy O365 to a test machine and I am having difficulty in getting any solution found on google and Microsoft to work. The issue is that Users have Office 2010 Pro Plus Installed, so, I need to uninstall that product; then do the install for O365. I have tried using .bat files and config.xml scripts that I have found and they are doing nothing on the test pc. I have even run the scripts with elevated privileges and they fail to even uninstall Office 2010.
Here is the latest scripts that I have used:
Office2010Uninstall.xml:
<Configuration Product="ProPlusSub">
<Display Level="none" CompletionNotice="no" SuppressModal="yes" AcceptEula="yes" />
<Setting Id="SETUP_REBOOT" Value="Never" />
</Configuration>
Office2010Uninstall.bat:
setup.exe /uninstall ProPlusSub /config \\doverfp2\D$\Office 365 Conversion\Office 365 Migration\Office 2010 Removal\Office2010Uninstall.xml
As I stated I could use any assistance to get this deployment project moving. I would like to use a GPO to deploy the scripts/files to perform the uninstall of Office 2010 Pro Plus and the install of O365. The domain has a little over 125 PC's and visiting each of them to perform the upgrade is out of the question. There are only 2 in my IT department for my city government, so I need to automate this as much as possible.
Thanks for any information or assistance that you could send my way on this issue!
Ray Acocella
LAN Analyst
City of Dover, DE
Continue reading...