Hi. I have a window that I inserted among with the others from Wixui_mondo library in which I ask the user to type a name for a directory that will be installed in IIS. I don't know how to take the paramater of the Edit control and put it in the path to install it with the same name in IIS. I tried to put Parameter attribute in Edit Control ( this is the third window )and then in the main window where I set the path to the installation directory and so on, I put the parameter name in the Alias attribute like this:
<Component Id="TestWebVirtualDirComponent" Guid="054604ca-1790-4c0c-b076-531ff9a5b374"> <WebVirtualDir Id="TestWebVirtualDir" Alias="[WebDir]" Directory="INSTALLDIR" WebSite="DefaultWebSite"> <WebApplication Id="TestWebApplication" Name="Test" /> </WebVirtualDir> </Component> So, WebDir is the name of the property that I named for the Edit Control. <Control Id='WebAppName' Type='Edit' X='260' Y='120' Width='100' Height='20' Property='WebDir' /> The fact that the 2 groups of tags ( component and control ) resides in different windows might be a problem? I now that Properties are unique in a table definition like Wix has, isn't it? Thanks in advance __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com ------------------------------------------------------------------------- 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