Burn (WiX) 부트 스트 래퍼에서 RebootPending 속성을 참조하려면 어떻게합니까? 속성 이름이 실제로 Windows Installer의 MsiSystemRebootPending 속성을 참조하는 RebootPending이라는 것을 알고 있습니다.Burn (WiX)의 Reboot Pending 속성을 참조하는 방법
<bal:Condition Message="There is a restart pending. Please restart your computer before attempting to install !(loc.ProductName).">RebootPending = 0</bal:Condition>
를하지만 Windows Update를 그냥 업데이 트를 완료하고 다시 시작해야합니다 경우에도, 항상 진실 :
나는 현재 이런 식으로 뭔가를 시도하고있다.
구문이 잘못 되었습니까? 내 조건에 대신 [RebootPending]이 있어야합니까?
Burn의 RebootPending 속성이 Windows Installer에서 사용하는 속성과 정확하게 일치하지 않을 수 있다는 알림을 받았는데 재부팅이 보류 중일 때 응용 프로그램이 설치되지 않도록하려면 어떻게해야합니까?
어떻게 사용하는지 예를 들어 주시겠습니까? – Randolph
ISystemInformation :: RebootRequired가 나오고 MSI의 MsiSystemRebootPending은 실제로 다른 결과를 반환합니다. – Manas