How to create / add multiple printers during install

I have two printers to add. I use the INI file using /LOADINF to create the default printer without issue. I want to add another printer called PDFCreator Batch and it use a Batch profile, which in turn has the Auto-Save turned on.

 

Is there a way to script this during or post install?

I tried using rundll32 printui.dll,PrintUIEntry but it give me errors.

I am not sure which INF file to point to for the printer addition.

rundll32 printui.dll,PrintUIEntry /if /b "PDF Creator Batch"  /r "pdfcmon" /m "PDFCreator"