<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" gd:etag="W/&quot;DE8NR3ozfip7ImA9WhRXE0o.&quot;"><id>tag:blogger.com,1999:blog-868679675076553456</id><updated>2011-12-20T15:58:16.486+05:30</updated><category term="ruby" /><category term="VBScript" /><category term="Python" /><category term="Microsoft" /><category term="FAQ's" /><category term="interview question" /><category term="wise" /><category term="dpkg error" /><category term="free" /><category term="WinXP" /><category term="skype" /><category term="Windows" /><category term="Interview Questions" /><category term="MSI" /><category term="dbus" /><category term="Packaging" /><category term="rpm" /><category term="GRUB" /><category term="download" /><category term="video conversion" /><category term="App-V" /><category term="avi" /><category term="Error" /><category term="AppV" /><category term="code" /><category term="Softgrid" /><category term="Howto" /><category term="GEM" /><category term="virtualbox" /><category term="wxformbuilder" /><category term="Portable Apps" /><category term="vmware" /><category term="sqlite" /><category term="Microsoft Application Virtualization" /><category term="freebasic" /><category term="wxpython" /><category term="ffmpeg" /><category term="faq" /><category term="Tips" /><category term="wx.Python" /><category term="wix" /><category term="MAC OS" /><category term="compile" /><category term="SubVersion" /><category term="Development" /><category term="Python: Tips" /><category term="clone" /><category term="PitHole" /><category term="audio books" /><category term="wxwidgets" /><category term="Linux" /><category term="soft" /><category term="Application Virtualization" /><category term="mov" /><category term="portable skype" /><category term="Pascal" /><category term="Installation" /><category term="Microsoft SoftGrid Application Virtualization" /><category term="wx" /><title>Playing with Computers</title><subtitle type="html">My 2cent tips &amp;amp; tricks on computer technology &amp;amp; Application Virtualization ...</subtitle><link rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml" href="http://mayankjohri.blogspot.com/feeds/posts/default" /><link rel="alternate" type="text/html" href="http://mayankjohri.blogspot.com/" /><link rel="next" type="application/atom+xml" href="http://www.blogger.com/feeds/868679675076553456/posts/default?start-index=26&amp;max-results=25&amp;redirect=false&amp;v=2" /><author><name>Mayank Johri</name><uri>http://www.blogger.com/profile/16719044066108522085</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><generator version="7.00" uri="http://www.blogger.com">Blogger</generator><openSearch:totalResults>122</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.feedburner.com/PlayingWithComputers" /><feedburner:info uri="playingwithcomputers" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><entry gd:etag="W/&quot;DUEAQnw9eip7ImA9WhdVEUk.&quot;"><id>tag:blogger.com,1999:blog-868679675076553456.post-4588244018587693172</id><published>2011-09-16T10:03:00.000+05:30</published><updated>2011-09-16T10:04:03.262+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-09-16T10:04:03.262+05:30</app:edited><title>FAQ: MSI: While installing a bunch of msi files I am getting the following error after few msi installation. "The installation can not continue because a system reboot is pending.:. What might be the issue and how to resolve the issue.</title><content type="html">&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;
&lt;b&gt;Cause&lt;/b&gt;&lt;br /&gt;
Any application can set a pending reboot flag in the operating system  through a registry key.&amp;nbsp; Sometimes a reboot does not clear the flag.&amp;nbsp;  This is what the setup is detecting.&lt;br /&gt;
&lt;b&gt;Resolution     &lt;/b&gt;    &lt;br /&gt;
&lt;b&gt;For XP:&lt;/b&gt;&lt;b&gt;     &lt;/b&gt;&lt;b&gt;1.&lt;/b&gt; Open Registry Editor    &lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.1 Click the Start Menu &amp;gt; Run    &lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.2 Type "regedit" without quotes.     &lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.3 Click OK    &lt;br /&gt;
&lt;b&gt;2.&lt;/b&gt; Find the key "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager"    &lt;br /&gt;
&lt;b&gt;3.&lt;/b&gt; Rename the "PendingFileRenameOperations" value to "PendingFileRenameOperations2"&lt;br /&gt;
&lt;b&gt;For Vista:&lt;/b&gt;    &lt;br /&gt;
&lt;b&gt;1.&lt;/b&gt; Open Registry Editor    &lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.1 Click the Start Menu    &lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.2 Type "regedit" without quotes.    &lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.3 Right click on RUN and select Run as administrator    &lt;br /&gt;
&lt;b&gt;2.&lt;/b&gt; Find the key "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager"    &lt;br /&gt;
&lt;b&gt;3.&lt;/b&gt; Rename the "PendingFileRenameOperations" value to "PendingFileRenameOperations2"&lt;/div&gt;
&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/868679675076553456-4588244018587693172?l=mayankjohri.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/7nEBgLqM9txDZNPT7lj2DJP5SSs/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/7nEBgLqM9txDZNPT7lj2DJP5SSs/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/7nEBgLqM9txDZNPT7lj2DJP5SSs/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/7nEBgLqM9txDZNPT7lj2DJP5SSs/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/PlayingWithComputers/~4/D1M-gQt4DUg" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://mayankjohri.blogspot.com/feeds/4588244018587693172/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=868679675076553456&amp;postID=4588244018587693172" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/868679675076553456/posts/default/4588244018587693172?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/868679675076553456/posts/default/4588244018587693172?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/PlayingWithComputers/~3/D1M-gQt4DUg/faq-msi-while-installing-bunch-of-msi.html" title="FAQ: MSI: While installing a bunch of msi files I am getting the following error after few msi installation. &quot;The installation can not continue because a system reboot is pending.:. What might be the issue and how to resolve the issue." /><author><name>Mayank Johri</name><uri>http://www.blogger.com/profile/16719044066108522085</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://mayankjohri.blogspot.com/2011/09/faq-msi-while-installing-bunch-of-msi.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DEIDSH48fip7ImA9WhZXFEU.&quot;"><id>tag:blogger.com,1999:blog-868679675076553456.post-4166135314176098107</id><published>2011-05-04T10:52:00.000+05:30</published><updated>2011-05-04T10:52:59.076+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-05-04T10:52:59.076+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="MSI" /><category scheme="http://www.blogger.com/atom/ns#" term="FAQ's" /><category scheme="http://www.blogger.com/atom/ns#" term="Interview Questions" /><title>MSI FAQ: 11. How do you install 2 MSI packages, after installation of 1st MSI the machine has to reboot and upon start of the machine 2nd MSI installation has to be triggered? Once installation of 2nd MSI is completed the User has to notify with a Message that 2 MSI Installation has been completed. How do you perform the Task? ( If 1st MSI installation has failed then 2nd MSI installation shouldn’t happen)</title><content type="html">&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;w:WordDocument&gt;   &lt;w:View&gt;Normal&lt;/w:View&gt;   &lt;w:Zoom&gt;0&lt;/w:Zoom&gt;   &lt;w:TrackMoves/&gt;   &lt;w:TrackFormatting/&gt;   &lt;w:PunctuationKerning/&gt;   &lt;w:ValidateAgainstSchemas/&gt;   &lt;w:SaveIfXMLInvalid&gt;false&lt;/w:SaveIfXMLInvalid&gt;   &lt;w:IgnoreMixedContent&gt;false&lt;/w:IgnoreMixedContent&gt;   &lt;w:AlwaysShowPlaceholderText&gt;false&lt;/w:AlwaysShowPlaceholderText&gt;   &lt;w:DoNotPromoteQF/&gt;   &lt;w:LidThemeOther&gt;EN-US&lt;/w:LidThemeOther&gt;   &lt;w:LidThemeAsian&gt;X-NONE&lt;/w:LidThemeAsian&gt;   &lt;w:LidThemeComplexScript&gt;X-NONE&lt;/w:LidThemeComplexScript&gt;   &lt;w:Compatibility&gt;    &lt;w:BreakWrappedTables/&gt;    &lt;w:SnapToGridInCell/&gt;    &lt;w:WrapTextWithPunct/&gt;    &lt;w:UseAsianBreakRules/&gt;    &lt;w:DontGrowAutofit/&gt;    &lt;w:SplitPgBreakAndParaMark/&gt;    &lt;w:DontVertAlignCellWithSp/&gt;    &lt;w:DontBreakConstrainedForcedTables/&gt;    &lt;w:DontVertAlignInTxbx/&gt;    &lt;w:Word11KerningPairs/&gt;    &lt;w:CachedColBalance/&gt;    &lt;w:UseFELayout/&gt;   &lt;/w:Compatibility&gt;   &lt;w:DoNotOptimizeForBrowser/&gt;   &lt;m:mathPr&gt;    &lt;m:mathFont m:val="Cambria Math"/&gt;    &lt;m:brkBin m:val="before"/&gt;    &lt;m:brkBinSub m:val="&amp;#45;-"/&gt;    &lt;m:smallFrac m:val="off"/&gt;    &lt;m:dispDef/&gt;    &lt;m:lMargin m:val="0"/&gt;    &lt;m:rMargin m:val="0"/&gt;    &lt;m:defJc m:val="centerGroup"/&gt;    &lt;m:wrapIndent m:val="1440"/&gt;    &lt;m:intLim m:val="subSup"/&gt;    &lt;m:naryLim m:val="undOvr"/&gt;   &lt;/m:mathPr&gt;&lt;/w:WordDocument&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"
  DefSemiHidden="true" DefQFormat="false" DefPriority="99"
  LatentStyleCount="267"&gt;   &lt;w:LsdException Locked="false" Priority="0" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Normal"/&gt;   &lt;w:LsdException Locked="false" Priority="9" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="heading 1"/&gt;   &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2"/&gt;   &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3"/&gt;   &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4"/&gt;   &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5"/&gt;   &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6"/&gt;   &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7"/&gt;   &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8"/&gt;   &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9"/&gt;   &lt;w:LsdException Locked="false" Priority="39" Name="toc 1"/&gt;   &lt;w:LsdException Locked="false" Priority="39" Name="toc 2"/&gt;   &lt;w:LsdException Locked="false" Priority="39" Name="toc 3"/&gt;   &lt;w:LsdException Locked="false" Priority="39" Name="toc 4"/&gt;   &lt;w:LsdException Locked="false" Priority="39" Name="toc 5"/&gt;   &lt;w:LsdException Locked="false" Priority="39" Name="toc 6"/&gt;   &lt;w:LsdException Locked="false" Priority="39" Name="toc 7"/&gt;   &lt;w:LsdException Locked="false" Priority="39" Name="toc 8"/&gt;   &lt;w:LsdException Locked="false" Priority="39" Name="toc 9"/&gt;   &lt;w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption"/&gt;   &lt;w:LsdException Locked="false" Priority="10" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Title"/&gt;   &lt;w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font"/&gt;   &lt;w:LsdException Locked="false" Priority="11" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Subtitle"/&gt;   &lt;w:LsdException Locked="false" Priority="22" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Strong"/&gt;   &lt;w:LsdException Locked="false" Priority="20" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Emphasis"/&gt;   &lt;w:LsdException Locked="false" Priority="59" SemiHidden="false"
   UnhideWhenUsed="false" Name="Table Grid"/&gt;   &lt;w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text"/&gt;   &lt;w:LsdException Locked="false" Priority="1" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="No Spacing"/&gt;   &lt;w:LsdException Locked="false" Priority="60" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Shading"/&gt;   &lt;w:LsdException Locked="false" Priority="61" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light List"/&gt;   &lt;w:LsdException Locked="false" Priority="62" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Grid"/&gt;   &lt;w:LsdException Locked="false" Priority="63" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 1"/&gt;   &lt;w:LsdException Locked="false" Priority="64" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 2"/&gt;   &lt;w:LsdException Locked="false" Priority="65" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 1"/&gt;   &lt;w:LsdException Locked="false" Priority="66" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 2"/&gt;   &lt;w:LsdException Locked="false" Priority="67" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 1"/&gt;   &lt;w:LsdException Locked="false" Priority="68" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 2"/&gt;   &lt;w:LsdException Locked="false" Priority="69" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 3"/&gt;   &lt;w:LsdException Locked="false" Priority="70" SemiHidden="false"
   UnhideWhenUsed="false" Name="Dark List"/&gt;   &lt;w:LsdException Locked="false" Priority="71" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Shading"/&gt;   &lt;w:LsdException Locked="false" Priority="72" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful List"/&gt;   &lt;w:LsdException Locked="false" Priority="73" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Grid"/&gt;   &lt;w:LsdException Locked="false" Priority="60" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Shading Accent 1"/&gt;   &lt;w:LsdException Locked="false" Priority="61" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light List Accent 1"/&gt;   &lt;w:LsdException Locked="false" Priority="62" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Grid Accent 1"/&gt;   &lt;w:LsdException Locked="false" Priority="63" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1"/&gt;   &lt;w:LsdException Locked="false" Priority="64" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1"/&gt;   &lt;w:LsdException Locked="false" Priority="65" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 1 Accent 1"/&gt;   &lt;w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision"/&gt;   &lt;w:LsdException Locked="false" Priority="34" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="List Paragraph"/&gt;   &lt;w:LsdException Locked="false" Priority="29" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Quote"/&gt;   &lt;w:LsdException Locked="false" Priority="30" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Intense Quote"/&gt;   &lt;w:LsdException Locked="false" Priority="66" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 2 Accent 1"/&gt;   &lt;w:LsdException Locked="false" Priority="67" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1"/&gt;   &lt;w:LsdException Locked="false" Priority="68" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1"/&gt;   &lt;w:LsdException Locked="false" Priority="69" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1"/&gt;   &lt;w:LsdException Locked="false" Priority="70" SemiHidden="false"
   UnhideWhenUsed="false" Name="Dark List Accent 1"/&gt;   &lt;w:LsdException Locked="false" Priority="71" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Shading Accent 1"/&gt;   &lt;w:LsdException Locked="false" Priority="72" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful List Accent 1"/&gt;   &lt;w:LsdException Locked="false" Priority="73" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Grid Accent 1"/&gt;   &lt;w:LsdException Locked="false" Priority="60" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Shading Accent 2"/&gt;   &lt;w:LsdException Locked="false" Priority="61" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light List Accent 2"/&gt;   &lt;w:LsdException Locked="false" Priority="62" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Grid Accent 2"/&gt;   &lt;w:LsdException Locked="false" Priority="63" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2"/&gt;   &lt;w:LsdException Locked="false" Priority="64" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2"/&gt;   &lt;w:LsdException Locked="false" Priority="65" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 1 Accent 2"/&gt;   &lt;w:LsdException Locked="false" Priority="66" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 2 Accent 2"/&gt;   &lt;w:LsdException Locked="false" Priority="67" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2"/&gt;   &lt;w:LsdException Locked="false" Priority="68" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2"/&gt;   &lt;w:LsdException Locked="false" Priority="69" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2"/&gt;   &lt;w:LsdException Locked="false" Priority="70" SemiHidden="false"
   UnhideWhenUsed="false" Name="Dark List Accent 2"/&gt;   &lt;w:LsdException Locked="false" Priority="71" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Shading Accent 2"/&gt;   &lt;w:LsdException Locked="false" Priority="72" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful List Accent 2"/&gt;   &lt;w:LsdException Locked="false" Priority="73" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Grid Accent 2"/&gt;   &lt;w:LsdException Locked="false" Priority="60" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Shading Accent 3"/&gt;   &lt;w:LsdException Locked="false" Priority="61" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light List Accent 3"/&gt;   &lt;w:LsdException Locked="false" Priority="62" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Grid Accent 3"/&gt;   &lt;w:LsdException Locked="false" Priority="63" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3"/&gt;   &lt;w:LsdException Locked="false" Priority="64" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3"/&gt;   &lt;w:LsdException Locked="false" Priority="65" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 1 Accent 3"/&gt;   &lt;w:LsdException Locked="false" Priority="66" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 2 Accent 3"/&gt;   &lt;w:LsdException Locked="false" Priority="67" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3"/&gt;   &lt;w:LsdException Locked="false" Priority="68" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3"/&gt;   &lt;w:LsdException Locked="false" Priority="69" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3"/&gt;   &lt;w:LsdException Locked="false" Priority="70" SemiHidden="false"
   UnhideWhenUsed="false" Name="Dark List Accent 3"/&gt;   &lt;w:LsdException Locked="false" Priority="71" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Shading Accent 3"/&gt;   &lt;w:LsdException Locked="false" Priority="72" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful List Accent 3"/&gt;   &lt;w:LsdException Locked="false" Priority="73" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Grid Accent 3"/&gt;   &lt;w:LsdException Locked="false" Priority="60" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Shading Accent 4"/&gt;   &lt;w:LsdException Locked="false" Priority="61" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light List Accent 4"/&gt;   &lt;w:LsdException Locked="false" Priority="62" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Grid Accent 4"/&gt;   &lt;w:LsdException Locked="false" Priority="63" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4"/&gt;   &lt;w:LsdException Locked="false" Priority="64" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4"/&gt;   &lt;w:LsdException Locked="false" Priority="65" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 1 Accent 4"/&gt;   &lt;w:LsdException Locked="false" Priority="66" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 2 Accent 4"/&gt;   &lt;w:LsdException Locked="false" Priority="67" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4"/&gt;   &lt;w:LsdException Locked="false" Priority="68" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4"/&gt;   &lt;w:LsdException Locked="false" Priority="69" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4"/&gt;   &lt;w:LsdException Locked="false" Priority="70" SemiHidden="false"
   UnhideWhenUsed="false" Name="Dark List Accent 4"/&gt;   &lt;w:LsdException Locked="false" Priority="71" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Shading Accent 4"/&gt;   &lt;w:LsdException Locked="false" Priority="72" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful List Accent 4"/&gt;   &lt;w:LsdException Locked="false" Priority="73" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Grid Accent 4"/&gt;   &lt;w:LsdException Locked="false" Priority="60" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Shading Accent 5"/&gt;   &lt;w:LsdException Locked="false" Priority="61" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light List Accent 5"/&gt;   &lt;w:LsdException Locked="false" Priority="62" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Grid Accent 5"/&gt;   &lt;w:LsdException Locked="false" Priority="63" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5"/&gt;   &lt;w:LsdException Locked="false" Priority="64" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5"/&gt;   &lt;w:LsdException Locked="false" Priority="65" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 1 Accent 5"/&gt;   &lt;w:LsdException Locked="false" Priority="66" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 2 Accent 5"/&gt;   &lt;w:LsdException Locked="false" Priority="67" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5"/&gt;   &lt;w:LsdException Locked="false" Priority="68" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5"/&gt;   &lt;w:LsdException Locked="false" Priority="69" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5"/&gt;   &lt;w:LsdException Locked="false" Priority="70" SemiHidden="false"
   UnhideWhenUsed="false" Name="Dark List Accent 5"/&gt;   &lt;w:LsdException Locked="false" Priority="71" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Shading Accent 5"/&gt;   &lt;w:LsdException Locked="false" Priority="72" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful List Accent 5"/&gt;   &lt;w:LsdException Locked="false" Priority="73" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Grid Accent 5"/&gt;   &lt;w:LsdException Locked="false" Priority="60" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Shading Accent 6"/&gt;   &lt;w:LsdException Locked="false" Priority="61" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light List Accent 6"/&gt;   &lt;w:LsdException Locked="false" Priority="62" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Grid Accent 6"/&gt;   &lt;w:LsdException Locked="false" Priority="63" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6"/&gt;   &lt;w:LsdException Locked="false" Priority="64" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6"/&gt;   &lt;w:LsdException Locked="false" Priority="65" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 1 Accent 6"/&gt;   &lt;w:LsdException Locked="false" Priority="66" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 2 Accent 6"/&gt;   &lt;w:LsdException Locked="false" Priority="67" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6"/&gt;   &lt;w:LsdException Locked="false" Priority="68" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6"/&gt;   &lt;w:LsdException Locked="false" Priority="69" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6"/&gt;   &lt;w:LsdException Locked="false" Priority="70" SemiHidden="false"
   UnhideWhenUsed="false" Name="Dark List Accent 6"/&gt;   &lt;w:LsdException Locked="false" Priority="71" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Shading Accent 6"/&gt;   &lt;w:LsdException Locked="false" Priority="72" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful List Accent 6"/&gt;   &lt;w:LsdException Locked="false" Priority="73" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Grid Accent 6"/&gt;   &lt;w:LsdException Locked="false" Priority="19" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis"/&gt;   &lt;w:LsdException Locked="false" Priority="21" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis"/&gt;   &lt;w:LsdException Locked="false" Priority="31" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference"/&gt;   &lt;w:LsdException Locked="false" Priority="32" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Intense Reference"/&gt;   &lt;w:LsdException Locked="false" Priority="33" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Book Title"/&gt;   &lt;w:LsdException Locked="false" Priority="37" Name="Bibliography"/&gt;   &lt;w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading"/&gt;  &lt;/w:LatentStyles&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 10]&gt; &lt;style&gt;
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:"Table Normal";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-priority:99;
 mso-style-qformat:yes;
 mso-style-parent:"";
 mso-padding-alt:0in 5.4pt 0in 5.4pt;
 mso-para-margin:0in;
 mso-para-margin-bottom:.0001pt;
 mso-pagination:none;
 mso-hyphenate:none;
 text-autospace:ideograph-other;
 font-size:12.0pt;
 font-family:"Arial","sans-serif";
 mso-bidi-font-family:Tahoma;
 mso-font-kerning:1.5pt;}
&lt;/style&gt; &lt;![endif]--&gt;  &lt;br /&gt;
&lt;div class="Answers"&gt;There are multiple ways to achieve the above task. I will list two methods and I will recommend the first method as its easy, simple, less error prone and has more changes of compliance with company policy.&lt;/div&gt;&lt;div class="Answers"&gt;&lt;b&gt;&lt;u&gt;Method 1&lt;/u&gt;&lt;/b&gt;: &lt;b&gt;&lt;u&gt;Use Corporate Package Distribution System such as CA DSM (not sure about SCCM)&lt;/u&gt;&lt;/b&gt;&lt;/div&gt;&lt;div class="Answers" style="margin-left: 0in; text-indent: 0in;"&gt;&lt;span style="font-family: StarSymbol;"&gt;&lt;span&gt;•&lt;span style="font: 7pt &amp;quot;Times New Roman&amp;quot;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Create two normal packages and then import them in CA DSM, Set the reboot after installation on the install procedure of the first package. &lt;b&gt;&lt;span style="background: none repeat scroll 0% 0% rgb(255, 255, 153); color: red;"&gt;(DO NOT LET MSI reboot itself)&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div class="Answers" style="margin-left: 0in; text-indent: 0in;"&gt;&lt;span style="font-family: StarSymbol;"&gt;&lt;span&gt;•&lt;span style="font: 7pt &amp;quot;Times New Roman&amp;quot;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;In CA DSM create a policy with install procedures of both the packages.&lt;/div&gt;&lt;div class="Answers"&gt;Isn’t is simple. What happens that when the procedure is deployed on the package first package is installed and then CA DSM reboots the machine, once the machine comes back online then the second package is installed. If the installation of first package fails then CA DSM will not install the second package. :)&lt;/div&gt;&lt;div class="Answers"&gt;&lt;b&gt;&lt;u&gt;Method 2&lt;/u&gt;&lt;/b&gt;: &lt;b&gt;&lt;u&gt;Use of Active Setup&lt;/u&gt;&lt;/b&gt;&lt;/div&gt;&lt;div class="Answers" style="margin-left: 0in; text-indent: 0in;"&gt;&lt;span style="font-family: StarSymbol;"&gt;&lt;span&gt;•&lt;span style="font: 7pt &amp;quot;Times New Roman&amp;quot;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Create package B, add the created package in the files section of package A. Set REBOOT property to &lt;span style="color: black; font-size: 9.5pt;"&gt;Force.&lt;/span&gt;&lt;/div&gt;&lt;div class="Answers" style="margin-left: 0in; text-indent: 0in;"&gt;&lt;span style="font-family: StarSymbol;"&gt;&lt;span&gt;•&lt;span style="font: 7pt &amp;quot;Times New Roman&amp;quot;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Set active setup in package A, in the stub section add the details to silently install package B.&lt;/div&gt;&lt;div class="Answers" style="margin-left: 0in; text-indent: 0in;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="Answers" style="margin-left: 0in; text-indent: 0in;"&gt;&lt;b style="color: #cc0000;"&gt;NOTE: PLEASE FOR GOD SAKE,&lt;span style="color: #3d85c6;"&gt; &lt;/span&gt;&lt;/b&gt;&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;do not create a nested msi or create a script which will install the msi files&lt;/b&gt;.&lt;/span&gt;&lt;/div&gt;&lt;div class="Answers" style="margin-left: 0in; text-indent: 0in;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/868679675076553456-4166135314176098107?l=mayankjohri.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/xeFKQK_0Cea2rin0Xv0eTqWKIOU/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/xeFKQK_0Cea2rin0Xv0eTqWKIOU/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/xeFKQK_0Cea2rin0Xv0eTqWKIOU/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/xeFKQK_0Cea2rin0Xv0eTqWKIOU/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/PlayingWithComputers/~4/zJ3i-Q_4ptA" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://mayankjohri.blogspot.com/feeds/4166135314176098107/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=868679675076553456&amp;postID=4166135314176098107" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/868679675076553456/posts/default/4166135314176098107?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/868679675076553456/posts/default/4166135314176098107?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/PlayingWithComputers/~3/zJ3i-Q_4ptA/msi-faq-11-how-do-you-install-2-msi.html" title="MSI FAQ: 11. How do you install 2 MSI packages, after installation of 1st MSI the machine has to reboot and upon start of the machine 2nd MSI installation has to be triggered? Once installation of 2nd MSI is completed the User has to notify with a Message that 2 MSI Installation has been completed. How do you perform the Task? ( If 1st MSI installation has failed then 2nd MSI installation shouldn’t happen)" /><author><name>Mayank Johri</name><uri>http://www.blogger.com/profile/16719044066108522085</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://mayankjohri.blogspot.com/2011/05/msi-faq-11-how-do-you-install-2-msi.html</feedburner:origLink></entry><entry gd:etag="W/&quot;Ck4CSHc7eCp7ImA9WhZRGEo.&quot;"><id>tag:blogger.com,1999:blog-868679675076553456.post-5774372120962860208</id><published>2011-04-14T12:43:00.025+05:30</published><updated>2011-04-15T18:06:09.900+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-04-15T18:06:09.900+05:30</app:edited><title>FAQS 1 : MSI  Packaging &amp; Re-packaging.</title><content type="html">&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div style="background-color: #6aa84f; color: white; font-family: Times,&amp;quot;Times New Roman&amp;quot;,serif; text-align: center;"&gt;&lt;b&gt;&lt;span style="font-size: large;"&gt;Custom Actions&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div style="font-family: Times,&amp;quot;Times New Roman&amp;quot;,serif;"&gt;&lt;div style="background-color: #cfe2f3; color: black;"&gt;&lt;b&gt;&lt;span style="background-color: #cfe2f3; font-size: small;"&gt;1. How to add custom actions to run only during patching&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;Add "PATCH" To condition in custom action&lt;/div&gt;&lt;div style="font-family: Times,&amp;quot;Times New Roman&amp;quot;,serif;"&gt;&lt;span style="background-color: #cfe2f3; color: #0b5394; font-size: small;"&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="background-color: #cfe2f3; color: black; font-family: Times,&amp;quot;Times New Roman&amp;quot;,serif;"&gt;&lt;b&gt;&lt;span style="background-color: #cfe2f3; font-size: small;"&gt;2. Name few best practices for creating a Custom Actions&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;div style="background-color: white;"&gt;* Do not use custom actions             in your package that require elevated privileges to run.&lt;/div&gt;&lt;div style="background-color: white;"&gt;*&amp;nbsp;&lt;/div&gt;&lt;div style="background-color: white;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="background-color: white;"&gt;&lt;/div&gt;&lt;b&gt;&lt;span style="background-color: #cfe2f3; font-size: small;"&gt;3.&amp;nbsp; &lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div style="color: white; font-family: Times,&amp;quot;Times New Roman&amp;quot;,serif;"&gt;&lt;span style="background-color: #cfe2f3; color: #0b5394; font-size: small;"&gt; &lt;/span&gt;&lt;/div&gt;&lt;div style="background-color: #6aa84f; color: white; font-family: Times,&amp;quot;Times New Roman&amp;quot;,serif; text-align: center;"&gt;&lt;b&gt;&lt;span style="font-size: large;"&gt;MISC&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div style="background-color: #cfe2f3; font-family: Times,&amp;quot;Times New Roman&amp;quot;,serif;"&gt;&lt;b&gt;&lt;span style="background-color: #cfe2f3; color: #0b5394; font-size: small;"&gt;&lt;span style="color: black;"&gt;1. Which runs first "Run" key or Active Setup&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div style="font-family: Times,&amp;quot;Times New Roman&amp;quot;,serif;"&gt;&lt;b&gt;Applications launched by Active Setup will run first. Activesetup &lt;/b&gt;is using to configure the userprofile settings if no  entry points exists in the package and this will be running only once  for a specific user.&lt;/div&gt;&lt;div style="font-family: Times,&amp;quot;Times New Roman&amp;quot;,serif;"&gt;Where as RUN key will execute everytime when user login the machine. These settings are configured with different sequence , in order to  speedup to get access to windows desktop\user level settings.&lt;br /&gt;
&lt;div style="background-color: #cfe2f3; color: black;"&gt;&lt;b&gt;2. If you extract a COM information through registering the dll or OCX file which tables will it be reflected&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;/b&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="font-family: Times,&amp;quot;Times New Roman&amp;quot;,serif;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="background-color: #cfe2f3; color: black; font-family: Times,&amp;quot;Times New Roman&amp;quot;,serif;"&gt;&lt;b&gt;&lt;span style="background-color: #cfe2f3; font-size: small;"&gt;3 &lt;/span&gt;Can you elaborate the driver handling via device driver?&lt;/b&gt;&lt;/div&gt;&lt;div style="font-family: Times,&amp;quot;Times New Roman&amp;quot;,serif;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="background-color: #cfe2f3; color: black; font-family: Times,&amp;quot;Times New Roman&amp;quot;,serif;"&gt;&lt;b&gt;4 Apart from APP search what tables you use to find whether the particular application is installed via MSI tables?&lt;/b&gt;&lt;/div&gt;&lt;div style="font-family: Times,&amp;quot;Times New Roman&amp;quot;,serif;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="background-color: #cfe2f3; color: black; font-family: Times,&amp;quot;Times New Roman&amp;quot;,serif;"&gt;&lt;b&gt;5. What is the meaning of Launch condition Office2007&lt;office2003&gt;&lt;/office2003&gt;&lt;/b&gt;&lt;/div&gt;&lt;div style="font-family: Times,&amp;quot;Times New Roman&amp;quot;,serif;"&gt;Only proceed the installation if value of "Office2007" property is less then "office2003" property&lt;/div&gt;&lt;div style="background-color: #cfe2f3; color: black; font-family: Times,&amp;quot;Times New Roman&amp;quot;,serif;"&gt;&lt;b&gt;6. What are the attributes you set for files going under c:\Winnt\System?&lt;/b&gt;&lt;/div&gt;&lt;div style="font-family: Times,&amp;quot;Times New Roman&amp;quot;,serif;"&gt;Nothing, we will let Windows default file setting to be propagated to the newly added files also.&lt;br /&gt;
&lt;b&gt;&lt;br /&gt;
&lt;div style="background-color: #cfe2f3; color: black; font-family: Times,&amp;quot;Times New Roman&amp;quot;,serif;"&gt;7. What happens if non-keypath file is deleted and a shortcut is launched.&lt;/div&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;Nothing Happens,&lt;br /&gt;
&lt;div style="background-color: #6aa84f; color: white; font-family: Times,&amp;quot;Times New Roman&amp;quot;,serif; text-align: center;"&gt;&lt;b&gt;&lt;span style="font-size: large;"&gt;MSI SDK&lt;br /&gt;
&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;b&gt;&lt;div style="background-color: #cfe2f3; color: black; font-family: Times,&amp;quot;Times New Roman&amp;quot;,serif;"&gt;1. How many tables can control the flow of Installer. Name them&lt;/div&gt;&lt;/b&gt;&lt;br /&gt;
&lt;div&gt;6 tables,Names of them are InstallExecuteSequence, InstallUISequence, AdminExecuteSequence, AdminUISequence, AdvtExecuteSequence, AdvtUISequence&lt;br /&gt;
&lt;div style="background-color: #cfe2f3; color: black; font-family: Times,&amp;quot;Times New Roman&amp;quot;,serif;"&gt;&lt;b&gt;2. During typical execution how many of them are used.&lt;/b&gt; &lt;/div&gt;Only 2 tables are used during any typical execution&lt;br /&gt;
&lt;div style="background-color: #6aa84f; color: white; font-family: Times,&amp;quot;Times New Roman&amp;quot;,serif; text-align: center;"&gt;&lt;b&gt;&lt;span style="font-size: large;"&gt;MSI Sequence&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div style="background-color: #cfe2f3; color: black; font-family: Times,&amp;quot;Times New Roman&amp;quot;,serif;"&gt;&lt;b&gt;1. Can we control Uninstall GUI &lt;/b&gt;&lt;/div&gt;No.&lt;/div&gt;&lt;/div&gt;&lt;div style="font-family: Times,&amp;quot;Times New Roman&amp;quot;,serif;"&gt;&lt;/div&gt;&lt;div style="background-color: #0b5394; font-family: Times,&amp;quot;Times New Roman&amp;quot;,serif;"&gt;&lt;span style="background-color: #cfe2f3; color: #0b5394; font-size: small;"&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="background-color: #6aa84f; color: white; font-family: Times,&amp;quot;Times New Roman&amp;quot;,serif; text-align: center;"&gt;&lt;b&gt;&lt;span style="font-size: large;"&gt;MSI &amp;gt;=4.5&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div style="background-color: #cfe2f3; color: black; font-family: Times,&amp;quot;Times New Roman&amp;quot;,serif;"&gt;&lt;b&gt;1. What is Per User Application (PUA)&lt;/b&gt;&lt;/div&gt;&lt;div style="font-family: Times,&amp;quot;Times New Roman&amp;quot;,serif;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="background-color: white;"&gt;&lt;/span&gt;An application capable of being installed, updated, run and removed by a standard user without elevation is called a PUA&lt;/span&gt;&lt;/div&gt;&lt;div style="background-color: #cfe2f3; color: black; font-family: Times,&amp;quot;Times New Roman&amp;quot;,serif;"&gt;&lt;b&gt;2. What is the minimum OS on which MSI 5.0 will get installed&lt;/b&gt;&lt;/div&gt;Windows 2008 and Windows 7&lt;/div&gt;&lt;div style="background-color: #cfe2f3; color: black; font-family: Times,&amp;quot;Times New Roman&amp;quot;,serif;"&gt;&lt;b&gt;3. What is single package authoring / dual purpose package&lt;/b&gt;&lt;/div&gt;A dual purpose package is a windows installer 5.0 package that has been authored to be capable of installing an application in either the per-user or per-machine installation context.&lt;br /&gt;
&lt;div style="background-color: #cfe2f3; color: black; font-family: Times,&amp;quot;Times New Roman&amp;quot;,serif;"&gt;&lt;b&gt;4. What is the limitation of PUA/DPP&lt;/b&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/868679675076553456-5774372120962860208?l=mayankjohri.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/02kjRAguz3h7Max2z15yBVSXGk8/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/02kjRAguz3h7Max2z15yBVSXGk8/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/02kjRAguz3h7Max2z15yBVSXGk8/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/02kjRAguz3h7Max2z15yBVSXGk8/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/PlayingWithComputers/~4/oSFmRzogpmA" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://mayankjohri.blogspot.com/feeds/5774372120962860208/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=868679675076553456&amp;postID=5774372120962860208" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/868679675076553456/posts/default/5774372120962860208?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/868679675076553456/posts/default/5774372120962860208?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/PlayingWithComputers/~3/oSFmRzogpmA/faqs-1-msi-packaging-re-packaging.html" title="FAQS 1 : MSI  Packaging &amp; Re-packaging." /><author><name>Mayank Johri</name><uri>http://www.blogger.com/profile/16719044066108522085</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://mayankjohri.blogspot.com/2011/04/faqs-1-msi-packaging-re-packaging.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C0ABRXg-cSp7ImA9WhZRF00.&quot;"><id>tag:blogger.com,1999:blog-868679675076553456.post-2154337125016738158</id><published>2011-04-13T10:14:00.003+05:30</published><updated>2011-04-13T19:05:54.659+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-04-13T19:05:54.659+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Tips" /><category scheme="http://www.blogger.com/atom/ns#" term="freebasic" /><category scheme="http://www.blogger.com/atom/ns#" term="code" /><title>FreeBasic : Code : runas in FreeBasic</title><content type="html">&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div style="color: #6aa84f; font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;&lt;span style="font-size: small;"&gt;#Include "windows.bi"&lt;br /&gt;
#inclib "advapi32"&lt;br /&gt;
&lt;br /&gt;
Declare FUNCTION CreateProcessWithLogonW LIB "ADVAPI32" ALIAS "CreateProcessWithLogonW" ( _&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; byval lpUsername As LPCWSTR&amp;nbsp; , _&lt;br /&gt;
BYVAL lpDomain AS LPCWSTR , _&lt;br /&gt;
BYVAL lpPassword AS LPCWSTR, _&lt;br /&gt;
BYVAL dwLogonFlags AS DWORD, _&lt;br /&gt;
BYVAL lpApplicationName AS LPCWSTR , _&lt;br /&gt;
BYVAL lpCommandLine AS LPCWSTR , _&lt;br /&gt;
BYVAL dwCreationFlags AS DWORD, _&lt;br /&gt;
BYVAL lpEnvironment AS DWORD, _&lt;br /&gt;
BYVAL lpCurrentDirectory AS LPCWSTR , _&lt;br /&gt;
lpStartupInfo AS STARTUPINFO, _&lt;br /&gt;
lpProcessInfo AS PROCESS_INFORMATION) AS LONG&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Const X_CJ_LOGON_WITH_PROFILE=1&lt;br /&gt;
Const X_CJ_CREATE_DEFAULT_ERROR_MODE = &amp;amp;H04000000&lt;br /&gt;
'#############################################&lt;br /&gt;
'&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RunAsUser for Windows 2000 and Later&lt;br /&gt;
'#############################################&lt;br /&gt;
&lt;br /&gt;
FUNCTION RunAsUser(BYVAL UserName AS STRING, _&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BYVAL Password AS STRING, _&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BYVAL DomainName AS STRING, _&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BYVAL CommandLine AS STRING, _&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BYVAL CurrentDirectory AS STRING) AS boolean&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim si AS STARTUPINFO&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim pi AS PROCESS_INFORMATION&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim AS String wCurrentDir,wCommandLine,wPassword,wUser,wDomain &lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; dim R01 AS LONG&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; si.cb = LEN(si)&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; wUser = UserName&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; wDomain = DomainName&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; wPassword = Password&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; wCommandLine = CommandLine&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; wCurrentDir = CurrentDirectory&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp; 'Print wCommandLine &amp;amp; "TEST"&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; R01 = CreateProcessWithLogonW(wUser,wDomain,wPassword, _&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; X_CJ_LOGON_WITH_PROFILE, 0&amp;amp;, wCommandLine, _&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; X_CJ_CREATE_DEFAULT_ERROR_MODE, 0&amp;amp;, wCurrentDir, si, pi)&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; IF R01 &amp;lt;&amp;gt; 0 THEN&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; CloseHandle pi.hThread&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; CloseHandle pi.hProcess&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; &lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; Return TRUE&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; ELSE&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; Return FALSE&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; END If&lt;br /&gt;
End FUNCTION&lt;br /&gt;
&lt;br /&gt;
Dim As Long R01&lt;br /&gt;
Dim As String&amp;nbsp; user_name,password,domain,program,workingDir&lt;br /&gt;
&lt;br /&gt;
user_name="username"&lt;br /&gt;
password="pa$$word"&lt;br /&gt;
domain="domain"&lt;br /&gt;
program="C:\\windows\\notepad.exe"&lt;br /&gt;
workingDir="C:\\windows"&lt;br /&gt;
&lt;br /&gt;
R01=RunAsUser(user_name,password,domain,program,workingDir)&lt;br /&gt;
&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/868679675076553456-2154337125016738158?l=mayankjohri.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/L-Ms6A8OFAkVUG03dMqztepfTJw/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/L-Ms6A8OFAkVUG03dMqztepfTJw/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/L-Ms6A8OFAkVUG03dMqztepfTJw/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/L-Ms6A8OFAkVUG03dMqztepfTJw/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/PlayingWithComputers/~4/bBohQa3_n5k" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://mayankjohri.blogspot.com/feeds/2154337125016738158/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=868679675076553456&amp;postID=2154337125016738158" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/868679675076553456/posts/default/2154337125016738158?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/868679675076553456/posts/default/2154337125016738158?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/PlayingWithComputers/~3/bBohQa3_n5k/freebasic-code-runas-in-freebasic.html" title="FreeBasic : Code : runas in FreeBasic" /><author><name>Mayank Johri</name><uri>http://www.blogger.com/profile/16719044066108522085</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://mayankjohri.blogspot.com/2011/04/freebasic-code-runas-in-freebasic.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CU4GQX86fSp7ImA9WhZRFUo.&quot;"><id>tag:blogger.com,1999:blog-868679675076553456.post-3072868526554095071</id><published>2011-04-12T07:35:00.002+05:30</published><updated>2011-04-12T07:35:20.115+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-04-12T07:35:20.115+05:30</app:edited><title>Checking if any process is running using FreeBasic</title><content type="html">&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;br /&gt;
#include once "windows.bi" &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 'in&lt;br /&gt;
#define UNICODE &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;'this&lt;br /&gt;
#include once "disphelper/disphelper.bi" 'order&lt;br /&gt;
'&lt;br /&gt;
&lt;br /&gt;
Function checkProcName(processName As String) As Boolean&lt;br /&gt;
&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt;dim as HRESULT hres&lt;br /&gt;
&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt;dim as zstring ptr procID,procPath, procName&lt;br /&gt;
&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt;DISPATCH_OBJ(wmiSvc)&lt;br /&gt;
&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt;DISPATCH_OBJ(colProc)&lt;br /&gt;
&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt;dhInitialize(TRUE)&lt;br /&gt;
&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt;hres=dhGetObject("winmgmts:{impersonationLevel=impersonate}!\\.\root\cimv2",NULL,@wmiSvc)&lt;br /&gt;
&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt;hres=dhGetValue("%o",@colProc,wmiSvc,".ExecQuery(%s)","Select * from Win32_Process Where Name='" &amp;amp; processName &amp;amp; "'") ' where Name=\'" &amp;amp; "notepad.exe" &amp;amp; "\'")&lt;br /&gt;
&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt;'&lt;br /&gt;
&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt;Dim &amp;nbsp;count &amp;nbsp;As Integer&lt;br /&gt;
&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt;count = 0&lt;br /&gt;
&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt;FOR_EACH0(objProc,colProc,NULL)&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt; &lt;br /&gt;
&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt; &amp;nbsp; count = count +1&lt;br /&gt;
&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt; &amp;nbsp; *procPath=""&lt;br /&gt;
&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt; &amp;nbsp; hres=dhGetValue("%s",@procPath,objProc,".ExecutablePath")&lt;br /&gt;
&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt; &amp;nbsp; hres=dhGetValue("%s",@procID,objProc,".ProcessID")&lt;br /&gt;
&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt; &amp;nbsp; hres=dhGetValue("%s",@procName,objProc,".Name")&lt;br /&gt;
&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt; &amp;nbsp; &amp;nbsp;'&lt;br /&gt;
&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt; &amp;nbsp; &amp;nbsp;if hres=0 then&lt;br /&gt;
&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;print *procID; tab(8);*procName&lt;br /&gt;
&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt; &amp;nbsp; &amp;nbsp;end if&lt;br /&gt;
&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt; &amp;nbsp; &amp;nbsp;'&lt;br /&gt;
&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt;NEXT_(objProc)&lt;br /&gt;
&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt;Print count&lt;br /&gt;
&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt;SAFE_RELEASE(wmiSvc)&lt;br /&gt;
&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt;SAFE_RELEASE(colProc)&lt;br /&gt;
&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt;dhUninitialize(TRUE)&lt;br /&gt;
&lt;span class="Apple-tab-span" style="white-space: pre;"&gt;  &lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt;If count = 0 Then&lt;br /&gt;
&lt;span class="Apple-tab-span" style="white-space: pre;"&gt;  &lt;/span&gt;Return FALSE&lt;br /&gt;
&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt;Else&lt;br /&gt;
&lt;span class="Apple-tab-span" style="white-space: pre;"&gt;  &lt;/span&gt;Return TRUE&lt;br /&gt;
&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt;EndIf&lt;br /&gt;
End Function&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Dim test As Boolean&lt;br /&gt;
test= checkProcName("notepad.exe")&lt;br /&gt;
print:print "Sleeping to Exit.." &amp;amp; test&lt;br /&gt;
Sleep&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/868679675076553456-3072868526554095071?l=mayankjohri.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/YIUdQIFQCgd7Mi4fNlM2OWX7VDA/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/YIUdQIFQCgd7Mi4fNlM2OWX7VDA/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/YIUdQIFQCgd7Mi4fNlM2OWX7VDA/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/YIUdQIFQCgd7Mi4fNlM2OWX7VDA/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/PlayingWithComputers/~4/2XjdCeMSl6g" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://mayankjohri.blogspot.com/feeds/3072868526554095071/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=868679675076553456&amp;postID=3072868526554095071" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/868679675076553456/posts/default/3072868526554095071?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/868679675076553456/posts/default/3072868526554095071?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/PlayingWithComputers/~3/2XjdCeMSl6g/checking-if-any-process-is-running.html" title="Checking if any process is running using FreeBasic" /><author><name>Mayank Johri</name><uri>http://www.blogger.com/profile/16719044066108522085</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://mayankjohri.blogspot.com/2011/04/checking-if-any-process-is-running.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C0MDQHYyeSp7ImA9WhZRFUw.&quot;"><id>tag:blogger.com,1999:blog-868679675076553456.post-8812813210738598269</id><published>2011-04-11T12:29:00.003+05:30</published><updated>2011-04-11T14:14:31.891+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-04-11T14:14:31.891+05:30</app:edited><title>FAQ's  MSI  Packaging &amp; Repackaging</title><content type="html">&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;There are two version of the document. I have tried my best to have correct information and if you find any issue or wrong information then please inform me about it. The download location for them are as follows &lt;br /&gt;
&lt;ul style="text-align: left;"&gt;&lt;li&gt;&lt;b&gt;Release Version&lt;/b&gt;: &lt;a href="http://sourceforge.net/projects/mayadeploy/files/FAQ/"&gt;http://sourceforge.net/projects/mayadeploy/files/FAQ/&lt;/a&gt;. Just download the latest version&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Working Version&lt;/b&gt;: &lt;a href="http://mayadeploy.svn.sourceforge.net/viewvc/mayadeploy/trunk/FAQ/FAQ%20on%20MSI%20packaging%20and%20repackaging.odt"&gt;http://mayadeploy.svn.sourceforge.net/viewvc/mayadeploy/trunk/FAQ/FAQ on MSI packaging and repackaging.odt&lt;/a&gt;. This version is a work in progress and can have wrong information. &lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/868679675076553456-8812813210738598269?l=mayankjohri.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/7LnWPybrTfXUidM-MvZ93O-MNDk/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/7LnWPybrTfXUidM-MvZ93O-MNDk/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/7LnWPybrTfXUidM-MvZ93O-MNDk/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/7LnWPybrTfXUidM-MvZ93O-MNDk/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/PlayingWithComputers/~4/8VaTlc4RAHA" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://mayankjohri.blogspot.com/feeds/8812813210738598269/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=868679675076553456&amp;postID=8812813210738598269" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/868679675076553456/posts/default/8812813210738598269?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/868679675076553456/posts/default/8812813210738598269?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/PlayingWithComputers/~3/8VaTlc4RAHA/faqs-msi-packaging-repackaging.html" title="FAQ's  MSI  Packaging &amp; Repackaging" /><author><name>Mayank Johri</name><uri>http://www.blogger.com/profile/16719044066108522085</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://mayankjohri.blogspot.com/2011/04/faqs-msi-packaging-repackaging.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEQDRXw5fCp7ImA9Wx5VFE4.&quot;"><id>tag:blogger.com,1999:blog-868679675076553456.post-6937449880488407391</id><published>2010-10-07T11:49:00.000+05:30</published><updated>2010-10-07T11:49:34.224+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-10-07T11:49:34.224+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="MSI" /><category scheme="http://www.blogger.com/atom/ns#" term="FAQ's" /><category scheme="http://www.blogger.com/atom/ns#" term="Interview Questions" /><title>MSI Interview Questions. Ver: 0.0.1 Beta 4</title><content type="html">Hello all, &lt;br /&gt;
I have updated the MSI Interview Questions, the updated document can  be downloaded from &lt;a href="http://sourceforge.net/projects/mayadeploy/files/FAQ/FAQ%20on%20MSI%20packaging%20and%20repackaging_0.0_1Beta4.pdf/download"&gt;http://sourceforge.net/projects/mayadeploy/files/FAQ/FAQ%20on%20MSI%20packaging%20and%20repackaging_0.0_1Beta4.pdf/download&lt;/a&gt;.&lt;br /&gt;
Enjoy solving the last 3 questions.&lt;br /&gt;
As always the questions &amp;amp; answers might be wrong.&lt;br /&gt;
&lt;img alt=":)" class="wp-smiley" src="http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif" /&gt;  so please correct me if that is the case &lt;img alt=":)" class="wp-smiley" src="http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif" /&gt; .&lt;br /&gt;
Enjoy,&lt;br /&gt;
Mayank Johri&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/868679675076553456-6937449880488407391?l=mayankjohri.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/6lZ-81CeilE455kaDo0n0AovAI8/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/6lZ-81CeilE455kaDo0n0AovAI8/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/6lZ-81CeilE455kaDo0n0AovAI8/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/6lZ-81CeilE455kaDo0n0AovAI8/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/PlayingWithComputers/~4/BKYW1VJCmkI" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://mayankjohri.blogspot.com/feeds/6937449880488407391/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=868679675076553456&amp;postID=6937449880488407391" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/868679675076553456/posts/default/6937449880488407391?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/868679675076553456/posts/default/6937449880488407391?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/PlayingWithComputers/~3/BKYW1VJCmkI/msi-interview-questions-ver-001-beta-4.html" title="MSI Interview Questions. Ver: 0.0.1 Beta 4" /><author><name>Mayank Johri</name><uri>http://www.blogger.com/profile/16719044066108522085</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://mayankjohri.blogspot.com/2010/10/msi-interview-questions-ver-001-beta-4.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEUNRXgzeyp7ImA9Wx5VFE4.&quot;"><id>tag:blogger.com,1999:blog-868679675076553456.post-1001699710455112240</id><published>2010-10-07T11:48:00.000+05:30</published><updated>2010-10-07T11:48:14.683+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-10-07T11:48:14.683+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="FAQ's" /><category scheme="http://www.blogger.com/atom/ns#" term="Interview Questions" /><category scheme="http://www.blogger.com/atom/ns#" term="App-V" /><title>Alpha 1 Version of App-V Interview Questions</title><content type="html">Dear All, &lt;br /&gt;
My first try to consolidate all the app-v interview questions. &lt;a href="http://sourceforge.net/projects/softgridhelper/files/Documentations/AppV%20Interview%20Questions_Ver_0.0.1Alpha1.pdf/download"&gt;http://sourceforge.net/projects/softgridhelper/files/Documentations/AppV%20Interview%20Questions_Ver_0.0.1Alpha1.pdf/download&lt;/a&gt;&lt;br /&gt;
As always your comments and suggestions are most welcome.&lt;br /&gt;
Enjoy,&lt;br /&gt;
Mayank Johri&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/868679675076553456-1001699710455112240?l=mayankjohri.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/9JDbY5nih8EWOLOUE5fpxl_0KPY/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/9JDbY5nih8EWOLOUE5fpxl_0KPY/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/9JDbY5nih8EWOLOUE5fpxl_0KPY/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/9JDbY5nih8EWOLOUE5fpxl_0KPY/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/PlayingWithComputers/~4/TfMpnGZjvHE" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://mayankjohri.blogspot.com/feeds/1001699710455112240/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=868679675076553456&amp;postID=1001699710455112240" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/868679675076553456/posts/default/1001699710455112240?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/868679675076553456/posts/default/1001699710455112240?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/PlayingWithComputers/~3/TfMpnGZjvHE/alpha-1-version-of-app-v-interview.html" title="Alpha 1 Version of App-V Interview Questions" /><author><name>Mayank Johri</name><uri>http://www.blogger.com/profile/16719044066108522085</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://mayankjohri.blogspot.com/2010/10/alpha-1-version-of-app-v-interview.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DUYAQnw4eyp7ImA9Wx5TEE8.&quot;"><id>tag:blogger.com,1999:blog-868679675076553456.post-1158640317433760953</id><published>2010-07-25T05:02:00.000+05:30</published><updated>2010-07-25T08:35:43.233+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-07-25T08:35:43.233+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="MSI" /><category scheme="http://www.blogger.com/atom/ns#" term="FAQ's" /><category scheme="http://www.blogger.com/atom/ns#" term="download" /><category scheme="http://www.blogger.com/atom/ns#" term="Interview Questions" /><title>FAQ: MSI Interview</title><content type="html">I am posting the first draft of FAQ of MSI packaging &amp;amp; repackaging. It can be downloaded from &lt;a title="FAQ on MSI packaging and repackaging.pd" href="https://sourceforge.net/projects/mayadeploy/files/FAQ/FAQ%20on%20MSI%20packaging%20and%20repackaging.pdf/download" target="_blank"&gt;here&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/868679675076553456-1158640317433760953?l=mayankjohri.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/fW8mK0DaNisSlZScCrDKGbXg2a0/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/fW8mK0DaNisSlZScCrDKGbXg2a0/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/fW8mK0DaNisSlZScCrDKGbXg2a0/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/fW8mK0DaNisSlZScCrDKGbXg2a0/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/PlayingWithComputers/~4/l3Z2PyNw-Wg" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://mayankjohri.blogspot.com/feeds/1158640317433760953/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=868679675076553456&amp;postID=1158640317433760953" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/868679675076553456/posts/default/1158640317433760953?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/868679675076553456/posts/default/1158640317433760953?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/PlayingWithComputers/~3/l3Z2PyNw-Wg/faq-msi-interview.html" title="FAQ: MSI Interview" /><author><name>Mayank Johri</name><uri>http://www.blogger.com/profile/16719044066108522085</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://mayankjohri.blogspot.com/2010/07/faq-msi-interview.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DUYAQnw4fCp7ImA9Wx5TEE8.&quot;"><id>tag:blogger.com,1999:blog-868679675076553456.post-5785719761833529412</id><published>2010-05-19T06:41:00.000+05:30</published><updated>2010-07-25T08:35:43.234+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-07-25T08:35:43.234+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Development" /><category scheme="http://www.blogger.com/atom/ns#" term="Tips" /><category scheme="http://www.blogger.com/atom/ns#" term="Python" /><title>TIPS: Python: Copying text in Clipboard using Python</title><content type="html">following code lets you achieve that.&lt;br/&gt;&lt;pre style="padding-left:30px;"&gt;import win32clipboard&lt;br/&gt;win32clipboard.OpenClipboard()&lt;br/&gt;win32clipboard.EmptyClipboard()&lt;br/&gt;win32clipboard.SetClipboardText(text)&lt;br/&gt;win32clipboard.CloseClipboard()&lt;br/&gt;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/868679675076553456-5785719761833529412?l=mayankjohri.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/KKrUemV9X-Zrw3vfe7RJfF41JzU/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/KKrUemV9X-Zrw3vfe7RJfF41JzU/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/KKrUemV9X-Zrw3vfe7RJfF41JzU/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/KKrUemV9X-Zrw3vfe7RJfF41JzU/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/PlayingWithComputers/~4/P5BE5MWAoyQ" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://mayankjohri.blogspot.com/feeds/5785719761833529412/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=868679675076553456&amp;postID=5785719761833529412" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/868679675076553456/posts/default/5785719761833529412?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/868679675076553456/posts/default/5785719761833529412?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/PlayingWithComputers/~3/P5BE5MWAoyQ/tips-python-copying-text-in-clipboard.html" title="TIPS: Python: Copying text in Clipboard using Python" /><author><name>Mayank Johri</name><uri>http://www.blogger.com/profile/16719044066108522085</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://mayankjohri.blogspot.com/2010/05/tips-python-copying-text-in-clipboard.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DUYAQnw4fip7ImA9Wx5TEE8.&quot;"><id>tag:blogger.com,1999:blog-868679675076553456.post-8911109623250045710</id><published>2010-05-08T06:17:00.000+05:30</published><updated>2010-07-25T08:35:43.236+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-07-25T08:35:43.236+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Tips" /><category scheme="http://www.blogger.com/atom/ns#" term="wxwidgets" /><category scheme="http://www.blogger.com/atom/ns#" term="compile" /><title>TIPS: Issues while compiling WXWidgets</title><content type="html">If you have msys installed &amp;amp; added to the path then WxWidgets failes to compile and you will get the error which starts as follows&lt;br/&gt;&lt;p style="padding-left:30px;"&gt;if not exist gcc_mswd mkdir gcc_mswd&lt;/p&gt;&lt;br/&gt;The easiest solution to resolve is in the command prompt remove all the path folders except windows &amp;amp; mingw paths and then try to recompile in the same command window.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/868679675076553456-8911109623250045710?l=mayankjohri.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/Wd8mz6yqLtBQSiaiuQnSx1Wf79o/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Wd8mz6yqLtBQSiaiuQnSx1Wf79o/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/Wd8mz6yqLtBQSiaiuQnSx1Wf79o/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Wd8mz6yqLtBQSiaiuQnSx1Wf79o/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/PlayingWithComputers/~4/diS1IVucJiA" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://mayankjohri.blogspot.com/feeds/8911109623250045710/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=868679675076553456&amp;postID=8911109623250045710" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/868679675076553456/posts/default/8911109623250045710?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/868679675076553456/posts/default/8911109623250045710?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/PlayingWithComputers/~3/diS1IVucJiA/tips-issues-while-compiling-wxwidgets.html" title="TIPS: Issues while compiling WXWidgets" /><author><name>Mayank Johri</name><uri>http://www.blogger.com/profile/16719044066108522085</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://mayankjohri.blogspot.com/2010/05/tips-issues-while-compiling-wxwidgets.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DUMGRXg8fSp7ImA9Wx5TEE8.&quot;"><id>tag:blogger.com,1999:blog-868679675076553456.post-6463044934705935939</id><published>2010-05-06T13:47:00.000+05:30</published><updated>2010-07-25T08:40:24.675+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-07-25T08:40:24.675+05:30</app:edited><title>TIPS: Most Important Calls From The RunDll32.exe &amp; Shell32.Dll ...</title><content type="html">&lt;table border="1" cellpadding="0" cellspacing="0"&gt;&lt;tbody&gt;
&lt;tr&gt; &lt;td valign="top"&gt;&lt;b&gt; Most Important Calls From The RunDll32.exe &amp;amp; Shell32.Dll ...&lt;/b&gt;&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt; &lt;td valign="top"&gt;&lt;br /&gt;
&lt;table border="0" cellpadding="0"&gt;&lt;tbody&gt;
&lt;tr&gt; &lt;td&gt;RUNDLL32.EXE shell32,SHFormatDrive',sw_normal&lt;/td&gt; &lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;&lt;/td&gt; &lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;
&lt;table border="1" cellpadding="0" cellspacing="0"&gt;&lt;tbody&gt;
&lt;tr&gt; &lt;td valign="top"&gt;&lt;b&gt;Module&lt;/b&gt;&lt;/td&gt; &lt;td valign="top"&gt;&lt;b&gt;Command&lt;/b&gt;&lt;/td&gt; &lt;td valign="top"&gt;&lt;b&gt;Result&lt;/b&gt;&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt; &lt;td valign="top"&gt;&lt;b&gt;main.cpl&lt;/b&gt;&lt;/td&gt; &lt;td valign="top"&gt;rundll32.exe shell32.dll,Control_RunDLL main.cpl @2&lt;/td&gt; &lt;td valign="top"&gt;displays the Printers Folder (including Add Printer&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt; &lt;td valign="top"&gt;&lt;/td&gt; &lt;td valign="top"&gt;rundll32.exe shell32.dll,Control_RunDLL main.cpl @3&lt;/td&gt; &lt;td valign="top"&gt;displays the Fonts Folder in Explorer view&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt; &lt;td valign="top"&gt;&lt;/td&gt; &lt;td valign="top"&gt;rundll32.exe shell32.dll,Control_RunDLL main.cpl @&lt;/td&gt; &lt;td valign="top"&gt;displays Power Management Properties&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt; &lt;td valign="top"&gt;&lt;b&gt;Modem.cpl&lt;/b&gt;&lt;/td&gt; &lt;td valign="top"&gt;rundll32.exe shell32.dll,Control_RunDLL modem.cpl,,add&lt;/td&gt; &lt;td valign="top"&gt;Runs the Add New Modem wizard&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt; &lt;td valign="top"&gt;&lt;b&gt;Mmsys.cpl&lt;/b&gt;&lt;/td&gt; &lt;td valign="top"&gt;rundll32.exe shell32.dll,Control_RunDLL mmsys.cpl,,0&lt;/td&gt; &lt;td valign="top"&gt;displays the Multimedia/Audio property page&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt; &lt;td valign="top"&gt;&lt;/td&gt; &lt;td valign="top"&gt;rundll32.exe shell32.dll,Control_RunDLL mmsys.cpl,,1&lt;/td&gt; &lt;td valign="top"&gt;displays the Multimedia/Video property page&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt; &lt;td valign="top"&gt;&lt;/td&gt; &lt;td valign="top"&gt;rundll32.exe shell32.dll,Control_RunDLL mmsys.cpl,,2&lt;/td&gt; &lt;td valign="top"&gt;displays the Multimedia/MIDI property page&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt; &lt;td valign="top"&gt;&lt;/td&gt; &lt;td valign="top"&gt;rundll32.exe shell32.dll,Control_RunDLLmmsys.cpl,,3&lt;/td&gt; &lt;td valign="top"&gt;Multimedia/CD Music property page&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt; &lt;td valign="top"&gt;&lt;/td&gt; &lt;td valign="top"&gt;rundll32.exe shell32.dll,Control_RunDLL mmsys.cpl,,4&lt;/td&gt; &lt;td valign="top"&gt;displays the Multimedia/Advanced property pag&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt; &lt;td valign="top"&gt;&lt;/td&gt; &lt;td valign="top"&gt;rundll32.exe shell32.dll,Control_RunDLL mmsys.cpl @1&lt;/td&gt; &lt;td valign="top"&gt;displays the Sound Properties page&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt; &lt;td valign="top"&gt;&lt;b&gt;Netcpl.cpl&lt;/b&gt;&lt;/td&gt; &lt;td valign="top"&gt;rundll32.exe shell32.dll,Control_RunDLL netcpl.cpl&lt;/td&gt; &lt;td valign="top"&gt;displays the Networks properties, Configuration tab&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt; &lt;td valign="top"&gt;&lt;b&gt;Odbccp32.cpl&lt;/b&gt;&lt;/td&gt; &lt;td valign="top"&gt;rundll32.exe shell32.dll,Control_RunDLL odbccp32.cpl&lt;/td&gt; &lt;td valign="top"&gt;displays the ODBC32 Data Source Administrator propertie&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt; &lt;td valign="top"&gt;&lt;b&gt;Shell32.dll&lt;/b&gt;&lt;/td&gt; &lt;td valign="top"&gt;rundll32.exe shell32.dll,OpenAs_RunDLL {drive:\path\filename}&lt;/td&gt; &lt;td valign="top"&gt;displays the application/file "Open With" dialog&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt; &lt;td valign="top"&gt;&lt;b&gt;Password.cpl&lt;/b&gt;&lt;/td&gt; &lt;td valign="top"&gt;rundll32.exe shell32.dll,Control_RunDLL password.cpl&lt;/td&gt; &lt;td valign="top"&gt;displays the Passwords properties, Change Passwords tab&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt; &lt;td valign="top"&gt;&lt;b&gt;Powercfg.cpl&lt;/b&gt;&lt;/td&gt; &lt;td valign="top"&gt;rundll32.exe shell32.dll,Control_RunDLL powercfg.cpl&lt;/td&gt; &lt;td valign="top"&gt;displays the Power Management properties, Power Schemes tab&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt; &lt;td valign="top"&gt;&lt;b&gt;Intl.cpl&lt;/b&gt;&lt;/td&gt; &lt;td valign="top"&gt;rundll32.exe shell32.dll,Control_RunDLL intl.cpl,,0&lt;/td&gt; &lt;td valign="top"&gt;displays the Regional Settings property page&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt; &lt;td valign="top"&gt;&lt;/td&gt; &lt;td valign="top"&gt;rundll32.exe shell32.dll,Control_RunDLL intl.cpl,,1&lt;/td&gt; &lt;td valign="top"&gt;displays the Numbers property page&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt; &lt;td valign="top"&gt;&lt;/td&gt; &lt;td valign="top"&gt;rundll32.exe shell32.dll,Control_RunDLL intl.cpl,,2&lt;/td&gt; &lt;td valign="top"&gt;displays the Currency property page&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt; &lt;td valign="top"&gt;&lt;/td&gt; &lt;td valign="top"&gt;rundll32.exe shell32.dll,Control_RunDLL intl.cpl,,3&lt;/td&gt; &lt;td valign="top"&gt;displays the Time property page&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt; &lt;td valign="top"&gt;&lt;/td&gt; &lt;td valign="top"&gt;rundll32.exe shell32.dll,Control_RunDLL intl.cpl,,4&lt;/td&gt; &lt;td valign="top"&gt;displays the Date property page&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt; &lt;td valign="top"&gt;&lt;b&gt;Divers&lt;/b&gt;&lt;/td&gt; &lt;td valign="top"&gt;RUNDLL.EXE rnaui.dll,RnaWizard&lt;/td&gt; &lt;td valign="top"&gt;Dial-Up Network connection wizard&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt; &lt;td valign="top"&gt;&lt;/td&gt; &lt;td valign="top"&gt;RUNDLL.EXE shell,shellexecute&lt;/td&gt; &lt;td valign="top"&gt;Open Explorer window&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt; &lt;td valign="top"&gt;&lt;/td&gt; &lt;td valign="top"&gt;sysdm.cpl,InstallDevice_Rundll&lt;/td&gt; &lt;td valign="top"&gt;Hardware Installation wizard&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt; &lt;td valign="top"&gt;&lt;/td&gt; &lt;td valign="top"&gt;RUNDLL.EXE user,cascadechildwindows&lt;/td&gt; &lt;td valign="top"&gt;Cascade all windows&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt; &lt;td valign="top"&gt;&lt;/td&gt; &lt;td valign="top"&gt;RUNDLL.EXE user,MessageBeep&lt;/td&gt; &lt;td valign="top"&gt;default beep sound&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt; &lt;td valign="top"&gt;&lt;/td&gt; &lt;td valign="top"&gt;RUNDLL.EXE user,repaintscreen&lt;/td&gt; &lt;td valign="top"&gt;same as F5 in an Explorer window&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt; &lt;td valign="top"&gt;&lt;/td&gt; &lt;td valign="top"&gt;RUNDLL.EXE user,setcursorpos&lt;/td&gt; &lt;td valign="top"&gt;cursor is set to the upper left&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt; &lt;td valign="top"&gt;&lt;/td&gt; &lt;td valign="top"&gt;RUNDLL.EXE user,SwapMouseButton&lt;/td&gt; &lt;td valign="top"&gt;swapping mouse buttons&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt; &lt;td valign="top"&gt;&lt;/td&gt; &lt;td valign="top"&gt;RUNDLL.EXE user,tilechildwindows&lt;/td&gt; &lt;td valign="top"&gt;Tile all windows&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt; &lt;td valign="top"&gt;&lt;/td&gt; &lt;td valign="top"&gt;RUNDLL.EXE user,wnetconnectdialog&lt;/td&gt; &lt;td valign="top"&gt;Map Network drive&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt; &lt;td valign="top"&gt;&lt;/td&gt; &lt;td valign="top"&gt;RUNDLL.EXE user,wnetdisconnectdialog&lt;/td&gt; &lt;td valign="top"&gt;Unmap Network drive&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt; &lt;td valign="top"&gt;&lt;/td&gt; &lt;td valign="top"&gt;RUNDLL.EXE user,ExitWindows&lt;/td&gt; &lt;td valign="top"&gt;Exit Windows&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt; &lt;td valign="top"&gt;&lt;/td&gt; &lt;td valign="top"&gt;RUNDLL.EXE user,ExitWindowsExec&lt;/td&gt; &lt;td valign="top"&gt;Restart Windows&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt; &lt;td valign="top"&gt;&lt;/td&gt; &lt;td valign="top"&gt;RUNDLL32.EXE rnaserv,CallerAccess&lt;/td&gt; &lt;td valign="top"&gt;start Dial-Up Server&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt; &lt;td valign="top"&gt;&lt;/td&gt; &lt;td valign="top"&gt;RUNDLL32.EXE shell32,Control_RunDLL&lt;/td&gt; &lt;td valign="top"&gt;start Control Panel&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt; &lt;td valign="top"&gt;&lt;/td&gt; &lt;td valign="top"&gt;RUNDLL32.EXE shell32,Control_RunDLL X&lt;/td&gt; &lt;td valign="top"&gt;"X" = any CPL filename&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt; &lt;td valign="top"&gt;&lt;/td&gt; &lt;td valign="top"&gt;RUNDLL32.EXE shell32,OpenAs_RunDLL&lt;/td&gt; &lt;td valign="top"&gt;"Open with" dialog box&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt; &lt;td valign="top"&gt;&lt;/td&gt; &lt;td valign="top"&gt;RUNDLL32.EXE shell32,ShellAboutA&lt;/td&gt; &lt;td valign="top"&gt;About in an Explorer window&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt; &lt;td valign="top"&gt;&lt;/td&gt; &lt;td valign="top"&gt;RUNDLL32.EXE shell32,SHExitWindowsEx X&lt;/td&gt; &lt;td valign="top"&gt;Exit Windows, where these values apply for X:&lt;br /&gt;
1: Exit Windows&lt;br /&gt;
2: Reboot PC&lt;br /&gt;
4: Close all applications&lt;br /&gt;
8: Exit Win and turn-off ATX-compatible PC&lt;br /&gt;
0: Restart Windows shell&lt;br /&gt;
-1: Restart Explorer&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt; &lt;td valign="top"&gt;&lt;/td&gt; &lt;td valign="top"&gt;RUNDLL32.EXE shell32,SHFormatDrive&lt;/td&gt; &lt;td valign="top"&gt;"Format Disk" dialog box&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt; &lt;td valign="top"&gt;&lt;/td&gt; &lt;td valign="top"&gt;RUNDLL.EXE krnl386.exe,exitkernel&lt;/td&gt; &lt;td valign="top"&gt;Exit Windows without prompting&lt;/td&gt; &lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/868679675076553456-6463044934705935939?l=mayankjohri.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/fXUTjFUlPbYu9RRwchDPLzCPH44/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/fXUTjFUlPbYu9RRwchDPLzCPH44/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/fXUTjFUlPbYu9RRwchDPLzCPH44/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/fXUTjFUlPbYu9RRwchDPLzCPH44/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/PlayingWithComputers/~4/ObwbkMWMq-w" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://mayankjohri.blogspot.com/feeds/6463044934705935939/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=868679675076553456&amp;postID=6463044934705935939" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/868679675076553456/posts/default/6463044934705935939?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/868679675076553456/posts/default/6463044934705935939?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/PlayingWithComputers/~3/ObwbkMWMq-w/tips-most-important-calls-from.html" title="TIPS: Most Important Calls From The RunDll32.exe &amp;amp; Shell32.Dll ..." /><author><name>Mayank Johri</name><uri>http://www.blogger.com/profile/16719044066108522085</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://mayankjohri.blogspot.com/2010/05/tips-most-important-calls-from.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DUYAQnw_eip7ImA9Wx5TEE8.&quot;"><id>tag:blogger.com,1999:blog-868679675076553456.post-1651097714163152465</id><published>2010-04-21T21:54:00.000+05:30</published><updated>2010-07-25T08:35:43.242+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-07-25T08:35:43.242+05:30</app:edited><title>Tips: Few links to Inkscape tutorials.</title><content type="html">&lt;a href="http://verysimpledesigns.com/vectors/"&gt;http://verysimpledesigns.com/vectors/&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;&lt;a href="http://screencasters.heathenx.org/"&gt;http://screencasters.heathenx.org/&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;&lt;a href="http://screencasters.heathenx.org/wp-content/videos/"&gt;http://screencasters.heathenx.org/wp-content/videos/&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;&lt;a href="http://howto.nicubunu.ro/"&gt;http://howto.nicubunu.ro/&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;&lt;a href="http://www.microugly.com/inkscape-quickguide/"&gt;http://www.microugly.com/inkscape-quickguide/&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;&lt;a href="http://inkscapetutorials.wordpress.com"&gt;http://inkscapetutorials.wordpress.com&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;&lt;a href="http://nicubunu.blogspot.com/"&gt;http://nicubunu.blogspot.com/&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;&lt;a href="http://www.trazoi.net/tutorials/inkscape"&gt;http://www.trazoi.net/tutorials/inkscape&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;&lt;a href="http://www.ioncannon.net/utilities/123/10-tips-for-creating-good-looking-diagrams-using-inkscape"&gt;http://www.ioncannon.net/utilities/123/10-tips-for-creating-good-looking-diagrams-using-inkscape&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;&lt;a href="http://www.starfishwebconsulting.co.uk/articles/inkscape-tastic-icons?/tasty_icons"&gt;http://www.starfishwebconsulting.co.uk/articles/inkscape-tastic-icons?/tasty_icons&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;&lt;a href="http://aqeeliz.com/2007/03/12/inkscape-tutorial-reflection/"&gt;http://aqeeliz.com/2007/03/12/inkscape-tutorial-reflection/&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/868679675076553456-1651097714163152465?l=mayankjohri.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/fP9e7005NMJp9mRUgYNKmOflWlg/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/fP9e7005NMJp9mRUgYNKmOflWlg/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/fP9e7005NMJp9mRUgYNKmOflWlg/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/fP9e7005NMJp9mRUgYNKmOflWlg/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/PlayingWithComputers/~4/byPnc3QK93o" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://mayankjohri.blogspot.com/feeds/1651097714163152465/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=868679675076553456&amp;postID=1651097714163152465" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/868679675076553456/posts/default/1651097714163152465?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/868679675076553456/posts/default/1651097714163152465?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/PlayingWithComputers/~3/byPnc3QK93o/tips-few-links-to-inkscape-tutorials.html" title="Tips: Few links to Inkscape tutorials." /><author><name>Mayank Johri</name><uri>http://www.blogger.com/profile/16719044066108522085</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://mayankjohri.blogspot.com/2010/04/tips-few-links-to-inkscape-tutorials.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DUYAQnw_fCp7ImA9Wx5TEE8.&quot;"><id>tag:blogger.com,1999:blog-868679675076553456.post-5831575498120329968</id><published>2010-04-21T07:53:00.000+05:30</published><updated>2010-07-25T08:35:43.244+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-07-25T08:35:43.244+05:30</app:edited><title>Sorry for the spam.</title><content type="html">Hello ,&lt;br/&gt;&lt;br/&gt;Two days back some one hacked my funmayank@yahoo.co.in email id and sent the spam related to dell website. I have since then changed the password. I am sorry for the inconvenience caused due to that email.&lt;br/&gt;&lt;br/&gt;Thanks for understanding&lt;br/&gt;&lt;br/&gt;Thanks and Regards&lt;br/&gt;Mayank Johri&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/868679675076553456-5831575498120329968?l=mayankjohri.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/7_NwSWfLfm8tsaHtkak8Q2hah44/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/7_NwSWfLfm8tsaHtkak8Q2hah44/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/7_NwSWfLfm8tsaHtkak8Q2hah44/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/7_NwSWfLfm8tsaHtkak8Q2hah44/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/PlayingWithComputers/~4/EYr13zLstfE" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://mayankjohri.blogspot.com/feeds/5831575498120329968/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=868679675076553456&amp;postID=5831575498120329968" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/868679675076553456/posts/default/5831575498120329968?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/868679675076553456/posts/default/5831575498120329968?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/PlayingWithComputers/~3/EYr13zLstfE/sorry-for-spam.html" title="Sorry for the spam." /><author><name>Mayank Johri</name><uri>http://www.blogger.com/profile/16719044066108522085</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://mayankjohri.blogspot.com/2010/04/sorry-for-spam.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DUYAQnw_fSp7ImA9Wx5TEE8.&quot;"><id>tag:blogger.com,1999:blog-868679675076553456.post-8870599489233918302</id><published>2010-04-09T18:47:00.000+05:30</published><updated>2010-07-25T08:35:43.245+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-07-25T08:35:43.245+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="wx" /><category scheme="http://www.blogger.com/atom/ns#" term="Tips" /><category scheme="http://www.blogger.com/atom/ns#" term="Python" /><title>Tips: wx.Python: Animated Gif in</title><content type="html">import wx&lt;br/&gt;&lt;br/&gt;import wx.animate     # ..\wx\animate.py&lt;br/&gt;&lt;br/&gt;class MyPanel(wx.Panel):&lt;br/&gt;&lt;br/&gt;""" class MyPanel creates a panel, inherits wx.Panel """&lt;br/&gt;&lt;p style="padding-left:30px;"&gt;def __init__(self, parent=None):&lt;/p&gt;&lt;br/&gt;&lt;p style="padding-left:60px;"&gt;wx.Panel.__init__(self, parent)&lt;/p&gt;&lt;br/&gt;&lt;p style="padding-left:60px;"&gt;self.SetBackgroundColour("white")&lt;/p&gt;&lt;br/&gt;&lt;p style="padding-left:60px;"&gt;ag_fname = r"progress.gif"&lt;/p&gt;&lt;br/&gt;&lt;p style="padding-left:60px;"&gt;self.ag = wx.animate.GIFAnimationCtrl(self, -1, ag_fname, pos=(0, 0), size=(64,64))&lt;/p&gt;&lt;br/&gt;&lt;p style="padding-left:60px;"&gt;self.ag.GetPlayer().UseBackgroundColour(True)&lt;/p&gt;&lt;br/&gt;&lt;p style="padding-left:60px;"&gt;self.ag.Play()&lt;/p&gt;&lt;br/&gt;&lt;p style="padding-left:60px;"&gt;#self.ag.Stop()&lt;/p&gt;&lt;br/&gt;&lt;p style="padding-left:60px;"&gt;&lt;/p&gt;&lt;br/&gt;if __name__ == '__main__':&lt;br/&gt;&lt;p style="padding-left:30px;"&gt;app = wx.App(redirect = 0)&lt;/p&gt;&lt;br/&gt;&lt;p style="padding-left:30px;"&gt;frame = MyPanel(None)&lt;/p&gt;&lt;br/&gt;&lt;p style="padding-left:30px;"&gt;frame.Show(True)&lt;/p&gt;&lt;br/&gt;&lt;p style="padding-left:30px;"&gt;app.SetTopWindow(frame)&lt;/p&gt;&lt;br/&gt;&lt;p style="padding-left:30px;"&gt;app.MainLoop()&lt;/p&gt;&lt;br/&gt;&lt;p style="padding-left:30px;"&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/868679675076553456-8870599489233918302?l=mayankjohri.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/GpVouUtQTof59uqsxEbhWzD6UAU/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/GpVouUtQTof59uqsxEbhWzD6UAU/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/GpVouUtQTof59uqsxEbhWzD6UAU/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/GpVouUtQTof59uqsxEbhWzD6UAU/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/PlayingWithComputers/~4/nSCE8-zGoUw" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://mayankjohri.blogspot.com/feeds/8870599489233918302/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=868679675076553456&amp;postID=8870599489233918302" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/868679675076553456/posts/default/8870599489233918302?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/868679675076553456/posts/default/8870599489233918302?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/PlayingWithComputers/~3/nSCE8-zGoUw/tips-wxpython-animated-gif-in.html" title="Tips: wx.Python: Animated Gif in" /><author><name>Mayank Johri</name><uri>http://www.blogger.com/profile/16719044066108522085</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://mayankjohri.blogspot.com/2010/04/tips-wxpython-animated-gif-in.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DUYAQnw_fip7ImA9Wx5TEE8.&quot;"><id>tag:blogger.com,1999:blog-868679675076553456.post-6046810709391351893</id><published>2010-03-26T21:43:00.000+05:30</published><updated>2010-07-25T08:35:43.246+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-07-25T08:35:43.246+05:30</app:edited><title>Tips: Python: Switch in Python</title><content type="html">################################################################&lt;br/&gt;&lt;br/&gt;# There is no 'Switch' statement in Python, but we can use the following example to simulate switch case.&lt;br/&gt;&lt;br/&gt;# We can use dictionary in python to simulate the switch case&lt;br/&gt;&lt;br/&gt;################################################################&lt;br/&gt;&lt;br/&gt;&lt;strong&gt;def&lt;/strong&gt; f1&lt;strong&gt;():&lt;/strong&gt;&lt;br/&gt;&lt;br/&gt;&lt;strong&gt;print(&lt;/strong&gt;&amp;quot;Hello f1&amp;quot;&lt;strong&gt;)&lt;/strong&gt;&lt;br/&gt;&lt;br/&gt;&lt;strong&gt;def&lt;/strong&gt; f2&lt;strong&gt;():&lt;/strong&gt;&lt;br/&gt;&lt;br/&gt;&lt;strong&gt;print(&lt;/strong&gt;&amp;quot;Hello f2&amp;quot;&lt;strong&gt;)&lt;/strong&gt;&lt;br/&gt;&lt;br/&gt;funcdict &lt;strong&gt;=&lt;/strong&gt; &lt;strong&gt;{&lt;/strong&gt;&lt;br/&gt;&lt;br/&gt;0&lt;strong&gt;:&lt;/strong&gt; f1&lt;strong&gt;,&lt;/strong&gt;&lt;br/&gt;&lt;br/&gt;1&lt;strong&gt;:&lt;/strong&gt; f2&lt;br/&gt;&lt;br/&gt;&lt;strong&gt;}&lt;/strong&gt;&lt;br/&gt;&lt;br/&gt;selection &lt;strong&gt;=&lt;/strong&gt; 1&lt;br/&gt;&lt;br/&gt;funcdict&lt;strong&gt;.&lt;/strong&gt;get&lt;strong&gt;(&lt;/strong&gt;selection&lt;strong&gt;)()&lt;/strong&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/868679675076553456-6046810709391351893?l=mayankjohri.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/hgwyfG3nhGN0Gx2VAv5R9FhuGUg/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/hgwyfG3nhGN0Gx2VAv5R9FhuGUg/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/hgwyfG3nhGN0Gx2VAv5R9FhuGUg/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/hgwyfG3nhGN0Gx2VAv5R9FhuGUg/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/PlayingWithComputers/~4/hJQCX-HTr18" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://mayankjohri.blogspot.com/feeds/6046810709391351893/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=868679675076553456&amp;postID=6046810709391351893" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/868679675076553456/posts/default/6046810709391351893?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/868679675076553456/posts/default/6046810709391351893?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/PlayingWithComputers/~3/hJQCX-HTr18/tips-python-switch-in-python_26.html" title="Tips: Python: Switch in Python" /><author><name>Mayank Johri</name><uri>http://www.blogger.com/profile/16719044066108522085</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://mayankjohri.blogspot.com/2010/03/tips-python-switch-in-python_26.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DUYAQnw_cCp7ImA9Wx5TEE8.&quot;"><id>tag:blogger.com,1999:blog-868679675076553456.post-599792868928898457</id><published>2010-03-26T19:57:00.000+05:30</published><updated>2010-07-25T08:35:43.248+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-07-25T08:35:43.248+05:30</app:edited><title>Tips: Python: Switch in Python</title><content type="html">################################################################&lt;br/&gt;&lt;br/&gt;# There is no 'Switch' statement in Python, but we can use the following example to simulate switch case.&lt;br/&gt;&lt;br/&gt;# We can use dictionary in python to simulate the switch case&lt;br/&gt;&lt;br/&gt;################################################################&lt;br/&gt;&lt;br/&gt;def f1():&lt;br/&gt;&lt;br/&gt;print(&amp;quot;Hello f1&amp;quot;)&lt;br/&gt;&lt;br/&gt;def f2():&lt;br/&gt;&lt;br/&gt;print(&amp;quot;Hello f2&amp;quot;)&lt;br/&gt;&lt;br/&gt;funcdict = {&lt;br/&gt;&lt;br/&gt;0: f1,&lt;br/&gt;&lt;br/&gt;1: f2&lt;br/&gt;&lt;br/&gt;}&lt;br/&gt;&lt;br/&gt;selection = 1&lt;br/&gt;&lt;br/&gt;funcdict.get(selection)()&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/868679675076553456-599792868928898457?l=mayankjohri.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/7vTm7NtKmv8-hFHhtzc6xYkpqa8/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/7vTm7NtKmv8-hFHhtzc6xYkpqa8/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/7vTm7NtKmv8-hFHhtzc6xYkpqa8/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/7vTm7NtKmv8-hFHhtzc6xYkpqa8/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/PlayingWithComputers/~4/xf-iXb2jec0" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://mayankjohri.blogspot.com/feeds/599792868928898457/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=868679675076553456&amp;postID=599792868928898457" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/868679675076553456/posts/default/599792868928898457?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/868679675076553456/posts/default/599792868928898457?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/PlayingWithComputers/~3/xf-iXb2jec0/tips-python-switch-in-python.html" title="Tips: Python: Switch in Python" /><author><name>Mayank Johri</name><uri>http://www.blogger.com/profile/16719044066108522085</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://mayankjohri.blogspot.com/2010/03/tips-python-switch-in-python.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DUYAQnw-eCp7ImA9Wx5TEE8.&quot;"><id>tag:blogger.com,1999:blog-868679675076553456.post-1554170629389116220</id><published>2010-03-09T17:56:00.000+05:30</published><updated>2010-07-25T08:35:43.250+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-07-25T08:35:43.250+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Development" /><category scheme="http://www.blogger.com/atom/ns#" term="Python" /><title>Tips: Python: How to get the full username in Windows</title><content type="html">&lt;div&gt;&lt;span style="color:#0000ff;font-size:x-small;"&gt;&lt;span style="color:#0000ff;font-size:x-small;"&gt;&lt;span style="color:#0000ff;font-size:x-small;"&gt;import w&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="color:#0000ff;font-size:x-small;"&gt;&lt;span style="color:#0000ff;font-size:x-small;"&gt;&lt;span style="font-size:x-small;"&gt;in32com,win32com.client,pythoncom&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;br/&gt;&lt;div&gt;&lt;span style="color:#0000ff;font-size:x-small;"&gt;&lt;span style="color:#0000ff;font-size:x-small;"&gt;&lt;span style="color:#0000ff;font-size:x-small;"&gt;&lt;span style="color:#0000ff;font-size:x-small;"&gt;&lt;span style="color:#0000ff;font-size:x-small;"&gt;sDomain =&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;em&gt;&lt;span style="color:#00aa00;font-size:x-small;"&gt;&lt;span style="color:#00aa00;font-size:x-small;"&gt;"ES"&lt;/span&gt;&lt;/span&gt;&lt;/em&gt;&lt;/div&gt;&lt;br/&gt;&lt;div&gt;&lt;em&gt;&lt;span style="color:#00aa00;font-size:x-small;"&gt;&lt;/span&gt;&lt;/em&gt;&lt;em&gt;&lt;span style="font-size:x-small;"&gt;&lt;span style="font-size:x-small;"&gt;sUser =&lt;/span&gt;&lt;/span&gt;&lt;/em&gt;&lt;em&gt;&lt;span style="color:#00aa00;font-size:x-small;"&gt;&lt;span style="color:#00aa00;font-size:x-small;"&gt;"&lt;span style="text-decoration:underline;"&gt;johrim&lt;/span&gt;"&lt;/span&gt;&lt;/span&gt;&lt;/em&gt;&lt;/div&gt;&lt;br/&gt;&lt;div&gt;&lt;em&gt;&lt;span style="color:#00aa00;font-size:x-small;"&gt;&lt;/span&gt;&lt;/em&gt;&lt;em&gt;&lt;span style="font-size:x-small;"&gt;s&lt;/span&gt;&lt;/em&gt;&lt;em&gt;&lt;span style="font-size:x-small;"&gt;ADSPath= sDomain + sUser&lt;/span&gt;&lt;/em&gt;&lt;/div&gt;&lt;br/&gt;&lt;div&gt;&lt;em&gt;&lt;/em&gt;&lt;em&gt;&lt;span style="font-size:x-small;"&gt;&lt;span style="font-size:x-small;"&gt;oUser=win32com.client.GetObject(&lt;/span&gt;&lt;/span&gt;&lt;/em&gt;&lt;em&gt;&lt;span style="color:#00aa00;font-size:x-small;"&gt;&lt;span style="color:#00aa00;font-size:x-small;"&gt;"WinNT://%s,user"&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:x-small;"&gt; % sADSPath )&lt;/span&gt;&lt;/em&gt;&lt;/div&gt;&lt;br/&gt;&lt;div&gt;&lt;em&gt;&lt;/em&gt;&lt;em&gt;&lt;span style="color:#0000ff;font-size:x-small;"&gt;&lt;span style="color:#0000ff;font-size:x-small;"&gt;&lt;em&gt;&lt;span style="color:#0000ff;font-size:x-small;"&gt;print (&lt;/span&gt;&lt;/em&gt;&lt;/span&gt;&lt;/span&gt;&lt;/em&gt;&lt;em&gt;&lt;span style="color:#0000ff;font-size:x-small;"&gt;&lt;span style="color:#0000ff;font-size:x-small;"&gt;&lt;em&gt;&lt;span style="color:#0000ff;font-size:x-small;"&gt;&lt;span style="font-size:x-small;"&gt;oUser.FullName)&lt;/span&gt;&lt;/span&gt;&lt;/em&gt;&lt;/span&gt;&lt;/span&gt;&lt;/em&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/868679675076553456-1554170629389116220?l=mayankjohri.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/ik7rdsw71uj3F0tkYxz6uEGPRqE/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/ik7rdsw71uj3F0tkYxz6uEGPRqE/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/ik7rdsw71uj3F0tkYxz6uEGPRqE/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/ik7rdsw71uj3F0tkYxz6uEGPRqE/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/PlayingWithComputers/~4/6pxwF_7pPqg" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://mayankjohri.blogspot.com/feeds/1554170629389116220/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=868679675076553456&amp;postID=1554170629389116220" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/868679675076553456/posts/default/1554170629389116220?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/868679675076553456/posts/default/1554170629389116220?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/PlayingWithComputers/~3/6pxwF_7pPqg/tips-python-how-to-get-full-username-in.html" title="Tips: Python: How to get the full username in Windows" /><author><name>Mayank Johri</name><uri>http://www.blogger.com/profile/16719044066108522085</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://mayankjohri.blogspot.com/2010/03/tips-python-how-to-get-full-username-in.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DUYAQnw-eip7ImA9Wx5TEE8.&quot;"><id>tag:blogger.com,1999:blog-868679675076553456.post-4792103506268722920</id><published>2010-03-08T20:46:00.000+05:30</published><updated>2010-07-25T08:35:43.252+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-07-25T08:35:43.252+05:30</app:edited><title>Tips: VBScript: Get Full NT User Name using VBScript</title><content type="html">Set oNetwork = CreateObject("WScript.Network")&lt;br/&gt;sDomain = "test"&lt;br/&gt;sUser = "johri"&lt;br/&gt;sADSPath= sDomain &amp;amp; "/" &amp;amp; sUser&lt;br/&gt;Set oUser = GetObject("WinNT://" &amp;amp; sADSPath &amp;amp; ",user")&lt;br/&gt;WScript.Echo oUser.FullName&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/868679675076553456-4792103506268722920?l=mayankjohri.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/4MZR_JdKV1k50a2voz4pOkuepUk/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/4MZR_JdKV1k50a2voz4pOkuepUk/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/4MZR_JdKV1k50a2voz4pOkuepUk/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/4MZR_JdKV1k50a2voz4pOkuepUk/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/PlayingWithComputers/~4/ymSof83sFrc" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://mayankjohri.blogspot.com/feeds/4792103506268722920/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=868679675076553456&amp;postID=4792103506268722920" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/868679675076553456/posts/default/4792103506268722920?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/868679675076553456/posts/default/4792103506268722920?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/PlayingWithComputers/~3/ymSof83sFrc/tips-vbscript-get-full-nt-user-name.html" title="Tips: VBScript: Get Full NT User Name using VBScript" /><author><name>Mayank Johri</name><uri>http://www.blogger.com/profile/16719044066108522085</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://mayankjohri.blogspot.com/2010/03/tips-vbscript-get-full-nt-user-name.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DUYAQnw-fCp7ImA9Wx5TEE8.&quot;"><id>tag:blogger.com,1999:blog-868679675076553456.post-1534429289352130548</id><published>2010-03-06T09:21:00.000+05:30</published><updated>2010-07-25T08:35:43.254+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-07-25T08:35:43.254+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Development" /><category scheme="http://www.blogger.com/atom/ns#" term="wxpython" /><category scheme="http://www.blogger.com/atom/ns#" term="wxformbuilder" /><category scheme="http://www.blogger.com/atom/ns#" term="Tips" /><category scheme="http://www.blogger.com/atom/ns#" term="Python" /><title>Tips: Python : wxFormBuilder v3.1.67-beta (Febuary 18, 2010) Python
Update</title><content type="html">Latest version of wxFormBuilder does not support wxAdditions fully, thus I have updated few XML files to support FlatNotebook &amp;amp; wx.propgrid widgets.&lt;br/&gt;&lt;ol&gt;&lt;br/&gt;	&lt;li&gt;Download wx.propgrid and install it.&lt;/li&gt;&lt;br/&gt;	&lt;li&gt;Download the &lt;a title="XML.Zip" href="http://uploading.com/files/a78a8c45/xml.zip/" target="_blank"&gt;XML.Zip&lt;/a&gt; folder and extract it in plugins\wxAdditions\xml folder.&lt;/li&gt;&lt;br/&gt;	&lt;li&gt;Restart the wxformbuilder.&lt;/li&gt;&lt;br/&gt;&lt;/ol&gt;&lt;br/&gt;I did not tried to update these files for other widgets but it should be similar.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/868679675076553456-1534429289352130548?l=mayankjohri.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/SRvXniChbNwN42-U64bNsbvjWt4/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/SRvXniChbNwN42-U64bNsbvjWt4/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/SRvXniChbNwN42-U64bNsbvjWt4/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/SRvXniChbNwN42-U64bNsbvjWt4/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/PlayingWithComputers/~4/578RsaIucpI" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://mayankjohri.blogspot.com/feeds/1534429289352130548/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=868679675076553456&amp;postID=1534429289352130548" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/868679675076553456/posts/default/1534429289352130548?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/868679675076553456/posts/default/1534429289352130548?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/PlayingWithComputers/~3/578RsaIucpI/tips-python-wxformbuilder-v3167-beta.html" title="Tips: Python : wxFormBuilder v3.1.67-beta (Febuary 18, 2010) Python&#xA;Update" /><author><name>Mayank Johri</name><uri>http://www.blogger.com/profile/16719044066108522085</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>1</thr:total><feedburner:origLink>http://mayankjohri.blogspot.com/2010/03/tips-python-wxformbuilder-v3167-beta.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DUYAQnw-cCp7ImA9Wx5TEE8.&quot;"><id>tag:blogger.com,1999:blog-868679675076553456.post-3924651545238049880</id><published>2010-02-25T09:55:00.000+05:30</published><updated>2010-07-25T08:35:43.258+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-07-25T08:35:43.258+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="ffmpeg" /><category scheme="http://www.blogger.com/atom/ns#" term="mov" /><category scheme="http://www.blogger.com/atom/ns#" term="Tips" /><category scheme="http://www.blogger.com/atom/ns#" term="avi" /><title>Tips: Video: convert mov to avi file using ffmpeg</title><content type="html">Use the following command to convert .mov file to .avi file.&lt;br/&gt;&lt;blockquote&gt;ffmpeg -i file-name.mov -g 60 -vcodec msmpeg4v2  -acodec pcm_u8 -f avi file-name.avi&lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/868679675076553456-3924651545238049880?l=mayankjohri.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/EYagEQvIYTW5hnfb4-Yz06NP-7k/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/EYagEQvIYTW5hnfb4-Yz06NP-7k/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/EYagEQvIYTW5hnfb4-Yz06NP-7k/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/EYagEQvIYTW5hnfb4-Yz06NP-7k/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/PlayingWithComputers/~4/hPAeDcmok4g" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://mayankjohri.blogspot.com/feeds/3924651545238049880/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=868679675076553456&amp;postID=3924651545238049880" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/868679675076553456/posts/default/3924651545238049880?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/868679675076553456/posts/default/3924651545238049880?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/PlayingWithComputers/~3/hPAeDcmok4g/tips-video-convert-mov-to-avi-file.html" title="Tips: Video: convert mov to avi file using ffmpeg" /><author><name>Mayank Johri</name><uri>http://www.blogger.com/profile/16719044066108522085</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://mayankjohri.blogspot.com/2010/02/tips-video-convert-mov-to-avi-file.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DUYAQnw9eCp7ImA9Wx5TEE8.&quot;"><id>tag:blogger.com,1999:blog-868679675076553456.post-6590695636637002401</id><published>2010-02-19T17:58:00.000+05:30</published><updated>2010-07-25T08:35:43.260+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-07-25T08:35:43.260+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="ruby" /><category scheme="http://www.blogger.com/atom/ns#" term="MSI" /><category scheme="http://www.blogger.com/atom/ns#" term="Development" /><category scheme="http://www.blogger.com/atom/ns#" term="Tips" /><category scheme="http://www.blogger.com/atom/ns#" term="Python" /><category scheme="http://www.blogger.com/atom/ns#" term="Installation" /><title>Tips: MSI: Save differences between two msi as MST file using ruby &amp;
python</title><content type="html">&lt;strong&gt;&lt;span style="color:#993300;"&gt;Ruby&lt;/span&gt;&lt;/strong&gt;&lt;br/&gt;&lt;blockquote&gt;&lt;span style="color:#000080;"&gt;require 'win32ole'&lt;br/&gt;msiClass = WIN32OLE.new("WindowsInstaller.Installer")&lt;br/&gt;msidb = msiClass.OpenDatabase("C:\\temp\\MountPointGenerator.msi",0)&lt;br/&gt;newmsidb = msiClass.OpenDatabase("C:\\temp\\updatedMountPointGenerator.msi",0)&lt;br/&gt;transform = newmsidb.GenerateTransform(msidb,"c:\\temp\\newtest.mst")&lt;/span&gt;&lt;/blockquote&gt;&lt;br/&gt;&lt;strong&gt;&lt;span style="color:#993300;"&gt;Python&lt;/span&gt;&lt;/strong&gt;&lt;br/&gt;&lt;blockquote&gt;&lt;span style="color:#008080;"&gt;import win32com.client&lt;br/&gt;import os&lt;br/&gt;import sys&lt;/span&gt;&lt;br/&gt;&lt;br/&gt;&lt;span style="color:#008080;"&gt;msiOpenDatabaseModeReadOnly=0&lt;br/&gt;msidb=r"c:\temp\MountPointGenerator.msi"&lt;br/&gt;msiupdb=r"c:\temp\updatedMountPointGenerator.msi"&lt;br/&gt;mstdb=r"C:\temp\MNPtrans.mst"&lt;/span&gt;&lt;br/&gt;&lt;br/&gt;&lt;span style="color:#008080;"&gt;installer = win32com.client.Dispatch("WindowsInstaller.Installer")&lt;br/&gt;database = installer.OpenDatabase(msidb, msiOpenDatabaseModeReadOnly)&lt;br/&gt;updatedDB= installer.OpenDatabase(msiupdb , msiOpenDatabaseModeReadOnly)&lt;br/&gt;updatedDB.GenerateTransform(database, mstdb)&lt;/span&gt;&lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/868679675076553456-6590695636637002401?l=mayankjohri.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/rIRL8gz76xz8HWXVyWQ0i-OfyBw/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/rIRL8gz76xz8HWXVyWQ0i-OfyBw/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/rIRL8gz76xz8HWXVyWQ0i-OfyBw/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/rIRL8gz76xz8HWXVyWQ0i-OfyBw/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/PlayingWithComputers/~4/ToMfV-gOWwk" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://mayankjohri.blogspot.com/feeds/6590695636637002401/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=868679675076553456&amp;postID=6590695636637002401" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/868679675076553456/posts/default/6590695636637002401?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/868679675076553456/posts/default/6590695636637002401?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/PlayingWithComputers/~3/ToMfV-gOWwk/tips-msi-save-differences-between-two.html" title="Tips: MSI: Save differences between two msi as MST file using ruby &amp;amp;&#xA;python" /><author><name>Mayank Johri</name><uri>http://www.blogger.com/profile/16719044066108522085</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://mayankjohri.blogspot.com/2010/02/tips-msi-save-differences-between-two.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DUYAQnw9eip7ImA9Wx5TEE8.&quot;"><id>tag:blogger.com,1999:blog-868679675076553456.post-7513096734430868</id><published>2010-01-27T10:11:00.000+05:30</published><updated>2010-07-25T08:35:43.262+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-07-25T08:35:43.262+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="sqlite" /><category scheme="http://www.blogger.com/atom/ns#" term="Python" /><title>TIPS: SQLite: Python: How to get the details of a table</title><content type="html">There are two ways you can achieve it.&lt;br/&gt;1.&lt;br/&gt;cursor.execute("PRAGMA table_info(tablename)")&lt;br/&gt;print cursor.fetchall()&lt;br/&gt;&lt;br/&gt;2. &lt;br/&gt;sql = sqlite3.connect(self.cFile)&lt;br/&gt;c = sql.cursor()&lt;br/&gt;query = "select * from preferences"&lt;br/&gt;c.execute(query)&lt;br/&gt;col = [tuple[0] for tuple in c.description]&lt;br/&gt;print col&lt;br/&gt;&lt;br/&gt;Note: &lt;br/&gt;cur.description returns a tuple of information about each table. The entire tuple is : (name, type_code, display_size, internal_size, precision, scale, null_ok)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/868679675076553456-7513096734430868?l=mayankjohri.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/YlOtgET_UOHfBBTopoodW-hZTcY/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/YlOtgET_UOHfBBTopoodW-hZTcY/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/YlOtgET_UOHfBBTopoodW-hZTcY/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/YlOtgET_UOHfBBTopoodW-hZTcY/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/PlayingWithComputers/~4/IQm2wlq2c3E" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://mayankjohri.blogspot.com/feeds/7513096734430868/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=868679675076553456&amp;postID=7513096734430868" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/868679675076553456/posts/default/7513096734430868?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/868679675076553456/posts/default/7513096734430868?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/PlayingWithComputers/~3/IQm2wlq2c3E/tips-sqlite-python-how-to-get-details.html" title="TIPS: SQLite: Python: How to get the details of a table" /><author><name>Mayank Johri</name><uri>http://www.blogger.com/profile/16719044066108522085</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://mayankjohri.blogspot.com/2010/01/tips-sqlite-python-how-to-get-details.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DUYAQnw9fCp7ImA9Wx5TEE8.&quot;"><id>tag:blogger.com,1999:blog-868679675076553456.post-5866069850723023050</id><published>2010-01-20T18:14:00.000+05:30</published><updated>2010-07-25T08:35:43.264+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-07-25T08:35:43.264+05:30</app:edited><title>TIPS: Google Chrome offline installer</title><content type="html">Use the following link to install Google Chrome offline installer.&lt;br/&gt;&lt;br/&gt;&lt;a href="http://www.google.com/chrome/eula.html?standalone=1"&gt;http://www.google.com/chrome/eula.html?standalone=1&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/868679675076553456-5866069850723023050?l=mayankjohri.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/mBoIDdHF51ymAJM_yh2eBOmjx1A/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/mBoIDdHF51ymAJM_yh2eBOmjx1A/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/mBoIDdHF51ymAJM_yh2eBOmjx1A/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/mBoIDdHF51ymAJM_yh2eBOmjx1A/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/PlayingWithComputers/~4/26o1AzYlUH8" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://mayankjohri.blogspot.com/feeds/5866069850723023050/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=868679675076553456&amp;postID=5866069850723023050" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/868679675076553456/posts/default/5866069850723023050?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/868679675076553456/posts/default/5866069850723023050?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/PlayingWithComputers/~3/26o1AzYlUH8/tips-google-chrome-offline-installer.html" title="TIPS: Google Chrome offline installer" /><author><name>Mayank Johri</name><uri>http://www.blogger.com/profile/16719044066108522085</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://mayankjohri.blogspot.com/2010/01/tips-google-chrome-offline-installer.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DUYAQnw9fip7ImA9Wx5TEE8.&quot;"><id>tag:blogger.com,1999:blog-868679675076553456.post-406879590768406849</id><published>2010-01-19T16:34:00.000+05:30</published><updated>2010-07-25T08:35:43.266+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-07-25T08:35:43.266+05:30</app:edited><title>TIPS: OpenOffice-&gt;Impress: How to apply an image to the background of a
Presentation</title><content type="html">&lt;ol start="1"&gt;&lt;br/&gt;&lt;li&gt;Go to&lt;strong&gt; View &amp;gt; Master &amp;gt; Slide Master&lt;/strong&gt;&lt;/li&gt;&lt;br/&gt;&lt;li&gt;Right click on the slide and choose &lt;strong&gt;Slide &amp;gt; Set Background Picture for Slide...&lt;/strong&gt;.&lt;/li&gt;&lt;br/&gt;&lt;li&gt;Select the desired Image and&lt;/li&gt;&lt;br/&gt;&lt;li&gt;Switch off master view.&lt;/li&gt;&lt;br/&gt;&lt;/ol&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/868679675076553456-406879590768406849?l=mayankjohri.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/7NktFgaMg-BBpJi8K9PZ1bU2DgU/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/7NktFgaMg-BBpJi8K9PZ1bU2DgU/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/7NktFgaMg-BBpJi8K9PZ1bU2DgU/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/7NktFgaMg-BBpJi8K9PZ1bU2DgU/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/PlayingWithComputers/~4/T9-l71crW3M" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://mayankjohri.blogspot.com/feeds/406879590768406849/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=868679675076553456&amp;postID=406879590768406849" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/868679675076553456/posts/default/406879590768406849?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/868679675076553456/posts/default/406879590768406849?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/PlayingWithComputers/~3/T9-l71crW3M/tips-openoffice-how-to-apply-image-to.html" title="TIPS: OpenOffice-&amp;gt;Impress: How to apply an image to the background of a&#xA;Presentation" /><author><name>Mayank Johri</name><uri>http://www.blogger.com/profile/16719044066108522085</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>1</thr:total><feedburner:origLink>http://mayankjohri.blogspot.com/2010/01/tips-openoffice-how-to-apply-image-to.html</feedburner:origLink></entry></feed>

