Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Visual Studio Package Wizard question 2

Status
Not open for further replies.

ZuperDuper

Programmer
Jun 4, 2004
39
US
I have an application that I have written on XP machine, it uses Access 2000 and Crystal reports.
I am trying to make an installation package that that will work. Right now I have a package that does not install properly. The installation screen tells me that some of the dependencies are out of date. Asks me if I want to fix it, and restarts the computer - that does not work. The installer helps me not. Does not tell me what dependencies are bad.

Question is where should I begin to look for?
If I try to copy all of the .dll's manually and register them, then run the prog, I get a "'Run Time Error '91'' - Object Variable or With block Variable not set." - WTF?!
I looked it up and its a Visio related error!

Can anyone please help me out? Or link me to the usefull info.
Thanks in advance!

You should never underestimate the predictability of stupidity.
 
Oh, yeah I forgot one thing - I need it to work on 2000 and XP Machines.

You should never underestimate the predictability of stupidity.
 

The simple answer to this is to take your code and compile it on a 2k machine and then package it from there, other wise you will have to try to update the 2k OS with all the latest and greatest SP's.

Good Luck

BTW have you read FAQ222-2244 yet?

 
If you are using the Package and Deployment Wizard take a look at my post in thread222-445231.

zemp
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top