Changes between Version 3 and Version 4 of FeatureWindows
- Timestamp:
- 02/25/07 13:12:21 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FeatureWindows
v3 v4 15 15 16 16 == Packages == 17 Listing and removal of packages should be pretty easy via WMI. For installation in most cases the admin would need to figure out the correct silent install flags (there is a web sitethat catalogs a lot of this information), and include that in the bcfg2 server-side XML along with a URL (like with the RPM plugin); the bcfg2 client itself would need to take care of download, perhaps via the [http://linux.duke.edu/projects/urlgrabber/ urlgrabber python module].17 Listing and removal of packages should be pretty easy via WMI. For installation in most cases the admin would need to figure out the correct silent install flags (there is a [http://www.appdeploy.com/ web site] that catalogs a lot of this information), and include that in the bcfg2 server-side XML along with a URL (like with the RPM plugin); the bcfg2 client itself would need to take care of download, perhaps via the [http://linux.duke.edu/projects/urlgrabber/ urlgrabber python module]. 18 18 19 19 Another option would be to utilize one of the existing FLOSS tools for dealing with Windows packages, such as [http://wpkg.org/ WPKG]. … … 21 21 == Prior FLOSS Art == 22 22 * [http://www.autoitscript.com/autoit3/ AutoIt] - For dealing with packages that don't have a silent install option 23 * [http://www.opensysadmin.com/trac/ticket/4 French Stuff] - [http://ocsinventory.sourceforge.net/ Open Computers and Software Inventory - Next Generation] and [http://www.glpi-project.org/spip.php?lang=en GLPI - Gestionnaire libre de parc informatique] 23 * [http://www.opensysadmin.com/trac/ticket/4 French Stuff] 24 * [http://ocsinventory.sourceforge.net/ Open Computers and Software Inventory - Next Generation] 25 * [http://www.glpi-project.org/spip.php?lang=en GLPI - Gestionnaire libre de parc informatique] 24 26 * Javascript thing a colleague of Desai's at ANL wrote - Desai was going to see if this can be released 25 27 * [http://sial.org/howto/cfengine/windows/ Managing Windows with CFEngine and Perl] … … 27 29 * [http://www.cfengine.org/docs/cfengine-NT/ Porting cfengine to Windows NT] 28 30 * [http://isg.ee.ethz.ch/tools/realmen/ Real Men Don't Click] - Tobi Oetiker's stuff 31 * [http://isg.ee.ethz.ch/tools/realmen/res/index.en.html More Prior FLOSS Art] 29 32 * [http://unattended.sourceforge.net/ Unattended] - Bare Metal Installs, Package Management 30 33 * [http://wpkg.org/ WPKG] - Package Management