Hello everyone,
lately I've been working with silent installation Pdf Creator. I am trying to install this software from command prompt or Powershell script. For the version 4.4.0 has worked well actually , but apparently since version 4.4.1 has been released, my script doesn't work anymore for the installation. Does anybody have the same problem ? I would be thankful if someone could help me to resolve it. These are the scripts that I've tried. but did not work.
Invoke-Command {Start-Process -FilePath C:\Users\testuser\Downloads\PDFCreator-4_4_1-Setup.exe -ArgumentList '/ForceInstall /VERYSILENT /LANG=English /COMPONENTS="program,ghostscript"' -WorkingDirectory "C:\Users\testuser\Downloads" -Verb runAs -Wait -PassThru } -ArgumentList '/Silent'
Start-Process msiexec -ArgumentList '/i C:\Windows\Temp\PDFCreator-4_4_1-Setup.msi /quiet' -Verb runAs -Wait
Start-Process msiexec -ArgumentList '/i C:\Windows\Temp\pdf24-creator-10.7.0.msi /quiet' -Verb runAs -Wait
Start-Process "C:\Windows\Temp\PDFCreator-4_4_1-Setup" -argumentlist "/ForceInstall /VERYSILENT /LOADINF=""C:\Windows\Temp\Setup.in""" -Verb runAs -Wait
Thanks
myasir
1 post - 1 participant