Forum Discussion
AlexKaras
12 years agoCommunity Hero
Hi Amit,
In addition to Tanya's reply: are you automating installation or checking the installer?
If you just need to install the software, you may consider to do this using command line (e.g. something like "msiexec /i DriversPackage.msi"). Quite often unattended command-line approach works faster and is more reliable than UI-based installation.
In addition to Tanya's reply: are you automating installation or checking the installer?
If you just need to install the software, you may consider to do this using command line (e.g. something like "msiexec /i DriversPackage.msi"). Quite often unattended command-line approach works faster and is more reliable than UI-based installation.