Skip to content
⌘ NSIS Forum Archive

nsExec - No 64-bit support

7 posts

cnepveu#

nsExec - No 64-bit support

Hello,

I understand that when you're using nsExec, it's using another thread to run your command. This said, using x64.nsh's ${DisableX64FSRedirection} has absolutely no effect when using nsExec functions.

I recommend implementing 64-bit versions to all of currently supported nsExec's functions. i.e.: nsExec::Exec64, etc.


As of now, the only means of running a 64-bit system process inside the installer is by using ${DisableX64FSRedirection} and then ExecWait which pops up an ugly black command window.

Thanks
cnepveu#
kichik,

I haven't taken a look into the code, I just guessed.
In any ways, it's not working and that's the issue.