Creating a silent install script (.ISS), using the setup.exe "/r" and "/f1" parameters;
How may a log file be created?
This will help debug any problems when running the resulting silent install remote installation method.
Telon Application Generator, release 5.1
The following will provide the Telon PWS MSI Installation log file.
The specific parameter is:
setup/verbose"C:\telon.log"
It will create the MSI installation log in the specified file.
It works both when creating a response file (/r”filespec”) and silent/scripted installation (/s”filespec”).