How can i get path of the installed program from the registry in nsis?
i am reading registry by readregistry command and assigned to a variable.actually i want to locate my uninstall.exe location.
How can i get path of the installed program from the registry in nsis?
Share
If you use the
InstallDirRegKeyinstruction, you can specify a registry key where the$INSTDIRdirectory will be saved for future usage. That key is automatically read the next time the installer starts.You can use that to locate the
uninstall.exeYou can also write several keys when installing to configure the windows “add / remove programs”, then the unistaller can be located by the
UninstallStringregistry value: