Alexander wrote:
This stuff ends up with an error "Unresolved reference to symbol 'Directory:PLANTSETTINGSDIR' in section 'Product:{F7998B08-BACB-4ABD-9ED3-FB97C1E66F73}'. Looks like light.exe doesn't want Directory attribute of IniFile tag to be a property, and expects a directory, which seems true because when I use a directory (declared in <Directory> tag) instead of a property in <IniFile Directory=...> light.exe builds a msi without any problem.

Correct. MSI needs a Directory table ID; a Property name won't suffice. However, you can provide a placeholder Directory element that's "overwritten" by the AppSearch action setting a property with the same name.

--
sig://boB
http://bobs.org

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to