Page 1 of 1

Licensed software - Setup.py

Published: March 13, 2015 - 4:38 PM
by biocoop
Hello,

I'm new to WAPT and I want to create a package with software that requires a license.
Do I just need to add the license number/key to setup.py like this:
`#List of required......
required_params = [license number]`

? Or do I also need to add a parameter to the command line: `
xxx.v0.1.2.exe /S /licence`


Thank you for your answers.

Re: Software with license - Setup.py

Published: March 15, 2015 - 09:37
by elpiafo
Hi, (not many people here).

I wouldn't know the answer to your question, but you should perhaps contact your software publisher; they know better than anyone how to activate the license via the command line.

Bye.

Re: Software with license - Setup.py

Published: March 16, 2015 - 08:57
by biocoop
Hello,

Yes, that's a good point, I hadn't thought of that, what a dummy!
Indeed, not many people are using it, which is a real shame because it's a good tool...

Re: Software with license - Setup.py

Published: March 16, 2015 - 11:49
by Frédéric Bonnier
Hello everyone,
Excellent advice, it's best to check with the publisher to find out how to perform a silent installation with a license.

Frédéric