missing comma
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4383 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
53822ab424
commit
3ea0e3206b
1 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@ Note that you can only compile scripts using this system on Windows systems. It
|
|||
|
||||
The InstallLib macro allows you to install a library. It sets the error flag if something went wrong during library setup.
|
||||
|
||||
To ask the user for a reboot if required, use the Modern UI with a Finish page or use \R{ifrebootflag}{IfRebootFlag} and make your own page or message box.
|
||||
To ask the user for a reboot, if required, use the Modern UI with a Finish page or use \R{ifrebootflag}{IfRebootFlag} and make your own page or message box.
|
||||
|
||||
\S1{} Parameters
|
||||
|
||||
|
@ -232,7 +232,7 @@ The correct version of the following files should be stored in your script folde
|
|||
|
||||
A \W{http://support.microsoft.com/default.aspx?scid=kb;en-us;290887}{Microsoft article} that explains how to obtain these files is available.
|
||||
|
||||
To ask the user for a reboot if required, use the Modern UI with a Finish page or use \R{ifrebootflag}{IfRebootFlag} and make your own page or message box.
|
||||
To ask the user for a reboot, if required, use the Modern UI with a Finish page or use \R{ifrebootflag}{IfRebootFlag} and make your own page or message box.
|
||||
|
||||
\c !include Library.nsh
|
||||
\c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue