Changes from Nsis 1.95:
=======================

1. New Script commands for runtime phase :
------------------------------------------
HideLicPage,HideCompPage, HideDirPage : Hide pages on runtime (e.g. .oninit)
SelSection [-]Section [[-]Section]    : Select or deselect section e.g. .oninit
                                        section 1 can't be deselected !! 
                                        Maybe it would also be nice to switch 
                                        to an unselectable status for marking
                                        unavailable parts of an installation.
                                        Tell me if you are interested!!

My comments:
************
So I am using these addons for installing a complete software 
system containig of one or several parts, which may be shipped to somebody 
or not. So I am making a main installer and spawn components. The spawned 
components get the install. dir over the command line and should only 
show the progress bar and not anything else. 
If such a partial installer is started directly, you will have access to all
pages (lic, dir, ....).


2. Sources:
------------

source:  script.cpp, tokens.cpp, tokens.h
exehead: config.h,exec.c,fileform.h,ui.c. ui.h

Patching: Source can be patched with "xpatch.bat" in dos
command prompt. Goto "Source" directory before !!
Used diff command for getting differences.

-> Patch.exe in archive available !

Thanks, also to Fritz Felfert!!


Many greetings and I hope my code is good enough to be icluded,
Andreas Rock /= Superrock
Jan, 29 2002 



                                        


