How to Find Deployment Commands for EXE Files?

0
4
Asked By TechWhiz42 On

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

Answered By InstallGuru77 On

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.

UserName123 -

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

Answered By BinaryNinja98 On

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.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.