How to implement the PGNP-POSTGRES provider in the setup library
- Fabrica DGS
- Topic Author
- Offline
- User
-
Less
More
- Posts: 2
- Thank you received: 0
2 months 3 weeks ago #14760
by Fabrica DGS
Good afternoon.
I would like to know how to include the library in my project's installation setup
PGNP-Postgres-SE-1.4.0.3672-x64
I would like to know how to include the library in my project's installation setup
PGNP-Postgres-SE-1.4.0.3672-x64
Please Log in or Create an account to join the conversation.
2 months 3 weeks ago #14762
by admin
Replied by admin on topic How to implement the PGNP-POSTGRES provider in the setup library
One of the methods is described in Dev Manual, chapter 2.1.2, execute shell command:
msiexec.exe /i PGNP-Postgres-SE-1.4.0.3672-x64.msi /quiet PRODUCT_KEY=<license>
where the <license> is the license key, or special keyword "later" (reserved for scenario where the license is activated via email in PGNPUpdate utility).
msiexec.exe /i PGNP-Postgres-SE-1.4.0.3672-x64.msi /quiet PRODUCT_KEY=<license>
where the <license> is the license key, or special keyword "later" (reserved for scenario where the license is activated via email in PGNPUpdate utility).
Please Log in or Create an account to join the conversation.
Time to create page: 0.053 seconds
- You are here:
-
Home
-
Forum
-
Main PGNP Forum
-
Licensing
- How to implement the PGNP-POSTGRES provider in the setup library