I have an issue arising out of the solution in the following link:
Are you a developer who uses NSIS to distribute your application? Are you a Winamp plug-in developer who wants to use NSIS to distribute your plug-in? Have suggestions for other people like you? This is the place.
If i use the math::script lines, the installer crashes.
If i do not use, i fear i am getting an incorrect decimal representation of the address.
For e.g. if the output by ipconfig /all is AB-CD. Its decimal representation is 43981. Lets assume the output from the code above gives a decimal value 'X', the reciprocal HEX of 'X' comes out to be CDAB (CD-AB).
In Plain words, the hexadecimal value of the mac address upon usage of the code above, is the reverse output of ipconfig/all.
Could any one shed any light on this please?
thanks.