|
-
Jun 7th, 2006, 10:12 PM
#1
Thread Starter
Fanatic Member
Deploy VB With CR 8.5
from time to time i always use the easy way..
means everytime i need to deploy VB App..i installed the Component, dll that need in the client machine
ex: if i using ADODB 2.7x reference - i installed Office 2000
using CR 8.5 - i installed CR 8.5 and so on
of course this won't be a problem since the client machine is on area (same office)
until now..i need to deploy to other machine that i doesn't really sure what program that already installed there (Office version, CR, etc)
so how could i develop one Package setup that include file that needed to run the program without using 'the easy way'
i've been try using P&D by VB but it somehow doesn't include all file needed..
can anyone give an insight..thanks alot
-
Jun 7th, 2006, 11:51 PM
#2
Re: Deploy VB With CR 8.5
erickwidya,
Using ********** combined with Inno Setup has alway automatically given me a deployable package that supports CR 8.5. If you want to see what I mean there is a free package SVC that you can try that uses CR 8.5. Look in my signature for Free VB Source Code and go to Software Version Control.
PDW will NEVER give you a complete deployable package with CR 8.5 unless you go to the runtime.hlp file that CR has and select all the files that you need for each CR object then include them in your package.
-
Jun 8th, 2006, 01:26 AM
#3
Thread Starter
Fanatic Member
Re: Deploy VB With CR 8.5
thx randem
checking ur's sig
Using ********** combined with Inno Setup has alway automatically given me a deployable package that supports CR 8.5.
i'm absolutely new in this one but will try it ASAP..
thx
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
|