cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
jrahma
Level 6

Install .NET 3.5 in silent mode

I want to know how can I add the .NET 3.5 into my IS 2008 project to be installed in slient mode without prompting the user and without showing the .NET dialogs so all will be within my IS dialogs and progress?
Labels (1)
0 Kudos
(2) Replies
AshishBhatt
Level 3

you can use like

dotnetfx.exe /q for silent installation,as follow

LaunchAppAndWait("dotnetfx.exe","/q",LAAW_OPTION_HIDDEN);
0 Kudos
jrahma
Level 6

I want to know how can I refer to the INSTALLDIR in the SQL Script?

I have CREATE DATABASE and I want to the MDF file location to be:

INSTALLDIR\Data
0 Kudos