cnepveu
20th August 2007 17:30 UTC
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
Afrow UK
20th August 2007 17:41 UTC
And the ExecDos plug-in does not work?
Stu
cnepveu
20th August 2007 17:53 UTC
Hi Stu,
I just tried and it did not work.
kichik
20th August 2007 20:17 UTC
It doesn't use a different thread, it uses a completely different process.
cnepveu
20th August 2007 20:24 UTC
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.
kichik
21st August 2007 20:08 UTC
Please submit a bug report/feature request.
cnepveu
21st August 2007 21:22 UTC
Submitted request ID # 1778973 relating this issue.