<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>Giveaway of the Day Forums Topic: How to open a MSI file</title>
<link>http://www.giveawayoftheday.com/forums/</link>
<description>Giveaway of the Day Forums Topic: How to open a MSI file</description>
<language>en</language>
<pubDate>Wed, 20 Aug 2008 11:09:42 +0000</pubDate>

<item>
<title>cipullofrancesco on "How to open a MSI file"</title>
<link>http://www.giveawayoftheday.com/forums/topic/1718#post-11560</link>
<pubDate>Mon, 12 Nov 2007 22:07:04 +0000</pubDate>
<dc:creator>cipullofrancesco</dc:creator>
<guid isPermaLink="false">11560@http://www.giveawayoftheday.com/forums/</guid>
<description>&#60;p&#62;Hi BuBBy,&#60;br /&#62;
it's one year long that I'm managing the setup.msi iussue with the application &#34;Universal Extractor&#34;, still I think that I was lucky to check it (I also posted the link in the GAOTD's comments: &#60;a href=&#34;http://www.legroom.net/software/uniextract&#34; rel=&#34;nofollow&#34;&#62;http://www.legroom.net/software/uniextract&#60;/a&#62;),&#60;br /&#62;
indeed you can imagine how do I feel now that the code you provided is really working !&#60;br /&#62;
You are a GREAT !! Frank
&#60;/p&#62;</description>
</item>
<item>
<title>mijaco on "How to open a MSI file"</title>
<link>http://www.giveawayoftheday.com/forums/topic/1718#post-10922</link>
<pubDate>Sat, 20 Oct 2007 03:09:13 +0000</pubDate>
<dc:creator>mijaco</dc:creator>
<guid isPermaLink="false">10922@http://www.giveawayoftheday.com/forums/</guid>
<description>&#60;p&#62;That's it BuBBy!!! I don't know how someone on earth can understand that code, but it's working. Thank you very much BuBBy!
&#60;/p&#62;</description>
</item>
<item>
<title>BuBBy on "How to open a MSI file"</title>
<link>http://www.giveawayoftheday.com/forums/topic/1718#post-10902</link>
<pubDate>Fri, 19 Oct 2007 03:37:50 +0000</pubDate>
<dc:creator>BuBBy</dc:creator>
<guid isPermaLink="false">10902@http://www.giveawayoftheday.com/forums/</guid>
<description>&#60;p&#62;Thanks, while my French is almost non-existent I know the dialog you are referring to.&#60;/p&#62;
&#60;p&#62;It sounds like the registry keys needed to recognise and open msi files are missing or incorrect.&#60;/p&#62;
&#60;p&#62;Paste the following into a new file (eg. with notepad) and save the file with a .reg extension. setupmsi.reg will do ok.  Then double click on the saved reg file and add the keys to your registry. (The first line &#34;Windows Registry Editor Version 5.0&#34; must be the first line in the file).&#60;br /&#62;
======&#60;/p&#62;
&#60;p&#62;Windows Registry Editor Version 5.00&#60;/p&#62;
&#60;p&#62;[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.msi]&#60;br /&#62;
@=&#34;Msi.Package&#34;&#60;/p&#62;
&#60;p&#62;[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Msi.Package]&#60;br /&#62;
&#34;EditFlags&#34;=hex:00,00,10,00&#60;br /&#62;
&#34;FriendlyTypeName&#34;=hex(2):40,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,\&#60;br /&#62;
  00,6f,00,6f,00,74,00,25,00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,\&#60;br /&#62;
  32,00,5c,00,6d,00,73,00,69,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,00,33,00,34,\&#60;br /&#62;
  00,00,00&#60;br /&#62;
@=&#34;Windows Installer Package&#34;&#60;/p&#62;
&#60;p&#62;[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Msi.Package\DefaultIcon]&#60;br /&#62;
@=&#34;C:\\WINDOWS\\System32\\msiexec.exe,0&#34;&#60;/p&#62;
&#60;p&#62;[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Msi.Package\shell]&#60;br /&#62;
@=&#34;Open,Repair,Uninstall&#34;&#60;/p&#62;
&#60;p&#62;[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Msi.Package\shell\Open]&#60;br /&#62;
@=&#34;&#38;#38;Install&#34;&#60;br /&#62;
&#34;MUIVerb&#34;=hex(2):40,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,\&#60;br /&#62;
  6f,00,74,00,25,00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,\&#60;br /&#62;
  00,6d,00,73,00,69,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,00,33,00,36,00,00,00&#60;/p&#62;
&#60;p&#62;[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Msi.Package\shell\Open\command]&#60;br /&#62;
@=hex(2):22,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,\&#60;br /&#62;
  00,25,00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,6d,00,\&#60;br /&#62;
  73,00,69,00,65,00,78,00,65,00,63,00,2e,00,65,00,78,00,65,00,22,00,20,00,2f,\&#60;br /&#62;
  00,69,00,20,00,22,00,25,00,31,00,22,00,20,00,25,00,2a,00,00,00&#60;/p&#62;
&#60;p&#62;[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Msi.Package\shell\Repair]&#60;br /&#62;
@=&#34;Re&#38;#38;pair&#34;&#60;br /&#62;
&#34;MUIVerb&#34;=hex(2):40,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,\&#60;br /&#62;
  6f,00,74,00,25,00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,\&#60;br /&#62;
  00,6d,00,73,00,69,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,00,33,00,37,00,00,00&#60;/p&#62;
&#60;p&#62;[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Msi.Package\shell\Repair\command]&#60;br /&#62;
@=hex(2):22,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,\&#60;br /&#62;
  00,25,00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,6d,00,\&#60;br /&#62;
  73,00,69,00,65,00,78,00,65,00,63,00,2e,00,65,00,78,00,65,00,22,00,20,00,2f,\&#60;br /&#62;
  00,66,00,20,00,22,00,25,00,31,00,22,00,20,00,25,00,2a,00,00,00&#60;/p&#62;
&#60;p&#62;[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Msi.Package\shell\Uninstall]&#60;br /&#62;
@=&#34;&#38;#38;Uninstall&#34;&#60;br /&#62;
&#34;MUIVerb&#34;=hex(2):40,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,\&#60;br /&#62;
  6f,00,74,00,25,00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,\&#60;br /&#62;
  00,6d,00,73,00,69,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,00,33,00,38,00,00,00&#60;/p&#62;
&#60;p&#62;[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Msi.Package\shell\Uninstall\command]&#60;br /&#62;
@=hex(2):22,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,\&#60;br /&#62;
  00,25,00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,6d,00,\&#60;br /&#62;
  73,00,69,00,65,00,78,00,65,00,63,00,2e,00,65,00,78,00,65,00,22,00,20,00,2f,\&#60;br /&#62;
  00,78,00,20,00,22,00,25,00,31,00,22,00,20,00,25,00,2a,00,00,00
&#60;/p&#62;</description>
</item>
<item>
<title>mijaco on "How to open a MSI file"</title>
<link>http://www.giveawayoftheday.com/forums/topic/1718#post-10896</link>
<pubDate>Fri, 19 Oct 2007 02:11:22 +0000</pubDate>
<dc:creator>mijaco</dc:creator>
<guid isPermaLink="false">10896@http://www.giveawayoftheday.com/forums/</guid>
<description>&#60;p&#62;Hello BuBBy!&#60;/p&#62;
&#60;p&#62;Here is the message displayed (it's in french since I have a french version of Windows): &#60;/p&#62;
&#60;p&#62;  &#34;Windows ne peut pas ouvrir ce fichier :&#60;br /&#62;
  Fichier :&#60;br /&#62;
  Setup.msi&#60;br /&#62;
  Pour ouvrir ce fichier, Windows doit connaître le programme utilisé pour sa création. Windows peut effectuer une recherche en ligne automatique, ou vous pouvez choisir un programme dans la liste des programmes installés sur votre ordinateur.&#60;br /&#62;
  Que voulez-vous faire ?&#60;br /&#62;
  --&#38;gt; Utiliser le service Web pour trouver le programme approprié&#60;br /&#62;
  --&#38;gt; Sélectionner le programme dans une liste&#60;br /&#62;
  OK&#60;br /&#62;
  Annuler&#34;&#60;/p&#62;
&#60;p&#62;I would like to include also a screenshot of this message, but I don't know how to insert it here. The copy of the image is impossible in text.&#60;/p&#62;
&#60;p&#62;It's not an error message but the windows witch appears let me choice a program (witch one?) to open that kind of file since Windows doesn't recognize the extension file.&#60;/p&#62;
&#60;p&#62;Bye!
&#60;/p&#62;</description>
</item>
<item>
<title>BuBBy on "How to open a MSI file"</title>
<link>http://www.giveawayoftheday.com/forums/topic/1718#post-10847</link>
<pubDate>Thu, 18 Oct 2007 03:19:00 +0000</pubDate>
<dc:creator>BuBBy</dc:creator>
<guid isPermaLink="false">10847@http://www.giveawayoftheday.com/forums/</guid>
<description>&#60;p&#62;When you say it &#34;doesn't recognise&#34; MSI files, can you quote &#34;exactly&#34; what the error message displayed is (including any error numbers etc). A screenshot of the error message might be helpful also.
&#60;/p&#62;</description>
</item>
<item>
<title>mijaco on "How to open a MSI file"</title>
<link>http://www.giveawayoftheday.com/forums/topic/1718#post-10845</link>
<pubDate>Thu, 18 Oct 2007 02:44:32 +0000</pubDate>
<dc:creator>mijaco</dc:creator>
<guid isPermaLink="false">10845@http://www.giveawayoftheday.com/forums/</guid>
<description>&#60;p&#62;Thank you guys for the solutions you have proposed. I tried to log like admin, but I don't have the password. I always log with my user ID with rights of an administrator since I am the lone user of this computer. So, I logged with my user ID and execute the command line &#34;C:\windows\system32\msiexec.exe /regserver&#34;, restart, but the system doen't recognize MSI files anyway.&#60;/p&#62;
&#60;p&#62;So, I tried to put out Windows Installer from my system, but I don't know where it is; witch name it has(?).&#60;br /&#62;
I download the also &#34;Windows Installer from the alternative site ... and install it, but the result is same. What's next?
&#60;/p&#62;</description>
</item>
<item>
<title>Lee on "How to open a MSI file"</title>
<link>http://www.giveawayoftheday.com/forums/topic/1718#post-10715</link>
<pubDate>Sat, 13 Oct 2007 07:53:40 +0000</pubDate>
<dc:creator>Lee</dc:creator>
<guid isPermaLink="false">10715@http://www.giveawayoftheday.com/forums/</guid>
<description>&#60;p&#62;&#60;a href=&#34;http://catalog.update.microsoft.com/v7/site/Search.aspx?q=KB893803&#34; rel=&#34;nofollow&#34;&#62;http://catalog.update.microsoft.com/v7/site/Search.aspx?q=KB893803&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Another download site for windows installer.&#60;/p&#62;
&#60;p&#62;Might be that windows installer is corrupted and needs to be removed, booted and reinstalled.&#60;/p&#62;
&#60;p&#62;Some tweaking programs cause problems with windows installer.
&#60;/p&#62;</description>
</item>
<item>
<title>BuBBy on "How to open a MSI file"</title>
<link>http://www.giveawayoftheday.com/forums/topic/1718#post-10712</link>
<pubDate>Sat, 13 Oct 2007 07:23:40 +0000</pubDate>
<dc:creator>BuBBy</dc:creator>
<guid isPermaLink="false">10712@http://www.giveawayoftheday.com/forums/</guid>
<description>&#60;p&#62;1) Restart XP in safe mode and log on as a local admin&#60;/p&#62;
&#60;p&#62;2) Click Start -&#38;gt; Run... -&#38;gt; and type &#60;code&#62;C:\windows\system32\msiexec.exe /regserver&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;3) restart XP and log back with your user ID.
&#60;/p&#62;</description>
</item>
<item>
<title>mijaco on "How to open a MSI file"</title>
<link>http://www.giveawayoftheday.com/forums/topic/1718#post-10710</link>
<pubDate>Sat, 13 Oct 2007 02:02:20 +0000</pubDate>
<dc:creator>mijaco</dc:creator>
<guid isPermaLink="false">10710@http://www.giveawayoftheday.com/forums/</guid>
<description>&#60;p&#62;&#34;WindowsInstaller-KB893803-v2-x86.exe&#34; that I already downloaded is included in the package &#34;Windows Installer 3.1 Redistributable (v2)&#34;, and MSI files are not open by my system anyway!!! Any more suggestions BuBBy?
&#60;/p&#62;</description>
</item>
<item>
<title>BuBBy on "How to open a MSI file"</title>
<link>http://www.giveawayoftheday.com/forums/topic/1718#post-10697</link>
<pubDate>Fri, 12 Oct 2007 05:11:46 +0000</pubDate>
<dc:creator>BuBBy</dc:creator>
<guid isPermaLink="false">10697@http://www.giveawayoftheday.com/forums/</guid>
<description>&#60;blockquote&#62;&#60;p&#62;but I think I need a genuine version of Windows to do that.&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;No - looks like you will be fine to download it (it doesn't appear to need validation)
&#60;/p&#62;</description>
</item>
<item>
<title>mijaco on "How to open a MSI file"</title>
<link>http://www.giveawayoftheday.com/forums/topic/1718#post-10695</link>
<pubDate>Fri, 12 Oct 2007 02:39:42 +0000</pubDate>
<dc:creator>mijaco</dc:creator>
<guid isPermaLink="false">10695@http://www.giveawayoftheday.com/forums/</guid>
<description>&#60;p&#62;Thanks to your answer BuBBy!&#60;/p&#62;
&#60;p&#62;I have the XP sp2 version of Windows and I don't know why the system doesn't open the MSI files. I downloaded and installed &#34;WindowsInstaller-KB893803-v2-x86.exe&#34;. But the result is same. I could try to download and install &#34;Windows Installer 3.1 Redistributable (v2)&#34;, but I think I need a genuine version of Windows to do that.&#60;br /&#62;
 So, what are alternatives now?&#60;/p&#62;
&#60;p&#62;Bye!
&#60;/p&#62;</description>
</item>
<item>
<title>BuBBy on "How to open a MSI file"</title>
<link>http://www.giveawayoftheday.com/forums/topic/1718#post-10686</link>
<pubDate>Thu, 11 Oct 2007 05:30:00 +0000</pubDate>
<dc:creator>BuBBy</dc:creator>
<guid isPermaLink="false">10686@http://www.giveawayoftheday.com/forums/</guid>
<description>&#60;p&#62;You didn't mention what version of Windows you are running. The recent versions like XP and Vista should be able to do it by default.&#60;/p&#62;
&#60;p&#62;This might help&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.askdavetaylor.com/how_do_i_install_a_msi_windows_download.html&#34;&#62;How do I install a MSI windows download?&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.microsoft.com/downloads/details.aspx?familyid=889482fc-5f56-4a38-b838-de776fd4138c&#38;#38;displaylang=en&#34;&#62;Windows Installer 3.1 Redistributable (v2)&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>mijaco on "How to open a MSI file"</title>
<link>http://www.giveawayoftheday.com/forums/topic/1718#post-10685</link>
<pubDate>Thu, 11 Oct 2007 04:50:54 +0000</pubDate>
<dc:creator>mijaco</dc:creator>
<guid isPermaLink="false">10685@http://www.giveawayoftheday.com/forums/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I download a software from Giveawayoftheday and there is a Setup.msi file inside the folder with an Activate.exe file and a readme file. When I try to install the software in clicking on the Septup.msi file, a windows open explaining me than Windows can't open that file. So, how to install this software?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
</item>

</channel>
</rss>
