grandmasterc
24th September 2005 09:46 UTC
Choose if Steam or Won
hi
i want to include a choice page in my installer where the user can choose if he wants to install on normal won hl or on steam hl.
i know how to make it an extra section but this would make my installer to big.
is there any possibility?
Afrow UK
24th September 2005 10:37 UTC
Create a custom page with InstallOptions:
NSIS\Docs\InstallOptions
NSIS\Examples\InstallOptions
NSIS\Examples\Modern UI\InstallOptions.nsi
The installer you used to install NSIS has a page similar to the one you want with two radio-buttons to install over a previous installation or uninstall NSIS first.
This INI file is located at:
NSIS\Examples\makensis.ini
-Stu
grandmasterc
24th September 2005 11:11 UTC
yeah
thats what i already thought but i dunno how i should make this
grandmasterc
30th September 2005 08:47 UTC
i cant get it to work,
the custom page doesn´t show up at all
kichik
30th September 2005 11:56 UTC
Have you taken a look at the examples? Have you read the documentation? What about some example of non-working code?
grandmasterc
1st October 2005 16:07 UTC
yeah i´ve taken a look
i use
Page custom test
and in function test i only let a text appear.
but the text never shows up
kichik
1st October 2005 16:42 UTC
You're going to have to supply more information than that, if you want help... At least attach your script.