Archive: can nsis....?(just 2 q)


can nsis....?(just 2 q)
hey people...just 2(if u have other, post!)
-search in the registry (search for some registry values)
-make a loop and increment a variable (yes,yes...we know what im thinkin...for(i=0;i<10;i++))


1. ReadRegStr...
2. IntOp


Maybe this can help you to search values in registry (HKCU and HKLM only).


Use LogicLib to do loops (like in C)
LogicLib.nsh us in the Include folder.

-Stu