Re: [WiX-users] per-user per-app WiX installation

2015-06-04 Thread Carles Pina i Estany
toolset. Subject: Re: [WiX-users] per-user per-app WiX installation I had InstallCope=perMachine - but no UAC dialogue is shown. Do you have a working example? I suspect that there is something that I'm missing elsewhere. Tomorrow I'll have a better look at the logs but a working example would

Re: [WiX-users] per-user per-app WiX installation

2015-06-04 Thread Carles Pina i Estany
discussion about the WiX toolset. Subject: Re: [WiX-users] per-user per-app WiX installation I had InstallCope=perMachine - but no UAC dialogue is shown. Do you have a working example? I suspect that there is something that I'm missing elsewhere. Tomorrow I'll have a better look

Re: [WiX-users] per-user per-app WiX installation

2015-06-03 Thread KONDURU Pavan
To: General discussion about the WiX toolset. Subject: Re: [WiX-users] per-user per-app WiX installation I had InstallCope=perMachine - but no UAC dialogue is shown. Do you have a working example? I suspect that there is something that I'm missing elsewhere. Tomorrow I'll have a better look at the logs

Re: [WiX-users] per-user per-app WiX installation

2015-06-03 Thread Carles Pina i Estany
. Privileged /Condition --Pavan -Original Message- From: Carles Pina i Estany [mailto:car...@pina.cat] Sent: Wednesday, June 03, 2015 11:10 AM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] per-user per-app WiX installation I had InstallCope

[WiX-users] per-user per-app WiX installation

2015-06-03 Thread Carles Pina i Estany
Hello, I'm migrating an existing NSIS installer to WiX. I use cpack for the project but I'll take care of the cpack issues. This is a per-user / per-computer flow question. The current NSIS does: -- If the user executing the installer has admin privileges: By default it installs

Re: [WiX-users] per-user per-app WiX installation

2015-06-03 Thread Carles Pina i Estany
TL;DR: How can I make MSI to ask the user for elevated privileges? With the WixUI_Advanced I have the option to install the package per-machine or per-user... so this is a good step. If I could make the MSI package to request for elevated privileges this would maybe be all (if the user grants:

Re: [WiX-users] per-user per-app WiX installation

2015-06-03 Thread Carles Pina i Estany
I'm using InstallPrivileges=elevated but I never get the request for the privileges (Windows 7, on a non-admin account, other software request the privileges) On Jun/03/2015, Carles Pina i Estany wrote: TL;DR: How can I make MSI to ask the user for elevated privileges? With the

Re: [WiX-users] per-user per-app WiX installation

2015-06-03 Thread Rob Mensching
] Sent: Wednesday, June 3, 2015 9:23 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] per-user per-app WiX installation I'm using InstallPrivileges=elevated but I never get the request for the privileges (Windows 7, on a non-admin account, other software request the privileges

Re: [WiX-users] per-user per-app WiX installation

2015-06-03 Thread Carles Pina i Estany
- From: Carles Pina i Estany [mailto:car...@pina.cat] Sent: Wednesday, June 3, 2015 9:23 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] per-user per-app WiX installation I'm using InstallPrivileges=elevated but I never get the request for the privileges (Windows 7