Re: [WiX-users] Read System IP adresss

2013-01-03 Thread Jeremy Farrell
To start with you need to define what you mean by "System IP address". The smallest Windows systems I use have four different IP addresses, others have many more. > From: Chaitanya [mailto:chaita...@pointcross.com] > Sent: Thursday, January 03, 2013 08:55 > > In wix I want to read system IP add

Re: [WiX-users] Read System IP adresss

2013-01-03 Thread Christopher Painter
. From: "Chaitanya" Sent: Thursday, January 03, 2013 2:22 AM To: "General discussion for Windows Installer XML toolset." Subject: Re: [WiX-users] Read System IP adresss Thanks for your help. But I know how to write custom action. Ill show u come commands how iam writing

Re: [WiX-users] Read System IP adresss

2013-01-03 Thread Chaitanya
e. Upto now iam reading default IP address. But I want Wix has to read my system Ip address. -Original Message- From: Philip Patrick [mailto:patri...@varonis.com] Sent: 03 January 2013 13:37 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Read System IP

Re: [WiX-users] Read System IP adresss

2013-01-03 Thread Philip Patrick
just copy-paste a code from internet in hope it'll work :) -Original Message- From: Chaitanya [mailto:chaita...@pointcross.com] Sent: Thursday, January 03, 2013 09:55 To: 'General discussion for Windows Installer XML toolset.' Subject: Re: [WiX-users] Read System IP adre

Re: [WiX-users] Read System IP adresss

2013-01-02 Thread Chaitanya
Can please send me how u creating custom action -Original Message- From: Philip Patrick [mailto:patri...@varonis.com] Sent: 03 January 2013 13:17 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Read System IP adresss For such tasks I usually create a

Re: [WiX-users] Read System IP adresss

2013-01-02 Thread Philip Patrick
For such tasks I usually create a custom action that runs before AppSearch (make sure to place it into UI sequence and Execute sequence, depending on your needs). It gathers all information and sets relevant properties, which can be used during installation then. -Original Message- From