All, I need urgent help with this. Any help is greatly appreciated.
I need to take user input for Website Name, IP address and Port during install time, use that information to set the website properties. Here is what I am trying. Here is the website creation snippet <WebSite Id="MyWebsite" Description="Portlet Server" Directory="INSTALLAPP" DirProperties="executeperm"> <WebAddress Id="AllUnassigned" IP="[IISWebSiteIP]" Port="80"> </WebAddress> </WebSite> created the property for IP address <Property Id="IISWebSiteIP" Value="192.168.0.100" /> Created a textbox with the following wix. <Control Id="UEdit1" Type="Edit" Text="UEdit1" Property="IISWebSiteIP" X="180" Y="72" Width="108" Height="15"> </Control> When the website is created it always creates the website with the IP 192.168.0.100. Even though I change the IP address in the textbox it doesnt reflect that. I want the user to be able to change the IP address during the installation process. Please help me Thanks Amar __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users