find the path of my application installed in registry
问题 Im using the innosetup to install my program java, the installer will generated the key run. I want to get the path of installation Line of innosetup: Root: HKLM; Subkey: "Software\Microsoft\Windows\CurrentVersion\Run"; ValueType: string; ValueName: "Mi_Programak"; ValueData: "{app}\esperoo.exe";" The class will called to file but I need the path of installation, how I get the path of installation finding in the registry with the name of my application? 回答1: I don't know if there is a built