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
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
>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
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]
4 matches
Mail list logo