Utility for installing software and drivers with rundll32.exe
Execute the specified (local or remote) .wsh/.sct script with scrobj.dll in the .inf file by calling an information file directive (section name specified).
rundll32.exe advpack.dll,LaunchINFSection {PATH:.inf},DefaultInstall_SingleUser,1,
Execute the specified (local or remote) .wsh/.sct script with scrobj.dll in the .inf file by calling an information file directive (DefaultInstall section implied).
rundll32.exe advpack.dll,LaunchINFSection {PATH:.inf},,1,
Launch a DLL payload by calling the RegisterOCX function.
rundll32.exe advpack.dll,RegisterOCX {PATH:.dll}
Launch an executable by calling the RegisterOCX function.
rundll32.exe advpack.dll,RegisterOCX {PATH:.exe}
Launch command line by calling the RegisterOCX function.
rundll32 advpack.dll, RegisterOCX {CMD}