|
|
#1 |
|
Junior Member
Join Date: Jan 2007
Posts: 2
|
Unable to disable Back button on Directory Page
Hi,
I am trying to disable the back button due to the fact that I am using a custom page. Here is what the installer pages look like: !insertmacro MUI_PAGE_WELCOME page custom ShowSelect LeaveSelect !define MUI_PAGE_CUSTOMFUNCTION_PRE directory_pre !insertmacro MUI_PAGE_DIRECTORY I saw a post regarding hiding the Cancel button on the FINISH page so I tried: Function directory_pre ; Don't show back button. WriteINIStr '$PLUGINSDIR\iospecial.ini' 'Settings' 'BackEnabled' '0' Functionend Unfortunately this did not work. So I am stuck. Any help would be greatly appreciated. Cheers, Bob |
|
|
|
|
|
#2 |
|
Forum King
Join Date: Mar 2006
Location: Ath. GR
Posts: 2,078
|
A wiki page that might help you,
http://nsis.sourceforge.net/Demonstr...Pre_Show_Leave Quick AVI Creator - Quick and easy convert from DVD/MPEG/AVI/MKV to AVI/MP4/MKV Quick AVI Creator entirely edited with NSIS and entirely upgraded to Unicode NSIS |
|
|
|
|
|
#3 |
|
Major Dude
|
code: hand by comm@nder21 ---------- WiKi pages:CreateInternetShortcut|Enhanced FindWindow|Parse CSV-Data|Open/Close CD-Drive|Installer without Icon|Vista application compatibility |
|
|
|
|
|
#4 |
|
Junior Member
Join Date: Jan 2007
Posts: 2
|
Hi,
This code did the trick! I was now able to release my software project featuring the NSIS installer. Regards, Bob |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|