|
|
#1 |
|
Junior Member
Join Date: Oct 2012
Posts: 9
|
Copying DLL to $SYSDIR
Hi All,
Here is a code in my nsis script. SetOutPath $SYSDIR MessageBox MB_OK $SYSDIR ;This shows C:\windows\System32 ${If} ${RunningX64} File ".\My64bitDLL.dll" ${Else} File ".\My32bitDLL.dll" ${EndIf} But the DLL is copied to C:\Windows\SysWow64. Why is that??? The DLL copied is 64bit. |
|
|
|
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|