cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Holger_G
Level 10

Basic MSI: Feature Prerequisites and Release Flags

Hi,

Basic MSI:

I´ve added a Feature Prerequisite to a feature and added a Release Flag to the Prerequisite.

Building a release that does not use that Release Flag works (it does not contain the Feature Prereq).

But running that setup launches the setup again right after click on the Install button on the ReadyToInstall dialog instead of installing the product.

Can anyone reproduce that?


Holger
Labels (1)
0 Kudos
(1) Reply
MichaelU
Level 12 Flexeran
Level 12 Flexeran

That sounds like it's in reboot mode. Does your prerequisite detect that a reboot is required? You can get a debug log from the feature-prerequisite run of setup.exe by setting the MSI property ISDEBUGLOG to a full file path like C:\debuglog.txt.
0 Kudos