[RESOLVED] VB6 - How to deploy MSHFlexgrid?
I've just added some MSHFlexgrid controls to my application. I'm already deploying regular MSFlexgrid but what files should I include for MSHFlexgrid?
I see these in my System32 folder:
Code:
MSHFGES.DLL
MSHFLXGD.DEP
MSHFLXGD.oca
MSHFLXGD.OCX
MSHFLXGD.SRG
It would be very helpful if someone is already deploying this control and knows what files should I add to the package and what flags should be used with these files (RestartReplace, Sharedfile, etc..).
Thanks.
Re: VB6 - How to deploy MSHFlexgrid?
Found it, with INNO SETUP it is..
Code:
;Microsoft MSHFlexGrid Control
Source: redist\MSHFGES.DLL; DestDir: {sys}; Flags: sharedfile
Source: redist\MSHFLXGD.OCX; DestDir: {sys}; Flags: regserver restartreplace sharedfile