Difference between revisions of "Related projects"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m (Reverted edits by Ewen (talk) to last revision by WPKGSysop)
 
(25 intermediate revisions by 15 users not shown)
Line 1: Line 1:
[http://unattended.sourceforge.net/ Unattended] - a system for fully automating the installation of Windows 2000, Windows XP, and Windows Server 2003.
+
= Software dedicated to work with WPKG =
 +
 
 +
See the [[user contributed software]] page for a list of programs, scripts etc. dedicated to working with WPKG.
 +
 
 +
= Other software =
 +
== Unattended ==
 +
[http://unattended.sourceforge.net/ Unattended] - a system for fully automating the installation of Windows 2000 Professional and Server, Windows XP, and Windows Server 2003.
  
 
Features include:
 
Features include:
Line 11: Line 17:
 
* Completely free
 
* Completely free
  
When you are finished setting up Unattended, you will be able to boot any PC from a floppy, from a CD-ROM, or directly from the network, answer a few questions, and come back an hour or two later to a fully-installed Windows workstation.
+
When you are finished setting up Unattended, you will be able to boot any PC from a floppy disk, CD-ROM, or from the network, answer a few questions, and come back an hour or two later to a fully-installed Windows workstation.
  
 +
== Unattended GUI ==
 +
[http://unattended-gui.sourceforge.net/ Unattended GUI] - a GUI for Unattended. Also a collection of scripts for inventory, deinstallation and other add-ons.
  
----
+
== Diegostart ==
 
+
[http://diegostart.dijuremo.org/ Diegostart] - Unattended Windows installation based on [http://www.nu2.nu/pebuilder/ Bart's Preinstalled Environment (BartPE) bootable live windows CD/DVD].
[http://unattended-gui.sourceforge.net/ Unattended GUI] - This is the GUI to Unattended. Also a collection of scripts for inventory, deinstallation and other add-ons.
+
 
+
----
+
[http://diegostart.dijuremo.org/ Diegostart] - Unattended windows installs based on the use of the [http://www.nu2.nu/pebuilder/ BartPE] cd.
+
  
 
Features:
 
Features:
  
* Detailed Howto for Windows XP installations.
+
* can install Windows operating systems starting with 2000 and all the way up to the latest Windows server class systems
* Supports Windows 2000, 2003 and the corresponding server versions.
+
 
* Based on answer files, batch scripts and free software.
 
* Based on answer files, batch scripts and free software.
 
* Allows simultaneous installation of different classes of systems, e.g. Windows XP Pro for a Computing Lab, Windows XP pro for a laptop, Windows XP Pro for a Staff person.
 
* Allows simultaneous installation of different classes of systems, e.g. Windows XP Pro for a Computing Lab, Windows XP pro for a laptop, Windows XP Pro for a Staff person.
 
* [http://en.wikipedia.org/wiki/Libre#Free_as_in_beer_versus_free_as_in_speech Free as in beer]
 
* [http://en.wikipedia.org/wiki/Libre#Free_as_in_beer_versus_free_as_in_speech Free as in beer]
  
----
+
== OPSI ==
 +
[http://www.opsi.org/ opsi], Open PC Server Integration - a Linux server based system for automating Windows deployment, software installation and inventory.
  
[http://sds.imatic.cz/ SDS] - This project can "push" software to client workstations. It was inspired by Unicenter/SMS, however the big advantage is that it does not need a client on the target system. Currently, the engine is "almost finished" but the disadvantage is that you must use a command line interface.  A GUI is in the works.
 
 
Features:
 
Features:
  
* Automated installation of software/running commands
+
* A VMware machine with a ready to use opsi server can be downloaded - all you need to add is the original Windows installation media.
* Doesn't need a client on target computer
+
 
* Uses the push method, so you dont need to wait till user log in. Also you can install software when noone is logged on target system.
+
* Supports Windows 2000, Windows XP, Windows Vista, Windows 7 and Windows Server 2003/2008,.
* Completely free including source code
+
 
* No installation required - I personally got my SDS Server on my USB flash disk ;)
+
* Is based on two methods of accessing a client computer: First, a network boot with a Linux image, that can e.g. be used for preparing an OS installation, or saving and restoring a partition. Second, a boot of the installed OS, in which a service is implanted. This service triggers the execution of install processes or other scripts. These processes are controlled by SSL-requests to the "opsi configuration service" which runs on the opsi server.
* Online/Offline check - SDS will wait till computer is available and automatically install requested software.  
+
 
* Support for
+
* The software configuration of each client can be individually configured.
** Commands (Restart_PC...)
+
 
** Installations (Office2003...)
+
* To prepare the software packages for deployment there is a scriptable environment that combines different approaches as Windows Installer packages, automated installs by [http://www.autoitscript.com AutoIt] scripts, and specific command calls.
** Groups (install Office2003, latest SP and restart computer)
+
 
 +
== OCS Inventory NG ==
 +
[http://ocsinventory-ng.org/ OCS Inventory NG], Open Computer and Software Inventory Next Generation - includes a package deployment feature on client computers. From the central management server, you can upload packages (software setup, commands or just files to store on client computers) which will be downloaded and launched by an agent on the client computer.
 +
 
 +
See also [[OcsInventory Agent]]
 +
 
 +
== FusionInventory ==
 +
[http://fusioninventory.org/ FusionInventory] - a [http://www.glpi-project.org/ GLPI] plugin and an [[FusionInventory Agent|Agent]] based on OCS Inventory NG agent.
 +
 
 +
== Munki ==
 +
 
 +
[http://code.google.com/p/munki/ Munki] - OSS 1st and 3rd party software installation server for Mac OS X clients that is thematically similar to WPKG.  
 +
 
 +
[[Category:Documentation]]

Latest revision as of 14:32, 5 May 2015

Software dedicated to work with WPKG

See the user contributed software page for a list of programs, scripts etc. dedicated to working with WPKG.

Other software

Unattended

Unattended - a system for fully automating the installation of Windows 2000 Professional and Server, Windows XP, and Windows Server 2003.

Features include:

  • Automated install of OS, hotfixes, and applications
  • Full documentation and source code
  • Support for floppy, CD-ROM, and "nothing but net" installs
  • True unattended installation, not disk imaging
  • No Windows servers required; use your Unix servers instead
  • No Unix servers required; use your Windows servers after all
  • Completely free

When you are finished setting up Unattended, you will be able to boot any PC from a floppy disk, CD-ROM, or from the network, answer a few questions, and come back an hour or two later to a fully-installed Windows workstation.

Unattended GUI

Unattended GUI - a GUI for Unattended. Also a collection of scripts for inventory, deinstallation and other add-ons.

Diegostart

Diegostart - Unattended Windows installation based on Bart's Preinstalled Environment (BartPE) bootable live windows CD/DVD.

Features:

  • can install Windows operating systems starting with 2000 and all the way up to the latest Windows server class systems
  • Based on answer files, batch scripts and free software.
  • Allows simultaneous installation of different classes of systems, e.g. Windows XP Pro for a Computing Lab, Windows XP pro for a laptop, Windows XP Pro for a Staff person.
  • Free as in beer

OPSI

opsi, Open PC Server Integration - a Linux server based system for automating Windows deployment, software installation and inventory.

Features:

  • A VMware machine with a ready to use opsi server can be downloaded - all you need to add is the original Windows installation media.
  • Supports Windows 2000, Windows XP, Windows Vista, Windows 7 and Windows Server 2003/2008,.
  • Is based on two methods of accessing a client computer: First, a network boot with a Linux image, that can e.g. be used for preparing an OS installation, or saving and restoring a partition. Second, a boot of the installed OS, in which a service is implanted. This service triggers the execution of install processes or other scripts. These processes are controlled by SSL-requests to the "opsi configuration service" which runs on the opsi server.
  • The software configuration of each client can be individually configured.
  • To prepare the software packages for deployment there is a scriptable environment that combines different approaches as Windows Installer packages, automated installs by AutoIt scripts, and specific command calls.

OCS Inventory NG

OCS Inventory NG, Open Computer and Software Inventory Next Generation - includes a package deployment feature on client computers. From the central management server, you can upload packages (software setup, commands or just files to store on client computers) which will be downloaded and launched by an agent on the client computer.

See also OcsInventory Agent

FusionInventory

FusionInventory - a GLPI plugin and an Agent based on OCS Inventory NG agent.

Munki

Munki - OSS 1st and 3rd party software installation server for Mac OS X clients that is thematically similar to WPKG.