I'm using visual studo 2005 creating a MIS package, have created a custom action using the following line.
/Install -s "PdFTEST" -n "Our registered name" -c "our registration code"
The driver installs, the problem i'm having is the pop up window, that tells user they are installing the amyuni pdf document converter Then they need to click ok to this box, that shows, if I run the same information using a .bat file I do not get this pop that tells me I'm install the Amyuni pdf driver.
I need to eliminate this pop-box.
Trouble with silent install of driver
Hello,
When installing the PDF Printer on your customers' machine using Install-s you need to do so from a batch file, you will not enter the command manually in the command prompt.
The message that a printer is installed is generated by Windows, Install-s should remove this message.
Hope this helps.
When installing the PDF Printer on your customers' machine using Install-s you need to do so from a batch file, you will not enter the command manually in the command prompt.
The message that a printer is installed is generated by Windows, Install-s should remove this message.
Hope this helps.