Archive: Create an installer with a custom page


Create an installer with a custom page
Hi, I'm trying to create an installer with MUI2 that has these structure:
- MUI_PAGE_WELCOME
- MUI_PAGE_LICENSE
- custom page <------
- MUI_PAGE_DIRECTORY
- MUI_PAGE_INSTFILES
- MUI_PAGE_FINISH

It works fine without the custom page, but if I try to add it the script doesn't work. I have tried to read some tutorials on the wiki, but I can understand how can I create a customized page that is opened after License Page and before Directory Page and that allow to do some operations. Can you help me with a full example of that part of the code? Thanks!


the custom page does not care "where" it is, should not matter. Also, the syntax is: "page custom yourfunccreate [yourfuncleave]" not "custom page"


Use "PageEx" please.
Or "Page" sentence.Good luck.
PS:There are a example in you NSIS installing directory.


Thanks! ..problem solved..