Re: [WiX-users] How to strip the leading '#' from a numericalvalue retrieved from a reg key using RegistrySearch

2009-08-21 Thread John Trump
wing the '#' and preceding the actual number (in decimal aka base-10). You'll need a custom action to parse/strip it. The Windows Installer's formatted syntax doesn't have many string-manipulation operations built-in. -Original Message- From: John Trump [mailto:john_t

[WiX-users] How to strip the leading '#' from a numerical value retrieved from a reg key using RegistrySearch

2009-08-20 Thread John Trump
I retrieve the IISPORT from the registry as follows: And build the url to our web page like this: http://localhost: [IISPORT]/CompanyName/product.Web/ProductHomePage/ProductHomePage.aspx The problem is that a '#' is prepended to the port number in [IISPORT]. H

Re: [WiX-users] IIS virtual web directory modification/settings

2009-04-16 Thread John Trump
ou should have full control over the ordering. Thanks, Thomas S. Trias Senior Developer Artizan Internet Services http://www.artizan.com/ ---- Original Message Subject: [WiX-users] IIS virtual web directory modification/settings From: John Trump To: Date: 4/14/2009 2:28 PM &

[WiX-users] IIS virtual web directory modification/settings

2009-04-14 Thread John Trump
) 3. Set default content page a. "Enable default content page" b. set to .aspx c. In the list of pages, it needs to be the top entry. Any ideas would be appreciated. Thanks, John Trump -