License Type

License Type

Dale.Bartlett
Collaborator Collaborator
1,401 Views
6 Replies
Message 1 of 7

License Type

Dale.Bartlett
Collaborator
Collaborator

Hi All, I am using InfoCenterService.ProductSerialNumber to return the serial number, but how can I determine the License type (Network/Standalone)? All help appreciated. Dale




______________
Yes, I'm Satoshi.
0 Likes
Accepted solutions (1)
1,402 Views
6 Replies
Replies (6)
Message 2 of 7

jeremytammik
Autodesk
Autodesk

Dear Dale,

 

No idea whether the following helps you in any way:

 

C:\Program Files\Autodesk\Revit 2015>cat License.ini
[Assignments]
ProductLineID=RVT
MajorRelease=2015
SubRelease=0
MinorRelease=0
ReleaseType=F
FeatureId=
ProductKey=766G1
DefaultProductKey=829G1
FeatureName=Revit_2015

 

Furthermore, I have the following to offer you:

 

http://thebuildingcoder.typepad.com/blog/2013/01/determine-revit-demo-mode-and-serial-number.html

 

https://github.com/jeremytammik/the_building_coder_samples/blob/master/BuildingCoder/BuildingCoder/C...

 

Cheers,

 

Jeremy

 



Jeremy Tammik
Developer Technical Services
Autodesk Developer Network, ADN Open
The Building Coder

0 Likes
Message 3 of 7

Dale.Bartlett
Collaborator
Collaborator

Hi Jeremy,

Thanks for the reply. This information is mostly available via InfoCenterService as per your blog, but need to determine is whether Revit is running as a standalone or network licence. Regards, Dale 




______________
Yes, I'm Satoshi.
0 Likes
Message 4 of 7

Dale.Bartlett
Collaborator
Collaborator
bump...



______________
Yes, I'm Satoshi.
0 Likes
Message 5 of 7

mikako_harada
Community Manager
Community Manager
Accepted solution

Hi Dale, 

 

How about checking the windows system registory?  I see under 

 

HKEY_LOCAL_MACHINE\SOFTWARE\Autodesk\Revit\2016\REVIT-05:0409 

 

There is InstallationType, and InstallationTypeTxt saved. 


Mikako Harada
Developer Technical Services
0 Likes
Message 6 of 7

Dale.Bartlett
Collaborator
Collaborator

Hi Mikako, Thanks, that is a good suggestion. Because corporate systems are locked down, I need to test that this information is accessible via the addin. Regards, Dale 




______________
Yes, I'm Satoshi.
0 Likes
Message 7 of 7

Dale.Bartlett
Collaborator
Collaborator

I'd say you are right Makako. I was looking in the wrong direction. Thanks, Dale

http://spiderinnet.typepad.com/blog/2011/09/deploy-install-the-registry-of-revit-2012.html

// InstallationLocation C:\Program Files\Autodesk\Revit Architecture 2012\

// InstallationType standalone

// Language English

// ProductName Autodesk Revit Architecture 2012

// SerialNumber 000-00000000

// Version 2012 (11.03.09231)




______________
Yes, I'm Satoshi.
0 Likes