Jump to content

Recommended Posts

  • 2 years later...
Posted

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

Posted
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'.

Do you still get an error with the following command line? I have changed a couple of the paths.

 

\\%ServerName%\software$\python\PyCharm\Pycharm2018.exe /S /CONFIG="\\%ServerName%\sources$\OSD\applications\PyCharm\Config File\edu_silent.config" /D="%ProgramFiles(x86)%\Pycharm" /LOG="%TEMP%\Pycharm_Install.log"

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...