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()在文件復制結束后運行.