I'm currently working on a script to uninstall a msi program that is installed on a client. The package doesn't have a GUID in registry but it does have its own uninstaller.exe I'm currently trying to use a msiexec /x %path/to/exe% /qn /f bat file to uninstall the package quietly without having...
Having NSIS installer e.g. Program.exe
Is there a way to get all CLI switches that current installer can process.
The purpose is to automate installation
I don't mean standard switches like /S switch for silent install
I tried to "unzip" Program.exe with 7zip - no useful info found about...
What is best way to silently install a .exe file with multiple options being checked while installing and also have it scheduled without any scripting/coding involved ?
Are there any 3rd party opensource apps which silently run an executable and also capable of scheduling it?
FYI: The...
automation
batch processing
executable
install options
installation tools
open source
scheduling
silentinstall
software management
system administration
third party
user interface
I'm attempting to install Microsoft .NET Framework 4.5.50709 via an MDT task sequence and can't get this
to run silently for some reason. I'm using the following Quiet install command "dotnetfx45_full_x86_x64.exe /q /norestart" and that didn't work so I
added the /qb switch as shown here...