[WiX-users] [ComputerName]?

2007-05-15 Thread Kevin Burton
Apparently the ComputerName property does not give me a fully qualified
domain name. Is there another property that I can use to give me a fully
qualified domain name? Where could I look to find the built-in properties?

 

Thank you.

 

Kevin

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] [ComputerName]?

2007-05-15 Thread Rob Mensching
Nope.  I needed this for configuring Windows Marketplace too... found a hacked 
work around (all of our deployments happen in the same domain as the user so I 
cheat and use the USERDOMAIN env var).  I haven't written the CustomAction to 
shove it into a property properly.

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kevin Burton
Sent: Tuesday, May 15, 2007 8:26 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] [ComputerName]?

Apparently the ComputerName property does not give me a fully qualified domain 
name. Is there another property that I can use to give me a fully qualified 
domain name? Where could I look to find the built-in properties?

Thank you.

Kevin
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] [ComputerName]?

2007-05-15 Thread Rennie Petersen
I believe this is THE definitive list of built-in properties:
http://msdn2.microsoft.com/en-us/library/aa370905.aspx
 
Rennie
 




From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Kevin
Burton
Sent: 15. maj 2007 17:26
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] [ComputerName]?



Apparently the ComputerName property does not give me a fully
qualified domain name. Is there another property that I can use to give
me a fully qualified domain name? Where could I look to find the
built-in properties?

 

Thank you.

 

Kevin

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] [ComputerName]?

2007-05-15 Thread Kevin Burton
So if I want the default to be [ComputerName], will this code work?

 

  Property Id=FULLYQUALIFIEDCOMPUTERNAME
Hidden=yes$(ComputerName)/Property

 

 

From: Rob Mensching [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, May 15, 2007 10:29 AM
To: Kevin Burton; wix-users@lists.sourceforge.net
Subject: RE: [WiX-users] [ComputerName]?

 

Nope.  I needed this for configuring Windows Marketplace too. found a hacked
work around (all of our deployments happen in the same domain as the user so
I cheat and use the USERDOMAIN env var).  I haven't written the CustomAction
to shove it into a property properly.

 

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Kevin Burton
Sent: Tuesday, May 15, 2007 8:26 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] [ComputerName]?

 

Apparently the ComputerName property does not give me a fully qualified
domain name. Is there another property that I can use to give me a fully
qualified domain name? Where could I look to find the built-in properties?

 

Thank you.

 

Kevin

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users