I'm trying to make a simple internal website with some links that would allow a user to install some basic software, but... I am failing thus far.

Basically, I have 4 MSIs and 3 EXEs that I would like my users to choose from to install.

Ideally, I would like to have the users run a CMD file that throws some command lines switches (like quiet install) at the MSIs instead of running the MSIs directly (EXAMPLE: msiexec /i "Some.MSI" /QUIET).

Is something like this possible? Assumptions are that security is no concern, users are local admins, etc.

I think you have to try ClickOnce deployment.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.