Re: [WiX-users] Install fails on Win 7 w/UAC enabled

2014-02-03 Thread Gerry Reno
-Original Message- From: Gerry Reno [mailto:gr...@verizon.net] Sent: Monday, February 3, 2014 3:15 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Install fails on Win 7 w/UAC enabled Phil, sorry, correction, my configuration is: InstallScope="perUser" InstallPrivileges=

Re: [WiX-users] Install fails on Win 7 w/UAC enabled

2014-02-03 Thread John Cooper
  913-341-3434 x791011 jocoo...@jackhenry.com www.jackhenry.com -Original Message- From: Gerry Reno [mailto:gr...@verizon.net] Sent: Monday, February 3, 2014 3:15 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Install fails on Win 7 w/UAC enabled Phil, sorry, correction, my con

Re: [WiX-users] Install fails on Win 7 w/UAC enabled

2014-02-03 Thread Gerry Reno
Phil, sorry, correction, my configuration is: InstallScope="perUser" InstallPrivileges="elevated" On 02/03/2014 02:52 PM, Gerry Reno wrote: > InstallPrivileges="elevated" > InstallScope="perMachine" > > > > Feb 3, 2014 02:31:46 PM, wix-users@lists.sourceforge.net wrote: > > =

Re: [WiX-users] Install fails on Win 7 w/UAC enabled

2014-02-03 Thread Gerry Reno
InstallPrivileges="elevated" InstallScope="perMachine" Feb 3, 2014 02:31:46 PM, wix-users@lists.sourceforge.net wrote: === What relevant settings are you using now? InstallScope="perMachine"? Anything else? --- Phil Wilson On Mon, Feb 3, 20

Re: [WiX-users] Install fails on Win 7 w/UAC enabled

2014-02-03 Thread Phil Wilson
What relevant settings are you using now? InstallScope="perMachine"? Anything else? --- Phil Wilson On Mon, Feb 3, 2014 at 10:38 AM, Gerry Reno wrote: > I am still having difficulty getting this install to work reliably. > > Today I go to uninstall / reinstall on this Win 7 machine w

Re: [WiX-users] Install fails on Win 7 w/UAC enabled

2014-02-03 Thread Gerry Reno
I am still having difficulty getting this install to work reliably. Today I go to uninstall / reinstall on this Win 7 machine w/UAC enabled and it refuses to install. First, I uninstalled the previous install. It asked for permission to change things on the machine. I said OK and it uninstall

Re: [WiX-users] Install fails on Win 7 w/UAC enabled

2014-01-25 Thread Gerry Reno
Now he tells me. :-) I did both. It worked. On 01/24/2014 12:38 AM, Blair Murri wrote: > InstallPrivileges will work, but is deprecated (or at least should have > been). InstallScope is preferred. There is no need to do both. > > > > > > > Blair > > > > > > From: roberthyang > Sent: ‎Wednesd

Re: [WiX-users] Install fails on Win 7 w/UAC enabled

2014-01-23 Thread Blair Murri
InstallPrivileges will work, but is deprecated (or at least should have been). InstallScope is preferred. There is no need to do both. Blair From: roberthyang Sent: ‎Wednesday‎, ‎January‎ ‎22‎, ‎2014 ‎4‎:‎26‎ ‎PM To: General discussion for Windows Installer XML toolset. Also look i

Re: [WiX-users] Install fails on Win 7 w/UAC enabled

2014-01-22 Thread roberthyang
Also look into Package/InstallScope, which might be more appropriate. Gerry Reno wrote > It looks like adding this to Package may do the trick: > > |InstallPrivileges="elevated"| > > I'll try it and see. > > > On 01/21/2014 08:21 PM, Gerry Reno wrote: >> I have a WIX installer built that inst

Re: [WiX-users] Install fails on Win 7 w/UAC enabled

2014-01-21 Thread Gerry Reno
It looks like adding this to Package may do the trick: |InstallPrivileges="elevated"| I'll try it and see. On 01/21/2014 08:21 PM, Gerry Reno wrote: > I have a WIX installer built that installs fine on XP machines. > > When I go to install on Win 7 machines that have UAC enabled the install get

[WiX-users] Install fails on Win 7 w/UAC enabled

2014-01-21 Thread Gerry Reno
I have a WIX installer built that installs fine on XP machines. When I go to install on Win 7 machines that have UAC enabled the install gets a Premature Failure and rolls back. How do I get the installer to install on these Win 7 machines without disabling UAC? -