trouble making install script w/ shortcut.
I'm new to the NSIS, and never really used any other type of installer either. I've spent hours on this, and I keep running into more and more problems. I read the faq, and that did help, but also introduced more problems :).

I wrote a program that contains two exe's. Here is what i want to do. ( please note that I also want to use the VB6 runtimes, which i found a faq on how to do.)


INSTALLER:
1. prompt the user and install exe's to (by default) C:\program files\my program\*.exe
2. I want to create a shortcut on the desktop and in the start menu for A.exe.
3. I want to (without prompting) create a shortcut in the "startup" folder for B.exe
(or some other method of getting it to start automatically is fine too).

DE-INSTALLER:
1. remove all shortcuts that i originally made.
2. remove the C:\program files\my program folder (including the biniaries).
3.remove a single registry key that the program generates.



Does anyone already have a script that can do exactly this, or know how to implement this?

Thank you much!