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

Reply via email to