com

Powershell: Including jQuery in InternetExplorer.Application

I Followed this article, explaining how to spice up an Internet Explorer COM-Object with jQuery. While the author used Python, I want to do something similar in Powershell. So now I have this code: function addJQuery ($browser) { $url="https://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js" $document = $browser.docume...

Installing Microsoft Office Document Image Viewer (MODI) componenets

Hi I have a windows app which uses axMODI, but few of my client's didnt install MODI as part of their MS Office installation.. is there an easy way to package MODI as part of my application instead of telling the clients to run MS Office set up again.. Please help ...