From 8f3a2795277da4c9610918a3527a0bf7562d8198 Mon Sep 17 00:00:00 2001 From: joostverburg Date: Wed, 6 Nov 2002 22:31:47 +0000 Subject: [PATCH] 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 --- Docs/src/usefulfunc.but | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Docs/src/usefulfunc.but b/Docs/src/usefulfunc.but index 7c8115e5..f3d776d1 100644 --- a/Docs/src/usefulfunc.but +++ b/Docs/src/usefulfunc.but @@ -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}"