Re: [WiX-users] getting /setting servername property

2007-04-26 Thread Rob Mensching
[WiX-users] getting /setting servername property LEMIRE, JOHN wrote: > > It's not clear to me from this if you're saying the one that can be > obtained from the [ComputerName] property is sufficient or not. Are you > asking for fully domain name qualified or something? &g

Re: [WiX-users] getting /setting servername property

2007-04-26 Thread jrcolons
LEMIRE, JOHN wrote: > > It's not clear to me from this if you're saying the one that can be > obtained from the [ComputerName] property is sufficient or not. Are you > asking for fully domain name qualified or something? > Sorry, I often mislead the people... Let's suppose my web server is na

Re: [WiX-users] getting /setting servername property

2007-04-26 Thread LEMIRE, JOHN
olons Sent: Thursday, April 26, 2007 12:08 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] getting /setting servername property Rob Mensching-2 wrote: > > ComputerName? > i'm doing an installer for a web application that some of it's settings require the webs

Re: [WiX-users] getting /setting servername property

2007-04-26 Thread jrcolons
Rob Mensching-2 wrote: > > ComputerName? > i'm doing an installer for a web application that some of it's settings require the webserver name, which it's better to be obtained from some property other than user interface generated ones... is there some one? how do i obtain the computername?(j

Re: [WiX-users] getting /setting servername property

2007-04-26 Thread Rob Mensching
ComputerName? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of jrcolons Sent: Thursday, April 26, 2007 8:25 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] getting /setting servername property I'm trying to set up web.config conne

[WiX-users] getting /setting servername property

2007-04-26 Thread jrcolons
I'm trying to set up web.config connection strings and some configurations that need the server name in order to be set up correctly. Is there a property in wix or a windows installer property that i can recall on my sript to set it? How can I obtain that by Installer or OSS means Greetings and