molodiuc / pythonxy

Automatically exported from code.google.com/p/pythonxy
0 stars 0 forks source link

Silent full installation #212

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

I have to deploy python (x/y) on many computers, but the silent installation 
only install the "minimal" profile.

Could you add the possibility to choose what plug'in to install or to make a 
silent full installation ?

Fab.

Original issue reported on code.google.com by nicoled...@gmail.com on 28 Oct 2010 at 1:23

GoogleCodeExporter commented 9 years ago

Original comment by pierre.raybaut on 28 Oct 2010 at 8:16

GoogleCodeExporter commented 9 years ago
I am also interested in this option as well.

I have downloaded the monster download (500+MB) and would like to be able to 
easily have it install all of the options available.

Thanks,

gizmo

Original comment by gizmomat...@gmail.com on 6 Jun 2011 at 2:37

GoogleCodeExporter commented 9 years ago
Enhancement requests for adding commandline Switches.  As an admin we would 
deploy the software using our deployment tool which uses the System 
credentials.  Which could cause issues.

1.  Have the ability to Log the installation.  Switch could be - /Log="Path"

2.  Have the ability to change the default "Install For" to "All Users".  
Switch could be - /Allusers=Yes or No  

3.  Plugins - Full or Recommended. switch could be - /Full

4.  Eclispse Workspace directory path. Switch could be - /Work="Path"

5.  Suppress or include Shortcuts.

Original comment by Rob.Las...@gmail.com on 26 Jul 2011 at 8:46

GoogleCodeExporter commented 9 years ago
More information in regards to the installer.  Using a deployment tool such as 
Microsoft SCCM, Altiris or a LANDesk will cause broken shortcuts due to fact 
that they will use system accounts to install the software for Least Privilege 
accounts.  If this method is used and if you select Instal for "Just me" during 
the component selection dialog.  The resulting installation will be successful 
however all the shortcuts will be broken or the file associations will be 
missing.  See the attached file.  Future installation should only be installed 
to "All Users"

Original comment by Rob.Las...@gmail.com on 27 Sep 2011 at 10:03

Attachments:

GoogleCodeExporter commented 9 years ago
FYI, it's already possible to change the "All Users/Current User Only" install 
option with the following command line switch:
/ALLUSERS=1
/ALLUSERS=0

Since v2.7.2.1 (release in progress), the default option is installation for 
All Users.

However, there is still no way to silently set installation type to "Full". 
NSIS does not allow to do so.

Original comment by pierre.raybaut on 24 Oct 2011 at 2:21

GoogleCodeExporter commented 9 years ago
Thanks for the update.  Also, can we make sure that all the possible switches 
are completely documented on your website and if you can provide some examples. 
 You list on your Installation Notes section "(note: silent install is 
supported):"  but nothing is posted.

Original comment by Rob.Las...@gmail.com on 25 Oct 2011 at 8:55

GoogleCodeExporter commented 9 years ago
Issue 411 has been merged into this issue.

Original comment by grizzly.nyo on 8 Apr 2012 at 6:56