want to add .Net 4.0 run-time
Hi i am Using NSIS for making setup, i want to add .Net 4.0 run-time , i want to write a code for this ,how to do this , waiting for the reply.
5 posts
StuSetRegView 64
ReadRegDWORD $R0 HKLM `Software\Microsoft\NET Framework Setup\NDP\v4\Full` Install
SetRegView lastused
${If} $R0 != 1
...