Office 365 package - loading bar?
Published: January 2, 2025 - 2:21 PM
Hello,
We currently have Office 2021 Standard deployed on our workstations and would like to begin migrating to Microsoft Office 365, for which we have purchased licenses.
Installation with the basic package (slightly modified for our use by uninstalling and reinstalling PowerPoint and Visio) works well. However, I have a question: since installing such a package is very time-consuming, is it possible to implement a progress bar during the installation? For example, by providing a status in the self-service interface when clicking "Install"? Looking at the SetupHelpers documentation, I noticed the function `show_progress(self, show_box=False, msg='Loading...', progress=None, progress_max=None)`.
I tried using it in my code within the `install()` function of my package, specifying progress values, but without success. Does anyone have an example of how to use this function? Or perhaps a method to provide users with progress updates during the installation? The idea is to offer a self-service migration process so that our users can initiate the update according to their availability.
Thank you in advance.
Valentin
We currently have Office 2021 Standard deployed on our workstations and would like to begin migrating to Microsoft Office 365, for which we have purchased licenses.
Installation with the basic package (slightly modified for our use by uninstalling and reinstalling PowerPoint and Visio) works well. However, I have a question: since installing such a package is very time-consuming, is it possible to implement a progress bar during the installation? For example, by providing a status in the self-service interface when clicking "Install"? Looking at the SetupHelpers documentation, I noticed the function `show_progress(self, show_box=False, msg='Loading...', progress=None, progress_max=None)`.
I tried using it in my code within the `install()` function of my package, specifying progress values, but without success. Does anyone have an example of how to use this function? Or perhaps a method to provide users with progress updates during the installation? The idea is to offer a self-service migration process so that our users can initiate the update according to their availability.
Thank you in advance.
Valentin