Must run installer on build machine to avoid licence error?

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
freakshow
Posts: 12
Joined: Mon 28 Jul 2008 12:38
Location: Oslo, Norway

Must run installer on build machine to avoid licence error?

Post by freakshow » Mon 28 Jul 2008 12:45

Hi!

Do we have to run the installer on our build machine in order for the app to not get the message "License is not valid"? Is there another way around or at least a solution so we don't have to add the assemblies to the GAC?

Yes, I have read information about licensing and run the license wizard.

Ref posts like this:
http://www.devart.com/forums/viewtopic. ... ld+machine

AndreyR
Devart Team
Posts: 2919
Joined: Mon 07 Jul 2008 13:16

Post by AndreyR » Wed 30 Jul 2008 12:05

There is no other way to license the application except installing the OraDirect .NET on the build machine.

nstoev
Posts: 2
Joined: Mon 11 Aug 2008 14:41

Post by nstoev » Mon 11 Aug 2008 15:11

If you generate a .licenses file on a machine which has the product installed and then add that file to the project as an embedded resource and add it to your source control app, you should be ok without installing the product on the build box.

Post Reply