Component Manager: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
Line 1: Line 1:
== Info ==
== Links ==
[http://xpui.sf.net/compmgr Official Website]<br />
[http://xpui.sf.net/compmgr/?sec=downloads Downloads]
 
== Description ==
'''Version:''' 0.1.051117.
 
Component Manager is a totally new and different way of handling sections. It is used to create a complete and automatically generated modification, repair, and uninstallation system.  Component Manager uses several special commands that replace their standard NSIS counterparts, allowing for dynamic generation of scripts that control repair, maintenance, removal, and modification (adding/removing components).  
Component Manager is a totally new and different way of handling sections. It is used to create a complete and automatically generated modification, repair, and uninstallation system.  Component Manager uses several special commands that replace their standard NSIS counterparts, allowing for dynamic generation of scripts that control repair, maintenance, removal, and modification (adding/removing components).  


Line 6: Line 12:
== Still to come... ==
== Still to come... ==
Component Manager is far from finished.  In fact, it's just starting to get to a point where it even works somewhere off my own computer.  I am currently working on support for a Start Menu shortcut system, registry key creation, read-only (required) sections, and updated documentation for version 0.2.
Component Manager is far from finished.  In fact, it's just starting to get to a point where it even works somewhere off my own computer.  I am currently working on support for a Start Menu shortcut system, registry key creation, read-only (required) sections, and updated documentation for version 0.2.
== Links ==
[http://xpui.sf.net/compmgr Official Website]<br />
[http://xpui.sf.net/compmgr/?sec=downloads Downloads] (Current Version: 0.1.051117)<br />


== License ==
== License ==
[http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License]
[http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License]
[[Category:Header Files]]

Revision as of 05:13, 3 December 2005

Links

Official Website
Downloads

Description

Version: 0.1.051117.

Component Manager is a totally new and different way of handling sections. It is used to create a complete and automatically generated modification, repair, and uninstallation system. Component Manager uses several special commands that replace their standard NSIS counterparts, allowing for dynamic generation of scripts that control repair, maintenance, removal, and modification (adding/removing components).

Component Manager has been tested with the ExperienceUI, Modern UI, and UltraModern UI, but Modern UI support is somewhat limited because the window size is smaller than the ExperienceUI or UltraModern UI.

Still to come...

Component Manager is far from finished. In fact, it's just starting to get to a point where it even works somewhere off my own computer. I am currently working on support for a Start Menu shortcut system, registry key creation, read-only (required) sections, and updated documentation for version 0.2.

License

GNU Lesser General Public License