Net Framework 4.0 Unattended

|
Immagine
Il .NET Framework è la parte centrale della tecnologia .NET di Microsoft.
Potete scaricarlo qui

Microsoft .NET Framework 4 (programma di installazione autonomo)

È l'ambiente per la creazione, la distribuzione e l'esecuzione di tutti gli applicativi che supportano .NET siano essi Servizi Web o altre applicazioni.

Per avere un'installazione silent del Net Framework basterà utilizzare i seguenti switch:

/q
/norestart
e quindi basterà postporli al nome dell'eseguibile del net framework (ovviamente il file di installazione offline) in questa maniera:

dotNetFx40_Full_x86_x64.exe /q /norestart
Per chi fosse pigro o non molto ferrato al PC ho preparato un pacchetto già pronto al download

Pacchetto già pronto Net Framework 4.0 Silent

Ecco un elenco completo di tutti gli altri switch utilizzabili per un'installazione personalizzata di Net Framework 4.0

/q
Sets quiet mode.

/norestart
Prevents the Setup program from rebooting automatically. If you use this option, the chaining application has to capture the return code and handle rebooting (see Tracking .NET Framework 4).

/repair
Triggers the repair functionality

/LCID LCID

where LCID specifies a locale identifier (see supported languages)
Installs the language pack specified by LCID and forces the displayed UI to be shown in that language (unless quiet mode is set).

For the Web bootstrapper, this option chain-installs the language package from the Web.

NoteDo not use this option when you install the .NET Framework language packs.

/passive
Sets passive mode; displays the progress bar to indicate that installation is in progress, but does not display any prompts or error messages to the user. In this mode, the Setup program must handle return codes.

/showfinalerror
Sets passive mode, but displays errors if the installation is not successful. This option requires user interaction if the installation is not successful.

/promptrestart
In passive mode, if the setup program requires a reboot to complete, it prompts the user. This option requires user interaction if a reboot is required.

/CEIPConsent
Overwrites the default behavior and sends anonymous feedback to Microsoft to improve future deployment experiences. This option can be used only if the application Setup program prompts for consent and if the user grants permission to send anonymous feedback to Microsoft.

/chainingpackagePackageName
Specifies the name of the executable that is doing the chaining. This information is sent to Microsoft as anonymous feedback to help improve future deployment experiences.

0 commenti: