3677
This commit is contained in:
@@ -237,6 +237,8 @@ Source: "2016PeachtreeAccounting.dll"; DestDir: "{app}\plugins\PTI";DestName: "P
|
|||||||
Source: "2018PeachtreeAccounting.dll"; DestDir: "{app}\plugins\PTI";DestName: "PeachtreeAccounting.dll";Tasks: pti/2018;Flags:ignoreversion;
|
Source: "2018PeachtreeAccounting.dll"; DestDir: "{app}\plugins\PTI";DestName: "PeachtreeAccounting.dll";Tasks: pti/2018;Flags:ignoreversion;
|
||||||
Source: "..\..\utils\GeneratorService\bin\Release\Generator.exe"; DestDir: "{app}";Tasks: gen;Flags:ignoreversion;
|
Source: "..\..\utils\GeneratorService\bin\Release\Generator.exe"; DestDir: "{app}";Tasks: gen;Flags:ignoreversion;
|
||||||
Source: "Web.config"; DestDir: "{app}";Tasks: portal;Check: CheckPortalServer;
|
Source: "Web.config"; DestDir: "{app}";Tasks: portal;Check: CheckPortalServer;
|
||||||
|
;case 3677
|
||||||
|
Source: "Generator.exe.config"; DestDir: "{app}";Tasks: gen;Flags:ignoreversion;
|
||||||
|
|
||||||
;ImportExport CSV plugin
|
;ImportExport CSV plugin
|
||||||
Source: "..\..\3rdprtylibs\FileHelpers\FileHelpers.dll"; DestDir: "{app}\plugins\ImportExportCSV";Tasks: csvplugin;
|
Source: "..\..\3rdprtylibs\FileHelpers\FileHelpers.dll"; DestDir: "{app}\plugins\ImportExportCSV";Tasks: csvplugin;
|
||||||
|
|||||||
18
Installs/AyaNovaINNO/Generator.exe.config
Normal file
18
Installs/AyaNovaINNO/Generator.exe.config
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<configuration>
|
||||||
|
<startup>
|
||||||
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0" />
|
||||||
|
</startup>
|
||||||
|
|
||||||
|
|
||||||
|
<runtime>
|
||||||
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||||
|
<dependentAssembly>
|
||||||
|
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral"/>
|
||||||
|
<bindingRedirect oldVersion="0.0.0.0-9.0.0.0" newVersion="9.0.0.0"/>
|
||||||
|
</dependentAssembly>
|
||||||
|
</assemblyBinding>
|
||||||
|
</runtime>
|
||||||
|
|
||||||
|
|
||||||
|
</configuration>
|
||||||
Reference in New Issue
Block a user