Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Mindfusion ActiveX Pro Version redistribution (Read 3914 times)
lochiano
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 3
Joined: Oct 2nd, 2013
Mindfusion ActiveX Pro Version redistribution
Nov 16th, 2013 at 8:52pm
Print Post  
We have a pro version of your ActiveX diagram software.

We are beginning to add support for this library into our current application installer, and want to double check the files that we need to distribute and their registration. We do not intend to distribute any of the 'extra' components such as the Visio import/export.

The pro version bin directory contains the following dll files:

flowchartx32.dll -- assume this is appropriate for either a 32 or 64 bit operating system.
flowchartx64.dll -- assume this is appropriate for a 64 bit operating system.
JCSharCode.SharpZipLib.dll
MindFusion.Installer.dll

In addition there is a MiindFusion.Installer.Install state file.

So, do we need to upgrade our installer with all of these dlls, and are they self-registering? We have absolutely no issue with determining the OS version if we need to install either the 32 bit or 64 bit libraries. We also do not have any isses with using an external regsvr command.

Our OS targets are Vista and Windows 7 and our application is C++ based.

Respectfully,
Mark Lo Chiano
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Mindfusion ActiveX Pro Version redistribution
Reply #1 - Nov 18th, 2013 at 9:18am
Print Post  
You do not need to include the zip and installer dll files, they are used only to run some custom actions from our setup.

As for the flowchart.dll libraries, it depend on whether your executable is 32 or 64-bit. If your .exe file always runs as a 32-bit process, you need to add only flowchartx32.dll to your installer. If you install both 32 and 64 bit versions of the application, add both flowchartx* libraries to the installer package.

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint