upgradedll: new command on two lines
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1610 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
90ea8491f4
commit
8f3a279527
1 changed files with 2 additions and 1 deletions
|
@ -409,7 +409,8 @@
|
|||
\c ;Register the DLL on reboot
|
||||
\c
|
||||
\c !ifndef UPGRADEDLL_NOREGISTER
|
||||
\c WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\RunOnce" "Register ${DESTFILE}" '"$SYSDIR\rundll32.exe" "${DESTFILE},DllRegisterServer"'
|
||||
\c WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\RunOnce" \
|
||||
\c "Register ${DESTFILE}" '"$SYSDIR\rundll32.exe" "${DESTFILE},DllRegisterServer"'
|
||||
\c !endif
|
||||
\c
|
||||
\c Goto "done_${LOCALFILE}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue