Bug in UpgradeDLL, thanks TonyDS

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2984 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2003-09-30 11:44:57 +00:00
parent d427631a93
commit 6573825ca6

View file

@ -497,7 +497,7 @@
\c ;Register the DLL on reboot
\c
\c !ifndef UPGRADEDLL_NOREGISTER
\c WriteRegStr HKLM "Software\Microsoft\WindowsurrentVersion\RunOnce" \
\c WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\RunOnce" \
\c "Register ${DESTFILE}" '"$SYSDIR\rundll32.exe" "${DESTFILE}",DllRegisterServer'
\c !endif
\c