first..
(1):
I love MSI installer(SDK from msdn.microsoft.com, like 17mb)
it works great... but, the folder never shows up in the program files menu... I know I need to make a registry entry, can somebody please tell me what i need to add, to what key?

second..
(2):
I want to make an installer program, how do i keep all the files in a program, like winzips self extractor program...
but after that, I want to install those files(extract to c:\program files\dir for app..,register dll's and OCX's, etc.) then after that, I want to delete all the files from the folder the exe was ran from, except the main one(the one containing all the files.)
I hope this isnt too confusing...
I KNOW I will have to use some API, which I am not very good at.
if you know any of the declarations i need(IE, findwindow, bitblt, I know I wont need those(I may need bitblt for the gradient) but they are just examples)
I should be able to figure out how the use them, with the help of vbapi.com

thank you very much.