<?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>SekharEvani</title><link>http://blogs.msdn.com/b/sekharevani/</link><description /><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>ietimer.cab not recognized in IE</title><link>http://blogs.msdn.com/b/sekharevani/archive/2012/08/31/ietimer-cab-not-recognized-in-ie.aspx</link><pubDate>Fri, 31 Aug 2012 13:44:58 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10345354</guid><dc:creator>Sekhar Eevani</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/sekharevani/rsscomments.aspx?WeblogPostID=10345354</wfw:commentRss><comments>http://blogs.msdn.com/b/sekharevani/archive/2012/08/31/ietimer-cab-not-recognized-in-ie.aspx#comments</comments><description>&lt;p&gt;If any old controls like ietimer.cab are throwing errors on a client's browser, one of the possible root causes is the algorithm the control is signed with might be obsolete and not supported. One of those types of controls is ietimer. If it is signed with algorithms like md2 or its variants, you would need to resign the osx and inf of it using a superior algorithm like SHA-n series.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10345354" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/sekharevani/archive/tags/IE+higher+versions+issue+with+old+controls/">IE higher versions issue with old controls</category></item><item><title>cabinet file with multiple files</title><link>http://blogs.msdn.com/b/sekharevani/archive/2012/08/31/cabinet-file-with-multiple-files.aspx</link><pubDate>Fri, 31 Aug 2012 12:37:23 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10345340</guid><dc:creator>Sekhar Eevani</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/sekharevani/rsscomments.aspx?WeblogPostID=10345340</wfw:commentRss><comments>http://blogs.msdn.com/b/sekharevani/archive/2012/08/31/cabinet-file-with-multiple-files.aspx#comments</comments><description>&lt;p&gt;&lt;span style="font-size: medium;"&gt;&lt;span style="font-family: verdana,geneva;"&gt;There are&amp;nbsp;3 simple steps&lt;/span&gt;&amp;nbsp;to create a cabinet file with multiple files.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: medium;"&gt;1. Create a folder with all files that you want to include in cabinet file.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: medium;"&gt;2. Create a directive file using a template. Fill the name of the files to be included in that cabinet. (detail is given below)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: medium;"&gt;3. Run MakeCab in command line.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: medium;"&gt;Simple&amp;nbsp;directive file mentioned in step#2 looks like this.&amp;nbsp;Notice that&amp;nbsp;files to include are written in bold.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: verdana,geneva; font-size: medium;"&gt;----------------------------------------------------------------------&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: courier new,courier; font-size: medium;"&gt;;*** Sample Source Code MakeCAB Directive file example&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new,courier; font-size: medium;"&gt;;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new,courier; font-size: medium;"&gt;.OPTION EXPLICIT&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ; Generate errors &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new,courier; font-size: medium;"&gt;.Set CabinetNameTemplate=SampleCab.cab&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new,courier; font-size: medium;"&gt;.set DiskDirectoryTemplate=CDROM ; All cabinets in a single directory&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new,courier; font-size: medium;"&gt;.Set CompressionType=MSZIP;** All files are compressed in cabinet files&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new,courier; font-size: medium;"&gt;.Set UniqueFiles="OFF"&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new,courier; font-size: medium;"&gt;.Set Cabinet=on&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new,courier; font-size: medium;"&gt;.Set DiskDirectory1=SAMPLECAB.CAB&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new,courier; font-size: medium;"&gt;&lt;strong&gt;file1.xml&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new,courier; font-size: medium;"&gt;&lt;strong&gt;file2.dwp&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new,courier; font-size: medium;"&gt;&lt;strong&gt;file3.dll&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new,courier; font-size: medium;"&gt;;*** &amp;lt;the end&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: verdana,geneva; font-size: medium;"&gt;----------------------------------------------------------------------------&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: verdana,geneva; font-size: medium;"&gt;after creating the above directive file in notepad, save it with .ddf extension (say xxx.ddf). &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: verdana,geneva; font-size: medium;"&gt;Run the following&amp;nbsp;in the commandline to create the cab file:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: courier new,courier; font-size: medium;"&gt;&lt;strong&gt;MakeCab.exe /F xxx.ddf&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: courier new,courier; font-size: medium;"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: verdana,geneva; font-size: medium;"&gt;If there is any error in creating cab file, it will throw an error with line number in parentheses.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10345340" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/sekharevani/archive/tags/cabinet+files/">cabinet files</category><category domain="http://blogs.msdn.com/b/sekharevani/archive/tags/multiple+file+cab/">multiple file cab</category></item></channel></rss>