Activity for Matthieu Penant

  • Matthieu Penant Matthieu Penant posted a comment on discussion Bugs reporting

    When including "s7_partner.h" or another header that includes it, on a platform that is c++17 or more, the line "using namespace std;" leads to errors as byte will become ambiguous in the code between std::byte and ::byte declared in "snap_platform.h". Removing the using fixes the issue.

  • Matthieu Penant Matthieu Penant posted a comment on discussion General Discussion

    Thanks for the hint about wix, it got me on track to find the solution: Considering the features defined here: https://github.com/danmar/cppcheck/blob/master/win_installer/cppcheck.wxs Considering this hint about installing features from the command line with wix: https://stackoverflow.com/questions/246329/wix-how-to-select-features-from-command-line I managed to achieve a full install with the following command-line: msiexec /i cppcheck-1.87-x64-Setup.msi ADDLOCAL=CppcheckCore,CLI,GUI,Translations,ConfigFiles,PlatformFiles,PythonAddons,CRT...

  • Matthieu Penant Matthieu Penant posted a comment on discussion General Discussion

    I was wondering if there was any way to tell the MSI to install the python addon through the command line? I'd like to provide this option in the chocolatey package.

1