Using CopyFiles crashes the installer: Difference between revisions
From NSIS Wiki
Jump to navigationJump to search
m (Updated author links.) |
m (Added category links.) |
||
Line 11: | Line 11: | ||
; Solution | ; 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. | : 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. | ||
[[{{ns:14}}:Minor Issues]] |
Revision as of 21:12, 30 April 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.