Go Back   Winamp Forums > Developer Center > NSIS Discussion

Reply
Thread Tools Search this Thread Display Modes
Old 20th July 2009, 12:01   #1
Sadeesh
Junior Member
 
Join Date: May 2009
Posts: 9
How to remove the back button in unistall page.

Hi,

I am using MUI_UNPAGE_INSTFILES for uninstall page. Here i cannot remove the back button.

I have tried the following code, this works in my custom dialog page but it doesn't work in the uninstall page.

GetDlgItem $0 $HWNDPARENT 2
ShowWindow $0 ${SW_HIDE} ;Hides the Cancel Button
GetDlgItem $0 $HWNDPARENT 3
ShowWindow $0 ${SW_HIDE} ;Hides the Back Button

The strange part here is i can remove the cancel button.

This problem occurs only with back button in uninstall page.

Thanks,
Sadeesh
Sadeesh is offline   Reply With Quote
Reply
Go Back   Winamp Forums > Developer Center > NSIS Discussion

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump