samuel_1991 0 Junior Poster in Training

Hi, as I am using Inno Setup to do the installer job, which requires a dll to check for installation path (Please refer to a previous thread: http://www.daniweb.com/forums/thread310549.html), only to find out that VB.NET DLLs are .NET managed code. The DLL import feature of Inno can only talk to native DLLs.. I wish to convert the VB.NET dll into native dll. How should I start it? Or which programming language should I choose, it would be better if it has 64bit support reserved for future use.

Thanks a lot.