i made a simple html page that includes npruntime plug-in and it works fine locally. of course npruntime object file(npmyapp.dll) has been already registered so browser can load plug-in.
(loading plug-in code is something like ..)
<embed type="application/x-mytestapp" width="400" height="200">
What i want to know is how to require installation if browser can not find plug-in.
for example, when we explore web site including flash player before flash player installed, browser asks installation. how?
any help will be appreciated. thanks!