6.3版好象是用事件驅(qū)動的: ////////////////////////////////////////////////////////////////////////////// // // 函數(shù): 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()是在某臺電腦上第一次運行安裝時執(zhí)行.
////////////////////////////////////////////////////////////////////////////// // // 函數(shù): 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()在文件復(fù)制結(jié)束后運行.