I retrieve the IISPORT from the registry as follows:
<Property Id="IISPORT"> <RegistrySearch Id="IISPortSearch" Type="raw" Root="HKLM" Key="SYSTEM\CurrentControlSet\Control\ServiceProvider\ServiceTypes\w3svc " Name="TcpPort" /> </Property> And build the url to our web page like this: <Property Id="SHORTCUTPATH">http://localhost: [IISPORT]/CompanyName/product.Web/ProductHomePage/ProductHomePage.aspx</ Property> The problem is that a '#' is prepended to the port number in [IISPORT]. How do I strip it off? ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users