PDA

View Full Version : looking for Dependency Module for crystalReport v10


cdcase
09-29-2007, 02:54 PM
hi all

on VB.net2003 or 2005 setup wizard we use The MergeModule for crystalReport v10
(Dependency Module for crystalReport v10 on setup factory)
so i'm looking for Dependency Module for crystalReport v10
regards

Winsteps
09-30-2007, 04:55 PM
Until a dependency module emerges, simply include all the necessary dll's etc. in your Set-Up file list.
My users' computers sometimes have dll's missing that are not specified in the standard dependency modules, so now I specify all necessary dll's explicitly.
If you want to find out which dll's etc. are required, profile your software with "depends.exe" and it will show a list of all the dll's etc. that are accessed.

cdcase
10-02-2007, 06:03 AM
Until a dependency module emerges, simply include all the necessary dll's etc. in your Set-Up file list.
My users' computers sometimes have dll's missing that are not specified in the standard dependency modules, so now I specify all necessary dll's explicitly.
If you want to find out which dll's etc. are required, profile your software with "depends.exe" and it will show a list of all the dll's etc. that are accessed.

thanks you Winsteps
i will wait for a dependency module
becouse i don't know where i'll put or Reg. my dll's on the system
thanks for replay