-
setup creation error
Sir,
Visual basic 6. . sp6
crystal report 8.5
windows xp sp3
1. I am having a problem at the time for setup creation by package and deployment tool for visual studio 6
I am getting a list of missing files... the files are below :
crtslv.dll
crystla
exportmodeller.dll
p2bbde.dll
u25store.dll
u25total.dll
u2lbar.dll
Sir, what are these dlls and where to copy (which location in windows) these dlls after getting them.
2. one more thing which I generally get... if I am successful in creating a setup. On installation I get error that crpaig80 missing or crpaig 32 missing to resolve that I have to Install crystal report on it.
Thanks and Regards
Neeraj
-
Re: setup creation error
Moved To Application Deployment
-
Re: setup creation error
-
Re: setup creation error
Hi,
You will need to download those files and possibly place them in the "System32" directory or equivalent on other Windows operating systems. Also, you will need to include those files in you setup package for your application otherwise other users may not be able to run your program.
-
Re: setup creation error
Thank U sir,
My prob. abt. there files resolved. Actually there was some prob. with crystal report installation I reinstalled CR and now prob. abt. these files have gone.
Now on running a report I am getting an error "can not find database dll". When I install crystal reports on the machine the problem resolves. So Please guide me how to create setup through Package and Development so that there is no need to install crystal reports.
Thanks
Neeraj
-
Re: setup creation error
Here is the link to the VB6.0 P&D Setup instruction I posted in the FAQ:
http://www.vbforums.com/showpost.php...1&postcount=26
I hope that helps!
-
Re: setup creation error
Thank U Sir,
I followed the link and tried to do as mentioned by I could not manage to run crystal reports. Sir pl. tell me on which stage which files .dll/.ocx or otheres to be taken care.
And how to include the subfolders and be placed on right place.
regards
-
Re: setup creation error
I'm not sure! Try copying to the files to the windows directory then in the P&D Wizards browse to the windows directory (or where ever the files are) then add the needed ocx, dlls, etc to the setup.
-
Re: setup creation error
Sir,
Then how to include the subfolders in the application i.e. Reports folder in the application folder which is to be placed on same place in the installation (i.e. programfiles/app/reports). How to do that .
Regards
-
Re: setup creation error
On the screen "Start Menu Items" when your using the wizard select the application folder then New Item. This will allow you to create short-cuts inside the menu. Click "ok" then "Next >" on the "Install Locations" screen (depending on how many files you added to the project at the "Included Files" screen) you should be able to select which folder you want to install each program to.
The main exe usually has a default install of app.path but you can change it via the drop down list.
-
Re: setup creation error
Sir,
Visual basic 6. . sp6
crystal report 8.5
windows xp sp3
1. I am having a problem at the time for setup creation by package and deployment tool for visual studio 6
I am getting a list of missing files... the files are below :
crtslv.dll
crystla
exportmodeller.dll
p2bbde.dll
u25store.dll
u25total.dll
u2lbar.dll
Sir, what are these dlls and where to copy (which location in windows) these dlls after getting them.
2. one more thing which I generally get... if I am successful in creating a setup. On installation I get error that crpaig80 missing or crpaig 32 missing to resolve that I have to Install crystal report on it.
Thanks and Regards
syn71992003