You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In WiX 3.12, this yielded the following log message: [0B64:03A0][2024-03-11T16:32:47]i000: Registry value not found. Key = 'SOFTWARE\Microsoft\Microsoft SQL Server\Instance Names\SQL', Value = 'MyProductSql'
In WiX 4.0.4 however, the following message is logged: [0B64:03A0][2024-03-11T16:32:47]i000: Registry value not found. Key = 'SOFTWARE\Microsoft\Microsoft SQL Server\Instance Names\SQL', Value = '[SqlInstance]'
How do I have to define the RegistrySearch?
I didn't find any mentioning in the documentation of such a change in behavior.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm converting a bootstrapper with multiple MSIs from 3.12 to WiX 4.0.4.
During this migration I found out that using the contents of a variable as "Value" in RegistrySearch from the Utils extension does not work anymore :
In WiX 3.12, this yielded the following log message:
[0B64:03A0][2024-03-11T16:32:47]i000: Registry value not found. Key = 'SOFTWARE\Microsoft\Microsoft SQL Server\Instance Names\SQL', Value = 'MyProductSql'
In WiX 4.0.4 however, the following message is logged:
[0B64:03A0][2024-03-11T16:32:47]i000: Registry value not found. Key = 'SOFTWARE\Microsoft\Microsoft SQL Server\Instance Names\SQL', Value = '[SqlInstance]'
How do I have to define the RegistrySearch?
I didn't find any mentioning in the documentation of such a change in behavior.
Beta Was this translation helpful? Give feedback.
All reactions