Re: [WiX-users] MSI vs Windows 7 UAC

2010-06-10 Thread Kurt Jensen
the custom action is done. Kurt -Original Message- From: Blair [mailto:os...@live.com] Sent: Wednesday, June 09, 2010 6:06 PM To: 'General discussion for Windows Installer XML toolset.' Subject: Re: [WiX-users] MSI vs Windows 7 UAC A couple of observations: Add Impersonate=no to your

Re: [WiX-users] MSI vs Windows 7 UAC

2010-06-10 Thread Kurt Jensen
Jensen [mailto:kurt.jen...@ophir-spiricon.com] Sent: Thursday, June 10, 2010 7:06 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] MSI vs Windows 7 UAC Thanks. I got confused and thought Impersonate=no was the default. Good coding practice is to be explicit about

Re: [WiX-users] MSI vs Windows 7 UAC

2010-06-10 Thread Pally Sandher
. Subject: Re: [WiX-users] MSI vs Windows 7 UAC OK. Duh. Forgot to add Impersonate=no to the #1 custom action... Now it's good. Brain is a little scrambled trying to come up to speed on Code Composer and finish this stuff for Windows 7. Two wildly divergent tasks... Thanks for all your help

Re: [WiX-users] MSI vs Windows 7 UAC

2010-06-10 Thread Kurt Jensen
: Thursday, June 10, 2010 9:33 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] MSI vs Windows 7 UAC It's not a matter of putting up with #3, that's basic functionality of UAC Windows Installer on UAC systems. It won't elevate until it's good ready to do

Re: [WiX-users] MSI vs Windows 7 UAC

2010-06-10 Thread Castro, Edwin G. (Hillsboro)
discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] MSI vs Windows 7 UAC I don't necessarily agree with the UAC design. For me it disrupts my thought process and workflow. After I click/double-click some action I am thinking about the task to be completed. Then some dialog pops up

Re: [WiX-users] MSI vs Windows 7 UAC

2010-06-10 Thread Blair
Message- From: Castro, Edwin G. (Hillsboro) [mailto:edwin.cas...@fiserv.com] Sent: Thursday, June 10, 2010 3:02 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] MSI vs Windows 7 UAC Just be clear, I don't like the UAC design either. I like the goals

Re: [WiX-users] MSI vs Windows 7 UAC

2010-06-10 Thread Kurt Jensen
... -Original Message- From: Castro, Edwin G. (Hillsboro) [mailto:edwin.cas...@fiserv.com] Sent: Thursday, June 10, 2010 11:51 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] MSI vs Windows 7 UAC Ironically enough, the point of the UAC *is* to disrupt your

Re: [WiX-users] MSI vs Windows 7 UAC

2010-06-10 Thread Castro, Edwin G. (Hillsboro)
the environment before printing this e-mail -Original Message- From: Kurt Jensen [mailto:kurt.jen...@ophir-spiricon.com] Sent: Thursday, June 10, 2010 12:17 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] MSI vs Windows 7 UAC Yeah, I know

Re: [WiX-users] MSI vs Windows 7 UAC

2010-06-10 Thread Castro, Edwin G. (Hillsboro)
-Original Message- From: Blair [mailto:os...@live.com] Sent: Thursday, June 10, 2010 3:14 PM To: 'General discussion for Windows Installer XML toolset.' Subject: Re: [WiX-users] MSI vs Windows 7 UAC Although now-a-days on my Ubuntu box when I run the Update Manager, it invokes

[WiX-users] MSI vs Windows 7 UAC

2010-06-09 Thread Kurt Jensen
First I need some guidance. I have several problems which all appear related to dealing with UAC on Windows 7. But they may each require separate solutions. Should I post these separately? 1) On a Windows 7 computer with the default UAC setting, my installation appears to be failing because

Re: [WiX-users] MSI vs Windows 7 UAC

2010-06-09 Thread Kurt Jensen
: Wednesday, June 09, 2010 10:23 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] MSI vs Windows 7 UAC First I need some guidance. I have several problems which all appear related to dealing with UAC on Windows 7. But they may each require separate solutions. Should I post these separately

Re: [WiX-users] MSI vs Windows 7 UAC

2010-06-09 Thread greenaj
AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] MSI vs Windows 7 UAC First I need some guidance. I have several problems which all appear related to dealing with UAC on Windows 7. But they may each require separate solutions. Should I post these separately? 1

Re: [WiX-users] MSI vs Windows 7 UAC

2010-06-09 Thread Pally Sandher
-spiricon.com] Sent: Wednesday, June 09, 2010 10:23 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] MSI vs Windows 7 UAC First I need some guidance. I have several problems which all appear related to dealing with UAC on Windows 7. But they may each require separate solutions. Should I post

Re: [WiX-users] MSI vs Windows 7 UAC

2010-06-09 Thread Kurt Jensen
would if I could. Please explain. Kurt -Original Message- From: Pally Sandher [mailto:pally.sand...@iesve.com] Sent: Wednesday, June 09, 2010 11:40 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] MSI vs Windows 7 UAC 1 - Post the Custom Action WiX

Re: [WiX-users] MSI vs Windows 7 UAC

2010-06-09 Thread Blair
. Subject: Re: [WiX-users] MSI vs Windows 7 UAC 1) DirectoryRef Id=APPLICATIONDIRECTORY Component Id=CustomAction.Install.WiX Guid={5B6CBC69-4EA2-4648-A080-8D2027BAB081} File Id=$(var.CustomAction.Install.WiX.TargetName) Source=$(var.CustomAction.Install.WiX.TargetDir