<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/">
<channel>
<title>DisplayFusion RSS: Installer problem</title>
<atom:link href="https://www.displayfusion.com/Discussions/RSS/?TopicID=759dc532-a87b-48ac-a684-b783b4e35b2b" rel="self" type="application/rss+xml" />
<link>https://www.displayfusion.com/Discussions/RSS/?TopicID=759dc532-a87b-48ac-a684-b783b4e35b2b</link>
<description>DisplayFusion RSS: Installer problem</description>
<lastBuildDate>Thu, 28 May 2026 12:57:48 GMT</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://www.displayfusion.com/Discussions/RSS/?TopicID=759dc532-a87b-48ac-a684-b783b4e35b2b</generator>
<item>
<title>RE: Installer problem</title>
<link>https://www.displayfusion.com/Discussions/View/installer-problem/?ID=759dc532-a87b-48ac-a684-b783b4e35b2b#10</link>
<pubDate>Wed, 06 Feb 2008 05:04:57 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/installer-problem/?ID=759dc532-a87b-48ac-a684-b783b4e35b2b#10</guid>
<category>DisplayFusion</category>
<description><![CDATA[Thanks for the tip - I think we must share a brain because this is something that I just implemented in v2.0.  I did it a bit differently though, to provide support in the installer as well.  I used a global mutex so that the installer can easily detect whether DisplayFusion is running, even if s...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Thanks for the tip - I think we must share a brain because this is something that I just implemented in v2.0.  I did it a bit differently though, to provide support in the installer as well.  I used a global mutex so that the installer can easily detect whether DisplayFusion is running, even if someone renames the exe. <img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/face-smile.light.svg" alt=":)" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=":)" HelpButtonDataAlign="BelowMiddle" />
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Installer problem</title>
<link>https://www.displayfusion.com/Discussions/View/installer-problem/?ID=759dc532-a87b-48ac-a684-b783b4e35b2b#9</link>
<pubDate>Mon, 04 Feb 2008 09:18:48 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/installer-problem/?ID=759dc532-a87b-48ac-a684-b783b4e35b2b#9</guid>
<category>DisplayFusion</category>
<description><![CDATA[Love the software, good work..  the one thing I would say with the access denied error is that if you are upgrading from an older version of displayfusion, then chances are you already have it running so when you try to upgrade you get this error.
If you exit your current version & hit retry the...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Love the software, good work..  the one thing I would say with the access denied error is that if you are upgrading from an older version of displayfusion, then chances are you already have it running so when you try to upgrade you get this error.<br/>
<br/>
If you exit your current version & hit retry the upgrade will work fine.<br/>
<br/>
I would suggest as a feature request that new versions of the software should check if the process is already running & kill it off if it is, that way you avoid the error altogether...<br/>
<br/>
I'm not sure what the program is written in but in vb this would be easy enough...  as follows:<br/>
<br/>
strComputer = "."<br/>
Set objWMIService = GetObject("winmgmts:" _<br/>
    & "{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2")<br/>
<br/>
Set colProcessList = objWMIService.ExecQuery _<br/>
    ("Select * from Win32_Process Where Name = 'displayfusion.exe'")<br/>
<br/>
For Each objProcess in colProcessList<br/>
    objProcess.Terminate()<br/>
Next<br/>
<br/>
Regards<br/>
guy30london
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Installer problem</title>
<link>https://www.displayfusion.com/Discussions/View/installer-problem/?ID=759dc532-a87b-48ac-a684-b783b4e35b2b#8</link>
<pubDate>Mon, 12 Nov 2007 15:25:53 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/installer-problem/?ID=759dc532-a87b-48ac-a684-b783b4e35b2b#8</guid>
<category>DisplayFusion</category>
<description><![CDATA[No problem - thanks for helping to track down the problem.
Jon]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
No problem - thanks for helping to track down the problem.  <img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/face-smile.light.svg" alt=":-)" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=":-)" HelpButtonDataAlign="BelowMiddle" /><br/>
<br/>
Jon
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Installer problem</title>
<link>https://www.displayfusion.com/Discussions/View/installer-problem/?ID=759dc532-a87b-48ac-a684-b783b4e35b2b#7</link>
<pubDate>Mon, 12 Nov 2007 14:07:07 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/installer-problem/?ID=759dc532-a87b-48ac-a684-b783b4e35b2b#7</guid>
<category>DisplayFusion</category>
<description><![CDATA[The new installer worked.  Thanks!]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
The new installer worked.  Thanks!
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Installer problem</title>
<link>https://www.displayfusion.com/Discussions/View/installer-problem/?ID=759dc532-a87b-48ac-a684-b783b4e35b2b#6</link>
<pubDate>Mon, 12 Nov 2007 03:57:17 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/installer-problem/?ID=759dc532-a87b-48ac-a684-b783b4e35b2b#6</guid>
<category>DisplayFusion</category>
<description><![CDATA[I have just re-released v1.4.2 using the new version of InnoSetup.  This should take care of your issue.  You can find it here:
http://www.binaryfortress.com/displayfusion/
Note: If you downloaded it before 11pm EST (GMT-5) please re-download it and try again.   Let me know if this new build co...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
I have just re-released v1.4.2 using the new version of InnoSetup.  This should take care of your issue.  You can find it here:<br/>
<a href="http://www.binaryfortress.com/displayfusion/" target="_blank" rel="nofollow"><b>http://www.binaryfortress.com/displayfusion/</b></a><br/>
<br/>
Note: If you downloaded it before 11pm EST (GMT-5) please re-download it and try again. <img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/face-smile.light.svg" alt=":)" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=":)" HelpButtonDataAlign="BelowMiddle" />  Let me know if this new build corrects your issue.<br/>
<br/>
Thanks!
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Installer problem</title>
<link>https://www.displayfusion.com/Discussions/View/installer-problem/?ID=759dc532-a87b-48ac-a684-b783b4e35b2b#5</link>
<pubDate>Fri, 09 Nov 2007 21:32:09 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/installer-problem/?ID=759dc532-a87b-48ac-a684-b783b4e35b2b#5</guid>
<category>DisplayFusion</category>
<description><![CDATA[Unfortunately, I am a local Admin.  I did some more searching on the error message and ran across a reference to the error in the revision history for Inno Setup 5 as well as their forums.
http://www.jrsoftware.org/files/is5-whatsnew.htm]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Unfortunately, I am a local Admin.  I did some more searching on the error message and ran across a reference to the error in the revision history for Inno Setup 5 as well as their forums.<br/>
<br/>
<a href="http://www.jrsoftware.org/files/is5-whatsnew.htm" target="_blank" rel="nofollow"><b>http://www.jrsoftware.org/files/is5-whatsnew.htm</b></a>
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Installer problem</title>
<link>https://www.displayfusion.com/Discussions/View/installer-problem/?ID=759dc532-a87b-48ac-a684-b783b4e35b2b#4</link>
<pubDate>Fri, 09 Nov 2007 19:42:19 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/installer-problem/?ID=759dc532-a87b-48ac-a684-b783b4e35b2b#4</guid>
<category>DisplayFusion</category>
<description><![CDATA[Try saving the setup file to a different location and running it from there.  If that doesn't work you may need to be a local administrator on the machine to install it.
Jon]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Try saving the setup file to a different location and running it from there.  If that doesn't work you may need to be a local administrator on the machine to install it.<br/>
<br/>
Jon
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Installer problem</title>
<link>https://www.displayfusion.com/Discussions/View/installer-problem/?ID=759dc532-a87b-48ac-a684-b783b4e35b2b#3</link>
<pubDate>Wed, 07 Nov 2007 13:29:17 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/installer-problem/?ID=759dc532-a87b-48ac-a684-b783b4e35b2b#3</guid>
<category>DisplayFusion</category>
<description><![CDATA[XP SP2.  It is a work computer, so I have limited ability to tweak any anti-virus settings (McAfee Enterprise version).]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
XP SP2.  It is a work computer, so I have limited ability to tweak any anti-virus settings (McAfee Enterprise version).
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Installer problem</title>
<link>https://www.displayfusion.com/Discussions/View/installer-problem/?ID=759dc532-a87b-48ac-a684-b783b4e35b2b#2</link>
<pubDate>Tue, 06 Nov 2007 01:45:25 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/installer-problem/?ID=759dc532-a87b-48ac-a684-b783b4e35b2b#2</guid>
<category>DisplayFusion</category>
<description><![CDATA[Operating system?
Also, make sure you actually DL the file, and then run it. If you are on Vista, there should be something along the lines of run as admin in the right click context menu, try that.]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Operating system?<br/>
<br/>
Also, make sure you actually DL the file, and then run it. If you are on Vista, there should be something along the lines of run as admin in the right click context menu, try that.
</div>
]]></content:encoded>
</item>
<item>
<title>Installer problem</title>
<link>https://www.displayfusion.com/Discussions/View/installer-problem/?ID=759dc532-a87b-48ac-a684-b783b4e35b2b</link>
<pubDate>Mon, 05 Nov 2007 19:26:39 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/installer-problem/?ID=759dc532-a87b-48ac-a684-b783b4e35b2b</guid>
<category>DisplayFusion</category>
<description><![CDATA[When I go to install the application, I get a "Unable to execute file in the temporary directory. Setup aborted.  Error 5: Access is denied."
Is there an alternate installer available, or any command line switches that can be passed to prevent it from trying to run something in the temp directory?]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
When I go to install the application, I get a "Unable to execute file in the temporary directory. Setup aborted.  Error 5: Access is denied."<br/>
<br/>
Is there an alternate installer available, or any command line switches that can be passed to prevent it from trying to run something in the temp directory?
</div>
]]></content:encoded>
</item>
</channel>
</rss>