This is a mirror of official site: http://jasper-net.blogspot.com/

MSI Explorer - A quick and simple means to spelunk MSI’s

| Monday, November 22, 2010
Most of us are quite familiar in creating MSI or Setup for our applications. By using a MSI, we can make sure all dependencies for running the application will be placed properly. MSI is the best option available on Windows OS for packaging and distributing our application. For .NET developers, Visual Studio presents lot of features in creating setup and deployment projects for our application. But, there are no built-in tools in Visual Studio to look into the MSI contents. And that too, to make a small change in MSI, it requires rebuilding the entire Setup Project. So, I think it's better to design an application that will analyze the MSI and give the details of it along with capability of updating it without rebuilding.

Features present in this application:

It allows us to look into the contents of the MSI.
It allows us to export the contents of the MSI.
It allows us to update commonly changing properties without rebuilding it.
Easy to use UI.
Now, Updating an MSI is quite simple

Read more: Greg's Cool [Insert Clever Name] of the Day
Read more: MSI Explorer

Posted via email from .NET Info

0 comments: