I want run some exe file during the installation of my package...how?
can i install dotnet framework with my package?
thanks in adv....
anand
Printable View
I want run some exe file during the installation of my package...how?
can i install dotnet framework with my package?
thanks in adv....
anand
You need to add a condition to your proj which checks for the presence of .Net Framework . Read more in the Help File .