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
(silentinstall.bat for Universal Edition,
silentInstall_st.bat for Standalone Edition):
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 |
---|---|
|
Names the product or products to install. This parameter is optional to the For the PowerBuilder Universal Edition,
Multiple products can be separated by a slash |
|
Indicates the main installation directory. If you omit this |
|
Indicates the shared directory for PowerBuilder. If you omit |
|
Names the log file for the installation. If you omit this |
|
Displays command syntax and parameters instead of running |
The following example uses all parameters for the silent installation
command:
silentinstall.bat "opt=pb"
"dir=D:appeonpb170" "shr=D:appeonshared"
"log=D:appeoninstall.log"
When installing PowerBuilder, the silent installation
writes warnings to its log file if the setup computer does not have the
correct version any of these items:
-
SQL Anywhere
-
Microsoft .NET Framework
-
Microsoft .NET Framework SDK
-
Microsoft IIS