TTmsWebUpdate

Hello dear TMS Team,

we try to update our application and its components.

in FTP folder we have 3 files:
1. LabNetII.exe
2. files.cab
3. labtec.ini

inside of the labtec.ini:


[update]
newversion=1.1.0.370
localversion=LabNetII.exe
[files]
count=2
[file1]
url=LabNetII.cab
newversion=1.1.0.370
localversion=LabNetII.exe
descr=LabNetII.exe    
compressed=1
mandatory=1
[file2]
url=files.cab
newversion=1.1.0.370
compressed=1
descr=application files
mandatory=1
[application]
appupdate=1
appname=LabNetII.exe
appcomps=LabNetII.cab files.cab
silentrestart=1

Main application EXE is updated like a charm.

We want the files from files.cab to be updated (copied as new ones or rewrite existing files).

files.cab contains hierarchical structure with directories and files.

Problem is: files.cab is downloaded but ignored.

What do we do wrong?

Thanks for advance.

Regards, Joerg,

It's not immediately clear why it is not unpacking files.cab.

Can you try to remove the line 
compressed=1 from the file sections? As this is an application component, it is not needed to set compressed=1 per file.
If the problem persists, try to enable logging and log a session and send it for inspection.