Jump to content

Recommended Posts

Posted

I am trying to install Python 3.5.2 but it does not give me the option to change path..

see screenshot attached.....

 

We are using roaming profiles....server 2012 R2.....windows 7 x32..

Python.jpg

Posted
I have downloaded .exe from python website and trying to install on a single PC manually. We are currently running python on Oracle virtualbox which is not very reliable after imaging... always something is not working....
Posted
no wonder it's not easy to deploy with GPO.

It's easy to deploy with SCCM or PDQ Deploy though.

 

Install

python-3.5.2-amd64.exe /quiet

 

unattend.xml

   
   
   
   
   
   
   
   

 

Uninstall

python-3.5.2-amd64.exe /quiet /uninstall

  • Thanks 3
Posted
Will this install for everyone?

Yes. The InstallAllUsers setting in the Unattend.xml file ensures Python is installed for all users. As long as that is set to 1, Python will be installed to "C:\Program Files\Python35" and the shortcuts will be in "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Python 3.5".

 

I forgot to mention above that I used the /layout parameter to extract the files to a folder first.

Posted
We do have SCCM but never used that much. Can someone guide me how to install with SCCM? Website tutorial would be ideal......thank you ....
  • 2 months later...
Posted

unattend.xml

Code:

 

@Arthur where do I add this unattend.xml code in the application package? I am using msi file and created an SCCM application package. I am still stuck ....

  • 4 weeks later...
Posted
RM should have created their own package for CC4. I had the privilege to work with CC3 for a year previously before moving on to vanilla network.
  • Thanks 1
Posted

With CC4 packaging the thing to remember is that the exe or msi must be in a folder that contains only the required files as it will import all files and folders alongside it.

In the RMMC click the File menu and select Import, Package.

In the Package Type box select Community Connect 3 to allow you to import an msi or exe.

Browse to the location of the install file and use the drop down menu to change from "CC3 Package" to "All Files"

Select your file and click Open.

Tick the "Show Package properties" box and click OK.

 

After import you will need to edit the command line arguments, dependencies and constraints etc. and that's about it. More detailed instructions are available from RM Support website in the knowledgebase, search for CC4 packaging guide.

  • 3 years later...
Posted
It's easy to deploy with SCCM or PDQ Deploy though.

 

Install

python-3.5.2-amd64.exe /quiet

 

unattend.xml

   
   
   
   
   
   
   
   

 

Uninstall

python-3.5.2-amd64.exe /quiet /uninstall

 

Long time ago I know but i'm trying to create package for python with the path option enabled. Any idea how to do this with PDQ deploy specifically?

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