zoukankan      html  css  js  c++  java
  • InstallShield试用版的限制

    版权声明: 可以任意转载,转载时请务必以超链接形式标明文章原始出处和作者信息。

    之前使用InstallShield试用版,一直以为除了点击安装包时有试用提示外,其他没有区别,随着慢慢深入,发现试用版与正式授权版本还是有一些小的不同:

    1. 运行InstallShield试用版的时间限制 - 试用时间21天,点击Help菜单可以看到还剩多少天试用。
    2. InstallShield试用版Build出的安装包运行时间限制 - 5天,如果超过这个时间再运行这个安装包,会提示“This setup was created with an EVALUATION VERSION of InstallShield. Evaluation setups work for only 5 days after they were built. Please rebuild the setup to run it again.”
    3. 发布类型限制 - 试用版打包出来的安装包只能是Setup.exe这一种形式,如果编译一个未压缩的安装包,编译会提示“Warning -7211: Building a compressed Network Image Setup.exe. All other build types are not allowed in the evaluation mode of InstallShield.” 
    4. 编译事件限制 - 试用版忽略Precompression事件,编辑会提示“Warning -7211: Evaluation mode: skipping precompression build events...”
    5. Setup.exe参数命令限制 - 试用版不支持/a命令,如果给入/a命令参数,会有如下提示“This setup was created with an evaluation version of InstallShield, which does not support extraction of the internal MSI file. The full version of InstallShield supports this functionality. For more information, see InstallShield KB article Q200900.” 
    6. 补丁包和QuickPatch包的限制 - InstallShield试用版中,无法创建基于试用版打包出来安装包的补丁包,会有如下提示“This setup was created with an evaluation version of InstallShield, which does not support extraction of the internal MSI file. The full version of InstallShield supports this functionality. For more information, see InstallShield KB article Q200900.”
  • 相关阅读:
    Mac终端配置,DIY你的Terminal (iTerm 2 + Oh My Zsh)
    Vue全局组件,Vue.use()引用注册,全局使用
    vue 打包npm run build报错Unexpected token: punc (() [static/js/0.739c7d2b56384f8c9c1d.js:7425,8]
    【转】搭建 vue2 vue-router2 webpack3 多入口工程
    【转】从零搭建 vue2 vue-router2 webpack3 工程
    web前后端开发不得不聊的安全问题
    10分钟熟练使用webpack
    vuejs之【router-link】大全(二)
    Vuejs之【内部指令】
    vuejs之【router-link】大全(一)
  • 原文地址:https://www.cnblogs.com/wanbinghong/p/1804270.html
Copyright © 2011-2022 走看看