Archive: Customizing the INSTFILES_PAGE


Customizing the INSTFILES_PAGE
Hi,
I want to customize the INSTFILES_PAGE,as I have to add some more text to it at the bottom of that dialog.For WELCOME & FINISH PAGES,I was able to achieve this.Anyone has some any clue in this??


You can create your own UI by editing Contrib\UIs\modern.exe and using MUI_UI to point to your edited version. Use Resource Hacker to edit the UI.


Thanks a lot..I was able to edit the INSTPAGE through ResHack..

Can I use this Edited INSTPAGE as the default INSTPAGE?
Is there any change I have to do for usig this INSTPAGE apart from editing the UI.?


Hi kichik,
As I mentioned I edited the Contrib\UIs\modern.exe,and have the edited version of the INSTFILES.
You have mentioned in ur reply to use MUI_UI to point to the edited version.I'm not clear with that and seek ur help for doing that.Can you please explain me on that or kinda of a sample script to do thid.Which will help me a lot..


!define MUI_UI ...

Stu


Quote:


Yes,I have done it.I'm seeign the modifications so this is fine.I've some other doubts.
#1)I have changed the INSTFILE PAGE by adding some labels which is needed in my product.I will not be having Finish page in my product,So what should i do to get the finish button in the INSTFILE PAGE instead of Next button.

#2)How do i Change the Background color and fonts of the resources..by editing the modern.exe?
If not.please tell me the approach for this...

Thanks a lot for your support

Originally posted by Afrow UK
!define MUI_UI ...

Stu


  1. Don't use the finish page and so the instfiles page will be the last and have the finish button.
  2. That can be done with SetCtlColors.

ok..
For
1) Im using the instfile page and how do i change the Next button of InstPage to Finish button.Basically I have to change the name as FINISH in INSTFILE Page,I tried to locate that in Contrib\Modern UI 2\Pages,but couldnt find,where actually the buttons are added to the pages.Let me know on this please.

For
2) I will use this and let you know.

Thanks for your continued support.


There is no need to change anything for the instfiles page to get the Finish button. Simply don't use the Finish page. The last page's Next button will be automatically named Finish.


Hi
I removed the finish page reference totally from the script.But still I'm not getting the Finish button in the INSTFILE page which is my last page.Is there any other catch you can think of now?
Please let me know...


What do you get as the button on the last page?


Its a close button and not the finish button.I have removed the reference of FINISH page in my script,But still im not getting the finish button.


Use MiscButtonText to set the "Close" button to "Finish".