Skip to content
⌘ NSIS Forum Archive

INF to NSIS

3 posts

Vytautas#

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 😉
kichik#
You can always install it from NSIS using:

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