Help!
I DONT want a silent install but i dont want to give people the option to change the installation directory! is this possible??? Also is it possible to hide buttons?
5 posts
If you don't use any Page command the installer pages order will be just as in older version: license (if LicenseText and LicenseData were specified), components (if ComponentText was specified and there is more than one visible section), directory (if DirText was specified), instfiles.You can just not use the DirText command, or at the top of your script somewhere (outside of any sections, functions or macros) use the Page command for each page that you *do* want, and just don't use the Page directory command thereby not showing that page.