Re: [WiX-users] Disable logging in Burn

2014-10-27 Thread Tobias Erichsen
Hi again Rob,

could you give me a hint where I might like look for this in the source?

Best regards,
Tobias

Von: Rob Mensching [r...@firegiant.com]
Gesendet: Freitag, 24. Oktober 2014 18:37
Bis: General discussion about the WiX toolset.
Betreff: Re: [WiX-users] Disable logging in Burn

That sounds like a bug in Burn.

_
 Short replies here. Complete answers over there: http://www.firegiant.com/


-Original Message-
From: Tobias Erichsen [mailto:i...@tobias-erichsen.de]
Sent: Friday, October 24, 2014 6:54 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Disable logging in Burn

Hi everyone,

after Rob has been so kind to point me to the log element to disable 
burn-logging, I have added Log Disable=yes / and now the log of burn in the 
%temp% directory vanishes.

This created some unwanted side-effect though:  In the local directory where my 
bootstrapper was located,  for each MSI included in it a file was created which 
was named:

(null)_0_MSI_PACKAGE_ID.(null)

So disabling burn-logging seems not to disable the logging of each MSI.

Is this by design, or just my mistake?

Best regards,
Tobias

--
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Disable logging in Burn

2014-10-27 Thread Tobias Erichsen
Hi again,

I have looked through the source and only found a reference to the Log Element 
in manifest.cpp.
Actually I did not find any reference to the Disable attribute at all...

Should I create a bug-tracker entry and continue this discussion in the dev 
mailinglist?

Best regards,
Tobias


Von: Rob Mensching [r...@firegiant.com]
Gesendet: Freitag, 24. Oktober 2014 18:37
Bis: General discussion about the WiX toolset.
Betreff: Re: [WiX-users] Disable logging in Burn

That sounds like a bug in Burn.

_
 Short replies here. Complete answers over there: http://www.firegiant.com/


-Original Message-
From: Tobias Erichsen [mailto:i...@tobias-erichsen.de]
Sent: Friday, October 24, 2014 6:54 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Disable logging in Burn

Hi everyone,

after Rob has been so kind to point me to the log element to disable 
burn-logging, I have added Log Disable=yes / and now the log of burn in the 
%temp% directory vanishes.

This created some unwanted side-effect though:  In the local directory where my 
bootstrapper was located,  for each MSI included in it a file was created which 
was named:

(null)_0_MSI_PACKAGE_ID.(null)

So disabling burn-logging seems not to disable the logging of each MSI.

Is this by design, or just my mistake?

Best regards,
Tobias

--
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Disable logging in Burn

2014-10-27 Thread Rob Mensching
I think opening a bug is certainly reasonable.

_
 Short replies here. Complete answers over there: http://www.firegiant.com/


-Original Message-
From: Tobias Erichsen [mailto:i...@tobias-erichsen.de] 
Sent: Monday, October 27, 2014 3:31 AM
To: General discussion about the WiX toolset.
Subject: Re: [WiX-users] Disable logging in Burn

Hi again,

I have looked through the source and only found a reference to the Log Element 
in manifest.cpp.
Actually I did not find any reference to the Disable attribute at all...

Should I create a bug-tracker entry and continue this discussion in the dev 
mailinglist?

Best regards,
Tobias

--
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Disable logging in Burn

2014-10-24 Thread Rob Mensching
That sounds like a bug in Burn.

_
 Short replies here. Complete answers over there: http://www.firegiant.com/


-Original Message-
From: Tobias Erichsen [mailto:i...@tobias-erichsen.de] 
Sent: Friday, October 24, 2014 6:54 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Disable logging in Burn

Hi everyone,

after Rob has been so kind to point me to the log element to disable 
burn-logging, I have added Log Disable=yes / and now the log of burn in the 
%temp% directory vanishes.

This created some unwanted side-effect though:  In the local directory where my 
bootstrapper was located,  for each MSI included in it a file was created which 
was named:

(null)_0_MSI_PACKAGE_ID.(null)

So disabling burn-logging seems not to disable the logging of each MSI.

Is this by design, or just my mistake?

Best regards,
Tobias

--
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Disable logging in Burn

2014-10-24 Thread Hoover, Jacob
Unless that is a newer feature I'd challenge how burn is disabling logging 
today.  I don't see anywhere where the manifest would be parsing the 
Log/@disable. If we are going to disable logging, I'd think you'd still want 
the log attributes in the manifest.  Then with a bit of work, we could allow 
Bundle.exe /lv or the likes to turn it on as needed.

The way it sits today, it almost looks like if you put Log/@Disable in your 
bundle, that there is no way to re-enable it without rebuilding the bundle.

-Original Message-
From: Rob Mensching [mailto:r...@firegiant.com] 
Sent: Friday, October 24, 2014 11:37 AM
To: General discussion about the WiX toolset.
Subject: Re: [WiX-users] Disable logging in Burn

That sounds like a bug in Burn.

_
 Short replies here. Complete answers over there: http://www.firegiant.com/


-Original Message-
From: Tobias Erichsen [mailto:i...@tobias-erichsen.de] 
Sent: Friday, October 24, 2014 6:54 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Disable logging in Burn

Hi everyone,

after Rob has been so kind to point me to the log element to disable 
burn-logging, I have added Log Disable=yes / and now the log of burn in the 
%temp% directory vanishes.

This created some unwanted side-effect though:  In the local directory where my 
bootstrapper was located,  for each MSI included in it a file was created which 
was named:

(null)_0_MSI_PACKAGE_ID.(null)

So disabling burn-logging seems not to disable the logging of each MSI.

Is this by design, or just my mistake?

Best regards,
Tobias

--
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Disable logging in Burn

2014-10-24 Thread Rob Mensching
Passing /l should enable logging when it was disabled by default as per: 
http://wixtoolset.org/documentation/manual/v3/xsd/wix/log.html

Not a new feature but that doesn't mean it wasn't broken. smile/

_
 Short replies here. Complete answers over there: http://www.firegiant.com/


-Original Message-
From: Hoover, Jacob [mailto:jacob.hoo...@greenheck.com] 
Sent: Friday, October 24, 2014 12:29 PM
To: General discussion about the WiX toolset.
Subject: Re: [WiX-users] Disable logging in Burn

Unless that is a newer feature I'd challenge how burn is disabling logging 
today.  I don't see anywhere where the manifest would be parsing the 
Log/@disable. If we are going to disable logging, I'd think you'd still want 
the log attributes in the manifest.  Then with a bit of work, we could allow 
Bundle.exe /lv or the likes to turn it on as needed.

The way it sits today, it almost looks like if you put Log/@Disable in your 
bundle, that there is no way to re-enable it without rebuilding the bundle.

-Original Message-
From: Rob Mensching [mailto:r...@firegiant.com] 
Sent: Friday, October 24, 2014 11:37 AM
To: General discussion about the WiX toolset.
Subject: Re: [WiX-users] Disable logging in Burn

That sounds like a bug in Burn.

_
 Short replies here. Complete answers over there: http://www.firegiant.com/


-Original Message-
From: Tobias Erichsen [mailto:i...@tobias-erichsen.de] 
Sent: Friday, October 24, 2014 6:54 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Disable logging in Burn

Hi everyone,

after Rob has been so kind to point me to the log element to disable 
burn-logging, I have added Log Disable=yes / and now the log of burn in the 
%temp% directory vanishes.

This created some unwanted side-effect though:  In the local directory where my 
bootstrapper was located,  for each MSI included in it a file was created which 
was named:

(null)_0_MSI_PACKAGE_ID.(null)

So disabling burn-logging seems not to disable the logging of each MSI.

Is this by design, or just my mistake?

Best regards,
Tobias

--
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users