Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP6SP5 and InnoSetup
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Divers
Thread ID:
00784885
Message ID:
00786223
Vues:
41
>>The Inno Setup 'regserver' flag should be equivalent to registering the control manually with RegSvr32. Can you successfully register the control from the command line on the target machine using RegSvr32? If not, see the 'Installation Notes' section of the bbListView help file - maybe a required file is missing on the target machine.
>
>I browsed through the news archives and found that the .PLB which accompanies the OCX need to be registered and I guess that solved the problem. Appreciate your help.
>
>Any advise for TreeView distribution?

If you're deploying a VFP 6 app you can redistribute MSCOMCTL.OCX, which contains the treeview control. In your Inno Setup script, install it as follows:
[Files]
Source: \winnt\system32\mscomctl.ocx; DestDir: {sys}; Flags: regserver sharedfile restartreplace
Rick Borup, MCSD

recursion (rE-kur'-shun) n.
  see recursion.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform