This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
map_suite_license_guide [2017/04/20 15:52] tgwikiupdate [Software Assurance Plan for Map Suite] |
map_suite_license_guide [2020/04/17 14:20] (current) admin [Install/Uninstall the Licenses using Product Center] |
||
---|---|---|---|
Line 14: | Line 14: | ||
- | ===== Map Suite Desktop (WinForms, Wpf) ===== | + | ===== Map Suite for Desktop (WinForms, Wpf) ===== |
> **How to create a license?** | > **How to create a license?** | ||
Line 58: | Line 58: | ||
- | =====ThinkGeo.MapSuite for Mobile (Android, iOS)===== | + | =====Map Suite for Mobile (Android, iOS)===== |
> **How to create a license?** | > **How to create a license?** | ||
A Dev license is not needed for Android and iOS, only a runtime license. The runtime license is created on product center and will be added to a project. Please refer to [[http://wiki.thinkgeo.com/wiki/map_suite_mobile_for_android_quick_start_guide|Map Suite Quick Start Guide For Android]] and [[http://wiki.thinkgeo.com/wiki/map_suite_mobile_for_iOS_quick_start_guide|Map Suite Quick Start Guide For iOS]] for information on know how to create a runtime license for an application. | A Dev license is not needed for Android and iOS, only a runtime license. The runtime license is created on product center and will be added to a project. Please refer to [[http://wiki.thinkgeo.com/wiki/map_suite_mobile_for_android_quick_start_guide|Map Suite Quick Start Guide For Android]] and [[http://wiki.thinkgeo.com/wiki/map_suite_mobile_for_iOS_quick_start_guide|Map Suite Quick Start Guide For iOS]] for information on know how to create a runtime license for an application. | ||
Line 76: | Line 76: | ||
|FALSE | |Show the map| | |FALSE | |Show the map| | ||
- | =====ThinkGeo.MapSuite for Web (WebForms, Mvc, WebApi)===== | + | =====Map Suite for Web (WebForms, Mvc, WebApi)===== |
Map Suite provides 2 kinds of licenses for Web: development and deployment. | Map Suite provides 2 kinds of licenses for Web: development and deployment. | ||
Line 117: | Line 117: | ||
|Not found in server |Throw InvalidOperationException: "Your Software Assurance Plan for {Production Name} has expired, please contact sales@thinkgeo.com" in Dev time and show watermark with the exception message in Runtime.| | |Not found in server |Throw InvalidOperationException: "Your Software Assurance Plan for {Production Name} has expired, please contact sales@thinkgeo.com" in Dev time and show watermark with the exception message in Runtime.| | ||
+ | =====Install/Uninstall the Licenses using Product Center===== | ||
+ | You can install/uninstall the licenses mentioned above using the GUI tool ThinkGeo.ProductCenter.exe. Also a CLI version (ThinkGeo.ProductCenter.com) is provided along in the folder with all the features as well. Here below is the list of arguments it supports: | ||
+ | |||
+ | |||
+ | Show a list with product name and id. | ||
+ | /getproductids | ||
+ | |||
+ | Start evaluation for a product. | ||
+ | /startevaluation /username:[name] /password:[password] /productid:[id] | ||
+ | [name] Specifies user name. | ||
+ | [password] Specifies user password. | ||
+ | [id] Specifies product id. | ||
+ | |||
+ | Extend evaluation for a product(must contact ThinkGeo for approval first). | ||
+ | /extendevaluation /username:[name] /password:[password] /productid:[id] | ||
+ | [name] Specifies user name. | ||
+ | [password] Specifies user password. | ||
+ | [id] Specifies product id. | ||
+ | |||
+ | Activate a product. | ||
+ | /activate /username:[name] /password:[password] /productid:[id] | ||
+ | [name] Specifies user name. | ||
+ | [password] Specifies user password. | ||
+ | [id] Specifies product id. | ||
+ | |||
+ | Deactivate a product. | ||
+ | /deactivate /username:[name] /password:[password] /productid:[id] | ||
+ | [name] Specifies user name. | ||
+ | [password] Specifies user password. | ||
+ | [id] Specifies product id. | ||
+ | |||
+ | Generate runtime license for desktop and mobile applicateions. | ||
+ | /generateruntimelicense /username:[name] /password:[password] /productid:[id] /applicationname:[application name] /outputpath:[output path] | ||
+ | [name] Specifies user name. | ||
+ | [password] Specifies user password. | ||
+ | [id] Specifies product id. | ||
+ | [application name] Specifies application name. | ||
+ | [output path] Specifies output path for license file. | ||
+ | |||
+ | Activate production deployment license on the current computer. | ||
+ | /activateproductiondeploymentlicense /username:[name] /password:[password] | ||
+ | [name] Specifies user name. | ||
+ | [password] Specifies user password. | ||
+ | |||
+ | Deactivate production deployment license on the current computer. | ||
+ | /deactivateproductiondeploymentlicense /username:[name] /password:[password] | ||
+ | [name] Specifies user name. | ||
+ | [password] Specifies user password. | ||
+ | |||
+ | Activate test deployment license on the current computer. | ||
+ | /activatetestdeploymentlicense /username:[name] /password:[password] | ||
+ | [name] Specifies user name. | ||
+ | [password] Specifies user password. | ||
+ | |||
+ | Deactivate test deployment license on the current computer. | ||
+ | /deactivatetestdeploymentlicense /username:[name] /password:[password] | ||
+ | [name] Specifies user name. | ||
+ | [password] Specifies user password. | ||
=====Frequently Asked Questions===== | =====Frequently Asked Questions===== | ||
+ | **What is MapSuite 10.0 file base license?** | ||
+ | |||
+ | MapSuite 10.0 works based on license file instead of registry. So it's very easy to be deployed to the different platforms. Please refer to above sections to know how to get a license for ThinkGeo MapSuite productions. | ||
+ | |||
+ | |||
+ | **Can I use MapSuite 9.0 license file?** | ||
+ | |||
+ | No. The Map Suite 10.0 license file is not compatible with Map Suite 9.0. And you need to create individual license file for MapSuite 10.0 by Product Center 10.0. | ||
+ | |||
+ | |||
+ | **Do I get access to new releases and product updates?** | ||
+ | |||
+ | As long as your software assurance or subscription is current you do get access to free upgrades as well as continued product support. | ||