Installation dependency errors

thyscorpion

New member
Joined
Feb 21, 2008
Messages
3
Programming Experience
1-3
Hi,
I might not be placing this query at the right place.

But i am having a problem packaging my vb.net application into a windows installer.

My vb.net [3.5 fw] uses windows media player component + shockwave component. Now when i select a new project and go to setup wizard.. it gievs me

the following error/warning:
"the following files may have dependencies that cannot be determined automatically. Please confirm that all dependencies have been added to the project.
c\program files\common files\adobe\acrobat\activex\acropdf.dll
c:\program files\common files\microsoft shared\modi\12.0\mdivwctl.dll
c:\winnt\system32\macromed\flash\flash8.ocx
c:\winnt\system\wmp.dll
"
I am using VB.NET in visual Studio 2008 with 3.5 FW.

Please guide me how to resolve the dependency problems in my application's installer...
 
Back
Top