Archive: INF to NSIS


INF to NSIS
I have seen some utilities which convert one installer file to a .nsi file. I was wondering if anyone knows of one for convertng a Microsoft INF installer file into a NSIS Installer?

Vytautas ;)


Not that I know of.


You can always install it from NSIS using:

ExecWait '$SYSDIR\rundll32.exe setupapi,InstallHinfSection DefaultInstall 132 "path to inf"'