看人家用使用InstallShield制作ASP安裝程序(2)
發表于:2007-07-14來源:作者:點擊數:
標簽:
6.3版好象是用事件驅動的: ////////////////////////////////////////////////////////////////////////////// // // 函數: OnFirstUIBefore // // 事件: FirstUIBefore event is sent when installation is run for the first // time on given machine. In
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 suclearcase/" target="_blank" >ccessfully.
//
///////////////////////////////////////////////////////////////////////////////
OnFirstUIAfter()在文件復制結束后運行.
原文轉自:http://www.kjueaiud.com