Re: [WiX-users] $(var.StaticComponentsRoot)\..\..\a\b\c\aa.xml

2008-04-30 Thread Sebastian Brand
How built that wix code? The $(var.StaticComponentsRoot) is a project wide variable which seems to be used a folder path. So if the variable is C:\a\b then the file must be in C:\d\e\f because of two ".." which point to the parent of the current folder... Best regards, Sebastian Brand Instyl

[WiX-users] $(var.StaticComponentsRoot)\..\..\a\b\c\aa.xml

2008-04-29 Thread shiri
Hi, I am new to WIX, when am seeing the code of my project I encountered it , Please let me know what does it means. we have a tag like what does it mean? where the file aa.xml should be placed if I am assigned StaticComponentsRoot=a\b\? regards, shiri -- View this message in context: htt