The problem is I cannot figure-out how to run these commands in the NSIS script. I have read info about "Exec", "ExecWait", "ExecShell", "ExecDLL", and "nsExec" and I can't seem to get any of them to work. I fear that it is because of all the switches used in the command.
rundll32 printui.dll,PrintUIEntry
/if /b "Ricoh Aficio 1515 (Systems)"
/f "\\ntserver\install\R1515_Win2K_XP\OEMSETUP.INF"
/q /r "NP01-C05" /m "RICOH Aficio 1515 PCL 6" /z /u
Here is my latest failed attempt:
So, NSIS gurus what advice can you help give this newbie to get around this?
ExecWait "rundll32 printui.dll,PrintUIEntry
/if /b 'Ricoh Aficio 1515 (Systems)'
/f '$INSTDIR\Ricoh1515F_PCL6\Win2K_XP\OEMSETUP.INF'
/q /r 'NP01-C05' /m 'RICOH Aficio 1515 PCL 6' /z /u"
TIA,
Charles