![]() |
#1 |
Junior Member
Join Date: Jun 2008
Posts: 4
|
Disable the run app checkbox on MUI_FINISHPAGE
Hi
I want to disable the checkbox in the MUI_FINISHPAGE. so it will run the app all the time . !define MUI_FINISHPAGE_SHOWREADME_NOTCHECKED !define MUI_FINISHPAGE_RUN_TEXT "Run Install Drivers and Settings" !define MUI_FINISHPAGE_SHOWREADME "$INSTDIR\LICENSE.TXT" !define MUI_FINISHPAGE_RUN "$INSTDIR\ResetDrv.exe" in the bold line : i want to display without the checkbox. Thanks. |
![]() |
![]() |
![]() |
#2 |
Major Dude
Join Date: Feb 2007
Posts: 672
|
You can't remove the checkbox, but you can disable it.
call PHP Code:
However, I would really advice you not to disable it, because users won't like it. If you really need the drivers to be installed, just add another section where you install the drivers, so it will happen during installation. |
![]() |
![]() |
![]() |
#3 |
Major Dude
|
Simply use
to hide it.code: 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 |
![]() |
![]() |
![]() |
#4 |
Major Dude
Join Date: Feb 2007
Posts: 672
|
That would be extra rude...
|
![]() |
![]() |
![]() |
#5 |
Junior Member
Join Date: Jun 2008
Posts: 4
|
Thx
where to put this line ?
|
![]() |
![]() |
![]() |
#6 |
Major Dude
Join Date: Oct 2006
Posts: 1,892
|
"in the Show Callback function of the Finish page." <-- you already have the answer.
Also deruiter is correct, you should not force running something. If it's a required part of the installation procedure you need to run it during installation, so on the instfiles page. Anything from the finish page should be optional. |
![]() |
![]() |
![]() |
|
Thread Tools | Search this Thread |
Display Modes | |
|
|