- Thank you received: 0
Licenciamento on premises
- Fabrica DGS
- Topic Author
- Offline
- User
-
Less
More
10 months 1 week ago - 10 months 1 week ago #14763
by Fabrica DGS
Licenciamento on premises was created by Fabrica DGS
TRANSLATION PT-BR
Preciso de uma library intalada nos meus clientes como faço? Coloco a biblioteca envio junto no meu setup apenas "DLL". Ou instalo diretamente um instalador de vocês aos meus clientes.
TRANSLATION EUA
I need a library installed on my clients how do I do it? I put the shipping library together in my setup just "DLL". Or I directly install an installer from you to my customers.
Preciso de uma library intalada nos meus clientes como faço? Coloco a biblioteca envio junto no meu setup apenas "DLL". Ou instalo diretamente um instalador de vocês aos meus clientes.
TRANSLATION EUA
I need a library installed on my clients how do I do it? I put the shipping library together in my setup just "DLL". Or I directly install an installer from you to my customers.
Last edit: 10 months 1 week ago by Fabrica DGS.
Please Log in or Create an account to join the conversation.
- admin
- Offline
- Admin
-
Less
More
- Thank you received: 8
10 months 3 days ago #14766
by admin
Replied by admin on topic Licenciamento on premises
Hi! The product msi can be copied to the system, and a shell command can be used for silent install and activation. Please refer to the Developers Manual for details. Please note, each active installation will require a separate PGNP license.
Please Log in or Create an account to join the conversation.
- Fabrica DGS
- Topic Author
- Offline
- User
-
Less
More
- Thank you received: 0
5 months 1 week ago #14788
by Fabrica DGS
Replied by Fabrica DGS on topic Licenciamento on premises
Could you give me an example of how I could embed this DLL in my installer that already exists in my visual studio?
Please Log in or Create an account to join the conversation.
- admin
- Offline
- Admin
-
Less
More
- Thank you received: 8
5 months 2 days ago #14789
by admin
Replied by admin on topic Licenciamento on premises
There are various methods. First, the msi module could be ran as described in Developers Manual:
msiexec.exe /i PGNP-Postgres-SE-1.4.0.3684-x64.msi /quiet PRODUCT_KEY=nnnn.
Alternatively, you can copy all .dll and .exe files from C:\Program Files (x86)\Intellisoft\PGNP folder. After the files copied to the customer machine, the COM objects should be registered using regsvr32 (PGNP.DLL and PGNP64.DLL). Then a custom action in PgnpCmn.dll can be called for product activation, or product could be activated in PGNPUpdate utility. Feel free to contact PGNP Support for additional details.
msiexec.exe /i PGNP-Postgres-SE-1.4.0.3684-x64.msi /quiet PRODUCT_KEY=nnnn.
Alternatively, you can copy all .dll and .exe files from C:\Program Files (x86)\Intellisoft\PGNP folder. After the files copied to the customer machine, the COM objects should be registered using regsvr32 (PGNP.DLL and PGNP64.DLL). Then a custom action in PgnpCmn.dll can be called for product activation, or product could be activated in PGNPUpdate utility. Feel free to contact PGNP Support for additional details.
Please Log in or Create an account to join the conversation.
Time to create page: 0.152 seconds