Re: [WiX-users] How to downcase a public property?

2012-02-15 Thread Christopher Painter
~= . From: Jeff McCune j...@puppetlabs.com Sent: Tuesday, February 14, 2012 11:20 PM To: chr...@iswix.com, General discussion for Windows Installer XML toolset. wix-users@lists.sourceforge.net Subject: Re: [WiX-users] How to downcase a public property? On Tue, Feb 14, 2012 at 7:18 PM

[WiX-users] How to downcase a public property?

2012-02-14 Thread Jeff McCune
Hi, I'm running into a problem where I need to configure my application with something resembling the computer name. I'm currently doing this using the remember property pattern. Here's the code [1] where I'm setting the public property to the default value of [ComputerName] This works well

Re: [WiX-users] How to downcase a public property?

2012-02-14 Thread Christopher Painter
...@puppetlabs.com Sent: Tuesday, February 14, 2012 8:45 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] How to downcase a public property? Hi, I'm running into a problem where I need to configure my application with something resembling the computer name. I'm currently doing

Re: [WiX-users] How to downcase a public property?

2012-02-14 Thread Jeff McCune
On Tue, Feb 14, 2012 at 7:18 PM, Christopher Painter chr...@iswix.com wrote: If you are really serious about simplying setup and making it bulletproof you should push back at your application developers and challenge why they need the hostname to be lower cased.  The code that reads the XML

Re: [WiX-users] How to downcase a public property?

2012-02-14 Thread Jeff McCune
On Tue, Feb 14, 2012 at 9:19 PM, Jeff McCune j...@puppetlabs.com wrote: On Tue, Feb 14, 2012 at 7:18 PM, Christopher Painter chr...@iswix.com wrote: If you are really serious about simplying setup and making it bulletproof you should push back at your application developers and challenge why