And a lot of that is often about what the installed app needs. If it's a 
service, or requires you to write entries in HKLM, or register COM in HKCR, 
install files to any location not writable by a limited user etc then the issue 
is the app, not the install, if the app needs those to actually work. Do they 
know for sure that the app can be run by limited users? Also, there does seem 
to be a bunch of people out there who think that installs are "special" and 
somehow operate without security limitations, so these guys might think that. 

Anyway, you could just tell them to go and use Group Policy deployment, that's 
the mechanism that lets limited users install apps they wouldn't normally be 
allowed to. 

Phil Wilson 

-----Original Message-----
From: Barneck, Jared [mailto:jared.barn...@landesk.com] 
Sent: Thursday, October 14, 2010 2:04 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Convert AllUsers Install to PerUser

Hah, hah!

This is a client relations problem not a WIX problem.

QUOTE: ...and the client has decided that this limitation is unacceptable...

1. Make a list of the actions in your MSI that require administrative 
privileges. 
2. Decide if you can do away with them? Yes/No

If the answer is no, then it doesn't matter what the client asks for, he 
doesn't get it.  Educate the customer on the reality of the situation.

If yes, then since you don't know how to do it, it will be a lot of work 
(otherwise you wouldn't be posting in this forum) so tell the customer it is a 
lot of work, give them a pretty high cost and ask them to pay for it.

If they pay for it, great.  If not, then you don't have to do it.

Jared


-----Original Message-----
From: Chris Lord [mailto:chris.l...@atterotech.com] 
Sent: Thursday, October 14, 2010 1:47 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Convert AllUsers Install to PerUser

  John,

I don't believe you can do it as an "upgrade" i.e. all in one go.  An installer 
is either per-user or per-machine.  You can't upgrade a per-machine install to 
per-user install or vice-versa.

I think your only option is to un-install your previous version and then 
install the new one as two separate actions.  In order to do that, you'll need 
a bootstrapper.

Chris


On 10/14/2010 01:32 PM, John Bergman wrote:
> Does anyone have any experience as to how to do this?
>
> Currently, we install as an all-users piece of software; mostly because I 
> wanted to make the software available to anyone who logs in.  We are required 
> to install without the installer UI, so that seemed like the easiest route to 
> take.
>
> The problem we are facing now is that you must be an administrator to 
> install, and the client has decided that this limitation is unacceptable.
>
> I would appreciate any pointers to material or ideas as to how to adjust what 
> I have as far as the WiX Installer Markup; as usual, I am more than happy to 
> post a description of where I end up so that others can benefit.
>
> Thanks,
> John
> ----------------------------------------------------------------------
> -------- Beautiful is writing same markup. Internet Explorer 9 
> supports standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2&  
> L3.
> Spend less time writing and  rewriting code and more time creating 
> great experiences on the web. Be a part of the beta today.
> http://p.sf.net/sfu/beautyoftheweb
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports standards for 
HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great 
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
Download new Adobe(R) Flash(R) Builder(TM) 4
The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly 
Flex(R) Builder(TM)) enable the development of rich applications that run
across multiple browsers and platforms. Download your free trials today!
http://p.sf.net/sfu/adobe-dev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


*** Confidentiality Notice: This e-mail, including any associated or attached 
files, is intended solely for the individual or entity to which it is 
addressed. This e-mail is confidential and may well also be legally privileged. 
If you have received it in error, you are on notice of its status. Please 
notify the sender immediately by reply e-mail and then delete this message from 
your system. Please do not copy it or use it for any purposes, or disclose its 
contents to any other person. This email comes from a division of the Invensys 
Group, owned by Invensys plc, which is a company registered in England and 
Wales with its registered office at 3rd Floor, 40 Grosvenor Place, London, SW1X 
7AW (Registered number 166023). For a list of European legal entities within 
the Invensys Group, please go to 
http://www.invensys.com/legal/default.asp?top_nav_id=77&nav_id=80&prev_id=77.

You may contact Invensys plc on +44 (0)20 3155 1200 or e-mail 
recept...@invensys.com. This e-mail and any attachments thereto may be subject 
to the terms of any agreements between Invensys (and/or its subsidiaries and 
affiliates) and the recipient (and/or its subsidiaries and affiliates).



------------------------------------------------------------------------------
Download new Adobe(R) Flash(R) Builder(TM) 4
The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly 
Flex(R) Builder(TM)) enable the development of rich applications that run
across multiple browsers and platforms. Download your free trials today!
http://p.sf.net/sfu/adobe-dev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to