Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming,microsoft.public.excel.setup
external usenet poster
 
Posts: 1
Default VB Excel AddIn distributing

I have developed an add-in for excel with VB6.0.
I want to distribute this add-in. Which dll s I must be distribute.

VB package program puts this files:
ASYCFILT.DLL
COMCAT.DLL
EXCEL9.OLB
MSCOMCT2.DLL
MSO.DLL
MSSTDFMT.DLL
MSVBVM60.DLL
OLEAUT32.DLL
OLEPRO32.DLL

Must I distribute all of this files? Total size of this files 10 MB. And it
is too big.


  #2   Report Post  
Posted to microsoft.public.excel.programming,microsoft.public.excel.setup
external usenet poster
 
Posts: 47
Default VB Excel AddIn distributing

Hi

At a glance -and I may well be glancing wrong- it looks to me like the only extra file you need to distribute is
MSCOMCT2.OCX
which isn't even on the list. Strange. Anyway, open VB6 and the project, go menu Project Components, check "selected items only"
and see what they are.
--
HTH. Best wishes Harald
Excel MVP

Followup to newsgroup only please.

"Adem Bulut" skrev i melding ...
I have developed an add-in for excel with VB6.0.
I want to distribute this add-in. Which dll s I must be distribute.

VB package program puts this files:
ASYCFILT.DLL
COMCAT.DLL
EXCEL9.OLB
MSCOMCT2.DLL
MSO.DLL
MSSTDFMT.DLL
MSVBVM60.DLL
OLEAUT32.DLL
OLEPRO32.DLL

Must I distribute all of this files? Total size of this files 10 MB. And it
is too big.




  #3   Report Post  
Posted to microsoft.public.excel.programming,microsoft.public.excel.setup
external usenet poster
 
Posts: 170
Default VB Excel AddIn distributing


"Adem Bulut" wrote in message
...
I have developed an add-in for excel with VB6.0.
I want to distribute this add-in. Which dll s I must be distribute.

VB package program puts this files:
ASYCFILT.DLL
COMCAT.DLL
EXCEL9.OLB
MSCOMCT2.DLL
MSO.DLL
MSSTDFMT.DLL
MSVBVM60.DLL
OLEAUT32.DLL
OLEPRO32.DLL

Must I distribute all of this files? Total size of this files 10 MB. And

it
is too big.




Since you client already will have Excel you dont need
any of the standard Office dll's

The only ones that appear required to me are
ASYCFILT.DLL
MSCOMCT2.DLL
MSSTDFMT.DLL
MSVBVM60.DLL
OLEAUT32.DLL
OLEPRO32.DLL

These are the VB6 run time files that need to
be on any machine running a VB6 program,
the chances are they are already installed.

NOTE you should ensure you have the latest
service packs for VB6 installed (SP5 I think)
as there problems with some earlier releases.

Keith




  #4   Report Post  
Posted to microsoft.public.excel.programming,microsoft.public.excel.setup
external usenet poster
 
Posts: 2,253
Default VB Excel AddIn distributing

in addition...

you'd be violating your license agreement if you'd distribute the office
dlls :) plus without office installed it wouldnt work anyway

check homepage of support.microsoft.com for vb runtime deployment..
or this one
http://support.microsoft.com/default...n-us;vbruntime



keepITcool

< email : keepitcool chello nl (with @ and .)
< homepage: http://members.chello.nl/keepitcool


"Keith Willshaw" wrote:


"Adem Bulut" wrote in message
...
I have developed an add-in for excel with VB6.0.
I want to distribute this add-in. Which dll s I must be distribute.

VB package program puts this files:
ASYCFILT.DLL
COMCAT.DLL
EXCEL9.OLB
MSCOMCT2.DLL
MSO.DLL
MSSTDFMT.DLL
MSVBVM60.DLL
OLEAUT32.DLL
OLEPRO32.DLL

Must I distribute all of this files? Total size of this files 10 MB.

And
it
is too big.




Since you client already will have Excel you dont need
any of the standard Office dll's

The only ones that appear required to me are
ASYCFILT.DLL
MSCOMCT2.DLL
MSSTDFMT.DLL
MSVBVM60.DLL
OLEAUT32.DLL
OLEPRO32.DLL

These are the VB6 run time files that need to
be on any machine running a VB6 program,
the chances are they are already installed.

NOTE you should ensure you have the latest
service packs for VB6 installed (SP5 I think)
as there problems with some earlier releases.

Keith





Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Distributing Excel reports Jennifer Excel Discussion (Misc queries) 4 October 24th 08 07:43 PM
distributing an Excel custom button [email protected] Excel Discussion (Misc queries) 2 March 28th 07 02:12 PM
Distributing - EXcel and help file wAyne Excel Discussion (Misc queries) 1 February 21st 06 09:10 PM
Distributing Excel Spreadsheets MattVonFat Excel Discussion (Misc queries) 2 May 25th 05 08:43 PM
distributing numbers Neil Excel Discussion (Misc queries) 1 April 15th 05 06:41 PM


All times are GMT +1. The time now is 09:55 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"