|
|
|
|
#1 |
|
Moderator
Join Date: Jun 2002
Location: ${NSISDIR}
Posts: 5,442
|
NSIS has native support for writing to the 64 bit registry, use SetRegView
If you still want to use a .reg, you probably have to turn off file redirection before executing regedit.exe, see x64.nsh (Also note that regedit could be disabled by group policy) IntOp $PostCount $PostCount + 1 |
|
|
|
|
|
#2 | |
|
Junior Member
Join Date: Jul 2011
Posts: 49
|
Quote:
i have been banging my head these past few days. i use NSIS to make portable applications, but switched to PAF. Only problem with PAF is you have no control over the internal coding. And they don't support 64-bit AT ALL! i was familiar with SetRegView but found that it's incompatible with the Registry Plugin. using your suggestion ${DisableX64FSRedirection} worked finally! Deleting with SetRegView is simple. But importing & exporting was impossible because you have to use Reg.exe. Thank You VERY Much
|
|
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|