polloloco
12th September 2003 19:58 UTC
Custompage after hte insftifles cracks
I've created a custom page, using InstallOptions & MODERN_UI
If I use
(...)
!insertmacro MUI_PAGECOMMAND_LICENSE
Page custom MyPage
!insertmacro MUI_PAGECOMMAND_INSTFILES
!insertmacro MUI_PAGECOMMAND_FINISH
All works fine, But instead, I write:
!insertmacro MUI_PAGECOMMAND_LICENSE
!insertmacro MUI_PAGECOMMAND_INSTFILES
Page custom MyPage
!insertmacro MUI_PAGECOMMAND_FINISH
The page are showed, but when I push the next button, the installer crash
I've downloaded the installOptions.dll from the CVS, but wiht this dll the installer doesn't works.
¿How Can I avoid this?
Tanks for your help.
kichik
12th September 2003 20:11 UTC
Works fine for me. Make sure you are not using parts of NSIS from different versions. You said you've downloaded InstallOptions.dll from CVS, that's not good. You should download the entire package, not just parts of it. Also, make sure you have the latest - see this for more information.
polloloco
12th September 2003 20:56 UTC
I've downloaded all the package from CVS, and I've the same problem.
(I've had to made a lot of changes to my source due the MODERN UI changes, and the problem goes on
Are there any function I can't use after in this situation??
kichik
12th September 2003 21:01 UTC
There aren't any functions you can use in this situation because it's not supposed to happen. Can you please attach the entire script including the INI file? I will also need the exact error message you get with the latest (from snapshot, not the 24 hours lagged) CVS version.
polloloco
12th September 2003 21:19 UTC
-!!!!!SOLVED!!!!!!!!!!11
Sorry for this topic. The problem was a different one.
I've solve it (I was calling to the page function into the section)
I've spent all the day with this stupid sintax problem. Arg!
polloloco
12th September 2003 21:20 UTC
Ah, Mr kichik, thansk for your quick attention.
kichik
12th September 2003 21:22 UTC
That's ok, glad you solved it.
No problem.