Deploy and license

OneTx

Member
I have just buyed some licenses of PLSQL Developer.
We use a administrator user to install the software in developer's computers.
I was wondering if is it posible to set a license on a computer for all the users that are going to log in it (if necesary) or for a specific computer.
I also would like to know how do I revert a given license.

Best Regards
 
why would this be a case for the support? i have exactly the same challenge. we want to deploy a sccm package for pl/sql developer, and installation is fine as such. but i don't see any possibility to provide an installation with the corresponding license key. we really don't want our users to type in the license key on dozens of machines, so there's gotta be a way.

searching through the forums i have seen that you can handle some Installation options with install.txt, but there is no way to provide the license key.

as i don't think onetx and me are the only enterprise admins here, some kind of "public" answer would be helpful.
 
if anyone is still interested, here my solution:

1. start a manual installation of pl/sql developer via plsqldevxxxx.exe.
2. go into your temp folder (eg. %localappdata%\Temp) and find \WZSE*.TMP\pls
3. copy the folder to wherever you or your deployment software needs it
4. cancel the manual installation from 1.
5. edit setup.ini in the following sections:

[AutoSetup]
Silent=true
InstallFor=All
LicenseAgreement=true

ProductCode=
SerialNumber=
Password=
LicenseFile=

6. launch pl/sql developer with setup.exe

this will install pl/sql developer silently for all users, providing the licensing information automatically.
 
Last edited:
Back
Top