Old 12th September 2013, 16:57   #1
hanen.jomaa
Junior Member
 
Join Date: Mar 2013
Posts: 23
how modify Page MUI_PAGE_INSTFILES

Hi,
please can you help me ?

I want modify the text in the page MUI_PAGE_INSTFILES modify the label of the button Install

and remove the button back.

Can I do that please?
hanen.jomaa is offline   Reply With Quote
Old 13th September 2013, 05:37   #2
T.Slappy
Major Dude
 
T.Slappy's Avatar
 
Join Date: Jan 2006
Location: Slovakia
Posts: 562
Send a message via ICQ to T.Slappy
To change text send WM_SETTEXT message to button.
Use ResHacker to get ID ($hwnd) of button - it is either 1 or 2 or 3 .

To remove Back button simply set it's Visibility to not visible:
ShowWindow $hwnd ${SW_HIDE}

Cool looking installers with custom design: www.graphical-installer.com
Create Setup Pages easily: www.install-designer.com
Build installers in Visual Studio 2005-2022: www.visual-installer.com
or RAD Studio 2009 - 11 Alexandria: www.rad-installer.com
T.Slappy is offline   Reply With Quote
Old 13th September 2013, 17:09   #3
hanen.jomaa
Junior Member
 
Join Date: Mar 2013
Posts: 23
thx

thx for your answer,

please
How can I remove button back in custom page please
hanen.jomaa is offline   Reply With Quote
Old 16th September 2013, 06:41   #4
T.Slappy
Major Dude
 
T.Slappy's Avatar
 
Join Date: Jan 2006
Location: Slovakia
Posts: 562
Send a message via ICQ to T.Slappy
The same as I posted above, the IDs are the same.

Cool looking installers with custom design: www.graphical-installer.com
Create Setup Pages easily: www.install-designer.com
Build installers in Visual Studio 2005-2022: www.visual-installer.com
or RAD Studio 2009 - 11 Alexandria: www.rad-installer.com
T.Slappy is offline   Reply With Quote
Old 16th September 2013, 14:48   #5
Anders
Moderator
 
Anders's Avatar
 
Join Date: Jun 2002
Location: ${NSISDIR}
Posts: 5,442
GetDlgItem + ShowWindow...

IntOp $PostCount $PostCount + 1
Anders is offline   Reply With Quote
Reply
Go Back   Winamp & Shoutcast 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