I’m having problems with installing Paperstream. I received the silent command from technical support. It is:
start /wait C:\SW\PSCapture\PSCSetup.exe C:\SW\PSCapture\Data1\setup_en.msi INSTALLDIR=“C:\Program Files\fiScanner\PaperStream Capture” –q -b
When I translate this into the Execute-Process command as shown below it doesn’t work.
Execute-Process -Path “$dirFiles\PSCapture\PSCSetup.exe” -Parameters “$dirFiles\PSCapture\Data1\setup_en.msi INSTALLDIR="C:\Program Files\fiScanner\PaperStream Capture
”–q -b"
Can someone tell me what I am doing wrong?
Thanks,
Donna