Ryan Ternier

Killer ASP.NET ninja coding monkeys do exist!

February 2007 - Posts

The Trogdor song gets a facelift.

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!

Posted: Feb 15 2007, 02:09 PM by Ryan Ternier | with no comments
Filed under:
How to install .msi files on Vista.

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.

Posted: Feb 01 2007, 02:08 PM by Ryan Ternier | with 27 comment(s)
Filed under: ,
More Posts