February 2007 - Posts

We all know about this character. Strong Bad drew him a long time ago, and since then he's been all over the internet.

Now I know this isn't anything to do with C#... but it is something to do with all developers out there... except my boss, he doesn't like Trogdor... our team has no idea why...

Anyways, along with this funky look... there's another song that we found... and it rocks!

I've been running Vista for about two months now. One thing I've noticed is installing msi files (install files) is a pain.  One way around this is to create a small bach file that uses the msiexec.exe executable to launch the msi. When referencing the file names, you must fully qualify them.

Here's an example of one I used to install the Power Tools for Team Foundation Server:

C:\Windows\System32\msiExec.exe -i  C:\Users\rternier\Documents\Downloads\tfpt.msi

Once you have a batch file (.bat) with that in it, right click it, and choose Run As Administrator.

And there you go.

More Posts