diff -r 000000000000 -r d5ce4c64ef88 Docs/ExperienceUI/pages/pagemode.htm --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Docs/ExperienceUI/pages/pagemode.htm Tue Oct 16 00:07:41 2007 -0400 @@ -0,0 +1,75 @@ + +
+
+
+ Page Mode Support+ +
+
+
+ Since version 1.04, the ExperienceUI supports page modes. This term may be new to you, but it's XPUI-jargon for using identical
+ pages in both the installer and the uninstaller. The Modern UI also supports this, but it is very difficult to use. The
+ ExperienceUI allows you to insert any page you want into just the installer, just the uninstaller, or both. How does it work?
+ When you insert an XPUI_PAGEMODE macro, three defines are assigned values: XPUI_UN, XPUI_UNFUNC, and XPUI_UNINST. In the
+ Install page mode, these three are blank values. In the Uninstall page mode, however, they are assigned the values "UN", "un.",
+ and "UNINST", respectively. Then, to add a page to the uninstaller, all I have to do is: Using Page Modes+ +
+
+
+ Using the page mode system is very simple. Simply insert the page-mode macro and then your pages. An example of this can be
+ found in the Setup.NSI file in the XPUI installation directory. For more information, please see the Page Macros section of
+ this document. |
+
+
+ + | + + + +