PDA

Click to See Complete Forum and Search --> : [RESOLVED] VB6 - How to deploy MSHFlexgrid?


jcis
May 11th, 2010, 03:27 PM
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:

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.

jcis
May 14th, 2010, 01:17 AM
Found it, with INNO SETUP it is..

;Microsoft MSHFlexGrid Control
Source: redist\MSHFGES.DLL; DestDir: {sys}; Flags: sharedfile
Source: redist\MSHFLXGD.OCX; DestDir: {sys}; Flags: regserver restartreplace sharedfile