共用方式為


撰寫 CustomAction 資料表

針對在上一節中建立的五個範例自訂動作,輸入 CustomAction 資料表的記錄。 如需如何針對這種類型的自訂動作填入 CustomAction 資料表的詳細資訊,請參閱 自訂動作類型 1

CustomAction 資料表

動作 類型 來源 目標
ProcessAccounts 1 Process.dll ProcessUserAccounts
UninstallAccounts 1 Process.dll UninstallUserAccounts
CreateAccount 11265 Create.dll CreateUserAccount
RemoveAccount 11265 Remove.dll RemoveUserAccount
RollbackAccount 9473 Remove.dll RemoveUserAccount

 

動態連結程式庫的 C++ 原始程式碼會在 Windows Installer SDK 中提供。 使用 Process.cpp 建立檔案Process.dll。 使用 Create.cpp 建立檔案Create.dll。 使用 Remove.cpp 建立Remove.dll。 將這些動態連結程式庫檔案新增至 Binary 資料表。

二進位表

名稱 資料
Process.dll {binary data}
Create.dll {binary data}
Remove.dll {binary data}

 

繼續 新增自訂 CustomUserAccounts 資料表