I promise I Googled this a TON and none of the solutions people posted
have worked for me.
My problem is, the CA is running during upgrades when it should only run
on the very first installation:
<InstallExecuteSequence>
<Custom Action="WriteConfigFiles" After="InstallFinalize">
NOT Installed
</Custom>
...
</InstallExecuteSequence>
Setup ALWAYS says: NOT Installed :(
Could it have anything to do with this? I'm getting an ICE61 warning
here as well:
<Upgrade Id="$(var.UpgradeCode)">
<UpgradeVersion
Minimum="1.0.0" Maximum="$(var.ProductVersion)"
IncludeMinimum="yes" IncludeMaximum="yes"
Property="OLDER_VERSION_BEING_UPGRADED" />
</Upgrade>
Incrementing the define 'ProductVersion' between builds doesn't seem to
help either.
------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users