commit?!
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3349 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
97480a9bac
commit
1b2abf06de
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ Section "Dummy Section" SecDummy
|
|||
StrCpy $0 "Admin"
|
||||
StrCpy "$Name" $0
|
||||
StrCpy "$Serial" "12345"
|
||||
MessageBox MB_OK "User Name: $Name$\n$\nSerial Number: $Serial"
|
||||
MessageBox MB_OK "User Name: $Name $\n$\nSerial Number: $Serial"
|
||||
|
||||
CreateDirectory $INSTDIR
|
||||
WriteUninstaller "$INSTDIR\Uninst.exe"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue