Create SEI Office Add-on Package
Published: July 28, 2021 - 4:08 PM
Good morning,
I need to create a package for installing an add-on for Excel.
Here is the code:
It installs and uninstalls correctly in PyScripter.
On the workstations, it displays an error 1619 which would mean a problem opening the package.
Can you help me please?
I need to create a package for installing an add-on for Excel.
Here is the code:
Code: Select all
uninstallkey = ['{278DC828-AE0E-4E99-AA49-8F68B362C90C}']
def install():
install_exe_if_needed('SEI Excel Add-in - WIN64 - V2021R1.exe',
key='{278DC828-AE0E-4E99-AA49-8F68B362C90C}',
silentflags='/S /v"/qn"')On the workstations, it displays an error 1619 which would mean a problem opening the package.
Can you help me please?