Meanwhile I have try it with the version 5.0.1.6, but the problem still exist!!!
here the problem:
If the user change the setup-destination path
e.g. to c:\program files\myprog\
(important! ending with backslash)
and the properties of the dest.file is:
'Install file to this location:'
= %AppDir%\dll
'If file already exists:'
= Never overwrite existing file
in this case, the file is overwritten even though the file is existing.
I think, SF generates the full installation path to c:\program files\myprog\\dll
(here double backslash) and the internal function for checking an existing file
can't work with this double backslash.
How can I solve this problem?
best regards
Karl Scampi
here the problem:
If the user change the setup-destination path
e.g. to c:\program files\myprog\
(important! ending with backslash)
and the properties of the dest.file is:
'Install file to this location:'
= %AppDir%\dll
'If file already exists:'
= Never overwrite existing file
in this case, the file is overwritten even though the file is existing.
I think, SF generates the full installation path to c:\program files\myprog\\dll
(here double backslash) and the internal function for checking an existing file
can't work with this double backslash.
How can I solve this problem?
best regards
Karl Scampi
Comment