-
Depend on me
As part of the distribution package for my app (created through the package and deployment wizard) the activeX control mscomctl.ocx (for Windows Common Controls) is included. It's a hefty size at 1040KB. Can I happily drop this from my installation package as it is a system cotrol so machines should already have it?
cheers for any help ;)
-
Well, InnoSetup says just don't put in MSComCtl.ocx simply because of its size, and also its a system control - the best thing to do would be at the end of the setup to ask the user to download it from the MS website if they need an upgrade or anything.