Hi Guys
I'm installing the PB Runtime Packge MSI generated using PB2019R3
I'm using the following command for a silent installation:
msiexec /qn /a "C:\Powersoft\LCIA_DC\PBCLTRT 19.2.0.2703.msi" /l* "C:\Powersoft\LCIA_DC\msilog.txt"
The logfile has an error in it under the heading of DEBUG:
The Logfile output looks like this:
=== Logging started: 13/05/2021 11:57:57 ===
Action start 11:57:57: ADMIN.
Action start 11:57:57: CostInitialize.
Action ended 11:57:57: CostInitialize. Return value 1.
Action start 11:57:57: FileCost.
Action ended 11:57:57: FileCost. Return value 1.
Action start 11:57:57: CostFinalize.
Action ended 11:57:57: CostFinalize. Return value 1.
Action start 11:57:57: InstallValidate.
Action ended 11:57:57: InstallValidate. Return value 1.
Action start 11:57:57: InstallInitialize.
Action ended 11:57:57: InstallInitialize. Return value 1.
Action start 11:57:57: InstallAdminPackage.
Action ended 11:57:59: InstallAdminPackage. Return value 1.
Action start 11:57:59: InstallFiles.
Action ended 11:57:59: InstallFiles. Return value 1.
Action start 11:57:59: InstallFinalize.
DEBUG: Error 2203: Database: C:\PBCLTRT 19.2.0.2703.msi. Cannot open database file. System error -2147287035
MSI (s) (B8:68) [11:57:59:650]: Product: Appeon PowerBuilder 2019 R3 Standard Runtime -- The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2203. The arguments are: C:\PBCLTRT 19.2.0.2703.msi, -2147287035,
The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2203. The arguments are: C:\PBCLTRT 19.2.0.2703.msi, -2147287035,
Action ended 11:57:59: InstallFinalize. Return value 3.
Action ended 11:57:59: ADMIN. Return value 3.
Property(S): DiskPrompt = Appeon PowerBuilder standard runtime Installation [1]
......
Has anyone any experience of perfroming silent installation who can spot what I have done wrong?
Thanks
David