Re: VB 6.0 Package making
Moved to Application Deployment
Re: VB 6.0 Package making
also i need to know how to add the DB's driver with the package.
Re: VB 6.0 Package making
Try Inno Setup combined with **********. The reasons why your package only runs in XP are explained here Installation Problems
What DB driver are you referring too?
I believe in PDW you can't run a process that PDW wasn't programmed to run and you would need to work over the source code to get it to work the way you want. But then again you would then have two projects...
Re: VB 6.0 Package making
Quote:
Originally Posted by mattal
also i need to know how to add the DB's driver with the package.
You dont as the PD Wiz detects your references and includes MDAC for you.
What errors do you get on the systems that the package doesnt run?
Re: VB 6.0 Package making
Quote:
Originally Posted by RobDog888
You dont as the PD Wiz detects your references and includes MDAC for you.
Yes, But that won't help totally if he is setting up for mySQL or other DB's that need the client installed.
Re: VB 6.0 Package making
Good point, but he states its Access 97.
Re: VB 6.0 Package making
Of course if he is using Access 97 he need to install MDAC 2.0 and the Jet SP's
Re: VB 6.0 Package making
thnkz to u all to giving me all the information,
this is a common problem of VB. those who know Inno Setup very well, can give a tutorial with image guideline. it will help all of us(begginers).
thnkz again.
Re: VB 6.0 Package making
Your tutorial will be **********. It will sho you that needs to be done.
Re: VB 6.0 Package making
how to create a .pjt file for Inno Script??
Re: VB 6.0 Package making
File->New
The manual does come in handy..;)