Problem:
Error when attempting to silently install the Net Express product.
In the log file from the install the following error is displayed:
Error: Invalid silent script file, unable to start unattended install.
when using a script that was previously recorded.
Resolution:
This can be caused by the ordering of some parameters in the install command.
Run the install with a command using the following syntax:
setup.exe /INI=C:\\mynetx.ini /LOGFILE=C:\\nxsetup.log /NO_SILENT_REPORT /SILENT=C:\\mynetx.sss
This should produce the desired result.
