I have tested the script manually on the user’s machine, and it is working fine. The user can double-click the script to run the activation batch file and activate the Office license with user/ administrator permission. This confirms that both the XML and activation script are functional.
However, my BigFix server is running without an internet connection, while the user’s workstation accesses the internet through a proxy. The error code 0x80072ee2 seems to indicate an inability to access the internet. I am unsure why the script is not running with the user’s proxy settings.
Here are the details for reference:
Office2024Configuration.xml
The system automatically hides the XML script. I added a dot (“.”) at the beginning of each XML line.
This means that when you start the Installation it will try an access a File Share which should contain the 16.0.17932.20328 content AND it will show a Window of the Progression on the User’s Desktop
Is this what you intend?
Remember that BigFix Install through SYSTEM Account - With that, You need to Provide the right NTFS & Share permissions and also make sure to Hide the installation window.
I would like to clarify a couple of points regarding the installation:
Could the SourcePath be set to “\\Server01\Share” This would allow the installation to retrieve files from the local share drive rather than from a slower link.
I understand that the setting should be “Level=“None”” since the installation is running with the system account. As the client side does not display the installation screen, I believe this should not pose any issues.
Additionally, based on my XML file, the Office 2024 installation via BigFix should be successful; however, the activation process does not appear to be working. While the activation batch script runs successfully on the local computer, it fails when executed through BigFix. The log file indicates an error code of 0x80072ee2, which suggests an inability to access the internet. I am uncertain why the script is not functioning with the user’s proxy settings.
When it’s running as LocalSystem, it may not use the user’s proxy settings. How are you configuring the proxy settings for the user? Do they enter them manually, or GPO, or something else?