Using CopyFiles crashes the installer: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
m (Wikipedia python library)
 
m (Adding new author and category links.)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{PageAuthor|virtlink}}
; Issue
; Issue
: When the code executes the CopyFiles instruction, the installer may crash.
: When the code executes the CopyFiles instruction, the installer may crash.
Line 8: Line 10:
: If you are using the Visual C++ 6, install the latest Platform SDK. Using Visual C++ .NET (VC 7.x) will also solve the problem.
: If you are using the Visual C++ 6, install the latest Platform SDK. Using Visual C++ .NET (VC 7.x) will also solve the problem.


Page author: virtlink
[[Category:Minor Issues]]

Latest revision as of 14:02, 24 June 2005

Author: virtlink (talk, contrib)


Issue
When the code executes the CopyFiles instruction, the installer may crash.
Cause
This happens after makensis has been recompiled with an old Microsoft library file.
Solution
If you are using the Visual C++ 6, install the latest Platform SDK. Using Visual C++ .NET (VC 7.x) will also solve the problem.