<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Debugging Windows Installer (MSI) using Visual Studio 2005</title><link>http://blogs.msdn.com/piyush/archive/2007/04/29/debugging-windows-installer-msi-using-visual-studio-2005.aspx</link><description>I was struggling to debug my custom action class... Oh gush real pain How to debug this stuff.. i searched and got the simple way to debug Windows Installer (MSI) is to put below cool line in begining of your custom action class code " Debugger .Break"</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Debugging Windows Installer (MSI) using Visual Studio 2005</title><link>http://blogs.msdn.com/piyush/archive/2007/04/29/debugging-windows-installer-msi-using-visual-studio-2005.aspx#4582536</link><pubDate>Mon, 27 Aug 2007 06:04:58 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4582536</guid><dc:creator>Alegni</dc:creator><description>&lt;p&gt;I know that you can set an environment variable on the cmd line equal to name of a custom action inside your msi package. &amp;nbsp;Once the Msi starts running and it reaches that custom action, it breaks into your registered debugger. &amp;nbsp;I have been looking for the name of this environment variable, but I can't find it anywhere in the MSDN library.. &lt;/p&gt;</description></item><item><title>re: Debugging Windows Installer (MSI) using Visual Studio 2005</title><link>http://blogs.msdn.com/piyush/archive/2007/04/29/debugging-windows-installer-msi-using-visual-studio-2005.aspx#4582628</link><pubDate>Mon, 27 Aug 2007 06:14:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4582628</guid><dc:creator>Alegni</dc:creator><description>&lt;p&gt;I found it!&lt;/p&gt;
&lt;p&gt;set MsiBreak=&amp;lt;name of your custom action&amp;gt;&lt;/p&gt;</description></item></channel></rss>