Hi Everyone,

I am a newbie to Wix and i am using wix 2.0. I need to get the client machine 
name(all in caps) and pass this as a parameter as my SQL Server name. I got 
this by this following property

<
<
</
 
here it gives me the computer name but not in caps. I need this in caps since 
the SQL Server doesnt recognize it as a valid database engine. 
 
I also have a VB Script which gives me the hostname as required(all in caps) 
but i dont know how to assign this value to the property which i use in wix? 
 Sub Name
Dim sComputername
set wshnetwork=createobject("wscript.network")
sComputername=wshnetwork.computername
set wshnetwork=nothing
msgbox sComputername
End Sub
 
 
Is there anyway to achieve this? Any help is greatly appreciated.
 
Thanks in advance
PrabhakaranPropertyId="MACHINE_NAME1">RegistrySearchId="EvsRegistrySearchMachineName1"Root="HKLM"Type="raw"Name="Hostname"Key="SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\"/>Property>
------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to