I have logged the installation and noticed this:
This is the line for copying a file that was added in the transforms file:
MSI (s) (8C:54): Executing op: FileCopy (SourceName=cst23.tmp,,DestName=pn.vbs,
Attributes=34,FileSize=8209,PerTick=32768,IsCompressed=0, VerifyMedia=0,,,,,,,,InstallMode=262148,,,,,,)
And here is the line for copying a file that was in the original msi package:
MSI (s) (8C:54): Executing op: FileCopy(SourceName=concentr.cnt,SourceCabKey=concentr.cnt, DestName=concentr.cnt,
Attributes=0,FileSize=510,PerTick=32768,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,,,,,,)
The Installmode is different... Could this be the source of the problem? What can I do to solve this problem?
Please Help !!!