How i can put my aplication in the registry run folder?
Professional Software Development Tools
How i can put my aplication in the registry run folder?
See registry actions in the helpfile. All you need for that is in there.
I know hoy i can write a key in the registry, but i dont know the instalation path that the user have choosen.
any example please how i can put the aplication during the instalation in the run folder of the registry?
You will want to do a Registry.SetValue() action somewhere after the files are installed. To get the location of your application usually you can use SessionVar.Expand("%AppFolder%\\yourfile.exe"). So you can use this inside the Registry.SetValue() to accomplish your goals.
Adam Kapilik