Silent Install Commands
This topic describes the silentinstall
command syntax for PowerBuilder.
To run the silent installation from a Windows Command Prompt,
run this command in the installation package:
|
1 2 3 |
silentinstall.bat [ "opt=product" "dir=directoryName" "shr=sharedDirectoryName" "log=logFileName" ] [ { help | /? } ] |
The parameters can be listed in any order and are not case
sensitive. Parameter values are also not case sensitive.
|
Silent installation parameter |
Description |
|---|---|
|
|
Specifies the name of the products to
Multiple products can be separated by a slash (“/”), |
|
|
Indicates the main installation directory. If you |
|
|
Names the log file for the installation. If you omit |
|
|
Displays command syntax and parameters instead of |
The following example uses all parameters for the silent
installation command:
silentinstall.bat "opt=pb" "dir=D:appeonpb190"
"log=D:appeoninstall.log"
When installing PowerBuilder, the silent installation writes
warnings to its log file if the computer does not have the correct
version of any of these items:
-
SQL Anywhere or PostgreSQL
-
Microsoft .NET Framework
-
Microsoft .NET Framework SDK
-
Microsoft IIS