InstallButtonText in Languagefile?
Hello!
I'm new in NIS Edit and I want to know, how to integrate the InstallbuttonText-String( that i've declared in my script)into a languagefile(*.nlf). I can't find out the right syntax.
Another Question:
I use GetDLLVersion to get the version of an exe-File an save it in "$R2.$R3.$R4.$R5"( see below). Now I want to show that number in the outfile. How can I solve that? Syntax?
GetDllVersion "...exe-file..." $R0 $R1
IntOp $R2 $R0 / 0x00010000
IntOp $R3 $R0 & 0x0000FFFF
IntOp $R4 $R1 / 0x00010000
IntOp $R5 $R1 & 0x0000FFFF
Thanx.