Per-User "managed" installations (not managed as in .net, but managed as in requires elevation to install, remove, patch, and upgrade) can install the runtime using the merge modules, as well perform any other operations that require administrative privileges, but they are kind of the "worst" of all worlds: they are harder to service (you have to always be the user who installed them to even discover them, much less manage them), they have to be installed for each user that wants them but with admin credentials ("What!? I've install that already for John, Sally, and Marge. Why doesn't it show up for you and I have to install it again?") and in general represent the worst combination of failing to meet user needs or expectations.
-----Original Message----- From: Richard [mailto:legal...@xmission.com] Sent: Wednesday, November 11, 2009 7:44 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] best way to deploy C++ runtime? In article <bay122-ds7e44a9b780fe6af49ee05cd...@phx.gbl>, "Blair" <os...@live.com> writes: > If you are forced by any other constraint to elevate your setup, make it a > perMachine installation (especially on platforms without UAC) and install > the runtime in SxS "shared" mode (either MSM or EXE installer) which will > allow for the possibility of MSFT servicing of the runtime (which they can't > do in isolated mode). What happens if the application is installed per-user and not per-machine? I would expect the merge module would still place the shared component in the shared area and therefore still require admin priveleges, but the application itself would only be installed for the logged-in user. -- "The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download <http://legalizeadulthood.wordpress.com/the-direct3d-graphics-pipeline/> Legalize Adulthood! <http://legalizeadulthood.wordpress.com> ---------------------------------------------------------------------------- -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users