Monday, March 05, 2007

.Net Framework Unattended Install

Automation for Citrix deployments is pretty much old hat at this point, but the 64-bit version is another story. One of the annoying things is that Citrix still uses the 32-bit version of .Net Framework which, of course, is not installed with Windows Server 2003, 64-bit edition.

Why would anyone need .Net 1.1 when 2.0 and 3.0 are available, right? Right.

What's an enterprising administrator to do?

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

Hat tip to Aaron Stebner.