NewsArchive
06-08-2007, 02:50 AM
Hi
I'm working on a tiny application needing .Net 2.0 framework, so I add it as
a Core PreRequisite. This makes my installer grow to about 23 MB, evidently
the complete .Net installer is packaged with my app.
Probably a great share of my users already has the framework, and so have
downloaded about 22,5 MB of unnessecary data.
Is it possible, as an alternative to always shipping the framework, to build
a SetupBuilder project that checks for framework-installation, and only if
the required framework is missing, lets the user download and install it?
Best regards
Kasper
I'm working on a tiny application needing .Net 2.0 framework, so I add it as
a Core PreRequisite. This makes my installer grow to about 23 MB, evidently
the complete .Net installer is packaged with my app.
Probably a great share of my users already has the framework, and so have
downloaded about 22,5 MB of unnessecary data.
Is it possible, as an alternative to always shipping the framework, to build
a SetupBuilder project that checks for framework-installation, and only if
the required framework is missing, lets the user download and install it?
Best regards
Kasper