Wix Interactions with Conditions, Properties & Custom Actions
http://www.mail-archive.com/wix-users@lists.sourceforge.net/msg05097.html gives an solution to republish the properties that were changed in the custom action immediately after it. Here is an example of how I have gotten it to work in my code: <?xml version=”1.0″ encoding=”utf-8″?> <Wix xmlns=”http://schemas.microsoft.com/wix/2006/wi”> <Fragment> <Binary Id=”ConnectionStringExtension.dll” SourceFile=”$(var.ConnectionStringExtension.TargetDir)$(var.ConnectionStringExtension.TargetName).CA.dll” /> <CustomAction Id=”MyCustomAction” BinaryKey=”ConnectionStringExtension.dll” DllEntry=”VerifyConnectionString” Execute=”immediate” /> <UI> <Dialog Id=”ConnectionStringDlg” Width=”370″ Height=”270″ Title=”Database … Read more