Re: [WiX-users] Set Directory @ Runtime

2013-04-23 Thread John Ludlow
You probably have the action sequenced incorrectly. Make sure it comes after CostFinalize, because it's only at this point that the install understands the parent-child relationship between the directories. Also, read this to see whether the issues described apply to you: http://blogs.msdn.com/b/h

[WiX-users] Set Directory @ Runtime

2013-04-22 Thread yogesh bandiwadekar
Hi All Below shown is my directory structre. I am changing DIRVMSOS Dynamically with type 35 custom action. This custom action only changes DIRVMSOS value not the child directory value. f