Errors when creating deployment package

Jay1b

Contributor
Joined
Aug 3, 2003
Messages
640
Location
Kent, Uk.
Hi

When i create a deployment package for my software i get the following errors in this order.

---------------------------------------------------------------------
The following files may have dependencies that cannot be determined automatically.
Please confirm that all dependencies have been added to the the project.

etc...........mso.dll
dataform.ocx
flexwiz.ocx
grid32.ocx
mscomm32.ocx
msdatgrd.ocx
msflxgrd.ocx
olepro32.dll
scrrun.dll

OK or HELP
---------------------------------------------------------------------
BUILD ERROR, Do you wish to continue

scrrun.dll, olepro32.dll Should be excluded as its under the Window System File Protection.
---------------------------------------------------------------------
If i click yes it creates the deployable, which works fine. However if i uninstall the program, then trying running the program THROUGH VB.Net via F5. I get the following error.
---------------------------------------------------------------------
An unhandled exception of type 'System.Runtime.InteropServices.ComException' occured in System.Windows.Forms.dll

Additional Information : Class not registered.
---------------------------------------------------------------------
If i reinstall the application, running the program via the coding (f5) works again.

What i am worried about is if when removed the installation could remove some files that are required by other programs to run.

Could somebody please enlighten me on these errors, what i am doing wrong or if to worry about them or not.

Thanks.
 
Back
Top