How do I reference the Reboot Pending Property in Burn (WiX)

前端 未结 4 1501
遥遥无期
遥遥无期 2020-12-18 08:27

How do I reference the RebootPending property in a Burn (WiX) bootstrapper? I know the property name is RebootPending, which is actually referencing the MsiSystemRebootPend

4条回答
  •  一向
    一向 (楼主)
    2020-12-18 08:56

    For some general ideas see tool WhyReboot. Here is what it does:

    Examines documented registry locations for post-reboot file copy/rename/delete operations.

    Examines documented registy locations for "Run Once" applications: these will run once on the next reboot, and are probably used by an installer to perform post-reboot file cleanup and other operations such as registry manipulation.

    Examines Wininit.ini on Win9x/ME platforms for pending file rename/delete operations.

提交回复
热议问题