TWebUpdate problem

Hi,

 
I am using the TWebUpdate component and the executable that I want to update is being replaced as expected.
However, other files (e.g. Excel spreadsheets) are not updated.
I have included my INF file and the Leeftijd.xlsm is not updated.
What am I doing wrong? All help is appreciated.
 
Alain
 
[update]
newversion=1,0,0,24
localversion=StudioM.exe
[files]
count=2
[file1]
url=http://..../StudioM.exe_NEW
descr=Application
[file2]
url=http://......./Leeftijd.xlsm_NEW
localversion=Leeftijd.xlsm
targetdir={APP}
[application]
appupdate=1
appname=StudioM.exe
appcomps=StudioM.exe_NEW

Since Windows Vista, such scheme can not longer be guaranteed to work.  If the {APP} folder is under \Program Files, your app can't write to it if it is not running with admin privs. 
To solve this, make the 2nd file also an appcomp

Thanks Bruno. Works well !