source: rtems/contrib/mingw/sm-dummy.nsi @ df16b8bf

4.104.114.95
Last change on this file since df16b8bf was 598aab1f, checked in by Chris Johns <chrisj@…>, on 08/20/07 at 02:12:48

2007-08-20 Chris Johns <chisj@…>

  • filewrite.nsi, getparameters.nsi, instance-check.nsi, mingw-path.nsi, sm-dummy.nsi, strslash.nsi, strstr.nsi, options.nsi: Added the shared between the 2 installer scripts.
  • msys-path.nsi: Fixed the last LF bug.
  • rtems-autotools.nsi, rtems-tools.nsi: Fixed the instance check, added a start menu, remove pages from target installers.
  • rtems.ini: Fixed the URL links. Added support link.
  • rtems_logo.bmp: Trimmed a little more to get a better image.
  • ba-wrap.sh: Stop on a error.
  • build-exes.sh: Use the option parameter variables. Change the order the section appear in the installer.
  • Property mode set to 100644
File size: 1.5 KB
RevLine 
[598aab1f]1;
2; Copy the the MUI code with the page bit missing
3;
4
5!macro MUI_PAGE_STARTMENU_DUMMY ID VAR
6
7  !insertmacro MUI_SET MUI_${MUI_PAGE_UNINSTALLER_PREFIX}STARTMENUPAGE
8
9  !insertmacro MUI_DEFAULT MUI_STARTMENUPAGE_DEFAULTFOLDER "$(^Name)"
10  !insertmacro MUI_DEFAULT MUI_STARTMENUPAGE_TEXT_TOP "$(MUI_${MUI_PAGE_UNINSTALLER_PREFIX}INNERTEXT_STARTMENU_TOP)"
11  !insertmacro MUI_DEFAULT MUI_STARTMENUPAGE_TEXT_CHECKBOX "$(MUI_${MUI_PAGE_UNINSTALLER_PREFIX}INNERTEXT_STARTMENU_CHECKBOX)"
12
13  !define MUI_STARTMENUPAGE_VARIABLE "${VAR}"
14  !define "MUI_STARTMENUPAGE_${ID}_VARIABLE" "${MUI_STARTMENUPAGE_VARIABLE}"
15  !define "MUI_STARTMENUPAGE_${ID}_DEFAULTFOLDER" "${MUI_STARTMENUPAGE_DEFAULTFOLDER}"
16  !ifdef MUI_STARTMENUPAGE_REGISTRY_ROOT
17    !define "MUI_STARTMENUPAGE_${ID}_REGISTRY_ROOT" "${MUI_STARTMENUPAGE_REGISTRY_ROOT}"
18  !endif
19  !ifdef MUI_STARTMENUPAGE_REGISTRY_KEY
20    !define "MUI_STARTMENUPAGE_${ID}_REGISTRY_KEY" "${MUI_STARTMENUPAGE_REGISTRY_KEY}"
21  !endif
22  !ifdef MUI_STARTMENUPAGE_REGISTRY_VALUENAME
23    !define "MUI_STARTMENUPAGE_${ID}_REGISTRY_VALUENAME" "${MUI_STARTMENUPAGE_REGISTRY_VALUENAME}"
24  !endif
25
26  !undef MUI_STARTMENUPAGE_VARIABLE
27  !undef MUI_STARTMENUPAGE_TEXT_TOP
28  !undef MUI_STARTMENUPAGE_TEXT_CHECKBOX
29  !undef MUI_STARTMENUPAGE_DEFAULTFOLDER
30  !insertmacro MUI_UNSET MUI_STARTMENUPAGE_NODISABLE
31  !insertmacro MUI_UNSET MUI_STARTMENUPAGE_REGISTRY_ROOT
32  !insertmacro MUI_UNSET MUI_STARTMENUPAGE_REGISTRY_KEY
33  !insertmacro MUI_UNSET MUI_STARTMENUPAGE_REGISTRY_VALUENAME
34  !insertmacro MUI_UNSET MUI_STARTMENUPAGE_BGCOLOR
35
36!macroend
Note: See TracBrowser for help on using the repository browser.