Page 1 of 1

[RESOLVED] tis-chrome x86 package

Published: July 24, 2019 - 09:49
by Yoann
Good morning,

Could there be a problem with the package? tis-chrome 32-bit available in the repository?

In the file setup.pythe MSI file GoogleChromeStandaloneEnterprise64-fr.msi is referenced instead of the file GoogleChromeStandaloneEnterprise32-fr.msi (lines 27 and 35 in the function install) :

Code: Select all

install_msi_if_needed('GoogleChromeStandaloneEnterprise64-fr.msi',min_version=versionpaquet,killbefore='chrome.exe',get_version=getversionchrome)
THANKS,

Sincerely

Re: tis-chrome x86 package

Published: July 24, 2019 - 4:07 PM
by dcardon
Hello Yoann,
Yoann wrote: July 24, 2019 - 09:49 Could there be a problem with the package? tis-chrome 32-bit available in the repository?

In the file setup.pythe MSI file GoogleChromeStandaloneEnterprise64-fr.msi is referenced instead of the file GoogleChromeStandaloneEnterprise32-fr.msi (lines 27 and 35 in the function install) :

Code: Select all

install_msi_if_needed('GoogleChromeStandaloneEnterprise64-fr.msi',min_version=versionpaquet,killbefore='chrome.exe',get_version=getversionchrome)
Yes, there is a bug. I'll check with Kevin to fix it quickly. Thanks for the information.

Sincerely,

Denis

Re: tis-chrome x86 package

Published: July 24, 2019 - 5:02 PM
by kguerineau
Hello,

thank you for your report. I have just corrected the package: https://store.wapt.fr/store/details-tis ... D_all.wapt.

Have a good day.

Re: tis-chrome x86 package

Published: July 25, 2019 - 8:03 AM
by Yoann
Hello,

it works, thank you.

Best regards.