How can we request to rebuild INSTALL project in visual studio (build INSTALL project is available)

Hello,

It is possible to request that visual studio builds the install project through:
set(CMAKE_VS_INCLUDE_INSTALL_TO_DEFAULT_BUILD 1)

It is possible to request that it is built at execution time when deactivating “Only build startup projects and dependencies on Run” from Tools > Options > Build and run

How can we make sure the install project is built when we request a “rebuild all”? It does not work in visual studio 2019.
Thanks