Minor example scripts and WinVer.nsh fixes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6272 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
b76e823c5c
commit
1f949ccb94
6 changed files with 23 additions and 119 deletions
|
@ -5,6 +5,9 @@ Name "nsDialogs Example"
|
|||
OutFile "nsDialogs Example.exe"
|
||||
|
||||
XPStyle on
|
||||
RequestExecutionLevel user
|
||||
|
||||
LicenseText "All the action takes place on the next page..."
|
||||
|
||||
Page license
|
||||
Page custom nsDialogsPage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue