ลองสร้างเองเลยครับ
เปิด Notepad แล้วสร้างไฟล์ save ตามชื่อ Sims3Launcher.exe.config เเละ Sims3LauncherW.exe.config
รายละเอียดแต่ละไฟล์ตามข้างล่างนี้ครับ
quote : sims3launcher.exe.config
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<configSections>
</configSections>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<!--
Specify subdirectories for the CLR to search when loading
satellite assemblies (for example, localized strings)
-->
<probing privatePath="bin"/>
</assemblyBinding>
</runtime>
<!--
<system.web>
<webServices>
<soapExtensionTypes>
<add type="Sims3Launcher.TraceExtension, Sims3Launcher" />
</soapExtensionTypes>
</webServices>
</system.web>
-->
</configuration>
quote : sims3launcherw.exe.config
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<configSections>
</configSections>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<!--
Specify subdirectories for the CLR to search when loading
satellite assemblies (for example, localized strings)
-->
<probing privatePath="bin"/>
</assemblyBinding>
</runtime>
<!--
<system.web>
<webServices>
<soapExtensionTypes>
<add type="Sims3Launcher.TraceExtension, Sims3Launcher" />
</soapExtensionTypes>
</webServices>
</system.web>
-->
</configuration>