====== ThinkGeo 12.0 Deployment License Guide for Web ====== If we want to publish our web application with ThinkGeo Components to a server, it is required to setup the deployment license, or a map will be rendered with a "Not Licensed For Run Time" watermark. This guide will introduce you how to setup the deployment license with ThinkGeo Product Center. ===== Setup Deployment Server ===== Please follow the below steps to setup the deployment license. * Copy ThinkGeo.ProductCenter.exe from the development machine to your deployment server. The Product Center executable can be found in the “bin/debug” folder of the developing project after the project is compiled. Log into the Product Center, if you have purchased the web products, the “Setup Deployment Server” button will be available on the right side panel.
{{:thinkgeo12/screenshots/wpf/developerlicenseguide/thinkgeo_web_deploymentlicense.png|}}
* Click “Setup Deployment Server” button. The server deployment dialog will pop up as seen in the following snapshot:
{{:thinkgeo12/screenshots/wpf/developerlicenseguide/thinkgeo_productionserverlicense1.png|}}
* Click “OK” to get your deployment license ready. It might take a few seconds to complete.
{{:thinkgeo12/screenshots/wpf/developerlicenseguide/thinkgeo_productionserverlicense2.png|}}
* Once setup is finished, the "Not Licensed for Run Time" watermark will gone. Besides this GUI utility, you can also use the CLI version (ThinkGeo.ProductCenter.com) which is provided along in the same folder. Here below are the arguments to Install/Uninstall a Product/Test Server license. Check it out [[https://wiki.thinkgeo.com/wiki/map_suite_license_guide#installuninstall_the_licenses_using_product_center|here]] for a complete list. 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.