cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
sanjeeva41
Level 2

Installation issue.

Hi All,

I am using InstallShield 8.0 service pack 1.
I have build one setup file with this application. It is working fine.
It is installing correctly.

While installing i want to check / validate the system's MAC address.

How can i get system MAC address while installing.

Can any one please tell me where and what code i should write to
achieve this.

Thanks & Regards
Sanjeeva K Kanakam.
Labels (1)
0 Kudos
(1) Reply
thepeter
Level 7

you can use a VBScript custom action using the Win32_NetworkAdapterConfiguration class http://msdn.microsoft.com/en-us/library/aa394217(VS.85).aspx
0 Kudos