How to detect .msi file ?
-
-
Hello Friends I created one msi file and running it in browser.Now when next time I run the browser I want to check that .msi file installed or not through java Script So only I can show up in Browser to install or not. Thanks In Advance. Regards Yogesh
Try to access a property or method of the ".msi" inside a try catch if no error your good to go http://www.w3schools.com/js/js_try_catch.asp[^]
-
Try to access a property or method of the ".msi" inside a try catch if no error your good to go http://www.w3schools.com/js/js_try_catch.asp[^]
-
Hello Sir Thank You nery much for ur reply. Can U make it little more elaborate that how I can use property of .msi in java script try catch. As I created that .msi using c#. I will be very thankful to you. Regards Yogesh
the .msi would need to insall a scriptable "plug-in"
-
the .msi would need to insall a scriptable "plug-in"
-
Hello Sir I am new to c#.can you please provide me some link or some way where i can check how to install scriptable plugin with MSI? Thanks & Regards Yogesh
-
Hello devey I will be very please to you If u provide me some idea how to install scriptable plugin with msi and how will i detect in java script and will that work for each browser? I will be very thankful to you. Thanks & Regards Yogesh
-