Stefan Eissing wrote: > In the main.wxs which merges all three modules, I defined the > property HTTP_PORT and made some silly UI for it. But the property > substituion does not work for the module. It seems that modules have > their own property "namespace" somehow. >
They do, in essence. Properties in modules get a "suffix" of their module id so they're isolated from each other and the product. Easy answer: Don't use merge modules unless you have to. WiX supports fragments and libraries that don't have the same limitations as merge modules. The only reason to use merge module is if you need to distribute parts of your installer to other companies. -- 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 [email protected] https://lists.sourceforge.net/lists/listinfo/wix-users

