Windows Develop Bookmark and Share   
 index > ClickOnce and Setup & Deployment Projects > Error: This advertised application will not be installed because it might be unsafe.
 

Error: This advertised application will not be installed because it might be unsafe.

Hi all

I try to install a windows serviceon a windows 2003 server with an msi file (Generated in Visual studio (Setup Project)). Did it on different servers and it worked. only on one i get the message:

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

I'm administrator on the machine.

How do i set it to basic or get rid of that error? tried already to use the option: "msiexec /i <path to mai file> /qn" but it didn't install the service...


thanks for your help
Jörgen
Jörgen Ahrens  Thursday, October 01, 2009 8:46 AM
Hello Jörgen,

To set the UI level to basic, you can use the /qb parameter in the msiexec command line.

Besides, when you say you're admin on that machine, do you mean the local admin or the domain admin?

And is this package previously installed on that machine (but could be failed)?

Thanks,
Jie
MSDN Subscriber Support in Forum
If you have any feedback on our support, please contact msdnmg@microsoft.com
Please remember to mark the replies as answers if they help and unmark them if they provide no help.

If you have any feedback, please tell us.

The CodeFx Project
My Blog (in Simplified Chinese)
Wang, Jie  Thursday, October 01, 2009 10:35 AM
Hello Jörgen,

To set the UI level to basic, you can use the /qb parameter in the msiexec command line.

Besides, when you say you're admin on that machine, do you mean the local admin or the domain admin?

And is this package previously installed on that machine (but could be failed)?

Thanks,
Jie
MSDN Subscriber Support in Forum
If you have any feedback on our support, please contact msdnmg@microsoft.com
Please remember to mark the replies as answers if they help and unmark them if they provide no help.

If you have any feedback, please tell us.

The CodeFx Project
My Blog (in Simplified Chinese)
Wang, Jie  Thursday, October 01, 2009 10:35 AM

Thanks for the Tipp!! It worked with /qb.

I'm local Admin on the machine. The package installation did not fail...at least I wouldn't know about it...

Thanks
Jörgen

Jörgen Ahrens  Thursday, October 01, 2009 12:25 PM

You can use google to search for other answers

Custom Search

More Threads

• how to share a folder with read only permission
• Stopping and Starting Services
• Where exactly are the apps installed
• Running a Console application with arguments from Windows Scheduler
• clickonce deployment
• ClickOnce: How to add a prerequisite from the command line?
• Use of the deploymentProvider property in ClickOnce application manifest
• Help me please(Deployment)
• Project References and Publishing
• saving a connection string in app.config