Re: [WiX-users] Installation on Windows Vista

2007-01-23 Thread Wilson, Phil
llavi Patrutkar [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 23, 2007 1:44 AM To: Wilson, Phil; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] Installation on Windows Vista Yes. You are right. I wanted to say, installer report an error and then roll back the installation. I interpret

Re: [WiX-users] Installation on Windows Vista

2007-01-23 Thread Pallavi Patrutkar
, 2007 11:15 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Installation on Windows Vista You'll have to be a bit more explicit. MSI setups don't throw exceptions they report an error result and roll back. If you literally mean that an exception is being thrown, that&

Re: [WiX-users] Installation on Windows Vista

2007-01-22 Thread Wilson, Phil
Phil Wilson From: Pallavi Patrutkar [mailto:[EMAIL PROTECTED] Sent: Monday, January 22, 2007 6:10 AM To: Wilson, Phil Cc: wix-users@lists.sourceforge.net Subject: RE: [WiX-users] Installation on Windows Vista Hi, Sorry for answering late. I am able to start MSI setu

Re: [WiX-users] Installation on Windows Vista

2007-01-22 Thread Pallavi Patrutkar
To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Installation on Windows Vista Does "it does not allow me to install" mean that it doesn't start the MSI setup at all, or that it fails at some point, and if so, what's the error? Are you using custom actions?

Re: [WiX-users] Installation on Windows Vista

2007-01-11 Thread Wilson, Phil
avi Patrutkar Sent: Thursday, January 11, 2007 5:28 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Installation on Windows Vista Hello, I am trying to install my application on Windows Vista with UAC enabled. But, it does not allow me install. I read in one of the documents of

Re: [WiX-users] Installation on Windows Vista

2007-01-11 Thread Tony Hoyle
Pallavi Patrutkar wrote: > I read in one of the documents of Windows Vista that, when UAC is > enabled, administrative privileges are disabled for the user (Standard > user). These privileges include granting KEY_WRITE privilege for writing > to HKEY_LOCAL_MACHINE and SE_DEBUG_PRIVILEGE. > So,

Re: [WiX-users] Installation on Windows Vista

2007-01-11 Thread Rob Hamflett
[EMAIL PROTECTED] is possibly what you want (for PushButton controls only). There's an accompanying explanation in the WiX chm. I think the idea is to set this to 'yes' on your final and commited "Install" button. Rob Pallavi Patrutkar wrote: > Hello, > > > > I am trying to install my a

[WiX-users] Installation on Windows Vista

2007-01-11 Thread Pallavi Patrutkar
Hello, I am trying to install my application on Windows Vista with UAC enabled. But, it does not allow me install. I read in one of the documents of Windows Vista that, when UAC is enabled, administrative privileges are disabled for the user (Standard user). These privileges include grantin