Bizzeh
24th June 2002 23:57 UTC
Can someone help me please
i need some1 to write me a nsis script,
it need to have
- 4 Posible things 2 select (only can select 1 of them)
- all of them use 1 file with a few other different 1s
- be easy for me to add to
- ave notes just incase i need diff bits added
- can install to 1 dir, then make an other dir inside that and put some files in there aswell
- show liecence
- no grad in back
- no splash
- uninstallable
will someone be able to do this please
Smile2Me
25th June 2002 07:49 UTC
Check the examples in your NSIS dir and try to do it yourself. It's not that difficult what you want, but since I only get paid for my real job and not by NullSoft, I cannot free the time to do this for you.
If you have detailed questions about commands or how to scripts certain functions you want to create, read the docs, search the Forum and if that does not work, feel free to ask and maybe we can help.
[edit]
BTW, to help you a bit, allowing only one component to be selected can only be done by using RadioButtons in InstallOptions. Otherwise you would have to check user input after the componentspage and give an error everytime 2 or more components have been selected.
[/edit]
Good luck,
-Hendri.