I have created an installer with following details:

    <Package Id="*"             Platform="x64"
Keywords='Installer'             InstallerVersion="405"
Manufacturer="!(loc.CompanyName)"
Description="!(loc.Description)"             Compressed="yes"
   InstallScope="perUser"             AdminImage="no"
ReadOnly="yes"             ShortNames="no"
SummaryCodepage="1252"/>


Also I have not used any Privileged Custom Action in any process
(InstallUISequence or InstallExecuteSequence ). But when I execute the
installer, the install button shows SHIELD icon. When I click install, i
got a popup that "The system administrator has set policies to prevent this
installation".
I am using Windows Server 2012 and the user from which i logged in is added
to the administrator group of this machine also it is a domain user
privilege (but not domain admin).

Can some body explain me this behavior? How can I make my installer run in
this situation.
-- 
Thanks and Regards,
Ravi Raj
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_jan
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to