Using CopyFiles crashes the installer: Difference between revisions
From NSIS Wiki
Jump to navigationJump to search
m (Wikipedia python library) |
m (Updated author and download links, and changed format of some pages.) |
||
Line 8: | Line 8: | ||
: 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 | Page author: [[User:virtlink|virtlink]] |
Revision as of 12:35, 23 April 2005
- 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.
Page author: virtlink