IniFile/@Action="removeLine" - how to handle in WiX 4? #8545
Unanswered
MatthiasRInst
asked this question in
Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
In issue #8059 , it was reported that
<IniFile Id="ini_RemoveEntry" Action="removeLine" Key="Entry" Section="MySection" Directory="INSTALLFOLDER" Name="MyIni.ini" />
does not work as expected, but rather writes the invalid value 3 into the Action column of the RemoveIniFile table.
As far as I see, this is fixed only in WiX 5. Is there some feasible way to handle this situation in WiX 4 ?
Best regards,
Matthias Reuss
Beta Was this translation helpful? Give feedback.
All reactions