OCSInventory-NG / Packager-for-Windows

The packager helps installing OCS Inventory NG Agent for Windows (or any windows application). It create an executable package including multiple files to install, and is able to run the installation process under the specified account having Administrative privileges.
Other
12 stars 7 forks source link

//============================================================================== // Open Computer and Software Inventory Next Generation // Copyright (C) 2010 OCS Inventory NG Team. All rights reserved. // Web: http://www.ocsinventory-ng.org

// This code is open source and may be copied and modified as long as the source // code is always made freely available. // Please refer to the General Public Licence Version 2.0 // http://www.gnu.org/ or Licence.txt //==============================================================================

REQUIREMENTS

BUILDING STEPS

Project is divided into 4 components:

So, to build the project, you must compile components in the following order: 1 instOCS.nsi 2 ListBox.nsi 3 OcsPackager.nsi

We hope it will works for you !

OCS Inventory Team