PD-inst-dir\setup\setup.exe /s /f1"path\setup.iss" [/f2"path\setup.log"]
If you do not specify a local path to the install log, then
each silent install will overwrite the content of the
setup.log file in the central installation
directory. To obtain confirmation of a successful installation, open
setup.log and search for the line
ResultCode=0.
For example, the following command installs PowerDesigner
from the PDInstall server on the client machine and writes a local log file
to C:\temp:
\\PDInstall\Public\setup\setup.exe /s /f1"\\PDInstall\Public\setup\setup.iss" [/f2"C:\temp\setup.log"]