Skip to content

Commit 3c5a846

Browse files
committed
Fix folder in setup
1 parent 915ee81 commit 3c5a846

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Setup/setup.aip

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
<ROW Directory="DesktopFolder" Directory_Parent="TARGETDIR" DefaultDir="DESKTO~1|DesktopFolder" IsPseudoRoot="1"/>
3636
<ROW Directory="SHORTCUTDIR" Directory_Parent="TARGETDIR" DefaultDir="SHORTC~1|SHORTCUTDIR" IsPseudoRoot="1"/>
3737
<ROW Directory="TARGETDIR" DefaultDir="SourceDir"/>
38+
<ROW Directory="TextureMerge_Dir" Directory_Parent="AppDataFolder" DefaultDir="TEXTUR~1|TextureMerge"/>
3839
</COMPONENT>
3940
<COMPONENT cid="caphyon.advinst.msicomp.MsiCompsComponent">
4041
<ROW Component="AI_INSTALLPERUSER" ComponentId="{D9D75ECC-5484-46AB-B1F6-935F70C6E663}" Directory_="APPDIR" Attributes="4" KeyPath="AI_INSTALLPERUSER" Options="1"/>
@@ -46,7 +47,7 @@
4647
<ROW Component="SHORTCUTDIR" ComponentId="{8A26E398-F74D-41DB-B07A-95C0D5E2C67B}" Directory_="SHORTCUTDIR" Attributes="0"/>
4748
<ROW Component="TextureMerge.exe" ComponentId="{F633563F-624E-48D1-B726-F22038F15C66}" Directory_="APPDIR" Attributes="0" KeyPath="TextureMerge.exe"/>
4849
<ROW Component="TextureMerge.exe.config" ComponentId="{FE82E758-8825-440E-A9A2-7DDE3669FF93}" Directory_="APPDIR" Attributes="0" KeyPath="TextureMerge.exe.config" Type="0"/>
49-
<ROW Component="config.xml" ComponentId="{E4E178B9-FDEE-47EE-962B-A5E784274273}" Directory_="AppDataFolder" Attributes="0" KeyPath="config.xml_1" Type="0"/>
50+
<ROW Component="config.xml_1" ComponentId="{5024E28E-07DC-4E5C-9022-D7F83ECBFF55}" Directory_="TextureMerge_Dir" Attributes="0" KeyPath="config.xml_1" Type="0"/>
5051
</COMPONENT>
5152
<COMPONENT cid="caphyon.advinst.msicomp.MsiFeatsComponent">
5253
<ROW Feature="MainFeature" Title="MainFeature" Description="Description" Display="1" Level="1" Directory_="APPDIR" Attributes="0"/>
@@ -59,7 +60,7 @@
5960
<ROW File="TextureMerge.exe.config" Component_="TextureMerge.exe.config" FileName="TEXTUR~1.CON|TextureMerge.exe.config" Attributes="0" SourcePath="..\TextureMerge\bin\x64\Release\TextureMerge.exe.config" SelfReg="false"/>
6061
<ROW File="Magick.NETQ16x64.dll" Component_="Magick.NETQ16x64.dll" FileName="MAGICK~6.DLL|Magick.NET-Q16-x64.dll" Attributes="0" SourcePath="..\TextureMerge\bin\x64\Release\Magick.NET-Q16-x64.dll" SelfReg="false"/>
6162
<ROW File="config.xml" Component_="TextureMerge.exe.config" FileName="config.xml" Attributes="0" SourcePath="Config files\config.xml" SelfReg="false"/>
62-
<ROW File="config.xml_1" Component_="config.xml" FileName="config.xml" Attributes="0" SourcePath="Config files\config.xml" SelfReg="false"/>
63+
<ROW File="config.xml_1" Component_="config.xml_1" FileName="config.xml" Attributes="0" SourcePath="Config files\config.xml" SelfReg="false"/>
6364
</COMPONENT>
6465
<COMPONENT cid="caphyon.advinst.msicomp.AiPersistentPropComponent">
6566
<ROW Property="AI_INSTALLPERUSER" Registry="AI_INSTALLPERUSER" HklmSearch="AI_INSTALLPERUSER" HkcuSearch="AI_INSTALLPERUSER_1"/>
@@ -158,7 +159,7 @@
158159
<ROW Feature_="MainFeature" Component_="SHORTCUTDIR"/>
159160
<ROW Feature_="MainFeature" Component_="AI_INSTALLPERUSER"/>
160161
<ROW Feature_="MainFeature" Component_="Magick.NETQ16x64.dll"/>
161-
<ROW Feature_="MainFeature" Component_="config.xml"/>
162+
<ROW Feature_="MainFeature" Component_="config.xml_1"/>
162163
</COMPONENT>
163164
<COMPONENT cid="caphyon.advinst.msicomp.MsiInstExSeqComponent">
164165
<ROW Action="AI_DOWNGRADE" Condition="AI_NEWERPRODUCTFOUND AND (UILevel &lt;&gt; 5)" Sequence="210"/>

0 commit comments

Comments
 (0)