I'm in the process of deploying several applications using EXE files, but I'm struggling to find the right commands for installation, updating, and removal. Is there an easy way to figure this out? I want to make sure I can perform these tasks efficiently without too much hassle.
2 Answers
Honestly, you might want to nudge the vendor for an MSI version if they have one. It feels archaic to not provide one in this day and age! But in cases where you don't have that option, there's not much else you can do if they don't offer it.
If you're dealing with third-party installers, try a quick Google search. Sometimes using parameters like /h, /?, -h, or -? can help you find the options available for those installers.

What if they still don’t provide an MSI? Seems like some companies really resist that.