i've managed to glean from microsoft.com and from http://unattended.sourceforge.net/installers.html which says you can silently install Net Framework with the following Run dotnetfx.exe /q /c:"install /q" to perform a silent installation. my concern is that i'm using RunOnce
Ex:
REG ADD %KEY%\026 /V 1 /D "%systemdrive%\Install\dotnetfw.exe /q /c:"install /q" /f
i know i have to put in "and / somewhere but don't know where...help!
Thankx