SavageMessiah
02-13-2004, 05:02 PM
I have created a VB app and created a deployment package.But when I start the installation a error appear and tell me "Setup cannot continue because some system files are out of date on your system.Click ok if you would like setup to update these files for you now" And if i click ok, i restart and when i start the installation again the same error appear. I dont know why i have this error, HELP ME PLEASE!!!!!!!!!!
I use ado connection with msacces and the file msado20.tlb
ashutosh9910
02-13-2004, 11:38 PM
I have created a VB app and created a deployment package.But when I start the installation a error appear and tell me "Setup cannot continue because some system files are out of date on your system.Click ok if you would like setup to update these files for you now" And if i click ok, i restart and when i start the installation again the same error appear. I dont know why i have this error, HELP ME PLEASE!!!!!!!!!!
I use ado connection with msacces and the file msado20.tlb
Which installer are you using if you are using the Package & Deployment Wizard that came with VB, then i would sugest you to use INNO Setup rather than this one as it has a lot of bugs in it.
SavageMessiah
02-14-2004, 01:31 AM
thx ashutosh9910
Inno is much better!! Thx for the hint!