See... what is wrong here? I included a "reference" to the
backupSettingsAction project in the WiX project.
<Binary Id="backupSettingsAction.dll"
SourceFile="$(var.backupSettingsAction.TargetDir)$(var.backupSettingsAction.TargetName).CA.dll"/>
<CustomAction
Id="BackupSettingsAction"
BinaryKey="backupSettingsAction.dll"
DllEntry="CustomAction"
Execute="immediate" />
<InstallExecuteSequence>
<Custom Action="backupSettingsAction"
Before="InstallInitialize"/>
<RemoveExistingProducts After="InstallFinalize" />
<Custom Action="restoreSettingsAction"
After="RemoveExistingFiles"/>
</InstallExecuteSequence>
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/InstallExecuteSequence-problem-tp5126839p5128346.html
Sent from the wix-users mailing list archive at Nabble.com.
------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users