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
message -- From: Eric Napier To: wix-users@lists.sourceforge.net Date: Sun, 26 Jul 2009 10:56:50 -0500 Subject: [WiX-users] conditionally append to a directory I want to alter the install path for single user installations. Specifically, when ALLUSERS="", I want to append a

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

[WiX-users] conditionally append to a directory

2009-07-26 Thread Eric Napier
I want to alter the install path for single user installations. Specifically, when ALLUSERS="", I want to append a 'Software' subdirectory to the end.I've tried a type 51 action like this: (HostDir is the usual end of my install path). I've scheduled this before CostFinalize. I guess [HostDir]