<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Giveaway of the Day Forums &#187; Tag: msi - Recent Posts</title>
		<link>https://www.giveawayoftheday.com/forums/tags/msi</link>
		<description>Giveaway of the Day Forums &#187; Tag: msi - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Tue, 09 Jun 2026 19:57:56 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.2</generator>
		<atom:link href="https://www.giveawayoftheday.com/forums/rss/tags/msi" rel="self" type="application/rss+xml" />

		<item>
			<title>BuBBy on "How to open a MSI file"</title>
			<link>https://www.giveawayoftheday.com/forums/topic/1718#post-63065</link>
			<pubDate>Fri, 28 Aug 2009 10:56:36 +0000</pubDate>
			<dc:creator>BuBBy</dc:creator>
			<guid isPermaLink="false">63065@https://www.giveawayoftheday.com/forums/</guid>
			<description><p>LOL @ A year later - glad it helped.
</p></description>
		</item>
		<item>
			<title>Evil S.Presley on "How to open a MSI file"</title>
			<link>https://www.giveawayoftheday.com/forums/topic/1718#post-63033</link>
			<pubDate>Thu, 27 Aug 2009 14:28:10 +0000</pubDate>
			<dc:creator>Evil S.Presley</dc:creator>
			<guid isPermaLink="false">63033@https://www.giveawayoftheday.com/forums/</guid>
			<description><p>That was my probleme and you solved it Thank you BuBBy!
</p></description>
		</item>
		<item>
			<title>cipullofrancesco on "How to open a MSI file"</title>
			<link>https://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@https://www.giveawayoftheday.com/forums/</guid>
			<description><p>Hi BuBBy,<br />
it's one year long that I'm managing the setup.msi iussue with the application "Universal Extractor", still I think that I was lucky to check it (I also posted the link in the GAOTD's comments: <a href="http://links.giveawayoftheday.com/legroom.net/software%2Funiextract%29">http://www.legroom.net/software/uniextract)</a>,<br />
indeed you can imagine how do I feel now that the code you provided is really working !<br />
You are a GREAT !! Frank
</p></description>
		</item>
		<item>
			<title>mijaco on "How to open a MSI file"</title>
			<link>https://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@https://www.giveawayoftheday.com/forums/</guid>
			<description><p>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!
</p></description>
		</item>
		<item>
			<title>BuBBy on "How to open a MSI file"</title>
			<link>https://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@https://www.giveawayoftheday.com/forums/</guid>
			<description><p>Thanks, while my French is almost non-existent I know the dialog you are referring to.</p>
<p>It sounds like the registry keys needed to recognise and open msi files are missing or incorrect.</p>
<p>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 "Windows Registry Editor Version 5.0" must be the first line in the file).<br />
======</p>
<p>Windows Registry Editor Version 5.00</p>
<p>[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.msi]<br />
@="Msi.Package"</p>
<p>[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Msi.Package]<br />
"EditFlags"=hex:00,00,10,00<br />
"FriendlyTypeName"=hex(2):40,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,\<br />
  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,\<br />
  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,\<br />
  00,00,00<br />
@="Windows Installer Package"</p>
<p>[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Msi.Package\DefaultIcon]<br />
@="C:\\WINDOWS\\System32\\msiexec.exe,0"</p>
<p>[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Msi.Package\shell]<br />
@="Open,Repair,Uninstall"</p>
<p>[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Msi.Package\shell\Open]<br />
@="&#38;Install"<br />
"MUIVerb"=hex(2):40,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,\<br />
  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,\<br />
  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</p>
<p>[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Msi.Package\shell\Open\command]<br />
@=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,\<br />
  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,\<br />
  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,\<br />
  00,69,00,20,00,22,00,25,00,31,00,22,00,20,00,25,00,2a,00,00,00</p>
<p>[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Msi.Package\shell\Repair]<br />
@="Re&#38;pair"<br />
"MUIVerb"=hex(2):40,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,\<br />
  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,\<br />
  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</p>
<p>[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Msi.Package\shell\Repair\command]<br />
@=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,\<br />
  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,\<br />
  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,\<br />
  00,66,00,20,00,22,00,25,00,31,00,22,00,20,00,25,00,2a,00,00,00</p>
<p>[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Msi.Package\shell\Uninstall]<br />
@="&#38;Uninstall"<br />
"MUIVerb"=hex(2):40,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,\<br />
  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,\<br />
  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</p>
<p>[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Msi.Package\shell\Uninstall\command]<br />
@=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,\<br />
  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,\<br />
  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,\<br />
  00,78,00,20,00,22,00,25,00,31,00,22,00,20,00,25,00,2a,00,00,00
</p></description>
		</item>
		<item>
			<title>mijaco on "How to open a MSI file"</title>
			<link>https://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@https://www.giveawayoftheday.com/forums/</guid>
			<description><p>Hello BuBBy!</p>
<p>Here is the message displayed (it's in french since I have a french version of Windows): </p>
<p>  "Windows ne peut pas ouvrir ce fichier :<br />
  Fichier :<br />
  Setup.msi<br />
  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.<br />
  Que voulez-vous faire ?<br />
  --&#62; Utiliser le service Web pour trouver le programme approprié<br />
  --&#62; Sélectionner le programme dans une liste<br />
  OK<br />
  Annuler"</p>
<p>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.</p>
<p>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.</p>
<p>Bye!
</p></description>
		</item>
		<item>
			<title>BuBBy on "How to open a MSI file"</title>
			<link>https://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@https://www.giveawayoftheday.com/forums/</guid>
			<description><p>When you say it "doesn't recognise" MSI files, can you quote "exactly" what the error message displayed is (including any error numbers etc). A screenshot of the error message might be helpful also.
</p></description>
		</item>
		<item>
			<title>mijaco on "How to open a MSI file"</title>
			<link>https://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@https://www.giveawayoftheday.com/forums/</guid>
			<description><p>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 "C:\windows\system32\msiexec.exe /regserver", restart, but the system doen't recognize MSI files anyway.</p>
<p>So, I tried to put out Windows Installer from my system, but I don't know where it is; witch name it has(?).<br />
I download the also "Windows Installer from the alternative site ... and install it, but the result is same. What's next?
</p></description>
		</item>
		<item>
			<title>Anonymous on "How to open a MSI file"</title>
			<link>https://www.giveawayoftheday.com/forums/topic/1718#post-10715</link>
			<pubDate>Sat, 13 Oct 2007 07:53:40 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">10715@https://www.giveawayoftheday.com/forums/</guid>
			<description><p><a href="http://links.giveawayoftheday.com/catalog.update.microsoft.com/v7%2Fsite%2FSearch.aspx%3Fq%3DKB893803">http://catalog.update.microsoft.com/v7/site/Search.aspx?q=KB893803</a></p>
<p>Another download site for windows installer.</p>
<p>Might be that windows installer is corrupted and needs to be removed, booted and reinstalled.</p>
<p>Some tweaking programs cause problems with windows installer.
</p></description>
		</item>
		<item>
			<title>BuBBy on "How to open a MSI file"</title>
			<link>https://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@https://www.giveawayoftheday.com/forums/</guid>
			<description><p>1) Restart XP in safe mode and log on as a local admin</p>
<p>2) Click Start -&#62; Run... -&#62; and type <code>C:\windows\system32\msiexec.exe /regserver</code></p>
<p>3) restart XP and log back with your user ID.
</p></description>
		</item>
		<item>
			<title>mijaco on "How to open a MSI file"</title>
			<link>https://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@https://www.giveawayoftheday.com/forums/</guid>
			<description><p>"WindowsInstaller-KB893803-v2-x86.exe" that I already downloaded is included in the package "Windows Installer 3.1 Redistributable (v2)", and MSI files are not open by my system anyway!!! Any more suggestions BuBBy?
</p></description>
		</item>
		<item>
			<title>BuBBy on "How to open a MSI file"</title>
			<link>https://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@https://www.giveawayoftheday.com/forums/</guid>
			<description><blockquote><p>but I think I need a genuine version of Windows to do that.</p></blockquote>
<p>No - looks like you will be fine to download it (it doesn't appear to need validation)
</p></description>
		</item>
		<item>
			<title>mijaco on "How to open a MSI file"</title>
			<link>https://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@https://www.giveawayoftheday.com/forums/</guid>
			<description><p>Thanks to your answer BuBBy!</p>
<p>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 "WindowsInstaller-KB893803-v2-x86.exe". But the result is same. I could try to download and install "Windows Installer 3.1 Redistributable (v2)", but I think I need a genuine version of Windows to do that.<br />
 So, what are alternatives now?</p>
<p>Bye!
</p></description>
		</item>
		<item>
			<title>BuBBy on "How to open a MSI file"</title>
			<link>https://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@https://www.giveawayoftheday.com/forums/</guid>
			<description><p>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.</p>
<p>This might help</p>
<p><a href="http://links.giveawayoftheday.com/askdavetaylor.com/how_do_i_install_a_msi_windows_download.html">How do I install a MSI windows download?</a></p>
<p><a href="http://links.giveawayoftheday.com/microsoft.com/downloads%2Fdetails.aspx%3Ffamilyid%3D889482fc-5f56-4a38-b838-de776fd4138c%26displaylang%3Den">Windows Installer 3.1 Redistributable (v2)</a>
</p></description>
		</item>
		<item>
			<title>mijaco on "How to open a MSI file"</title>
			<link>https://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@https://www.giveawayoftheday.com/forums/</guid>
			<description><p>Hi,</p>
<p>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?</p>
<p>Thanks!
</p></description>
		</item>
		<item>
			<title>graylox on "cross use of files in windows installer/FlashRenamer"</title>
			<link>https://www.giveawayoftheday.com/forums/topic/1648#post-10321</link>
			<pubDate>Sat, 22 Sep 2007 22:07:57 +0000</pubDate>
			<dc:creator>graylox</dc:creator>
			<guid isPermaLink="false">10321@https://www.giveawayoftheday.com/forums/</guid>
			<description><p>Thank you again jr46 for your help.<br />
But I&#39;m afraid my poor old brain is too tired for so much tech ;-). The computer has to wait, tomorrow I&#39;ll go on vacation!<br />
Three weeks wind, water, pure nature and the sweetest Swedish girls ever (my grandchildren) - lucky me.<br />
Have a nice day!<br />
graylox
</p></description>
		</item>
		<item>
			<title>jr46 on "cross use of files in windows installer/FlashRenamer"</title>
			<link>https://www.giveawayoftheday.com/forums/topic/1648#post-10308</link>
			<pubDate>Sat, 22 Sep 2007 03:07:37 +0000</pubDate>
			<dc:creator>jr46</dc:creator>
			<guid isPermaLink="false">10308@https://www.giveawayoftheday.com/forums/</guid>
			<description><p>graylox, Sorry to hear you still have the problem. I was able to solve my similar problem when I found this page with a Google search: <a href="http://links.giveawayoftheday.com/askmehelpdesk.com/spreadsheets%2Fmissing-sku112-cab-file-office-2003-a-21062.html">http://www.askmehelpdesk.com/spreadsheets/missing-sku112-cab-file-office-2003-a-21062.html</a> . I had to change it up a little bit to get it to work for me. Instead of running "Excel /s", I just ran Flash Renamer and let the Windows Installer start its thing. When it stopped, waiting for me to tell it where the file "SKU112.CAB" was located, I opened Task Manager (CTRL-ALT-DEL) and ended the "msiexec.exe" process like it said on the web page. Now the installer doesn't start up any more, and Flash Renamer (and other Visual Basic programs) run normally.</p>
<p>I don't think this is harmful to your computer in any way: It's just annoying. I realized that this seems to be a very common bug while I was googling for a solution. I didn't see where anybody's computer had been harmed by it. (But I'm not an expert on the subject).</p>
<p>BuBBy, I forgot to mention earlier that I couldn't find the Office CD. That's why I was looking for another method. Thanks for your help anyway.
</p></description>
		</item>
		<item>
			<title>graylox on "cross use of files in windows installer/FlashRenamer"</title>
			<link>https://www.giveawayoftheday.com/forums/topic/1648#post-10307</link>
			<pubDate>Sat, 22 Sep 2007 00:48:03 +0000</pubDate>
			<dc:creator>graylox</dc:creator>
			<guid isPermaLink="false">10307@https://www.giveawayoftheday.com/forums/</guid>
			<description><p>Thanks for trying to help me.<br />
Installing new or full or whatever wasn't the thing. I can live with this bug if anyone can tell me whether it is only annoying or perhaps destroying or poisoning or something worse.<br />
graylox
</p></description>
		</item>
		<item>
			<title>BuBBy on "cross use of files in windows installer/FlashRenamer"</title>
			<link>https://www.giveawayoftheday.com/forums/topic/1648#post-10273</link>
			<pubDate>Fri, 21 Sep 2007 07:17:57 +0000</pubDate>
			<dc:creator>BuBBy</dc:creator>
			<guid isPermaLink="false">10273@https://www.giveawayoftheday.com/forums/</guid>
			<description><p>jr46 - The reason why you get popups asking for the install CD is because you are trying to use a feature (or a part of a feature) that isn't installed. This can happen when you do a minimal or custom install and deselect some options. To make the popup messages go away - simply do as it says, and insert the original install CD so the missing parts of Office (or whatever) can be installed.</p>
<p>I have also seen this happen when software isn't completely uninstalled and windows confuses the fact of being "uninstalled" compared to a "partial install". Generally putting in the original disk or doing a full install over the top fixes the problem.
</p></description>
		</item>
		<item>
			<title>jr46 on "cross use of files in windows installer/FlashRenamer"</title>
			<link>https://www.giveawayoftheday.com/forums/topic/1648#post-10267</link>
			<pubDate>Fri, 21 Sep 2007 01:58:06 +0000</pubDate>
			<dc:creator>jr46</dc:creator>
			<guid isPermaLink="false">10267@https://www.giveawayoftheday.com/forums/</guid>
			<description><p>Hi, graylox! I've been having a similar problem lately. In my case, it's the Microsoft Office 2003 installer that keeps popping up. I think it continues doing this because I don't ever let it finish the "installation" since it's already installed (Came on the computer). I have been able to figure out so far, however, that this seems to happen only when I run Visual Basic programs like "Flash Renamer." This seems to be a fairly common error, but I haven't found out how to resolve it yet.</p>
<p>I checked the Microsoft site and found a "fix", but it is for an earlier version of Office and I--so far--haven't been able to get it to work. Anyway, if these programs you're having trouble with are Visual Basic programs, that might explain why it only happens with some programs and not others.</p>
<p>I would suggest you try letting HomepageMaker3 finish whatever "installation" it is trying to do. This might solve the problem. However, since I'm not aware of that program, I don't know what it might be doing.</p>
<p>Anyway, Flash Renamer should not be the culprit here, so uninstalling it should not be of any use.</p>
<p>Hope this helps some.
</p></description>
		</item>
		<item>
			<title>graylox on "cross use of files in windows installer/FlashRenamer"</title>
			<link>https://www.giveawayoftheday.com/forums/topic/1648#post-10264</link>
			<pubDate>Thu, 20 Sep 2007 21:15:00 +0000</pubDate>
			<dc:creator>graylox</dc:creator>
			<guid isPermaLink="false">10264@https://www.giveawayoftheday.com/forums/</guid>
			<description><p>Hi, I read on the frontpage the post #48 by Paul about "cross use of files in windows installer..."<br />
I have got the same problem, when I'll start "FlashRen.exe", Microsoft Installer tries to install "HomepageMaker3".<br />
After I closed  the installerbox 1,2 or even more times, "FlashRenamer" starts properly. I tried to start some other progs without problems.<br />
The same thing came up some times ago with the installer of "Cfont Pro".<br />
It's only sometimes the installation starts, not on every exe-click. I had to deinstall "Cfont Pro" after several tries with new downloads, new installations and even software-update.<br />
Is deinstallation the only way to solve this bug ?<br />
If YES, "HomepageMaker3" or "FlashRenamer" ?<br />
There were no problems with "HomepageMaker3" untill now.<br />
My computer runs with XP Home and all updates.<br />
I hope, You do understand my bad English better than I understand my computer ;-)<br />
graylox
</p></description>
		</item>

	</channel>
</rss>
