看人家用使用InstallShield制作ASP安装程序(2),看人家用使用InstallShield制作ASP安装程序(2)
【 tulaoshi.com - ASP 】
6.3版好象是用事件驱动的:OnFirstUIBefore()是在某台电脑上第一次运行安装时执行.
(本文来源于图老师网站,更多请访问http://www.tulaoshi.com/asp/)//////////////////////////////////////////////////////////////////////////////
//
// 函数: 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()在文件复制结束后运行.
来源:http://www.tulaoshi.com/n/20160129/1510934.html
看过《看人家用使用InstallShield制作ASP安装程序(2)》的人还看了以下文章 更多>>