Citation:
Envoyé par gringo783
Bonsoir voici mon fichier je ne vois pas ou je dois modifier les deux ligne et quel exe prendre pour faire fonctionner le soft et de même j'ai pas vu de video
<?xml version="1.0" encoding="utf-8"?>
<Controlfile xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<MDMConfiguration>
<ServiceAddress>http://mdm.carparts-cat.com/service.svc</ServiceAddress>
</MDMConfiguration>
<CountryConfiguration>
<Language>ES</Language>
<Data>E</Data>
<Prices>E</Prices>
<Vehicle>E</Vehicle>
</CountryConfiguration>
<BDFConfiguration>
<DataPaths>
<string>PATH_TO_DATA_FOLDER</string>
<string>PATH_TO_MEDIA_FOLDER</string>
</DataPaths>
</BDFConfiguration>
<PDFDowndloadConfiguration>
<PDFFileFormat>2</PDFFileFormat>
<VersionPath>0</VersionPath>
</PDFDowndloadConfiguration>
</Controlfile>
|
Salut,
Tu doit modifier "PATH_TO_DATA_FOLDER" & "PATH_TO_MEDIA_FOLDER" vers tes dossier media et data et exécuté "Catalogue.exe" pour ouvrir le logiciel:
Code:
<DataPaths>
<string>PATH_TO_DATA_FOLDER</string>
<string>PATH_TO_MEDIA_FOLDER</string>
</DataPaths>
Exemple:
Code:
<DataPaths>
<string>C:\tecdoc2020q1\Data</string>
<string>C:\tecdoc2020q1\Media</string>
</DataPaths>