最 新 推 荐
本站推荐广告位
Q
您现在的位置: 我爱教育网 >> 技能教育 >> 网站开发 >> ASP >> 技能教育正文
使用InstallShield制作ASP安装程序(2)           
使用InstallShield制作ASP安装程序(2)
文章来源:互联网 点击数: 更新时间:2006-5-4
[ 字体:缩小 正常 放大 ]
请选择合适的字体颜色:
6.3版好象是用事件驱动的:
//////////////////////////////////////////////////////////////////////////////
//
// 函数: OnFirstUIBefore
//
// 事件: FirstUIBefore event is sent when installation is run for the first
// time on given machine. In the handler installation usually displays
// UI allowing end user to specify installation parameters. After this
// function returns, ComponentTransferData is called to perform file
// transfer.
//
///////////////////////////////////////////////////////////////////////////////

OnFirstUIBefore()是在某台电脑上第一次运行安装时执行.

//////////////////////////////////////////////////////////////////////////////
//
// 函数: OnFirstUIAfter
//
// 事件: FirstUIAfter event is sent after file transfer, when installation
// is run for the first time on given machine. In this event handler
// installation usually displays UI that will inform end user that
// installation has been completed successfully.
//
///////////////////////////////////////////////////////////////////////////////
OnFirstUIAfter()在文件复制结束后运行.
技能教育录入:admin    责任编辑:admin 
  • 上一个技能教育:

  • 下一个技能教育:
  • 发表评论】【加入收藏】【告诉好友】【打印此文】【关闭窗口
    网友评论:(只显示最新10条。评论内容只代表网友观点,与本站立场无关!)