![]() |
#1 |
Junior Member
Join Date: Feb 2011
Posts: 2
|
ExecWait Application Parameters Lowercase & Uppercase
Wow that was a hell of a title.
Anyways the problem I'm having is as following. (code) code: With the very last parameter, being a password. The password has a mixture of lowercase and uppercase characters and as far as I have been able to figure out so far it's to do with not picking up the upper/lower case. I tested this on username and it would only show up in lowercase. Any ideas? I've tried pre-defined variables. |
![]() |
![]() |
![]() |
#2 |
Moderator
Join Date: Jun 2002
Location: ${NSISDIR}
Posts: 5,333
|
Do you really think NSIS is changing the case? Without checking the source, I would guess that NSIS passes the string directly to CreateProcess() without even looking at it.
PHP Code:
IntOp $PostCount $PostCount + 1 |
![]() |
![]() |
![]() |
#3 | |
Junior Member
Join Date: Feb 2011
Posts: 2
|
I tried to PM you the code..
Quote:
|
|
![]() |
![]() |
![]() |
#4 |
Major Dude
Join Date: Oct 2006
Posts: 1,892
|
You can use pastebin.
|
![]() |
![]() |
![]() |
|
Thread Tools | Search this Thread |
Display Modes | |
|
|