PDA

View Full Version : donetfx.exe silent install?



ricaurtem
12-05-2007, 09:05 PM
I use donetfx.exe with arguments /q:a /c:\"install /l /q\"" in silent install

in ams7 is:

result = File.Run("Windows\\dotnetfx.exe", "/q:a /c:\\\"install /l /q\\\"\"", "", SW_SHOWNORMAL, true);

but no run to silent istall

what is the problem?? please help.
what i have do it?