<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: About the graphics driver installer in Graphics</title>
    <link>https://community.intel.com/t5/Graphics/About-the-graphics-driver-installer/m-p/1597461#M130952</link>
    <description>&lt;P&gt;Thank you very much for your help!&lt;/P&gt;&lt;P&gt;The video clip helps a lot!&lt;/P&gt;</description>
    <pubDate>Tue, 14 May 2024 05:59:33 GMT</pubDate>
    <dc:creator>HuHao</dc:creator>
    <dc:date>2024-05-14T05:59:33Z</dc:date>
    <item>
      <title>About the graphics driver installer</title>
      <link>https://community.intel.com/t5/Graphics/About-the-graphics-driver-installer/m-p/1597115#M130909</link>
      <description>&lt;P&gt;Hello, everyone.&lt;/P&gt;&lt;P&gt;The gfx_win.exe appears to be a large archive that contains drivers for all generations of graphics boards.&lt;/P&gt;&lt;P&gt;Whenever I try to install it and my C drive has less than 4GB of free space, the installation fails.&lt;/P&gt;&lt;P&gt;Does anyone know if it's possible to change the location where the driver extracts files other than the C drive? Or is there a way to manually extract the installer and create a minimal version of it?&lt;/P&gt;&lt;P&gt;Any suggestion is appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2024 03:38:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/About-the-graphics-driver-installer/m-p/1597115#M130909</guid>
      <dc:creator>HuHao</dc:creator>
      <dc:date>2024-05-13T03:38:57Z</dc:date>
    </item>
    <item>
      <title>Re: About the graphics driver installer</title>
      <link>https://community.intel.com/t5/Graphics/About-the-graphics-driver-installer/m-p/1597217#M130922</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/291303"&gt;@HuHao&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Changing the default extraction location for the Intel graphics driver installer or manually extracting the files can be a bit tricky, but it’s possible.&lt;BR /&gt;&lt;BR /&gt;You can try changing the location of the temporary folder used for installation files. This can be done by setting the TEMP and TMP environment variables in Windows to a different drive with more space.&lt;BR /&gt;If the driver file is an .exe, you can use command-line arguments to extract it to a specific directory. For example, you can open the command prompt and navigate to the directory where the gfx_win.exe file is located. Then, you can use the command gfx_win.exe -a -a -p[directory] to extract the files to the [directory] you specify&lt;BR /&gt;Another alternative is to use the PnPUtil /add-driver command in a script to install the driver. This method bypasses the need for the installer to extract files to the temporary folder.&lt;BR /&gt;Remember to replace [directory] with the actual path where you want to extract the files. It’s also a good idea to create a restore point before making changes to your system, just in case something doesn’t go as planned.&lt;BR /&gt;&lt;BR /&gt;I hope this will help you.&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2024 11:18:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/About-the-graphics-driver-installer/m-p/1597217#M130922</guid>
      <dc:creator>jeannette9728miller</dc:creator>
      <dc:date>2024-05-13T11:18:56Z</dc:date>
    </item>
    <item>
      <title>Re: About the graphics driver installer</title>
      <link>https://community.intel.com/t5/Graphics/About-the-graphics-driver-installer/m-p/1597286#M130927</link>
      <description>&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=QlE6UQMieh8" target="_self"&gt;This video clip&lt;/A&gt; explains how to change TEMP and TMP directory path.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Leon&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2024 16:16:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/About-the-graphics-driver-installer/m-p/1597286#M130927</guid>
      <dc:creator>LeonWaksman</dc:creator>
      <dc:date>2024-05-13T16:16:23Z</dc:date>
    </item>
    <item>
      <title>Re: About the graphics driver installer</title>
      <link>https://community.intel.com/t5/Graphics/About-the-graphics-driver-installer/m-p/1597459#M130951</link>
      <description>&lt;P&gt;Thank you very much for the information.&lt;/P&gt;&lt;P&gt;I set the TMP variable in a .bat file as follows:&lt;/P&gt;&lt;LI-CODE lang="bash"&gt;setlocal
md d:\temp 2&amp;gt;nul
set TMP=d:\temp
gfx_win.exe
endlocal&lt;/LI-CODE&gt;&lt;P&gt;&lt;SPAN&gt;The installation was then successful, and this change did not affect the temporary path of any other programs.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2024 05:58:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/About-the-graphics-driver-installer/m-p/1597459#M130951</guid>
      <dc:creator>HuHao</dc:creator>
      <dc:date>2024-05-14T05:58:19Z</dc:date>
    </item>
    <item>
      <title>Re: About the graphics driver installer</title>
      <link>https://community.intel.com/t5/Graphics/About-the-graphics-driver-installer/m-p/1597461#M130952</link>
      <description>&lt;P&gt;Thank you very much for your help!&lt;/P&gt;&lt;P&gt;The video clip helps a lot!&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2024 05:59:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/About-the-graphics-driver-installer/m-p/1597461#M130952</guid>
      <dc:creator>HuHao</dc:creator>
      <dc:date>2024-05-14T05:59:33Z</dc:date>
    </item>
  </channel>
</rss>

