Link to home
Start Free TrialLog in
Avatar of mr_black
mr_blackFlag for United States of America

asked on

Windows Installer "Insecure Application" errors

I have a big problem with Windows Installer. It seems with most .msi Installation packages, but sometimes not all, I get an annoying error that I can't figure out how to fix:

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

It won't allow me to install the program and then the package fails to install (because of the above)...Can anyone help me out on how to get rid of this? Applications used to install just fine and this just seemed to come out of nowhere...
ASKER CERTIFIED SOLUTION
Avatar of LeeTutor
LeeTutor
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Here's another site, with a product called Araxis Merge, that has this explanation for that error:

http://www.araxis.com/merge/topic_troubleshootinginstallation.html

Advertised ... Unsafe
Windows Installer displays a message saying: "This advertised application will not be installed because it might be unsafe. Contact your administrator to change the installation user interface option of the package to basic".

This error typically occurs when Araxis Merge has been already been partially installed on your machine by your Network Administrator. In this scenario, Merge is advertised on your computer as being available to use, and will be installed when you try to run it for the first time using the Araxis Merge icon in the Start Menu's Programs list.

Locate the Araxis Merge icon in the Start Menu's Programs list, and click on it to install and run Araxis Merge.
Or, open Add/Remove Programs in Control panel, locate the Araxis Merge entry in the list of installed applications, and use the controls to Uninstall it. You can then install Merge from CDROM of from the setup package that you have downloaded.
Or, download the .MSI version of the Araxis Merge setup package from the Product Downloads and Updates web site. Open a Command Prompt and cd to the folder where you saved the downloaded .MSI file. Run the msiexec program as follows: msiexec /qb /I merge65_win32_????.msi.
Or, contact your Network Administrator to see if he/she has any information concerning partial Merge installations on your computer.
Or, if the suggestions above do not help, download and install the Alternative NSIS Setup Package from the Araxis Web site. This package does not use Windows Installer.
Avatar of mr_black

ASKER

Lee,

Thank you that article gave me an idea and I finally fixed it myself :)
yes.  The msiexec /qb /I <fileNameOfMSI>.msi helped me also.
Mr Black, could you explain what idea it gave you, please?