Jump to content

Recommended Posts

Posted

Hey guys,

 

After lurking these forums for 3 years, I'm finally posting for the first time!

 

I'm having an issue with PyCharm Edu in SCCM. I can get the app in just fine but, when it gets round to installing, it appears to think it has installed, but actually nothing is present on the C drive.

 

The log file is below for anyone's interest -- I've been trying to fix this for a few days now and I'm starting to give up lol

 

If anyone has PyCharm installed via sccm, I would love it if you could share your process and how you managed it!!!

 

Thank you so much guys

 

PyCharm log file:

 

--- 12.04.2019(Friday) 11:10:26 --- Space required: 569484 KB Space available: 112831940 KB get Python info search a Python version read registry string: HKCU Software\Python\PythonCore\2.7\InstallPath read registry string: HKCU Software\Python\PythonCore\2.7\InstallPath read registry string: HKLM Software\Python\PythonCore\2.7\InstallPath read registry string: HKLM Software\Python\PythonCore\2.7\InstallPath read registry string: HKLM Software\Python\PythonCore\2.7\InstallPath search a Python version read registry string: HKCU Software\Python\PythonCore\3.7\InstallPath read registry string: HKCU Software\Python\PythonCore\3.7\InstallPath read registry string: HKLM Software\Python\PythonCore\3.7\InstallPath read registry string: HKLM Software\Python\PythonCore\3.7\InstallPath read registry string: HKLM Software\Python\PythonCore\3.7\InstallPath silent installation, options config file: edu_silent.config mode: user shortcut for launcher32: 0 shortcut for launcher64: 1 update PATH env var: 0 download jre32: 0 download python2: 0 download python3: 0 association: .py, state: 0 Check if PyCharm Edu 183.4588.180 already installed read registry string: HKCU Software\JetBrains\PyCharm Edu\183.4588.180 read registry string: HKLM Software\JetBrains\PyCharm Edu\183.4588.180 NOTE: Specified install dir: C:\Program Files (x86)\JetBrains\PyCharm Edu 2018.3 is required administrative rights. It is corresponding with the admin mode in silent config file. But installation has been run with user mode. So install folder has been changed to the default: C:\Windows\system32\config\systemprofile\AppData\Local\JetBrains\PyCharm Edu 2018.3 Silent installation dir: C:\Windows\system32\config\systemprofile\AppData\Local\JetBrains\PyCharm Edu 2018.3 Installation dir: C:\Windows\system32\config\systemprofile\AppData\Local\JetBrains\PyCharm Edu 2018.3 get Python info ERROR: no internet connection Default launcher: C:\Windows\system32\config\systemprofile\AppData\Local\JetBrains\PyCharm Edu 2018.3\bin\pycharm64.exe Create shortcut: C:\Windows\system32\config\systemprofile\Desktop\JetBrains PyCharm Edu 2018.3 x64.lnk C:\Windows\system32\config\systemprofile\AppData\Local\JetBrains\PyCharm Edu 2018.3\bin\pycharm64.exe Copy files to C:\Windows\system32\config\systemprofile\AppData\Local\JetBrains\PyCharm Edu 2018.3 Do registration PyCharm Edu 183.4588.180 write registry string: HKCR Applications\pycharm.exe\shell\open FriendlyAppName PyCharm Edu 2018.3 write registry string: HKCR Applications\pycharm.exe\shell\open\command "C:\Windows\system32\config\systemprofile\AppData\Local\JetBrains\PyCharm Edu 2018.3\bin\pycharm64.exe" "%1" ShortCutWorkingDirectory: write registry string: HKCU Software\JetBrains\PyCharm Edu\183.4588.180 MenuFolder JetBrains write registry string: HKCU Software\JetBrains\PyCharm Edu\183.4588.180 C:\Windows\system32\config\systemprofile\AppData\Local\JetBrains\PyCharm Edu 2018.3 write registry string: HKCU Software\JetBrains\PyCharm Edu\183.4588.180 Build 183.4588.180 Regenerating the Shared Archives for java 64 Reset icon cache Installation has been finished successfully.

Posted (edited)

Well from the log there, it seems it can't get to the internet to download it. You sure you're running the full offline version?

 

Also what flags are you running on the install command?

 

Also did you setup the config file? If you're doing silent by default it'll only work for that user (aka system) you need to turn on admin install within the config file to get system wide

 

Steve

Edited by Steve21
Posted

There's an offline version?! I feel like a fool...

 

For flags I use /S /CONFIG=edu_silent.config and /D

 

Steve, you are saving my bacon! I'm going to check out the config file now to see if there's anything blatant that I'm missing -- thank you!!

Posted

You have to have changed the user to admin flag in the config file else it'll only install for the system account (using SCCM) or normal account for manual run

 

; Installation mode. It can be user or admin.
; NOTE: for admin mode please use "Run as Administrator" for command prompt to avoid UAC dialog.
[b][color="#FF0000"]mode=user[/color][/b]

; Desktop shortcut for launchers
launcher32=0
launcher64=1

; Add launchers path to PATH env variable
updatePATH=0

; Download and install jre32. This may take a few minutes.
jre32=0

; Download and install python. This may take a few minutes.
python2=0
python3=0

; List of associations. To create an association change value to 1.
.py=0

 

Check that and shout back :)

 

Steve

Posted

Steve, you're actually my favourite human being, ever.

 

Thank you for saving me time, I feel like a bit of an airhead right now but oh well!!

 

I know this is relatively off topic, but I'm trying to get solidworks into SCCM right now and that's making me want to jump off of a bridge - have you ever had to deploy this?

Posted

Haha sometimes it's the little things that get overlooked :p at least its working hey

 

Only an old old SW image, not used it in a long time I'm afraid, Why what's up?

 

Steve

Posted

Honestly I did scream when the exe actually installed -- thank you so much!

 

SW2018 is becoming a pain in the backside, so probs going to be making a thread on that next hahaha :p I just keep getting weird errors when trying to install via command-line install in sccm (trying to avoid the dreaded admin image) and it isn't exactly playing ball but no worries!

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