Prev Previous Post   Next Post Next
Old 3rd June 2013, 20:07   #1
adnanshaheen
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.
adnanshaheen is offline   Reply With Quote
 
Go Back   Winamp & Shoutcast Forums > Developer Center > NSIS Discussion

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump