当前位置:首页 » 服务器技术
开发技术指南» 文章正文
    引言: 今天用InstallShield作了一个安装程序。
 

 

    摘要:昨天,安装邮件服务器mdaemon。因为本人英文不是学的很好,就找了个号称是官方简体中文版的。 安装完后,经过配置,使用wroldclient,收发邮件都比较正常;但是用foxmail作为客户端却只能发邮件怎么也接受不了邮件,提示我拒绝访问。以为是自己设置有问题。于是就找了一大堆资料,反复配来配去,就是不行,折腾了一个上午,还是没有解决。在确认自己没有犯下什么错误后,认定是这个版本有问题。于是吃过饭后,重新下了一个英文版的。经过配置,一切正常。于是打开配......
    摘要: 本文介绍如何将一个目录里面的所有文件复制到目标目录里面。下面介绍几个我们在该例程中将要使用的类:1、directory:exposes static methods for creating, moving, and enumerating through directories and subdirectories.2、path:performs operations on string instances that contain file or d......


InstallShield使用杂记

  今天用installshield作了一个安装程序。

  以前在工作中也用installshield做过一些安装程序,但是没有怎么深入的研究过,感觉功能还是比较强的。今天由于一些特殊的问题,需要使用installshield提供的script实现。 【相关文章:Web数据库开发工具(下)

【扩展阅读:Web数据库开发工具(上)

  总结出以下几个用法: 【扩展信息:CSDN的Blog访谈

1.添加checkbox选择窗口

   #define    svautologon "将系统设置为自动登录"

   #define    svshell "修改系统shell为本程序"

   #define    svscreesave "关闭屏幕保护,修改电源管理模式"

   #define    svmedia "安装通用媒体支持包"

   #define    smcustom "custommedia"

    smmedia=media;

    media= smcustom;  

    componentadditem(media,svautologon,0,true);

    componentadditem(media,svshell,0,false);

    componentadditem(media,svmedia,0,true);

    componentadditem(media,svscreesave,0,true);

      

    nresult = sdaskoptions("在系统安装完成后,您还可以进行以下设置:",

    "请选择:","","","",nonexclusive);  

    media=smmedia;      

    可以使用nresult = componentisitemselected (smcustom, svautologon);来判断指定的项是否被选择


...   下一页
    摘要:design concepts with code: a developer approach by kelly carey and stanko blatnik introduction <preface> <purpose> good design sells products. good design invites users to return. design concepts with code: a ......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE