Chocolatey, How to, Programming

How to setup Chocolatey test environment on Ubuntu 21.10 ?

Hello ! I'm Xavier Jouvenot and in this post, we are going to see to setup Chocolatey test environment on Ubuntu 21.10. Self promotion: You can find other articles on my website 😉 Let's dive directly in the solution ! Pre-requirements I order to be able to run the Chocolatey test environment, you need to… Lire la suite How to setup Chocolatey test environment on Ubuntu 21.10 ?

Chocolatey, Programming

How to add a program to the system path in a Chocolatey package

Hello ! I'm Xavier Jouvenot and in this small post, we are going to see how to add a program to the system path in a Chocolatey package. Self promotion: You can find other articles on my website 😉 Problematic When creating a Chocolatey package, you may end up installing a program either in a… Lire la suite How to add a program to the system path in a Chocolatey package

Chocolatey, Programming

How to exclude an executable from getting shimming in a Chocolatey package

Hello ! I'm Xavier Jouvenot and in this small post, we are going to see how to exclude an executable from getting shimming in a Chocolatey package. Self promotion: You can find other articles on my website 😉 Problematic When creating or interacting with Chocolatey packages, you may end up in a situation where the… Lire la suite How to exclude an executable from getting shimming in a Chocolatey package

How to, Open Source, TipsAndTricks

How to create a multi-platform job on Azure Pipelines

Hello ! I'm Xavier Jouvenot and in this small post, we are going to see how to create a multi-platform job on Azure Pipelines. Self promotion: You can find other articles on my website 😉 Problematic When setting up your continuous integration and delivery environments on Azure Pipelines, or on any CI/CD system, you may… Lire la suite How to create a multi-platform job on Azure Pipelines

How to, TipsAndTricks

How to use alternative operators in C++ with Visual Studio

I'm Xavier Jouvenot and in this small post, we are going to see how to use alternative operators in C++ with Visual Studio. Self promotion: You can find other articles on my website 😉 Problematic In C++, as you may already know, there are primary operators available to us since the beginning of C++, as… Lire la suite How to use alternative operators in C++ with Visual Studio

How to

How to make a windows installer run silently

Hello ! I'm Xavier Jouvenot and in this small post, we are going to see how to make a windows installer run silently. Self promotion: You can find other articles on my website 😉 Options for installers ? 😮 Until I look on the internet about this subject (in order to create chocolatey packages), it… Lire la suite How to make a windows installer run silently