Hi, I m packaging dotnet framework 4.0 the setup extracts 2 msi as netfx_Core_x64.msi and netfx_Extended_x64.msi
can nybody help on how to repackage this kind of application
0 Comments
[ + ] Show comments
Answers (2)
Please log in to answer
Posted by:
Rvlieburg
11 years ago
Posted by:
rileyz
11 years ago
Dont use the MSI's, it does work and installs but you will have issues down the line. I had it installing with two msi's and we had .net issues with programs. Uinstalled and reinstalled with the exe and it worked fine. This was reproduced on another clean machine. Never got the bottom of it, we just used the exe's.
If you really want to do it that way, look here:
http://www.itninja.com/software/microsoft/net-framework/4-2284
ps. have a look in deployment tips next time, a lot of this has already been documented (: