iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
Hallo,
is there a way to execute the Intersoft.ClientUI.Licensing.v4.exe with parameter so i can use it for an automatic license mechanism on my development server?
For me it will be very helpful, because i have 17 silverlight project in my solution and for now i have to update every silverlight project manually.
Cheers
Mike
... Actually, the runtime licensing tool already supports build automation through command line arguments.You need to supply five parameters to the runtime licensing executable through command line: /assembly /product /version /runtimeLicenseKey /outputUsage example:Intersoft.ClientUI.Licensing.v4.exe /assembly="D:\Assembly\Asm1.dll" /product=Intersoft.ClientUI /version=5.0.5000 /runtimeLicenseKey=1234-56789-1234 /output="D:\Projects\App1\licenses.islicx" Note that you should already have the licenses.islicx in your Visual Studio project which build action is set to Embedded Resource. This allows the runtime licensing to simply override the license file just before compilation.Your build steps should be: compile, licensing, rebuild...
... Actually, the runtime licensing tool already supports build automation through command line arguments.
You need to supply five parameters to the runtime licensing executable through command line:
Usage example:
Intersoft.ClientUI.Licensing.v4.exe /assembly="D:\Assembly\Asm1.dll" /product=Intersoft.ClientUI /version=5.0.5000 /runtimeLicenseKey=1234-56789-1234 /output="D:\Projects\App1\licenses.islicx"
Note that you should already have the licenses.islicx in your Visual Studio project which build action is set to Embedded Resource. This allows the runtime licensing to simply override the license file just before compilation.
Your build steps should be: compile, licensing, rebuild...
This message is quoted from License problems thread.
Hope this help.
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname