Re: [WiX-users] Condition based on a string in custom action

2011-08-29 Thread Mark
Unless I'm totally off base, the line provided does persist ARPINSTALLLOCATION in the unistall environment (it's being explicitly set after CostFinalize regardless of whether this is an initial installation, repair, an update, or a removal.) Am I mistaken? As for CUSTOMDIR, I didn't provide thos

Re: [WiX-users] Condition based on a string in custom action

2011-08-29 Thread Wilson, Phil
ARPINSTALLLOCATION is a property that people set to make their install location visible via supported MSI APIs. It doesn't get persisted into the uninstall environment unless you persist it, and the same is true of CUSTOMDIR. What are you trying to accomplish here? Phil Wilson -Origina