How to Create the MSI installation log file for Telon PWS
search cancel

How to Create the MSI installation log file for Telon PWS

book

Article ID: 68268

calendar_today

Updated On:

Products

Telon Application Generator

Issue/Introduction

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.

 

 

Environment

Telon Application Generator, release 5.1

Resolution

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”).