Obviously, I have not received any help on this. I have a scenario where I want to see that a user has a definite version of the .NET Framework installed on his machine. If not, I want to display a gallery section inside a section group, which the user knows is that a specific version of the .NET Framework is a condition and this app will be installed before installing. How can I go about doing something like this?
Thank you!
outfile "test.exe" Requestexecutionlevel user! Include section! NSS! Includes LogicLib.nsh page components MyCompPreCallback page Instfiles Section Group / EFU section ".NET Framework vX.Y" in the SEC_DOTNET section; File ... Section Section GroupThrough Function MyCompPreCallback StrCpy $ 0 1; TODO: Check that the .net is installed and $ 0 $ {if} $ 0 & lt; & Gt; 0! Insertmacro Unselect $ $ {SEC_DOTNET} $ {EndIf} FunctionEnd You can find the installed version of .NET and
Comments
Post a Comment