MAKEMSI quickly and reliably creates MSI files in a non-programmatic way
Have your say! Join the MAKEMSI discussion list or view archive! Suggest improvements. No question too simple or too complex.
[Bottom][Contents][Prev]: SUNDRY_DISALLOW_USE_OF_SCRIPT_CUSTOM_ACTIONS[Next]: UISAMPLE_ADD_MSG_TO_BOTTOM_BAR
Have your say! Join the MAKEMSI discussion list or view archive! Suggest improvements. No question too simple or too complex.
\->Source Code->Configuration / Options->Macro Configuration->UISAMPLE_ADD_INSTALL_INSTRUCTIONS_BUTTON_URL

UISAMPLE_ADD_INSTALL_INSTRUCTIONS_BUTTON_URL

Please see the "options for commands" section of this manual for general information about the use of macros for configuration.

If you place a URL into this macro then an extra push button is added to the configured dialogs, if you wish to change this list then the "Add Dialog Identification to Titlebar" tip could help!

While mainly intended for "installation instructions", you can adjust the text of the push button and so use it for other purposes.

The following is a low resolution example of the welcome dialog:

OPTIONS

#define? UISAMPLE_ADD_INSTALL_INSTRUCTIONS_BUTTON_URL                                      ;;URL (blank=no button)
#define? UISAMPLE_ADD_INSTALL_INSTRUCTIONS_BUTTON_DLG_LIST       PrepareDlg WelcomeDlg     ;;List of dialogs to apply to (space separated)
#define? UISAMPLE_ADD_INSTALL_INSTRUCTIONS_BUTTON_TEXT           &Install Instructions
#define? UISAMPLE_ADD_INSTALL_INSTRUCTIONS_BUTTON_TEXTSTYLE      {&FeatureDirFont}         ;;Doesn't seem to work
#define? UISAMPLE_ADD_INSTALL_INSTRUCTIONS_BUTTON_BUTTON_X       20
#define? UISAMPLE_ADD_INSTALL_INSTRUCTIONS_BUTTON_BUTTON_Y       243
#define? UISAMPLE_ADD_INSTALL_INSTRUCTIONS_BUTTON_BUTTON_WIDTH   80
#define? UISAMPLE_ADD_INSTALL_INSTRUCTIONS_BUTTON_BUTTON_HEIGHT  17
#define? UISAMPLE_ADD_INSTALL_INSTRUCTIONS_BUTTON_TOOLTIP        <$UISAMPLE_ADD_INSTALL_INSTRUCTIONS_BUTTON_URL>


Microsoft awarded me an MVP (Most Valuable Professional award) in 2004, 2005, 2006, 2007, 2008 & 2009 for the Windows SDK (Windows Installer) area.Please email me any feedback, additional information or corrections.
See this page online (look for updates)

[Top][Contents][Prev]: SUNDRY_DISALLOW_USE_OF_SCRIPT_CUSTOM_ACTIONS[Next]: UISAMPLE_ADD_MSG_TO_BOTTOM_BAR


MAKEMSI© is (C)opyright Dennis Bareis 2003-2008 (All rights reserved).
Saturday May 28 2022 at 3:11pm
Visit MAKEMSI's Home Page
Microsoft awarded me an MVP (Most Valuable Professional award) in 2004, 2005, 2006, 2007, 2008 & 2009 for the Windows SDK (Windows Installer) area.