zoukankan      html  css  js  c++  java
  • InstallShield 2012 Spring评估试用(1): 支持Windows 8和Windows Server 2012操作系统

    今天正式开始InstallShield 2012 Spring的试用评估,首先评估的是InstallShield 2012 Spring版本对于Windows 8和Windows Server 2012的支持情况。

    微软发布下一代操作系统Windows 8和Windows Server 2012将势必是2012的一个大事件,作为专注于Windows平台打包的InstallShield自然会及时发布新版本进行支持,方便众多的ISV发布针对Windows 8和Windows Server 2012系统平台的安装包。下面我们看看具体的情况:

    首先,如果用户创建一个新的工程,在Project Assistant里可以直接过滤系统平台

     

    在脚本中,InstallShield 2012 Spring版本对结构体SYSINFO进行了更新,我们可以通过SYSINFO.WINNT.bWin8来判断某个系统平台是否为Windows 8或Windows Server 2012。

    有人会有疑问,那如何区别Windows 8和Windows Server 2012呢?

    可以判断SYSINFO.nOSProductType是否为VER_NT_WORKSTATION,如果是Windows 8,则为TRUE。

  • 相关阅读:
    My 1st webUI try
    option(recompile)
    Add&Delete WindowService
    powershell
    bootstrap模态框,等待遮盖层
    spring-boot通过@Scheduled配置定时任务
    bootstrap-table的一些参数配置
    $('xx')[0].files[0]的意思
    Go国内镜像
    基础语法-defer使用(12)
  • 原文地址:https://www.cnblogs.com/wanbinghong/p/2496043.html
Copyright © 2011-2022 走看看