I have a working innosetup installer that I am trying to move to AI. This installs a pdf ghostscript printer using the exisitng HP drivers. I am confused about the running these commands.
I have imported the iss script and this creates a custom action for "file attached to installation rundll32.exe" for this iss command.
Filename: "{sys}\rundll32.exe"; Parameters: "printui.dll,PrintUIEntry /if /b ""PDF Maker Printer"" /f ""{win}\inf\ntprint.inf"" /r ""PDFMakerPort:"" /m ""{#iPrtDriver_Vista}
this is incorrect because rundll32.exe already exists and we are not installing it. therefore which custom action do I use for rundll32.exe commands ?
Thanks
Paul