cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Drop_s
Level 3

Question about .Net Framework 4.0

Hi all!
I have a problem. In prerequisites I have .Net Framework 4.0 Full and I need install it in silent mode. I read documentation about Framework. Commands for installation in silent mode is /q /norestart. In properties Framework prerequisite this command is present, but it install only with UI. If I tried manual installation - it works properly. Is it problem in InstallShield? 😞 Thanks.
Labels (1)
0 Kudos
(2) Replies
Shuttledude
Level 7

Try this:

Click "Redistributables"

Right-click "Microsoft .Net Framework 4.0 Full"

Select "Edit Prerequisite"

Click on the "Application to Run" tab

Enter this string in the edit box for "Specify the command line for the application when the setup is running in silent mode" AND in the edit box for "Specify the command line for the application":

/q /norestart /chainingPackage ADMINDEPLOYMENT


This works for me.
0 Kudos
Drop_s
Level 3

Thanks Shuttledude!
Silent instalation works and without parameter /chainingPackage ADMINDEPLOYMENT. But during installation present progress window (Windows 2008 R2 64 bit). It's problem for me 😞
0 Kudos