Config_Mgr_noob Posted March 5, 2014 Report post Posted March 5, 2014 Hi, I currently have a working image that has O365 already installed in the image. The issue I have is that the version of O365 is an earlier version and would like to inject the new version. I have tried creating a package that points to the source directory of the setup.exe deployment tool as well as a remove.xml file that will remove the currently installed O365; the cmd line reads: setup.exe /configure Remove.xml. I also have another package that would install the desired O365 version. The package is included in the Task Sequence, but when it runs it, I receive any error and O365 is still installed. Is there something I'm missing? Or would I just have to run a command line the refers to the source directory that contains the required files? Quote Share this post Link to post Share on other sites More sharing options...
kevlar01 Posted March 6, 2014 Report post Posted March 6, 2014 Preferrably you would create a new build and captured image with the new version of O365 in it. Perhaps you can try to build in a 'reboot' in between the 'remove' and the 'install' step? What does the smsts.log file say? Quote Share this post Link to post Share on other sites More sharing options...
Apexes Posted March 6, 2014 Report post Posted March 6, 2014 Create a new build & capture sequence with the new O365 install on it. then update your TS to use the new .wim it generates Quote Share this post Link to post Share on other sites More sharing options...