[wix-users] Logging

John Cooper JoCooper at jackhenry.com
Fri Feb 12 06:00:35 PST 2016


Writing logs to %TEMP% doesn't require an elevated logging process.  Writing to INSTALLDIR often will.  You're very like to get UnauthorizedAccessException's--particularly to perMachine locations.

The WixBundleLog is read-only.

--
John Merryweather Cooper
Senior Software Engineer | Integration Development Group | Enterprise Notification Service
Jack Henry & Associates, Inc.® | Lenexa, KS  66214 | Ext:  431050 |JoCooper at jackhenry.com




-----Original Message-----
From: wix-users [mailto:wix-users-bounces at lists.wixtoolset.org] On Behalf Of Winter,Stijn S. de
Sent: Friday, February 12, 2016 2:44 AM
To: WiX Toolset Users Mailing List <wix-users at lists.wixtoolset.org>
Subject: Re: [wix-users] Logging

The e-mail below is from an external source.  Please do not open attachments or click links from an unknown or suspicious origin.

Thanks for all the responses.

Is it possible to change the log destination?
The log is now stored in "%temp%" but i want it to be stored in "INSTALLDIR\LOG\" preferably named something like "install.log".

I tried the following but it didn't work:
<Property Id="WixBundleLog" Value="INSTALLDIR\LOG\install.log" />

Stijn de Winter
________________________________________
Van: wix-users <wix-users-bounces at lists.wixtoolset.org> namens John Cooper <JoCooper at jackhenry.com>
Verzonden: donderdag 11 februari 2016 19:33
Aan: WiX Toolset Users Mailing List
Onderwerp: Re: [wix-users] Logging

Note that the '!' has a significant negative performance impact.  Rob beat me to it.  For that matter, so does logging everything under the sun is also not smart.  Unless you know you need the extra content, 'v' is what you want.

--
John Merryweather Cooper
Senior Software Engineer | Integration Development Group | Enterprise Notification Service Jack Henry & Associates, Inc.® | Lenexa, KS  66214 | Ext:  431050 |JoCooper at jackhenry.com




-----Original Message-----
From: wix-users [mailto:wix-users-bounces at lists.wixtoolset.org] On Behalf Of KONDURU Pavan
Sent: Thursday, February 11, 2016 12:26 PM
To: WiX Toolset Users Mailing List <wix-users at lists.wixtoolset.org>
Subject: Re: [wix-users] Logging

The e-mail below is from an external source.  Please do not open attachments or click links from an unknown or suspicious origin.

Just add this in your main .wxs file:

<Property Id="MsiLogging" Value="voicewarmup!"/>

-----Original Message-----
From: wix-users [mailto:wix-users-bounces at lists.wixtoolset.org] On Behalf Of Winter,Stijn S. de
Sent: Thursday, February 11, 2016 12:59 AM
To: WiX Toolset Users Mailing List
Subject: [wix-users] Logging

Hello,

I'm making an installer and don't know whether to go with WiX NSIS or InnoSetup.
WiX seems a really nice installerpackage but i'm having trouble logging everything that happens.

Does anyone know how to create a logfile in WiX(Not using the commandline, that simply is not an option)


Regards,
Stijn de Winter


==========================================================
Op deze e-mail zijn de volgende voorwaarden van toepassing:
http://www.fontys.nl/disclaimer
The above disclaimer applies to this e-mail message.

____________________________________________________________________
WiX Toolset Users Mailing List provided by FireGiant http://www.firegiant.com/ This email and any attachments are intended solely for the use of the individual or entity to whom it is addressed and may be confidential and/or privileged.

If you are not one of the named recipients or have received this email in error,

(i) you should not read, disclose, or copy it,

(ii) please notify sender of your receipt by reply email and delete this email and all attachments,

(iii) Dassault Systemes does not accept or assume any liability or responsibility for any use of or reliance on this email.

For other languages, go to http://www.3ds.com/terms/email-disclaimer

____________________________________________________________________
WiX Toolset Users Mailing List provided by FireGiant http://www.firegiant.com/

NOTICE: This electronic mail message and any files transmitted with it are intended exclusively for the individual or entity to which it is addressed. The message, together with any attachment, may contain confidential and/or privileged information.
Any unauthorized review, use, printing, saving, copying, disclosure or distribution is strictly prohibited. If you have received this message in error, please immediately advise the sender by reply email and delete all copies.


____________________________________________________________________
WiX Toolset Users Mailing List provided by FireGiant http://www.firegiant.com/

____________________________________________________________________
WiX Toolset Users Mailing List provided by FireGiant http://www.firegiant.com/

NOTICE: This electronic mail message and any files transmitted with it are intended
exclusively for the individual or entity to which it is addressed. The message, 
together with any attachment, may contain confidential and/or privileged information.
Any unauthorized review, use, printing, saving, copying, disclosure or distribution 
is strictly prohibited. If you have received this message in error, please 
immediately advise the sender by reply email and delete all copies.



More information about the wix-users mailing list