InstallShield製作ASP安裝程式(2)

hljhrbsjf發表於2006-03-29

看人家用使用InstallShield製作ASP安裝程式(2)

(文件類別:) 2002-2-5

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()在檔案複製結束後執行.
[@more@]

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/631872/viewspace-823709/,如需轉載,請註明出處,否則將追究法律責任。

相關文章