Results 1 to 7 of 7

Thread: [2003] Packaging Software in Windows Forms

  1. #1

    Thread Starter
    Addicted Member mday2792's Avatar
    Join Date
    Dec 2006
    Posts
    145

    [2003] Packaging Software in Windows Forms

    I have third party software that I am using in my vb.net application. I currently have this software installed on my computer. Another user that doesn't have the third party software installed will be using my application.

    How do I 'package' the software in my project so the user can use my application without having to install the software on the user's PC?

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

    Re: [2003] Packaging Software in Windows Forms

    Moved to Applications Deployment

    What does this third party software consist of?

    What are you using for your installation and setup packaging?

  3. #3

    Thread Starter
    Addicted Member mday2792's Avatar
    Join Date
    Dec 2006
    Posts
    145

    Re: [2003] Packaging Software in Windows Forms

    The third party software is being used to combine a bunch of PDF files into one PDF.

    We are building an .exe and copying it to the network. The user does not install it.
    Last edited by mday2792; Nov 2nd, 2007 at 12:14 PM.

  4. #4
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: [2003] Packaging Software in Windows Forms

    First do you have a license that allows you to re-distribute the third party software?

    If so, then you need to include the dependencies for that software if you used them in your VB app. If it is a third party software package outside of VB then you need to deploy then installation of the software on the target computer.

  5. #5

    Thread Starter
    Addicted Member mday2792's Avatar
    Join Date
    Dec 2006
    Posts
    145

    Question Re: [2003] Packaging Software in Windows Forms

    So I would not be able build the .exe with the third party reference in it somehow and just through the .exe on the user's computer?

    Can someone give step by step instructions on this? Thanks.

  6. #6
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: [2003] Packaging Software in Windows Forms

    You have to create an installation package for VB. That is final...

    Please read Installation Problems

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

    Re: [2003] Packaging Software in Windows Forms

    You need to check the end user license for the third party program to see if you have rights to redistribute it.
    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

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