I try to convert vlc.exe to a msi.
So the auto convert add Vlc.exe to "prerequisites" and " Post-install"
And i would like to organize the uninstall of this prerequisite when i uninstall the msi,
So I add in " uninstall using this command line " [ProgramFiles64Folder]VideoLAN\VLC\uninstall.exe "
I build the project and I install msi, it's ok, VLC works fine,
But when I want to uninstall the msi, vlc start to do an installation and not the command for uninstallation


My msi is already installed and now I choose uninstall

The msi inderstand it's for uninstall

Start install of vlc again, and not the uninstall command line

It seems logical for me but it doesn't work
Do you have a solution ?
Best regards