Is there a way to install the free .NET 3.5 SP1 installation without clicks?
Basically, I want our installer to also install the .NET framework and any other prerequisites, as this will require minimal user interaction, so ideally just launch, agree to the license agreement and everything else will be taken care of automatically. Is it possible? Using WiX is most likely with a bootloader or some sort.
0
Davy8
source
to share
1 answer
Try using the / quiet or / passive switch with the installer.
+1
Vincent van den berghe
source
to share