i build chrome extension and i use NPAPI to open exe file.
To open the file i need full path(C:\Program Files\test.exe).
I attach the "test.exe" to my project and i want to open it.
The problem is that i can't know where the file after the installation.
I need to get something like this:
C:\Users\**User Name**\AppData\Local\Google\Chrome\User Data\Default\Extensions\**App Name**\**App Version**\test.exe
How can i get this? (All I can found is the "App Name" and the "App Version")