And I don't think you need it as an env. var.  [ComputerName] is a built-in
msi property if I'm not mistaken.  But Michael is right, type 51 CA


On Wed, Nov 19, 2008 at 9:23 PM, Robert O'Brien <[EMAIL PROTECTED]
> wrote:

> If I use the following
> <Property Id="DATABASESHOSTNAME" Value="[%ComputerName]">
> my log output shows something other than what I'd expect
> Property(S): DATABASESHOSTNAME = [%ComputerName]
> and my CreateDatabase call that uses the public property DATABASESHOSTNAME
> fails
>
> If I use the following
> <Property Id="DATABASESHOSTNAME" Value="localhost">
> my log output shows what you'd expect
> Property(S): DATABASESHOSTNAME = localhost
> and my CreateDatabase call that uses the public property DATABASESHOSTNAME
> succeeds
>
> Question - Shouldn't the public property assignment using the runtime
> environment syntax above work?
> -------------------------------------------------------------------------
> 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
>
-------------------------------------------------------------------------
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

Reply via email to