Click to See Complete Forum and Search --> : [2003] Packaging Software in Windows Forms
mday2792
Nov 2nd, 2007, 07:49 AM
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?
Hack
Nov 2nd, 2007, 08:21 AM
Moved to Applications Deployment
What does this third party software consist of?
What are you using for your installation and setup packaging?
mday2792
Nov 2nd, 2007, 08:39 AM
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.
randem
Nov 2nd, 2007, 03:29 PM
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.
mday2792
Nov 2nd, 2007, 08:02 PM
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.
randem
Nov 2nd, 2007, 11:24 PM
You have to create an installation package for VB. That is final...
Please read Installation Problems (http://www.***********/installerproblems.html)
RobDog888
Nov 3rd, 2007, 04:11 AM
You need to check the end user license for the third party program to see if you have rights to redistribute it.
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.