Hi,
I am trying to create an installer that will copy a dll to the windows/system32 directory.
I can not get it to work.
I have tried the following options before including the dll in the code:
Clearly I must be doing something wrong. Could anyone be so kind to point me in the right direction?
Kind regards,
i.
I am trying to create an installer that will copy a dll to the windows/system32 directory.
I can not get it to work.
I have tried the following options before including the dll in the code:
I did run the installer as administrator every time.code:
SetOutPath "$SYSDIR" -> no error, no copy
SetOutPath "$WINDIR\system" -> no error, no copy
SetOutPath "$WINDIR\system32" -> copy to the windows/syswow64 directory
Clearly I must be doing something wrong. Could anyone be so kind to point me in the right direction?
Kind regards,
i.
Comment