Hello..
I am trying to automate the vCenter 5 installation, but the required .NET Framework 3.5 SP1 is a bit problematic. As if its not installed, the installer pops up in middle of the installation. Anyways.. while digging around with it, I noticed that the vCenter executable has such installation variable
"/EXTN_FILE_PATH=[CIMMONITOR_EXTN_DIR]VMInstallDotNet[NSISFLAGS]"
Could this be something to pass the installation flags to .NET installer
"start /wait E:\VIM\redist\dotnet\dotnetfx35.exe /q:a /c:"setup.exe /q /norestart" /norestart"
-k-