c# - Is there third party package tool with .NET4 support? -
i got c# program based on .net4 environment. want make installer ship .net4 environment user won't bother install .net4 indepently. there third party package tool available?
you can use inno setup install .net framework.
there example script in below website.
Comments
Post a Comment