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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Visual Basic Application cannot be installed in XP.

Status
Not open for further replies.

mgm1380

Programmer
Joined
Jun 20, 2002
Messages
4
Location
PH
We have been using the Package Deployment Wizard to packed our package written in Visual Basic 6.0. We have tried to install it in a Windows 98 environment and it works, unfortunately, when we tried intalling it in a Windows XP environment but several errors have occured. We would appreciate any comments or suggestions that you could provide us.

Path access error 75 and other Runtime Errors
 
Windows 9x has virtually no built-in security.
Windows NT/2000/XP are all based on the NT code base which does. By default, normal user accounts do not have the required security level to install software.

Try installing your application when logged in as the Administrator. If you need your staff to be able to install software add them to the Power Users group.

Does this help?
 
The package & deployment wizzard also likes to install shlwapi.dll and other goodies. XP is not pleased. Try using the new Installer instead. You can download it from M$ if you have a legal VB serial nr. It creates *.MSI files instead of *.EXE installers.
 
To Norris68,
We've already tried logging in as Administrator and we we're able to install the software, unfortunately, the system does not work, a lot of run-time errors appear. Any more suggestions please? By the way, thank you very much for the info. We really appreciate it. =)
 
To MicktheBelgian,
I'll try downloading the software later and see if it will work. Thanks a lot. =)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top