|
|
|
|
#1 |
|
Junior Member
Join Date: Sep 2008
Posts: 3
|
Does anybody know how to copy dll to system32
i need to copy a debughelp.dll to system32, but have to know it's winnt/system32 or windows/system32.
can anyone show me how to do it? thanks! |
|
|
|
|
|
#2 |
|
M.I.A.
[NSIS Dev, Mod] Join Date: Oct 2001
Location: Israel
Posts: 11,338
|
Use $SYSDIR.
NSIS FAQ | NSIS Home Page | Donate $ "I hear and I forget. I see and I remember. I do and I understand." -- Confucius |
|
|
|
|
|
#3 |
|
Junior Member
Join Date: Sep 2008
Posts: 3
|
thank you for answer my questions
if use $sysdir, do we need to set the environment variable? i found no default $sysdir in my pc.
|
|
|
|
|
|
#4 |
|
M.I.A.
[NSIS Dev, Mod] Join Date: Oct 2001
Location: Israel
Posts: 11,338
|
It's unrelated to your computer's environment variables. It's a special NSIS variable pointing to your system directory.
NSIS FAQ | NSIS Home Page | Donate $ "I hear and I forget. I see and I remember. I do and I understand." -- Confucius |
|
|
|
|
|
#5 |
|
Junior Member
Join Date: Sep 2008
Posts: 3
|
Thank you very much!
I found it. |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|