I know this runs because I get a pop-up asking me if I would like to modify the registry. I click "Yes" when that appears and I get a confirmation saying that the registry has been successfully modified. However, when I actually open the registry to look, I do not see any changes.RequestExecutionLevel admin
Section "Install"
#blah blah blah
ExecWait "regedit.exe $INSTDIR\Install.reg"
SectionEnd
When I do this process manually everything works. I double click on "Install.reg" and I get the same pop-up asking me if I would like to modify the registry. I click "Yes" and I get a confirmation saying that the registry has been modified. Then I open the registry and all the changes in the .reg file have been applied. Why is this not working in the NSIS file?