Re: [WiX-users] conditionally append to a directory

2009-07-27 Thread Alexander Shevchuk
27, 2009 7:04 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] conditionally append to a directory If I schedule it after CostFinalize I get the following Light error: error LGHT0204 : ICE12: CustomAction: append_to_install_path is of type: 51 referring to a Directory. Therefore it

Re: [WiX-users] conditionally append to a directory

2009-07-27 Thread Eric Napier
lists.sourceforge.net> Date: Sun, 26 Jul 2009 10:19:16 -0700 Subject: Re: [WiX-users] conditionally append to a directory >I've scheduled this before CostFinalize. Directory resolution happens during CostFinalize. You need to schedule your CA after CostFinalize. Why are you scheduling

Re: [WiX-users] conditionally append to a directory

2009-07-26 Thread Alexander Shevchuk
>I've scheduled this before CostFinalize. Directory resolution happens during CostFinalize. You need to schedule your CA after CostFinalize. Why are you scheduling your CA before CostFinalize? Any concerns that after CostFinalize it will be too late to change the installation folder? Alex