From 7efaadfcff0404377862e370d41de6ba3d0a2c08 Mon Sep 17 00:00:00 2001 From: joostverburg Date: Mon, 26 May 2003 19:45:24 +0000 Subject: [PATCH] UpgradeDLL - register DLL on reboot fixed git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2581 212acab6-be3b-0410-9dea-997c60f758d6 --- Docs/src/usefulfunc.but | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/src/usefulfunc.but b/Docs/src/usefulfunc.but index d9bacd77..1599b9a1 100644 --- a/Docs/src/usefulfunc.but +++ b/Docs/src/usefulfunc.but @@ -486,7 +486,7 @@ \c \c !ifndef UPGRADEDLL_NOREGISTER \c WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\RunOnce" \ -\c "Register ${DESTFILE}" '"$SYSDIR\rundll32.exe" "${DESTFILE},DllRegisterServer"' +\c "Register ${DESTFILE}" '"$SYSDIR\rundll32.exe" "${DESTFILE}",DllRegisterServer' \c !endif \c \c Goto "done_${LOCALFILE}"