Silent install of .Net Framework 1.1

  • Thread starter Thread starter TheNortonZ
  • Start date Start date
T

TheNortonZ

We have created an install with Wise Installation. During this process it
installs the .Net Framework v1.1 if it is not already on the machine.

We see that the user has to select 'I agree' in the licensing agreement and
then 'ok' after the framework is installed.

Is there a command line way of installing this without the user having to
answer questions?

Thanks.

STom
 
If I do dotnetfx /q:a from the command line, it still asks me to agree to
the license.

Any other options I need to choose?
 
Back
Top