Results 1 to 12 of 12

Thread: How to use a dep file with P&D Wizard

  1. #1

    Thread Starter
    Hyperactive Member divined's Avatar
    Join Date
    Aug 2004
    Location
    Thessaloniki, Greece
    Posts
    447

    How to use a dep file with P&D Wizard

    Hello everybody

    I`m trying to use the MS Package & Deployment wizard for an application I`ve built. It cannot find dependency information for two dlls. The fact is that I have the dep files for these dll`s. Can I use these dep files to remedy the problem?
    SteadFast!

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: How to use a dep file with P&D Wizard

    Moved.

  3. #3

    Thread Starter
    Hyperactive Member divined's Avatar
    Join Date
    Aug 2004
    Location
    Thessaloniki, Greece
    Posts
    447

    Re: How to use a dep file with P&D Wizard

    Sorry hack

    Must have been a bit hasty and I misplaced the post.
    SteadFast!

  4. #4
    Addicted Member
    Join Date
    Jan 2001
    Location
    MPLS
    Posts
    187

    Re: How to use a dep file with P&D Wizard

    Yes you should be able to, place the .dep file in the same directory as the .dll and PDW should find it.

  5. #5

    Thread Starter
    Hyperactive Member divined's Avatar
    Join Date
    Aug 2004
    Location
    Thessaloniki, Greece
    Posts
    447

    Re: How to use a dep file with P&D Wizard

    The dll`s are in System32 system directory. Is it safe to copy the dep files there?
    SteadFast!

  6. #6
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: How to use a dep file with P&D Wizard

    Quote Originally Posted by divined
    The dll`s are in System32 system directory. Is it safe to copy the dep files there?
    It may be safe, but do you want to place files in that folder that really aren't system files?

    Also, I don't know who your target audience is, but many of our clients have workstation OS setups which prevent any type of use of the System and System32 folders.

  7. #7
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: How to use a dep file with P&D Wizard

    I trust Inno Setup and Inno Script to find the things that MS might have missed.
    See the links at www.***********

  8. #8

    Thread Starter
    Hyperactive Member divined's Avatar
    Join Date
    Aug 2004
    Location
    Thessaloniki, Greece
    Posts
    447

    Re: How to use a dep file with P&D Wizard

    After more careful consideration the files I need to copy are in the /Program Files/Common Files/ directory. So I only need copy them in that directory. The problem is that Crystal Reports is so modular that even ********** has a hard time.
    SteadFast!

  9. #9
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: How to use a dep file with P&D Wizard

    You dont need to switch to another packager when its not necessary. The dependancy files that are missing are both Crystal Reports files?
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  10. #10

    Thread Starter
    Hyperactive Member divined's Avatar
    Join Date
    Aug 2004
    Location
    Thessaloniki, Greece
    Posts
    447

    Re: How to use a dep file with P&D Wizard

    yes. They are both Crystal Report files. Does that make a difference?


    The fact is that I`ve integrated pretty much all of the files that BusinessObjects states are required. Nonetheless, the executable crashes on the distribution machine but works fine on the one where Crystal Reports 10 has been fully installed. I was hoping those dep files could help!!!
    Last edited by divined; Sep 25th, 2005 at 06:07 AM.
    SteadFast!

  11. #11
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: How to use a dep file with P&D Wizard

    Either your missing something else related to your programs dependancies or something related to CR dependancies.
    In the CR Runtime.hlp help file it will show you exactly which dlls, ocx, etc are required for each and every CR control, function, and method.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  12. #12

    Thread Starter
    Hyperactive Member divined's Avatar
    Join Date
    Aug 2004
    Location
    Thessaloniki, Greece
    Posts
    447

    Re: How to use a dep file with P&D Wizard

    Eventually, I decided to use Crystal Reports 10 merge modules and Microsoft Visual Studio Installer 1.1. It worked flawlessly now! I don`t know if ********** can handle merge modules so that I could use that package which I`m more familiar with.
    SteadFast!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width