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 😉
INF to NSIS
3 posts
Not that I know of.
You can always install it from NSIS using:
ExecWait '$SYSDIR\rundll32.exe setupapi,InstallHinfSection DefaultInstall 132 "path to inf"'
ExecWait '$SYSDIR\rundll32.exe setupapi,InstallHinfSection DefaultInstall 132 "path to inf"'