.MSI causes "The system administrator has set policies to prevent this installation" error

Got a problem you cannot solve? Try here.
Post Reply
axisuser
Posts: 13
Joined: Thu Jul 27, 2023 1:44 pm

.MSI causes "The system administrator has set policies to prevent this installation" error

Post by axisuser »

When setting my InstallAware X16 project to output a .msi file the resulting installation doesn't work on Microsoft servers. I can run the .msi in Windows workstations but not servers like 2016 or 2019. I get the error "The system administrator has set policies to prevent this installation." Why is this the case? These are generic server installations and have no policies set regarding .msi files. If I set the project to .exe then everything works fine. My customers are expecting .msi files. Why doesn't this work?

I'm used to Install Shield where this was trivial.
axisuser
Posts: 13
Joined: Thu Jul 27, 2023 1:44 pm

Re: .MSI causes "The system administrator has set policies to prevent this installation" error

Post by axisuser »

This only happens on servers
BartWilson
Posts: 40
Joined: Mon Mar 01, 2021 9:01 am

Re: .MSI causes "The system administrator has set policies to prevent this installation" error

Post by BartWilson »

Could this have something to do with the UAC settings in your IA project file? Many of the projects I work with use the "Elevate Administrators Only (highest Available)" setting. Not sure I tested my .msi installer on a server setup given it is designed to run on a specialized Windows 10 or 11 box.

I saw no one answered here for about a month.
axisuser
Posts: 13
Joined: Thu Jul 27, 2023 1:44 pm

Re: .MSI causes "The system administrator has set policies to prevent this installation" error

Post by axisuser »

This issue doesn't seem to present itself on workstation but only servers. I think it's UAC related but only in a way that effects IA .MSI files. We have moved to .EXE files for now.
axisuser
Posts: 13
Joined: Thu Jul 27, 2023 1:44 pm

Re: .MSI causes "The system administrator has set policies to prevent this installation" error

Post by axisuser »

When I run .msi installation from other vendors they run without issue. Only the .msi files created with IA cause the error in Windows servers.
JohnGaver
Posts: 265
Joined: Mon Feb 05, 2024 6:15 pm

Re: .MSI causes "The system administrator has set policies to prevent this installation" error

Post by JohnGaver »

axisuser wrote:When I run .msi installation from other vendors they run without issue. Only the .msi files created with IA cause the error in Windows servers.
A system policy affecting all MSI files could not logically be affecting only InstallAware built packages.
John Gaver
InstallAware Skunkworks
InstallAware Multi Platform - Liberating DEB/RPM/PKG/MSI(X) into universal native setups!
Get your free copy today - https://www.installaware.com/installawa ... atform.htm
FrancescoT
Site Admin
Posts: 5361
Joined: Sun Aug 22, 2010 4:28 am

Re: .MSI causes "The system administrator has set policies to prevent this installation" error

Post by FrancescoT »

Thi is due an active system security policy (active on Windows Server Edtions BY DEFAULT).
https://answers.microsoft.com/en-us/win ... 544f8e3dcb

http://www.technewstoday.com/the-system ... tallation/
Francesco Toscano
InstallAware Software

White Papers (HowTos) - http://www.installaware.com/publication ... papers.htm
Publications - http://www.installaware.com/publications-review.htm
InstallAware Help -F1 anywhere in the InstallAware IDE
Post Reply