Archive: Installer filename


Installer filename
Hi,

How can I save the installer filename into the registry?

i.e. say the installer is myapp-setup.exe
How can I save "myapp-setup.exe" into the registry?

If the user renames the install file before running it - the changed name should be saved in the registry.

Any help/tips would be greatly appreciated!

Thanx
Louis


Tne function that you are looking for is here:

http://nsis.sourceforge.net/archive/...b.php?page=427

Then use WriteRegStr.

-Stu