Hi All,
I'm in a similar position however, i have created a .bat file to run the .exe which i want to add to a task sequence. The problem i am experiencing is that when i run it manually it is producing an error saying that 'there is not enough disk space'. below is the script:
\\%ServerName%\software$\python\PyCharm\Pycharm2018.exe /S /CONFIG="\\%ServerName%\sources$\OSD\applications\PyCharm\Config File\edu_silent.config" /D="C:\Pycharm" /LOG=C:\Pycharm\install.log
regards