If you do not want the installer to create Desktop or Start Menu shortcuts (useful for clean, controlled environments), use the /MERGETASKS parameter.
To prevent desktop shortcuts:
epsxe_x64.exe /VERYSILENT /NORESTART /MERGETASKS="!desktopicon"
(Note: The exclamation mark ! before the task name tells the installer "do not do this".) epskitx64exe silent install parameters install
msiexec /i "EPSDriver.msi" /qn ALLUSERS=1 ADD_PORT="TCP_IP:192.168.1.100" NO_UPDATE=1
Title: Unpacking the Black Box: Silent Installation Behavior of a Proprietary epskitx64exe Executable If you do not want the installer to
Abstract / Focus:
You obtain a copy of this installer and use tools like 7-Zip (to view archive contents), PEiD, Process Monitor, and Orca (for MSI properties) to analyze: (Note: The exclamation mark
Methodology section:
Why interesting: You might discover undocumented switches, security issues (e.g., silently installing drivers or services), or detection mechanisms.