|
|
#3 |
|
Junior Member
Join Date: Jun 2008
Posts: 27
|
Thanks for the pointer. I don't want to be rude, because I love NSIS, but the documentation for MUI_PAGE_STARTMENU is lousy! What do the two parameters mean? I want to show the product name in the edit box on the dialog but I can only seem to get the path. I have tried these:
!insertmacro MUI_PAGE_STARTMENU "Application" $StartMenuFolder !insertmacro MUI_PAGE_STARTMENU "Application" $INSTDIR !insertmacro MUI_PAGE_STARTMENU $(PRODUCT_NAME) $INSTDIR !insertmacro MUI_PAGE_STARTMENU "Application" $(PRODUCT_NAME) And other variations. The only thing it liked for the second parameter was $INSTDIR - and then the whole path appears in the edit box. Arghh! Help! S.O.S. |
|
|
|
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|