typos
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4879 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
c037ecfeed
commit
bc27ce462e
1 changed files with 2 additions and 2 deletions
|
@ -678,7 +678,7 @@
|
||||||
${If} ${FileExists} $R1
|
${If} ${FileExists} $R1
|
||||||
# File is in use, can't just delete.
|
# File is in use, can't just delete.
|
||||||
# Move file to another location before using Delete /REBOOTOK. This way, if
|
# Move file to another location before using Delete /REBOOTOK. This way, if
|
||||||
# the user installs a new version of the DLL, it won't be deleted affter
|
# the user installs a new version of the DLL, it won't be deleted after
|
||||||
# reboot. See bug #1097642 for more information on this.
|
# reboot. See bug #1097642 for more information on this.
|
||||||
|
|
||||||
# Try moving to $TEMP.
|
# Try moving to $TEMP.
|
||||||
|
@ -692,7 +692,7 @@
|
||||||
# for example.
|
# for example.
|
||||||
Delete $R0
|
Delete $R0
|
||||||
|
|
||||||
# Try moving to directory containg the file.
|
# Try moving to directory containing the file.
|
||||||
${GetParent} $R1 $R0
|
${GetParent} $R1 $R0
|
||||||
GetTempFileName $R0 $R0
|
GetTempFileName $R0 $R0
|
||||||
Delete $R0
|
Delete $R0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue