Archive: make registry entry only run from command prompt with arugument


make registry entry only run from command prompt with arugument
I need to make registry entry only when i run the installer with command line argument. If i run the installer without argument, i should not make the registry entry.

Can somebody help me how to handle this?


If you had bothered to do a search, you'd have found that this question has been asked many times before, and that the answer lies in filefunc.nsh. There's even an entire chapter of the manual dedicated to this stuff!

http://nsis.sourceforge.net/Docs/AppendixE.html


i tried search. It did not return any search. I am new user.

Anyway thanks for your help.