Archive: I need installer!!!


I need installer!!!
ok, just got NSIS and i must make an installer till wednesday, but i need custom installer...
here's what i need:
i need to check if vb runtime files are instaled, and if not then to show some msg like "Updating system files, please wait" and to have progress bar indicator (in that message) whole window (that msg) should be around 400x200 pixels (i dont want any pages). when install of vb files completed then to unpack my files in temp folder and reboot, after reboot it should run my exe (i know this part - i store it in Runonce in registry). if vb files are installed then just unpack my files into temp and run my exe. also when unpacking my files it should have progress bar (like "Unpacking, please wait..") in small window (400x200px)

can someone help me? i'm in hurry! and absolute beginer in NSIS (i have about 5 mins experience in it :D)...
i'll also appriciate if someone gives me a link with some 'step by step' tutorials

thx in advance!


p.s. sorry for my english :P


first. To check if runtimes are installed, then use ReadRegStr to check in the registry. For custom pages use InstallOptions.

Check in the readmes. Search the forums.


You can install VB6 run-times using this script:
http://nsis.sourceforge.net/archive/....php?pageid=47

-Stu


thanx for both replys, i'll try to learn something about those InstallOptions!