Deployment Problem

  • Thread starter Thread starter DBM
  • Start date Start date
D

DBM

I'm deploying a C# desktop application using a .Net deployment project. The
application installs fine on my development PC, but it gives the following
error when I attempt to install it on laptop that doesn't have the
development tools:

"The advertised application will not be installed because it might be
unsafe. Contact your administrator to change the installation user
interface option of the packae to basic."

I've included the .Net Framework and the Cyrstal Reports msi as part of the
deployment projectAny suggestions would be appreciated.

Thanks

Brad
 
Log in to the host with an account that has local administrator
privileges and attempt to run the installer again.

If the same error occurs, try to log into the host as the local
administrator account and run the installer.
 
Back
Top