cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
lansing_li
Level 2

.net3.0 silent install

Hi friends,
I want to bulid a MSI project to silent install .net3.0, but using command line /q:a /c:"install /l /q" not able to do.
Please help me, thanks
Labels (1)
0 Kudos
(1) Reply
hidenori
Level 17

Are you talking about the command line options of dotnetfx3.exe? If so, I think that you just need to do:

dotnetfx3.exe /q
0 Kudos