Old post found in Drafts posted April '25
So I packaged MeisterTask 2.0.8 with intune
MeisterTask 2.0.8 Package Settings
Install
InstallMeisterTask.exe /SP- /VERYSILENT /SUPRESSMSGBOXES /LOG="meister-task-install.log" /NORESTART /NORESTARTAPPLICATIONS
Uninstall
"C:\Program Files (x86)\MeisterTask\unins000.exe" /VERYSILENT
Detection
C:\Program Files (x86)\MeisterTask MeisterTask.exe
And then MeisterTask 2.2.0 came out and the old command line options stopped working because the installer had changed. I couldn't figure out by just looking what installer they were using but as is usual for me the GNU Linux tool set came to the rescue.
Using the file
command to figure out what it was helped enormously and then it was a simple matter of googling to get the correct install options

Meister Task 2.2.0
Install
InstallMeisterTask2.2.0.exe /S
Uninstall
"C:\Program Files (x86)\MeisterTask\Uninstall MeisterTask.exe" /S
Detection
C:\Program Files (x86)\MeisterTask File to detect Uninstall MeisterTask.exe
Packaging command
IntuneWinAppUtil -c source -s InstallMeisterTask2.2.0.exe -o packaged
0 Comments