<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title>環境変数 TMP を変更しているとインストールに失敗します</title>
		<link>http://qttabbar-ja.wikidot.com/forum/t-14020684/tmp</link>
		<description>Posts in the discussion thread &quot;環境変数 TMP を変更しているとインストールに失敗します&quot;</description>
				<copyright></copyright>
		<lastBuildDate>Fri, 08 May 2026 11:25:33 +0000</lastBuildDate>
		
					<item>
				<guid>http://qttabbar-ja.wikidot.com/forum/t-14020684#post-5109459</guid>
				<title>Re: 環境変数 TMP を変更しているとインストールに失敗します</title>
				<link>http://qttabbar-ja.wikidot.com/forum/t-14020684/tmp#post-5109459</link>
				<description></description>
				<pubDate>Sat, 16 Oct 2021 11:43:52 +0000</pubDate>
				<wikidot:authorName>monjar</wikidot:authorName>				<wikidot:authorUserId>7245866</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>確認が遅くなってしまいましたが</p> <p>QTTabBar ver 2048 beta 2 for 64bit<br /> Windows 10 Pro 64bit 21H1</p> <p>で修正されているのを確認しました。ありがとうございました。</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://qttabbar-ja.wikidot.com/forum/t-14020684#post-4919063</guid>
				<title>環境変数 TMP を変更しているとインストールに失敗します</title>
				<link>http://qttabbar-ja.wikidot.com/forum/t-14020684/tmp#post-4919063</link>
				<description></description>
				<pubDate>Sun, 07 Mar 2021 05:38:56 +0000</pubDate>
				<wikidot:authorName>monjar</wikidot:authorName>				<wikidot:authorUserId>7245866</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>タイトルの通り環境変数 TMP を変更しているとインストールに失敗します。<br /> 将来のアップデートの際に修正していただけると嬉しいです。</p> <p>■バージョン<br /> ver 1043</p> <p>■再現手順 (Windows Powershell で)</p> <div class="code"> <pre><code>$env:TMP = &quot;D:\Temp&quot; .\QTTabBar.exe</code></pre></div> <p>■エラーの内容</p> <blockquote> <p>'C:\Users\monjar\AppData\Local\Temp\QTTabBar\QTTabBar.dll' の一部が<br /> 見つかりませんでした。<br /> 場所 SetupHelper.Program.Regasm(Boolean fInstall, Boolean<br /> fManuallyInstallToGac)<br /> 場所 SetupHelper.Program.Install()<br /> 場所 SetupHelper.Program.Main(String[] args)</p> </blockquote> <p>■回避策<br /> インストール時に環境変数 TMP の値をデフォルトに設定しておく</p> <div class="code"> <pre><code>$oldTMP = $env:TMP $env:TMP = Join-Path $env:LOCALAPPDATA &quot;Temp&quot; .\QTTabBar.exe $env:TMP = $oldTMP</code></pre></div> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>