Re: [WiX-users] Failed to open XML file on Vista

2007-07-09 Thread Bob Arnson
Albert van Peppen wrote: Checking with orca i found that SchedXmlFile is still scheduled and that the entire CA for XML handling was linked into my MSI, although it was not used. The XmlTable doesn't exist, this might eventualy be the problem ? Yes, the SchedXmlFile CA throws an error if it c

Re: [WiX-users] Failed to open XML file on Vista

2007-07-09 Thread Albert van Peppen
Bob Arnson [mailto:[EMAIL PROTECTED] Verzonden: woensdag 4 juli 2007 17:00 Aan: Albert van Peppen CC: wix-users@lists.sourceforge.net Onderwerp: Re: [WiX-users] Failed to open XML file on Vista Albert van Peppen wrote: The message appears when you don't have any XmlFile entries in your

Re: [WiX-users] Failed to open XML file on Vista

2007-07-04 Thread Bob Arnson
Mike Dimmick wrote: Also, I still fail to understand why people use their own INSTALLDIR property rather than using TARGETDIR properly -- setting it to a location under ProgramFilesFolder, for example. I've just observed that if you don't do anything to the contrary, ROOTDRIVE is initialised

Re: [WiX-users] Failed to open XML file on Vista

2007-07-04 Thread Mike Dimmick
_ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Albert van Peppen Sent: 04 July 2007 08:49 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Failed to open XML file on Vista Hi, Finally found the problem (although it was away since 11 may 2007 because of changes in

Re: [WiX-users] Failed to open XML file on Vista

2007-07-04 Thread Bob Arnson
Albert van Peppen wrote: The message appears when you don't have any XmlFile entries in your wxi script but has an action scheduled as After="XmlSched". This implies XmlSched CA is used and so it is placed in the InstallExecuteSequence but since it has nothing to do, it seems to generates the e

Re: [WiX-users] Failed to open XML file on Vista

2007-07-04 Thread Albert van Peppen
ppen [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 09, 2007 6:56 AM To: Rob Mensching Subject: RE: [WiX-users] Failed to open XML file on Vista We don't ACL any files. The XML file is just installed by the MSI installer in elevated mode. The user running the installer has least user acc