/build/static/layout/Breadcrumb_cap_w.png

Packaging dotnet framework 4.0 the setup extracts 2 msi as netfx_Core_x64.msi and netfx_Extended_x64.msi

Can anybody help on how to repackage this kind of application?


0 Comments   [ + ] Show comments

Answers (1)

Posted by: msalsbury 11 years ago
Second Degree Blue Belt
4

You can silently install the .NET 4.0 Framework using a command line like this:

 dotNetFx40_Full_x86_x64.exe /q /norestart

(If your installer executable has a different name, modify the part before the first "/" to match its name.)

If you can't use the silent installation command (in other words, you need to use the MSI itself), the silent installation commands to install it would be:

 msiexec /i netfx_Core_x64.msi /quiet /norestart
msiexec /i netfx_Extended_x64.msi /quiet /norestart

If you need to adjust how these are installed, you'll need a repackaging tool (such as Flexera AdminStudio, Symantec Wise Package Studio, Dell/Quest/ScriptLogic MSI Studio, InstEd, or the free Microsoft Orca) to create a transform file (MST) that modifies the way the MSI installs.

Hopefully this helps you.

 

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ