Are you using elevated InstallPrivileges and PerMachine in your package ID?

         InstallPrivileges="elevated"
         InstallScope="perMachine"/>
Also,
Did you set any components in your original installer to PatchIgnore="yes"?

I haven't necessarily done patches but I do set
          InstallPrivileges="elevated"
         InstallScope="perMachine"/>

 in my installers. Just a thought...


On Tue, Apr 15, 2014 at 5:04 PM, LSU316 <tfuss...@outlook.com> wrote:

> All......we seem to have quite a conundrum.
>
> We have a custom WiX MSI that incorporates several C# custom actions.  We
> have deployed the MSI to our end users via MS SCCM.  Everything seemed to
> work fine with no problems.
>
> The next week we release an update and go to apply the MSP to our already
> installed clients and at this point it begins to ask the client for an
> admin
> password to install the software.  The MSI was originally installed with no
> admin rights as the logged on user via SCCM.
>
> I have ran tests on installing the MSI manually via the same msiexec
> command
> that SCCM uses and compared the manual msi log to the SCCM msi log.  The
> only real difference that I can find that I don't expect is the following
> at
> the very end of the MSI.
>
> MSI (s) (A4:C4) [12:00:44:016]: Product: **** -- Installation completed
> successfully.
>
> MSI (s) (A4:C4) [12:00:44:016]: Windows Installer installed the product.
> Product Name: ****. Product Version: 0.23.1491.8. Product Language: 1033.
> Manufacturer: ****. Installation success or error status: 0.
>
> I get that installation successful message from the manual install but
> never
> from the SCCM install.  FWIW patching on the manual install works fine with
> no admin elevation.  We have yet to be able to get a patch to install with
> admin access after a SCCM automated install.
>
> Has anyone seen this behavior with SCCM before or have any ideas?
>
>
>
> --
> View this message in context:
> http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/SCCM-WiX-MSI-installation-succeeds-succeeding-patch-MSP-install-requires-admin-elevation-for-install-tp7594157.html
> Sent from the wix-users mailing list archive at Nabble.com.
>
>
> ------------------------------------------------------------------------------
> Learn Graph Databases - Download FREE O'Reilly Book
> "Graph Databases" is the definitive new guide to graph databases and their
> applications. Written by three acclaimed leaders in the field,
> this first edition is now available. Download your free book today!
> http://p.sf.net/sfu/NeoTech
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to