Re: [WiX-users] Error 1303

2008-03-08 Thread Bob Arnson
Ravit Shapira wrote: It seems that I missed some important details - our msi installs Speech recognition components that are part of Windows Vista, and on Vista we do use trusted Installer service. Our main problem is with the registry key. We cannot overwrite keys in the registry on Vista

Re: [WiX-users] Error 1303

2008-03-07 Thread Ravit Shapira
as a Trusted Installer. Thanks for your feedback, Ravit From: Mike Dimmick [mailto:[EMAIL PROTECTED] Sent: Friday, March 07, 2008 12:11 PM To: Ravit Shapira; wix-users@lists.sourceforge.net Cc: Rob Mensching Subject: RE: [WiX-users] Error 1303 Simple answer? Don&#

Re: [WiX-users] Error 1303

2008-03-07 Thread Mike Dimmick
use a bootstrapper application to install the prerequisites (as EXEs, MSIs or whatever) then your MSI package. -- Mike Dimmick _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ravit Shapira Sent: 06 March 2008 02:18 To: wix-users@lists.sourceforge.net Cc: Rob

Re: [WiX-users] Error 1303

2008-03-06 Thread Wilson, Phil
TECTED] On Behalf Of Ravit Shapira Sent: Wednesday, March 05, 2008 6:18 PM To: wix-users@lists.sourceforge.net Cc: Rob Mensching Subject: [WiX-users] Error 1303 Hi, Our msi overwrite OS components (in c:\Program Files\Common Files). When we run the same msi on XP there is no problem, however, on Vi

[WiX-users] Error 1303

2008-03-05 Thread Ravit Shapira
Hi, Our msi overwrite OS components (in c:\Program Files\Common Files). When we run the same msi on XP there is no problem, however, on Vista we get error 1303 - "The installer has insufficient privileges to access this directory". The workaround we have is to remove windows protection from sev

Re: [WiX-users] Error 1303. The installer has insufficientprivilegesto access this directory..

2006-09-07 Thread dangle123 ...
It doesn't happen everytime.  It just happens sporatically though... From: "Wilson, Phil" <[EMAIL PROTECTED]>To: Subject: Re: [WiX-users] Error 1303. The installer has insufficientprivilegesto access this directory..Date: Thu, 7 Sep 2006 15:18:51 -0700MIME-Version: 1.

Re: [WiX-users] Error 1303. The installer has insufficient privilegesto access this directory..

2006-09-07 Thread Wilson, Phil
Verify that the SYSTEM account is allowed access? Should be Full Control, I believe.   Phil Wilson From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of dangle123 ...Sent: Thursday, September 07, 2006 1:15 PMTo: wix-users@lists.sourceforge.netSubject: [WiX-users] Error 1303. The

[WiX-users] Error 1303. The installer has insufficient privileges to access this directory..

2006-09-07 Thread dangle123 ...
Any reason why we are getting this error even though the logged on user has admin privilege? Error 1303. The installer has insufficient privileges to access this directory: C:\Config.Msi. Thanks in advance! - Using Tomcat but