|
|||||||
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
#1 |
|
Senior Member
Join Date: Jan 2007
Posts: 125
|
Can I add space between checkbox and the text next to the checkbox
Hi,
I am trying to add some space between the checkbox and the text next to the checkbox on the Finish Page(checkbox:Start my Application). But the installer just ignores it. Any thoughts? James |
|
|
|
|
|
#2 |
|
Member
Join Date: Jul 2006
Posts: 82
|
I do this:
Text=" Check that !" using "" |
|
|
|
|
|
#3 |
|
Senior Member
Join Date: Jan 2007
Posts: 125
|
I write my code like that:
!define MUI_FINISHPAGE_RUN_TEXT " Start ${PRODUCT_NAME}" Still, the istaller just ingores the white space....? so the checkbox is very close to the text...i wanna the space in the middle of checkbox and text. |
|
|
|
|
|
#4 |
|
Member
Join Date: Jul 2006
Posts: 82
|
I don't use MUI, but
Just to keep alive, try ##### Outfile test.exe name "First Try" AutoCloseWindow True Section StrCpy $0 " Start $(^NAME)" ;put spaces before Start MessageBox MB_OK|MB_topmost|MB_Iconexclamation "$0" !define MUI_FINISHPAGE_RUN_TEXT "$0" MessageBox MB_OK|MB_topmost|MB_Iconexclamation "${MUI_FINISHPAGE_RUN_TEXT}" SectionEnd #### |
|
|
|
|
|
#5 |
|
Moderator
Join Date: Jun 2002
Location: ${NSISDIR}
Posts: 5,449
|
PHP Code:
IntOp $PostCount $PostCount + 1 |
|
|
|
|
|
#6 |
|
Senior Member
Join Date: Jan 2007
Posts: 125
|
where should I add this line in?
IntOp $PostCount $PostCount + 1 ?? |
|
|
|
|
|
#7 |
|
Senior Member
Join Date: Jan 2007
Posts: 125
|
Oh, now I got it... Thanks
|
|
|
|
|
|
#8 | |
|
Moderator
Join Date: Jun 2002
Location: ${NSISDIR}
Posts: 5,449
|
Quote:
IntOp $PostCount $PostCount + 1 |
|
|
|
|
|
|
#9 |
|
Senior Member
Join Date: Jan 2007
Posts: 125
|
Anders,
your signature is somehow confusing sometimes. I appreciate your help. It does work for me. James |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|