Suppress "Installation completed" from .Net Framework 1.1 install.

  • Thread starter Thread starter Sebastien
  • Start date Start date
S

Sebastien

Hey All!

I have using the installation of .Net Framework 1.1
withing my install of my company software. I just want to
know if there is a way to suppress the "Installation is
completed" dialog box from .Net Framework 1.1 install. I
tried to do a Silent install, but I want to keep the EULA
there. I just want to get rid of the last dialog box
saying: "Installation of .Net Framework 1.1 is completed".
Is there a way to do this?

Thanks a lot!
 
Sebastien said:
Hey All!

I have using the installation of .Net Framework 1.1
withing my install of my company software. I just want to
know if there is a way to suppress the "Installation is
completed" dialog box from .Net Framework 1.1 install. I
tried to do a Silent install, but I want to keep the EULA
there. I just want to get rid of the last dialog box
saying: "Installation of .Net Framework 1.1 is completed".
Is there a way to do this?

Thanks a lot!

See <http://msdn.microsoft.com/library/en-us/dnnetdep/html/dotnetfxref.asp>.

I use:

dotnetfx.exe /q /c:"install /q"

Cheers!

- Pat
http://unattended.sourceforge.net/
 
Back
Top