|
-
Nov 2nd, 2007, 07:49 AM
#1
Thread Starter
Addicted Member
[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?
-
Nov 2nd, 2007, 08:21 AM
#2
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?
-
Nov 2nd, 2007, 08:39 AM
#3
Thread Starter
Addicted Member
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.
-
Nov 2nd, 2007, 03:29 PM
#4
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.
-
Nov 2nd, 2007, 08:02 PM
#5
Thread Starter
Addicted Member
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.
-
Nov 2nd, 2007, 11:24 PM
#6
Re: [2003] Packaging Software in Windows Forms
You have to create an installation package for VB. That is final...
Please read Installation Problems
-
Nov 3rd, 2007, 04:11 AM
#7
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 Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API 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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|