Hello. I've been trying various arguments to install an .exe application silently and nothing seems to work. Would you have any suggestions on how I'd solve this?
I'm trying to have the .exe install silently and also fill in all the answers that would normally pop up through the user interface by .iss file. However, I've never gotten the .iss to fill in the questions nor to get the application to run silently. I don't mind letting you know the application is called Respondus4Campus.exe. I'm currently trying variations of the below line. This is also my first time using .iss file. Thank you for any help or direction.
start-process -FilePath "c:\temp\Respondus4Campus.exe" -verb RunAs /S /f1"C:\temp\setup.iss" /f2"C:\temp\my-log-file.iss"