[SOLVED] Microsoft Office 2016 Audit Issue
Published: October 31, 2022 - 2:03 PM
Good morning,
I'm having a problem at the end of the Microsoft Office installation
I have this error message in the package audit log
Here's my setup
Here's my mistake
Can you help me?
Thank you in advance
I'm having a problem at the end of the Microsoft Office installation
I have this error message in the package audit log
Here's my setup
Code: Select all
# -*- coding: utf-8 -*-
from setuphelpers import *
r"""
Usable WAPT package functions: install(), uninstall(), session_setup(), audit(), update_package()
"""
# Declaring global variables - Warnings: 1) WAPT context is only available in package functions; 2) Global variables are not persistent between calls
def install():
# Declaring local variables
# Installing the software
print("Installation Office 2016 VDB")
run('"setup.exe" /adminfile VDB.MSP', timeout = 1200)
Code: Select all
Auditing OFFICE2016
Audit aborted due to exception: Command '"setup.exe" /adminfile VDB.MSP' returned non-zero exit status 1.
Output:'"setup.exe"' n'est pas reconnu en tant que commande interne
ou externe, un programme exécutable ou un fichier de commandes.Thank you in advance