<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[how to install the opera browser to other drives]]></title><description><![CDATA[<p dir="auto">the browser must be installed to an other drive like D or something i.e there must be no involvement with the default drive(C:) here because of extremely low space in C  drive and i want opera installed on other drives</p>
<p dir="auto"><img src="/assets/uploads/files/1510163749214-opera.jpg" alt="0_1510163742353_Opera.jpg" class=" img-responsive img-markdown" /></p>
<p dir="auto">in the snapshot , it still asks for 200MB on C drive , the app must not ask that</p>
<p dir="auto">any solutions?</p>
<p dir="auto">and dont ask me to cleanup the C drive ,  i know about that but im trying for any possible ways to totally omit default drives involment</p>
]]></description><link>https://forums.opera.com/topic/23195/how-to-install-the-opera-browser-to-other-drives</link><generator>RSS for Node</generator><lastBuildDate>Wed, 09 Sep 2026 20:46:24 GMT</lastBuildDate><atom:link href="https://forums.opera.com/topic/23195.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 08 Nov 2017 17:58:27 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to how to install the opera browser to other drives on Wed, 15 Nov 2017 18:00:12 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/73">@leocg</a>  this worked</p>
]]></description><link>https://forums.opera.com/post/131119</link><guid isPermaLink="true">https://forums.opera.com/post/131119</guid><dc:creator><![CDATA[jamphora]]></dc:creator><pubDate>Wed, 15 Nov 2017 18:00:12 GMT</pubDate></item><item><title><![CDATA[Reply to how to install the opera browser to other drives on Thu, 09 Nov 2017 18:56:12 GMT]]></title><description><![CDATA[<p dir="auto">Better yet, try this in a command prompt in the directory the operasetup exe is in.</p>
<pre><code>OperaSetup.exe --silent "--installfolder=F:\Softwares\Opera" --pintotaskbar=1 --singleprofile=1 --setdefaultbrowser=1 --launchbrowser=1
</code></pre>
<p dir="auto">That should silently install Opera to f:\softwares\opera where all of the profile files are in f:\softwares\opera\profile while setting that Opera as the default browser for the current user.</p>
<p dir="auto">Hopefully that will avoid the space issue on your C drive.  Note though that with the default installer, it'll have to fetch the setup files from the net, so be patient if on a slow connection and wait for Opera to pop up after a bit.</p>
]]></description><link>https://forums.opera.com/post/130352</link><guid isPermaLink="true">https://forums.opera.com/post/130352</guid><dc:creator><![CDATA[burnout426]]></dc:creator><pubDate>Thu, 09 Nov 2017 18:56:12 GMT</pubDate></item><item><title><![CDATA[Reply to how to install the opera browser to other drives on Thu, 09 Nov 2017 14:05:40 GMT]]></title><description><![CDATA[<p dir="auto">Besides the standalone installation option in the "install for" drop-down, you could <em>try</em> launching the setup file with a batch file like this:</p>
<pre><code>set APPDATA=F:\Softwares\AppData\Roaming
set LOCALAPPDATA=F:\Softwares\AppData\Local
set ProgramFiles=F:\Softwares
set ProgramFiles(x86)=F:\Softwares
set ProgramW6432=F:\Softwares
set USERPROFILE=F:\Softwares
set HOMEDRIVE=F:
set HOMEPATH=F:\Softwares
set SystemDrive=F:
set TEMP=F:\Temp
opera_installer_name.exe
</code></pre>
<p dir="auto">However, if you do that, if the paths to the profile aren't hardcoded in some file that the Opera exe uses, you'd have to always start Opera with a batch file like this:</p>
<pre><code>set APPDATA=F:\Softwares\AppData\Roaming
set LOCALAPPDATA=F:\Softwares\AppData\Local
set ProgramFiles=F:\Softwares
set ProgramFiles(x86)=F:\Softwares
set ProgramW6432=F:\Softwares
set USERPROFILE=F:\Softwares
set HOMEDRIVE=F:
set HOMEPATH=F:\Softwares
set SystemDrive=F:
set TEMP=F:\Temp
launcher.exe
</code></pre>
<p dir="auto">This is untested though.</p>
<p dir="auto">The only reason to even try this way instead of the standalone installation is if you want to set Opera as the default browser on that drive. Note though that even with this method, Opera will write to the registry and the registry file(s) are on your C drive.</p>
<p dir="auto">Or, for launching launcher.exe after Opera is installed, you might be able to use these command-line switches so that Opera doesn't use appdata on your C drive. This may be an alternative to the batch file.</p>
<p dir="auto"><a href="https://peter.sh/experiments/chromium-command-line-switches/#profile-directory" target="_blank" rel="noopener noreferrer nofollow ugc">https://peter.sh/experiments/chromium-command-line-switches/#profile-directory</a></p>
<p dir="auto"><a href="https://peter.sh/experiments/chromium-command-line-switches/#user-data-dir" target="_blank" rel="noopener noreferrer nofollow ugc">https://peter.sh/experiments/chromium-command-line-switches/#user-data-dir</a></p>
<p dir="auto">Or, you could use the command-line switches for the installer to see if you can get around this issue. There's a recent thread for it. Maybe someone can post a link. Again though, you'd only need this if you want to make Opera's launcher.exe the default. But, you still might (don't know how the installer sets things up. It might hard code the paths in a file by launcher.exe or something) have to use the user data directory command-line option in an Opera shortcut. Or, you'd have to modify the paths in the registry for Opera.</p>
<p dir="auto">Again though, the standalone installation would be so much simpler.</p>
]]></description><link>https://forums.opera.com/post/130321</link><guid isPermaLink="true">https://forums.opera.com/post/130321</guid><dc:creator><![CDATA[burnout426]]></dc:creator><pubDate>Thu, 09 Nov 2017 14:05:40 GMT</pubDate></item><item><title><![CDATA[Reply to how to install the opera browser to other drives on Wed, 08 Nov 2017 22:23:44 GMT]]></title><description><![CDATA[<p dir="auto">You need to do a portable/standalone/USB installation. Or you can try to find out how to move your %appdata% to another drive since your C drive is full.</p>
]]></description><link>https://forums.opera.com/post/130265</link><guid isPermaLink="true">https://forums.opera.com/post/130265</guid><dc:creator><![CDATA[leocg]]></dc:creator><pubDate>Wed, 08 Nov 2017 22:23:44 GMT</pubDate></item></channel></rss>