Package and Deployment problem

Dear Guys,
I am a new VB Programmer. I have developed a saimple database application using some activeX controls. Now I want to distribute my application to some of clients or friends who don't have Visual Basic or other activeX control files are not installed. So I went through Package and Deployment tool and Build a setup file for installation. I am using Windows Xp platform to package the application. Now when I run the setup file on my friends computer on which windows 98 is installed it doesn't. I says "Some of the files on your system are outdated. You need to restart to update the files. Do you want to restart the computer now." As many times I restart the computer I get the same message by which I couldn't install the application. You guys pls tell me what's wrong with my packaged setup file?.

Always there 2 learn,
Kabindra Bakey

[875 byte] By [Kebians] at [2007-12-17]
# 1
I had that kind of problem before. It was because the computer which I was trying to install didn't finish up the installing the Service Pack 2 update. And for some reason package tool was trying to make sure everything was finished updating. Since the computer had some other problem during the service pack installation it could not finish updating. But it worked in other computer. You might want to check installing in another computer, to make sure its not related to one computer you are installing.

Just a thought. Hope it helps.

- kumar

skumar at 2007-10-6 > top of Msdn Tech,Visual Studio Express Editions,Visual Basic 2005 Express Edition...
# 2
Hye guys,

I tried with another computer. It worked fine. But I want to make the installation file 2 run in all OS whether SP are installed or not..

So what should I do for it...

Kebians at 2007-10-6 > top of Msdn Tech,Visual Studio Express Editions,Visual Basic 2005 Express Edition...
# 3
That system will not have or older version of the runtime files for Windows Installer or MSI package. You must have to install latest Windows Installer and MSI in that system which you want to install your .net application
loganX at 2007-10-6 > top of Msdn Tech,Visual Studio Express Editions,Visual Basic 2005 Express Edition...
# 4
Hye Guys,

That means I cannot package applications I developed in Windows Xp and install (Deploy) it to the system having win2000 prof or win98 Se. So in order to have deployment in such OSs I have 2 package my application once more in win98Se or win2000Prof. Am I right?

Always Ready 2 Learn
Kabindra Bakey

Kebians at 2007-10-6 > top of Msdn Tech,Visual Studio Express Editions,Visual Basic 2005 Express Edition...
# 5
Please clarify - are you talking about the Package and Deployment Wizard in Visual Basic 6, Setup and Deployment projects in Visual Studio 2005, or ClickOnce deployment in Visual Basic Express?

Steve Hoag

shoagMSFT at 2007-10-6 > top of Msdn Tech,Visual Studio Express Editions,Visual Basic 2005 Express Edition...
# 6
Yes I am talking about the Package and Deployment wizard available in Visual Basic 6.0
Kebians at 2007-10-6 > top of Msdn Tech,Visual Studio Express Editions,Visual Basic 2005 Express Edition...
# 7

Sorry, this forum is for posts related to the Visual Basic 2005 Express Edition. For Visual Basic 6.0 questions you should post in the Microsoft newsgroups: http://msdn.microsoft.com/newsgroups/topic.aspx?url=/MSDN-FILES/028/201/012/topic.xml

Steve Hoag

shoagMSFT at 2007-10-6 > top of Msdn Tech,Visual Studio Express Editions,Visual Basic 2005 Express Edition...