What does this mean? What error are you getting? What do the log say?Hi all,
I'm actually unable to deploy pdf creator 4.4.3 free version by sccm application. Did someone successed deploying this up to date soft please ?
Thanks
You haven't mentioned the setup commands that you have used. "Unable to Deploy" can mean anything. So explain what you are doing in detail and also check the deployment information on the PDF creator website.Hi all,
I'm actually unable to deploy pdf creator 4.4.3 free version by sccm application. Did someone successed deploying this up to date soft please ?
Thanks
I launched this command in the psexec window : PDFCreatorSetup.exe /VerySilent /Lang=fr /NoIcons /Components="Program"Try executing the silent package via PsExec first. if it works fine but not with the SCCM. enable user interface and deploy again.
也就是说,
- On command prompt (as Administrator)
- Execute this command line, psExec -s -i cmd.exe
- This will open another window
- Go to package location
- Run the package.
Hi muneer,Try setup.exe? And find the silent parameter.
If you are unable find the parameter using above method ,
* install the application, go to hklm\software\microsoft\windows\current version\uninstall - search the product..find the value of uninstall key. Sometime we can able to see the silent parameter in that value.
Otherwise, find the silent parameter from its vendor site.
If you can able to execute the installation silently via psexec, then you won't find issues in sccm deployment as well.