<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Modartt user forum - VST3 doesn't wanna stay installed]]></title>
	<link rel="self" href="https://forum.modartt.com/extern.php?action=feed&amp;tid=12698&amp;type=atom"/>
	<updated>2025-10-27T17:42:58Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.modartt.com/viewtopic.php?id=12698</id>
		<entry>
			<title type="html"><![CDATA[Re: VST3 doesn't wanna stay installed]]></title>
			<link rel="alternate" href="https://forum.modartt.com/viewtopic.php?pid=1004643#p1004643"/>
			<content type="html"><![CDATA[<div class="quotebox"><cite>EvilDragon wrote:</cite><blockquote><p>Heh. Well it makes no sense. I have a 100 other VST3 plugins they all don&#039;t set the -s flag.</p></blockquote></div><p>I found the issue, the installer does indeed set some attributes on the installed vst3 file, and I had completely forgotten about it.</p><p>The VST3 of Pianoteq 9 is now a vst3 &quot;bundle&quot;: a folder that can hold binaries for multiple architectures. It also contains, per Steinberg specifications, a Plugin.ico and a desktop.ini file , that allow to specify an icon for the &quot;Pianoteq 9.vst3&quot; folder. But in order to get it to work you have to set some attributes&nbsp; on the .ico,&nbsp; the desktop.ini and the bundle folder. The icon is shown only if the bundle folder has the &quot;system&quot; attribute, or the &quot;read-only&quot; attribute. So we will use the read-only attribute instead of &quot;system&quot; and that should solve your issue.</p>]]></content>
			<author>
				<name><![CDATA[julien]]></name>
				<uri>https://forum.modartt.com/profile.php?id=2</uri>
			</author>
			<updated>2025-10-27T17:42:58Z</updated>
			<id>https://forum.modartt.com/viewtopic.php?pid=1004643#p1004643</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: VST3 doesn't wanna stay installed]]></title>
			<link rel="alternate" href="https://forum.modartt.com/viewtopic.php?pid=1004504#p1004504"/>
			<content type="html"><![CDATA[<p>Heh. Well it makes no sense. I have a 100 other VST3 plugins they all don&#039;t set the -s flag.</p>]]></content>
			<author>
				<name><![CDATA[EvilDragon]]></name>
				<uri>https://forum.modartt.com/profile.php?id=618</uri>
			</author>
			<updated>2025-10-23T05:56:04Z</updated>
			<id>https://forum.modartt.com/viewtopic.php?pid=1004504#p1004504</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: VST3 doesn't wanna stay installed]]></title>
			<link rel="alternate" href="https://forum.modartt.com/viewtopic.php?pid=1004497#p1004497"/>
			<content type="html"><![CDATA[<div class="quotebox"><cite>EvilDragon wrote:</cite><blockquote><p>Yeah this is completely unnecessary to do with VST3 fikes/folders.</p></blockquote></div><p>Fully agree...</p><div class="quotebox"><cite>EvilDragon wrote:</cite><blockquote><p>I know of no other product that does this.</p></blockquote></div><p><a href="https://www.noteperformer.com">NotePerformer</a> does this. Now you know for some trivia night <i class="far fa-smile smiley"></i></p><p>lp</p>]]></content>
			<author>
				<name><![CDATA[revox]]></name>
				<uri>https://forum.modartt.com/profile.php?id=9609</uri>
			</author>
			<updated>2025-10-22T21:35:40Z</updated>
			<id>https://forum.modartt.com/viewtopic.php?pid=1004497#p1004497</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: VST3 doesn't wanna stay installed]]></title>
			<link rel="alternate" href="https://forum.modartt.com/viewtopic.php?pid=1004489#p1004489"/>
			<content type="html"><![CDATA[<p>Yeah this is completely unnecessary to do with VST3 fikes/folders. I know of no other product that does this.</p>]]></content>
			<author>
				<name><![CDATA[EvilDragon]]></name>
				<uri>https://forum.modartt.com/profile.php?id=618</uri>
			</author>
			<updated>2025-10-22T18:14:17Z</updated>
			<id>https://forum.modartt.com/viewtopic.php?pid=1004489#p1004489</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: VST3 doesn't wanna stay installed]]></title>
			<link rel="alternate" href="https://forum.modartt.com/viewtopic.php?pid=1004473#p1004473"/>
			<content type="html"><![CDATA[<div class="quotebox"><cite>EvilDragon wrote:</cite><blockquote><p>Ummm ok, it&#039;s not removing itself. The VST3 folder makes itself HIDDEN after install. Why?</p></blockquote></div><p>Seems like the installer adds &#039;S - system attribute&#039; to the directory &#039;C:\Program Files\Common Files\VST3\Pianoteq 9.vst3&#039;</p><p>C:\Program Files\Common Files\VST3&gt;dir /AS /B P*<br />Pianoteq 9.vst3</p><p><em>&quot;System Attribute (S): This attribute indicates that a file is a critical part of the operating system. It helps protect important system files from being altered or removed by users.&quot;</em></p><p>To remove the S attribute:<br />C:\Program Files\Common Files\VST3&gt;attrib -S &quot;Pianoteq 9.vst3&quot;</p>]]></content>
			<author>
				<name><![CDATA[revox]]></name>
				<uri>https://forum.modartt.com/profile.php?id=9609</uri>
			</author>
			<updated>2025-10-22T10:15:34Z</updated>
			<id>https://forum.modartt.com/viewtopic.php?pid=1004473#p1004473</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: VST3 doesn't wanna stay installed]]></title>
			<link rel="alternate" href="https://forum.modartt.com/viewtopic.php?pid=1004467#p1004467"/>
			<content type="html"><![CDATA[<p>Ummm ok, it&#039;s not removing itself. The VST3 folder makes itself HIDDEN after install. Why?</p>]]></content>
			<author>
				<name><![CDATA[EvilDragon]]></name>
				<uri>https://forum.modartt.com/profile.php?id=618</uri>
			</author>
			<updated>2025-10-22T09:56:30Z</updated>
			<id>https://forum.modartt.com/viewtopic.php?pid=1004467#p1004467</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: VST3 doesn't wanna stay installed]]></title>
			<link rel="alternate" href="https://forum.modartt.com/viewtopic.php?pid=1004466#p1004466"/>
			<content type="html"><![CDATA[<div class="quotebox"><cite>EvilDragon wrote:</cite><blockquote><p>Nope, nothing like that. I would&#039;ve gotten a notification from Defender, but I am not getting anything. Logs don&#039;t show anything. My whole D: drive (where I install all the VST plugins) is excluded from scanning by Defender.</p></blockquote></div><p>Even if you tell the installer to install it to D:\... , the .vst3 file will be on C:</p><p>C:\Program Files\Common Files\VST3\Pianoteq 9.vst3\Contents\x86_64-win\Pianoteq 9.vst3<br />MD5 HASH - 6D45623AFB8248172561C8A84ED1934A</p>]]></content>
			<author>
				<name><![CDATA[revox]]></name>
				<uri>https://forum.modartt.com/profile.php?id=9609</uri>
			</author>
			<updated>2025-10-22T09:56:16Z</updated>
			<id>https://forum.modartt.com/viewtopic.php?pid=1004466#p1004466</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: VST3 doesn't wanna stay installed]]></title>
			<link rel="alternate" href="https://forum.modartt.com/viewtopic.php?pid=1004464#p1004464"/>
			<content type="html"><![CDATA[<p>Nope, nothing like that. I would&#039;ve gotten a notification from Defender, but I am not getting anything. Logs don&#039;t show anything. My whole D: drive (where I install all the VST plugins) is excluded from scanning by Defender.</p>]]></content>
			<author>
				<name><![CDATA[EvilDragon]]></name>
				<uri>https://forum.modartt.com/profile.php?id=618</uri>
			</author>
			<updated>2025-10-22T09:37:31Z</updated>
			<id>https://forum.modartt.com/viewtopic.php?pid=1004464#p1004464</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: VST3 doesn't wanna stay installed]]></title>
			<link rel="alternate" href="https://forum.modartt.com/viewtopic.php?pid=1004463#p1004463"/>
			<content type="html"><![CDATA[<div class="quotebox"><cite>EvilDragon wrote:</cite><blockquote><p>As soon as the Windows installer is finished, the installed VST3 file is somehow automatically removed from my system (latest W10 build). I am not sure what would cause this, but something is not right with the Pianoteq 9 installer on WIndows...</p><p>Anyone else had this happen?</p></blockquote></div><br /><p>Maybe Windows Defender is deleting/quarantining the file because it thinks it&#039;s suspicious. Check the defender logs.</p>]]></content>
			<author>
				<name><![CDATA[revox]]></name>
				<uri>https://forum.modartt.com/profile.php?id=9609</uri>
			</author>
			<updated>2025-10-22T09:31:06Z</updated>
			<id>https://forum.modartt.com/viewtopic.php?pid=1004463#p1004463</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[VST3 doesn't wanna stay installed]]></title>
			<link rel="alternate" href="https://forum.modartt.com/viewtopic.php?pid=1004462#p1004462"/>
			<content type="html"><![CDATA[<p>As soon as the Windows installer is finished, the installed VST3 file is somehow automatically removed from my system (latest W10 build). I am not sure what would cause this, but something is not right with the Pianoteq 9 installer on WIndows...</p><p>Anyone else had this happen?</p>]]></content>
			<author>
				<name><![CDATA[EvilDragon]]></name>
				<uri>https://forum.modartt.com/profile.php?id=618</uri>
			</author>
			<updated>2025-10-22T08:50:57Z</updated>
			<id>https://forum.modartt.com/viewtopic.php?pid=1004462#p1004462</id>
		</entry>
</feed>
