Sometimes program files path wrong
Hi all,
My NSIS installer works perfectly on almost all PCs that I have tested in on. There is one case however where things go wrong. A problem where the installation path gets corrupted.
For example:
C:\Program Files\My application\
becomes:
C:\Program Files\My\application\ (extra backslash)
The installer then complains that it can't find certain files, and the installation is aborted.
Anyone knows what could cause this problem? It only happens on a few computers.
Grtz,
Francis