简体   繁体   English

我可以将外部串行密钥生成器绑定到VS2012的InstallShield LE吗?

[英]Can I tie in an external serial key generator to InstallShield LE for VS2012?

I created an installer for my Windows Presentation Foundation (WPF) project and succeeded. 我为Windows Presentation Foundation(WPF)项目创建了一个安装程序并成功。 Now, I want to add in a product key generator or serial key generator that so the user can only install the project if they provide a valid serial key. 现在,我想添加一个产品密钥生成器或串行密钥生成器,以便用户仅在提供有效的串行密钥的情况下才能安装项目。

Is it possible to combine an external serial key generator with InstallShield Limited Edition for Visual Studio 2012? 是否可以将外部串行密钥生成器与Visual Studio 2012的InstallShield Limited Edition结合使用? If so, how and how do I make sure that the user enters the appropriate key and that that key is validated before proceeding with the install? 如果是这样,如何以及如何确保用户输入适当的密钥并在继续安装之前验证该密钥?

I had a hard time finding information on this topic, so I thought just to ask. 我很难找到有关此主题的信息,所以我想问一下。

Thanks. 谢谢。

in short, no because : 简而言之,不是因为:

  1. InstallShield LE doesn't have the feature; InstallShield LE不具备此功能; you need to buy a licensed InstallShield product that has that feature. 您需要购买具有该功能的许可InstallShield产品。 This feature is not cheap; 这个功能并不便宜; and
  2. VS2012 doesn't have the feature because it doesn't care how you manage your product sales. VS2012不具有此功能,因为它不在乎您如何管理产品销售。

If you don't want to purchase a third party product, you need to implement your own library that will ship with your software that does license checking with a server which you must also implement. 如果您不想购买第三方产品,则需要实现自己的库,该库将随您的软件一起提供,该软件通过必须也要实现的服务器进行许可证检查。

I would recommend Lindersoft SetupBuilder 8 if you go with a 3rd party product. 如果您使用第三方产品,我建议使用Lindersoft SetupBuilder 8。 It is cheap and easy to use. 它便宜且易于使用。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM