I don't think you can set the log file using MsiLogFileLocation. I think it *gets* set to the log file location. You can force your package to require MSI 4.0 by setting the Package/InstallerVersion attribute.
On Wed, Mar 14, 2012 at 9:10 PM, Alec Swan <alecs...@gmail.com> wrote: > Hello, > > I need to enable verbose logging and configure MSI log file location. > I am currently doing this by adding the following properties inside of > my .wxs file: > <Wix> > <Product> > <Property Id="LOGVERBOSE">1</Property> > <Property Id="MsiLogFileLocation">x:/WIX/wix-msi.log</Property> > ... > > Is this the right place for these properties? > > If so, then I am assuming that the reason why they are not taking > effect is that the MSI version our Wix project is using is lower than > 4.0 and does not support MsiLogFileLocation property. Where do I > update the MSI version in my WIX project? > > Thanks, > > Alec > > > ------------------------------------------------------------------------------ > This SF email is sponsosred by: > Try Windows Azure free for 90 days Click Here > http://p.sf.net/sfu/sfd2d-msazure > _______________________________________________ > WiX-users mailing list > WiX-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/wix-users > -- virtually, Rob Mensching - http://RobMensching.com LLC ------------------------------------------------------------------------------ This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users