Re: [WiX-users] automatic selection perUser/perMachine installation

2015-06-08 Thread Phill Hogland
>>>I've even used a setup.exe and then a manifesto If you are referring to a Burn bundle, a bundle is always 'per-machine' as I understand it. But that does not preclude you from using the WiX toolset to produce a msi package which meets the guidelines to which Nir referenced. (I have not done t

Re: [WiX-users] automatic selection perUser/perMachine installation

2015-06-07 Thread Nir Bar
This article gives the guideelines for authoring a dual-context package: https://msdn.microsoft.com/en-us/library/dd408068(v=vs.85).aspx The condition you should test is ALLUSERS="1" for per-machine installation. - Nir Bar Freelance Developer Mail: nir@panel-sw.com Web: www.panel-sw.

Re: [WiX-users] automatic selection perUser/perMachine installation

2015-06-06 Thread Carles Pina i Estany
Ideally the "conditions are met" in my case is to bring the UAC prompt and verify that the user could get privileged rights. But I don't think that this is possible to do in WiX? On Jun/06/2015, Nir Bar wrote: > I think you should set property WixAppFolder="WixPerMachineFolder" if > conditions ar

Re: [WiX-users] automatic selection perUser/perMachine installation

2015-06-06 Thread Carles Pina i Estany
I've even used a setup.exe and then a manifesto: then I can force the user to execute the setup.exe elevated but I can't make it optional as I wanted. On Jun/07/2015, Carles Pina i Estany wrote: > > Ideally the "conditions are met" in my case is to bring the UAC prompt and > verify that the user

Re: [WiX-users] automatic selection perUser/perMachine installation

2015-06-06 Thread Nir Bar
I think you should set property WixAppFolder="WixPerMachineFolder" if conditions are met for a per-machine installation - Nir Bar Freelance Developer Mail: nir@panel-sw.com Web: www.panel-sw.com - C++ On Windows, Linux and Embedded Platforms - WiX & InstallShield -- View this

Re: [WiX-users] automatic selection perUser/perMachine installation

2015-06-05 Thread Carles Pina i Estany
Hi Nir, Thank you for your answer! I appreciate it! I'm testin and there is something that I'm not sure that I'm doing correctly. I'm testing it on Windows 7, I have ALLUSERS=2, not setting MSIINSTALLPERUSER. I'm using WixUI_Advanced, when I press "Advanced" I have the "Install just for you" op

Re: [WiX-users] automatic selection perUser/perMachine installation

2015-06-05 Thread Nir Bar
This article should give you what you need https://msdn.microsoft.com/en-us/library/aa367559%28v=vs.85%29.aspx - Nir Bar Freelance Developer Mail: nir@panel-sw.com Web: www.panel-sw.com - C++ On Windows, Linu

Re: [WiX-users] automatic selection perUser/perMachine installation

2015-06-04 Thread Hoover, Jacob
ssion about the WiX toolset. Subject: Re: [WiX-users] automatic selection perUser/perMachine installation Is BA a Bootstrapper Application (a .exe) in this context? I wanted to avoid a Bootstrapper application and just deliver the .msi, with the sensible defaults (perMachine if the user

Re: [WiX-users] automatic selection perUser/perMachine installation

2015-06-04 Thread Carles Pina i Estany
les Pina i Estany [mailto:car...@pina.cat] > > Sent: Thursday, June 04, 2015 6:36 AM > > To: wix-users@lists.sourceforge.net > > Subject: [WiX-users] automatic selection perUser/perMachine installation > > > > > > Hi, > > > > I'm not sure if t

Re: [WiX-users] automatic selection perUser/perMachine installation

2015-06-04 Thread Carles Pina i Estany
wix-users@lists.sourceforge.net > Subject: [WiX-users] automatic selection perUser/perMachine installation > > > Hi, > > I'm not sure if this is possible, I'd like something like: > (I'm using WixUI_Advanced but I could change by something else if > needed) >

Re: [WiX-users] automatic selection perUser/perMachine installation

2015-06-04 Thread Hoover, Jacob
wix-users@lists.sourceforge.net Subject: [WiX-users] automatic selection perUser/perMachine installation Hi, I'm not sure if this is possible, I'd like something like: (I'm using WixUI_Advanced but I could change by something else if needed) If an Administrator installs the MSI: I'

[WiX-users] automatic selection perUser/perMachine installation

2015-06-04 Thread Carles Pina i Estany
Hi, I'm not sure if this is possible, I'd like something like: (I'm using WixUI_Advanced but I could change by something else if needed) If an Administrator installs the MSI: I'd like that gets installed, by default, perMachine (and the Administrator could change it). If a non-administrator ins