Re: [WiX-users] heat.exe: How to generate unique but human readable IDs for directories, components and files

2015-04-22 Thread bogser
Yeah, I know. For now there is some post-build script that corrects all IDs
every time my merge module built. But this is workaround. The most proper
way is native support of unique human-readable names in heat.exe I think.



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/heat-exe-How-to-generate-unique-but-human-readable-IDs-for-directories-components-and-files-tp7600068p7600070.html
Sent from the wix-users mailing list archive at Nabble.com.

--
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] heat.exe: How to generate unique but human readable IDs for directories, components and files

2015-04-22 Thread Nir Bar
You can run heat with unique IDs and then apply a XSLT transform to prefix
each ID with the file name.



-
Nir Bar 
Freelance Developer 
Mail: nir@panel-sw.com 
Web: www.panel-sw.com 
   - C++ On Windows, Linux and Embedded Platforms 
   - WiX & InstallShield 
--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/heat-exe-How-to-generate-unique-but-human-readable-IDs-for-directories-components-and-files-tp7600068p7600069.html
Sent from the wix-users mailing list archive at Nabble.com.

--
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] heat.exe: How to generate unique but human readable IDs for directories, components and files

2015-04-22 Thread bogser
When heat.exe harvests directory it generates unique but human unreadable
directories, components and files IDs:


  

  


There is option -suid, that forces heat.exe to generate human readable but
non unique IDs like *File.txt_2*.

Does heat.exe have an option to generate human readable and unique IDs like
*File.txt_04CA6ED916B15D4A669AAC63FB00ECD3*? I generate wxs file for my
merge module through heat.exe and IDs like
*fil740188E003510CC996EF84EFEA43F833* looks ugly when my merge module is
opened in Orca or when I look over an installation log. IDs like
*File.txt_04CA6ED916B15D4A669AAC63FB00ECD3* would improve visibility and
convenience significantly.



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/heat-exe-How-to-generate-unique-but-human-readable-IDs-for-directories-components-and-files-tp7600068.html
Sent from the wix-users mailing list archive at Nabble.com.

--
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Too Many Events Using InstallLogModes

2015-04-22 Thread Phil Wilson
Can't you put a switch statement in your code to figure this out? Look
for MSIHandle text in each type? Or simply prefix the message with the
message type before logging it?  Well at least temporarily to see
what's going on anyway.
---
Phil Wilson


On Wed, Apr 22, 2015 at 7:30 AM, Mark A. Richman  wrote:
> Keith, you may be correct.
>
> I think my performance issue might just boil down to DTF interop being
> generally inefficient for my intended purpose.
>
> What I've implemented is a silent handler which sends install progress
> messages over a WCF duplex channel to another machine. This app has a GUI
> which displays the installation progress. The only messages I need to send
> back over that channel are Progress and an exit code (so I can trap errors
> on the remote end). However, I still want the full MSI log file on the
> local machine. All of the above work just fine, but it's super chatty,
> slow, and verbose. Happy to elaborate offline.
> gist.github.com/mrichman/a01acdfe98a56ff44b42
>
> --
> Mark Richman
> (954) 234-9049 <1-954-234-9049>
> m...@markrichman.com | http://markrichman.com
> https://linkedin.com/in/mrichman
>
> On Wed, Apr 22, 2015 at 9:04 AM,  wrote:
>
>> I may be wrong, but in my experience *any* log contains those.
>>
>>
>>
>> Keith Douglas
>> Statistics Canada | 170 Tunney's Pasture Driveway, Ottawa ON K1A 0T6
>> Statistique Canada | 170, promenade Tunney's Pasture, Ottawa ON K1A 0T6
>> keith.doug...@statcan.gc.ca
>> Telephone | Téléphone 613-854-5589
>> Facsimile | Télécopieur 613-951-4674
>> Government of Canada | Gouvernement du Canada
>>
>> -Original Message-
>> From: Mark A. Richman [mailto:m...@markrichman.com]
>> Sent: April-22-15 8:18 AM
>> To: General discussion about the WiX toolset.
>> Subject: Re: [WiX-users] Too Many Events Using InstallLogModes
>>
>> I read the docs. None of what I've read so far shows which log level
>> (InstallLogModes) will show/hide the following type of messages:
>>
>> MSI (c) (E8:30) [16:46:35:016]: Creating MSIHANDLE (28312) of type 790531
>> for thread 6448 MSI (c) (E8:30) [16:46:35:047]: Closing MSIHANDLE (28312)
>> of type 790531 for thread 6448
>>
>>
>> --
>> Mark Richman
>> (954) 234-9049 <1-954-234-9049>
>> m...@markrichman.com | http://markrichman.com
>> https://linkedin.com/in/mrichman
>>
>> On Tue, Apr 21, 2015 at 5:00 PM, Phil Wilson 
>> wrote:
>>
>> > Seems unlikely to be the Terminate setting. This is the base
>> documentation:
>> >
>> > https://msdn.microsoft.com/en-us/library/aa370573(v=vs.85).aspx
>> >
>> > that the interop is mapping to.
>> > ---
>> > Phil Wilson
>> >
>> >
>> > On Tue, Apr 21, 2015 at 1:39 PM, Mark A. Richman
>> > 
>> > wrote:
>> > > I discovered that using InstallLogModes.Terminate is what's
>> > > producing the verbose events...but why?
>> > >
>> > > --
>> > > Mark Richman
>> > > (954) 234-9049 <1-954-234-9049>
>> > > m...@markrichman.com | http://markrichman.com
>> > > https://linkedin.com/in/mrichman
>> > >
>> > > On Tue, Apr 21, 2015 at 2:26 PM, Mark A. Richman
>> > > 
>> > > wrote:
>> > >
>> > >> Do you know which flag(s) correspond to "Creating MSIHANDLE" and
>> > "Closing
>> > >> MSIHANDLE" messages?
>> > >>
>> > >> --
>> > >> Mark Richman
>> > >> (954) 234-9049 <1-954-234-9049>
>> > >> m...@markrichman.com | http://markrichman.com
>> > >> https://linkedin.com/in/mrichman
>> > >>
>> > >> On Tue, Apr 21, 2015 at 2:21 PM, Nir Bar 
>> wrote:
>> > >>
>> > >>> It doesn't really matter- the point is that Windows Installer
>> > >>> supports these logging level regardless of how you triggered it,
>> > >>> be it msiexec or DFT.
>> > >>> These are also the same levels that  MsiEnableLog
>> > >>> 
>> >  has.
>> > >>>
>> > >>>
>> > >>>
>> > >>> -
>> > >>> Nir Bar
>> > >>> Freelance Developer
>> > >>> Mail: nir@panel-sw.com
>> > >>> Web: www.panel-sw.com
>> > >>>- C++ On Windows, Linux and Embedded Platforms
>> > >>>- WiX & InstallShield
>> > >>> --
>> > >>> View this message in context:
>> > >>>
>> > http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Too-Many
>> > -Events-Using-InstallLogModes-tp7600038p7600046.html
>> > >>> Sent from the wix-users mailing list archive at Nabble.com.
>> > >>>
>> > >>>
>> > >>>
>> > --
>> > 
>> > >>> BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
>> > >>> Develop your own process in accordance with the BPMN 2 standard
>> > >>> Learn Process modeling best practices with Bonita BPM through live
>> > >>> exercises
>> > >>> http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual-
>> > >>> event?utm_
>> > >>> source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=V
>> > >>> A_SF ___
>> > >>> WiX-users mailing list
>> > >>> WiX-users@lists.sourceforge.net
>> > >>> https://lists.sourceforge.net/lists/listinfo/wix-users

Re: [WiX-users] Downgrading a Bundle ?

2015-04-22 Thread Rob Mensching
A BA (native or managed) could be implemented to support downgrades. As I would 
guess, wixstdba does not (normally it'd be a very surprising and bad thing).

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

-Original Message-
From: Martin Cornelius [mailto:martin.cornel...@datron.de] 
Sent: Wednesday, April 22, 2015 5:40 AM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Downgrading a Bundle ?

Rob Mensching-7 wrote
> I would be surprised if wixstdba supported downgrades but Burn does. 
> Did your test below use wixstdba?

Hi Rob, my Test indeed uses wixstdba, in particular :


  


Do you say that a custom Installer using ManagedBootstrapperApplicationHost
would not suffer this limitation, and thus could support downgrades ?

--
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Restart Manager doesn't preserve folders open in Windows Explorer after restart.

2015-04-22 Thread Kashif Md.
Hi,

For long I have been working with the old files in use dialog in windows
installer. But now after dropping support for Win XP I wanted to explore
the new restart manager functionality.

I read at couple of places that restart manager is used by shell extensions
to restart explorer.exe process. But now when I try restart manager I find
that it merely closes and restarts explorer.exe process without preserving
its state. For example if I have a few folders open and I restart
explorer.exe using RmShutdown followed by RmRestart then none of my folders
open up automatically.

Is there a way to preserve the state of open folders in explorer?

Thanks,
-kashif
--
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Too Many Events Using InstallLogModes

2015-04-22 Thread Mark A. Richman
Keith, you may be correct.

I think my performance issue might just boil down to DTF interop being
generally inefficient for my intended purpose.

What I've implemented is a silent handler which sends install progress
messages over a WCF duplex channel to another machine. This app has a GUI
which displays the installation progress. The only messages I need to send
back over that channel are Progress and an exit code (so I can trap errors
on the remote end). However, I still want the full MSI log file on the
local machine. All of the above work just fine, but it's super chatty,
slow, and verbose. Happy to elaborate offline.
gist.github.com/mrichman/a01acdfe98a56ff44b42

--
Mark Richman
(954) 234-9049 <1-954-234-9049>
m...@markrichman.com | http://markrichman.com
https://linkedin.com/in/mrichman

On Wed, Apr 22, 2015 at 9:04 AM,  wrote:

> I may be wrong, but in my experience *any* log contains those.
>
>
>
> Keith Douglas
> Statistics Canada | 170 Tunney's Pasture Driveway, Ottawa ON K1A 0T6
> Statistique Canada | 170, promenade Tunney's Pasture, Ottawa ON K1A 0T6
> keith.doug...@statcan.gc.ca
> Telephone | Téléphone 613-854-5589
> Facsimile | Télécopieur 613-951-4674
> Government of Canada | Gouvernement du Canada
>
> -Original Message-
> From: Mark A. Richman [mailto:m...@markrichman.com]
> Sent: April-22-15 8:18 AM
> To: General discussion about the WiX toolset.
> Subject: Re: [WiX-users] Too Many Events Using InstallLogModes
>
> I read the docs. None of what I've read so far shows which log level
> (InstallLogModes) will show/hide the following type of messages:
>
> MSI (c) (E8:30) [16:46:35:016]: Creating MSIHANDLE (28312) of type 790531
> for thread 6448 MSI (c) (E8:30) [16:46:35:047]: Closing MSIHANDLE (28312)
> of type 790531 for thread 6448
>
>
> --
> Mark Richman
> (954) 234-9049 <1-954-234-9049>
> m...@markrichman.com | http://markrichman.com
> https://linkedin.com/in/mrichman
>
> On Tue, Apr 21, 2015 at 5:00 PM, Phil Wilson 
> wrote:
>
> > Seems unlikely to be the Terminate setting. This is the base
> documentation:
> >
> > https://msdn.microsoft.com/en-us/library/aa370573(v=vs.85).aspx
> >
> > that the interop is mapping to.
> > ---
> > Phil Wilson
> >
> >
> > On Tue, Apr 21, 2015 at 1:39 PM, Mark A. Richman
> > 
> > wrote:
> > > I discovered that using InstallLogModes.Terminate is what's
> > > producing the verbose events...but why?
> > >
> > > --
> > > Mark Richman
> > > (954) 234-9049 <1-954-234-9049>
> > > m...@markrichman.com | http://markrichman.com
> > > https://linkedin.com/in/mrichman
> > >
> > > On Tue, Apr 21, 2015 at 2:26 PM, Mark A. Richman
> > > 
> > > wrote:
> > >
> > >> Do you know which flag(s) correspond to "Creating MSIHANDLE" and
> > "Closing
> > >> MSIHANDLE" messages?
> > >>
> > >> --
> > >> Mark Richman
> > >> (954) 234-9049 <1-954-234-9049>
> > >> m...@markrichman.com | http://markrichman.com
> > >> https://linkedin.com/in/mrichman
> > >>
> > >> On Tue, Apr 21, 2015 at 2:21 PM, Nir Bar 
> wrote:
> > >>
> > >>> It doesn't really matter- the point is that Windows Installer
> > >>> supports these logging level regardless of how you triggered it,
> > >>> be it msiexec or DFT.
> > >>> These are also the same levels that  MsiEnableLog
> > >>> 
> >  has.
> > >>>
> > >>>
> > >>>
> > >>> -
> > >>> Nir Bar
> > >>> Freelance Developer
> > >>> Mail: nir@panel-sw.com
> > >>> Web: www.panel-sw.com
> > >>>- C++ On Windows, Linux and Embedded Platforms
> > >>>- WiX & InstallShield
> > >>> --
> > >>> View this message in context:
> > >>>
> > http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Too-Many
> > -Events-Using-InstallLogModes-tp7600038p7600046.html
> > >>> Sent from the wix-users mailing list archive at Nabble.com.
> > >>>
> > >>>
> > >>>
> > --
> > 
> > >>> BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
> > >>> Develop your own process in accordance with the BPMN 2 standard
> > >>> Learn Process modeling best practices with Bonita BPM through live
> > >>> exercises
> > >>> http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual-
> > >>> event?utm_
> > >>> source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=V
> > >>> A_SF ___
> > >>> WiX-users mailing list
> > >>> WiX-users@lists.sourceforge.net
> > >>> https://lists.sourceforge.net/lists/listinfo/wix-users
> > >>>
> > >>
> > >>
> > >
> > --
> > 
> > > BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT Develop
> > > your own process in accordance with the BPMN 2 standard Learn
> > > Process modeling best practices with Bonita BPM through live
> > exercises
> > > http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual-
> > event?utm_
> > > source=Sourceforge_BPM_Camp_5_6_15&ut

Re: [WiX-users] Too Many Events Using InstallLogModes

2015-04-22 Thread Keith.Douglas
I may be wrong, but in my experience *any* log contains those.



Keith Douglas
Statistics Canada | 170 Tunney's Pasture Driveway, Ottawa ON K1A 0T6
Statistique Canada | 170, promenade Tunney's Pasture, Ottawa ON K1A 0T6
keith.doug...@statcan.gc.ca
Telephone | Téléphone 613-854-5589
Facsimile | Télécopieur 613-951-4674
Government of Canada | Gouvernement du Canada 

-Original Message-
From: Mark A. Richman [mailto:m...@markrichman.com] 
Sent: April-22-15 8:18 AM
To: General discussion about the WiX toolset.
Subject: Re: [WiX-users] Too Many Events Using InstallLogModes

I read the docs. None of what I've read so far shows which log level
(InstallLogModes) will show/hide the following type of messages:

MSI (c) (E8:30) [16:46:35:016]: Creating MSIHANDLE (28312) of type 790531 for 
thread 6448 MSI (c) (E8:30) [16:46:35:047]: Closing MSIHANDLE (28312) of type 
790531 for thread 6448


--
Mark Richman
(954) 234-9049 <1-954-234-9049>
m...@markrichman.com | http://markrichman.com https://linkedin.com/in/mrichman

On Tue, Apr 21, 2015 at 5:00 PM, Phil Wilson  wrote:

> Seems unlikely to be the Terminate setting. This is the base documentation:
>
> https://msdn.microsoft.com/en-us/library/aa370573(v=vs.85).aspx
>
> that the interop is mapping to.
> ---
> Phil Wilson
>
>
> On Tue, Apr 21, 2015 at 1:39 PM, Mark A. Richman 
> 
> wrote:
> > I discovered that using InstallLogModes.Terminate is what's 
> > producing the verbose events...but why?
> >
> > --
> > Mark Richman
> > (954) 234-9049 <1-954-234-9049>
> > m...@markrichman.com | http://markrichman.com 
> > https://linkedin.com/in/mrichman
> >
> > On Tue, Apr 21, 2015 at 2:26 PM, Mark A. Richman 
> > 
> > wrote:
> >
> >> Do you know which flag(s) correspond to "Creating MSIHANDLE" and
> "Closing
> >> MSIHANDLE" messages?
> >>
> >> --
> >> Mark Richman
> >> (954) 234-9049 <1-954-234-9049>
> >> m...@markrichman.com | http://markrichman.com 
> >> https://linkedin.com/in/mrichman
> >>
> >> On Tue, Apr 21, 2015 at 2:21 PM, Nir Bar  wrote:
> >>
> >>> It doesn't really matter- the point is that Windows Installer 
> >>> supports these logging level regardless of how you triggered it, 
> >>> be it msiexec or DFT.
> >>> These are also the same levels that  MsiEnableLog 
> >>> 
>  has.
> >>>
> >>>
> >>>
> >>> -
> >>> Nir Bar
> >>> Freelance Developer
> >>> Mail: nir@panel-sw.com
> >>> Web: www.panel-sw.com
> >>>- C++ On Windows, Linux and Embedded Platforms
> >>>- WiX & InstallShield
> >>> --
> >>> View this message in context:
> >>>
> http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Too-Many
> -Events-Using-InstallLogModes-tp7600038p7600046.html
> >>> Sent from the wix-users mailing list archive at Nabble.com.
> >>>
> >>>
> >>>
> --
> 
> >>> BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT 
> >>> Develop your own process in accordance with the BPMN 2 standard 
> >>> Learn Process modeling best practices with Bonita BPM through live 
> >>> exercises
> >>> http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual-
> >>> event?utm_
> >>> source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=V
> >>> A_SF ___
> >>> WiX-users mailing list
> >>> WiX-users@lists.sourceforge.net
> >>> https://lists.sourceforge.net/lists/listinfo/wix-users
> >>>
> >>
> >>
> >
> --
> 
> > BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT Develop 
> > your own process in accordance with the BPMN 2 standard Learn 
> > Process modeling best practices with Bonita BPM through live
> exercises
> > http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual-
> event?utm_
> > source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_
> > SF ___
> > WiX-users mailing list
> > WiX-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
> --
>  BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT 
> Develop your own process in accordance with the BPMN 2 standard Learn 
> Process modeling best practices with Bonita BPM through live exercises
> http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual-
> event?utm_
> source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
--
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT Develop your own 
process in accordance with the BPMN 2 standard Learn Process modeling best 
practices w

Re: [WiX-users] Downgrading a Bundle ?

2015-04-22 Thread Martin Cornelius
Rob Mensching-7 wrote
> I would be surprised if wixstdba supported downgrades but Burn does. Did
> your test below use wixstdba?

Hi Rob, my Test indeed uses wixstdba, in particular :


  


Do you say that a custom Installer using ManagedBootstrapperApplicationHost
would not suffer this limitation, and thus could support downgrades ?



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Downgrading-a-Bundle-tp759p7600062.html
Sent from the wix-users mailing list archive at Nabble.com.

--
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Too Many Events Using InstallLogModes

2015-04-22 Thread Mark A. Richman
I read the docs. None of what I've read so far shows which log level
(InstallLogModes) will show/hide the following type of messages:

MSI (c) (E8:30) [16:46:35:016]: Creating MSIHANDLE (28312) of type 790531
for thread 6448
MSI (c) (E8:30) [16:46:35:047]: Closing MSIHANDLE (28312) of type 790531
for thread 6448


--
Mark Richman
(954) 234-9049 <1-954-234-9049>
m...@markrichman.com | http://markrichman.com
https://linkedin.com/in/mrichman

On Tue, Apr 21, 2015 at 5:00 PM, Phil Wilson  wrote:

> Seems unlikely to be the Terminate setting. This is the base documentation:
>
> https://msdn.microsoft.com/en-us/library/aa370573(v=vs.85).aspx
>
> that the interop is mapping to.
> ---
> Phil Wilson
>
>
> On Tue, Apr 21, 2015 at 1:39 PM, Mark A. Richman 
> wrote:
> > I discovered that using InstallLogModes.Terminate is what's producing the
> > verbose events...but why?
> >
> > --
> > Mark Richman
> > (954) 234-9049 <1-954-234-9049>
> > m...@markrichman.com | http://markrichman.com
> > https://linkedin.com/in/mrichman
> >
> > On Tue, Apr 21, 2015 at 2:26 PM, Mark A. Richman 
> > wrote:
> >
> >> Do you know which flag(s) correspond to "Creating MSIHANDLE" and
> "Closing
> >> MSIHANDLE" messages?
> >>
> >> --
> >> Mark Richman
> >> (954) 234-9049 <1-954-234-9049>
> >> m...@markrichman.com | http://markrichman.com
> >> https://linkedin.com/in/mrichman
> >>
> >> On Tue, Apr 21, 2015 at 2:21 PM, Nir Bar  wrote:
> >>
> >>> It doesn't really matter- the point is that Windows Installer supports
> >>> these
> >>> logging level regardless of how you triggered it, be it msiexec or DFT.
> >>> These are also the same levels that  MsiEnableLog
> >>> 
>  has.
> >>>
> >>>
> >>>
> >>> -
> >>> Nir Bar
> >>> Freelance Developer
> >>> Mail: nir@panel-sw.com
> >>> Web: www.panel-sw.com
> >>>- C++ On Windows, Linux and Embedded Platforms
> >>>- WiX & InstallShield
> >>> --
> >>> View this message in context:
> >>>
> http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Too-Many-Events-Using-InstallLogModes-tp7600038p7600046.html
> >>> Sent from the wix-users mailing list archive at Nabble.com.
> >>>
> >>>
> >>>
> --
> >>> BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
> >>> Develop your own process in accordance with the BPMN 2 standard
> >>> Learn Process modeling best practices with Bonita BPM through live
> >>> exercises
> >>> http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual-
> >>> event?utm_
> >>> source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
> >>> ___
> >>> WiX-users mailing list
> >>> WiX-users@lists.sourceforge.net
> >>> https://lists.sourceforge.net/lists/listinfo/wix-users
> >>>
> >>
> >>
> >
> --
> > BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
> > Develop your own process in accordance with the BPMN 2 standard
> > Learn Process modeling best practices with Bonita BPM through live
> exercises
> > http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual-
> event?utm_
> > source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
> > ___
> > WiX-users mailing list
> > WiX-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
> --
> BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
> Develop your own process in accordance with the BPMN 2 standard
> Learn Process modeling best practices with Bonita BPM through live
> exercises
> http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual-
> event?utm_
> source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
--
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] R: R: WiX Burn use UILevel from simple UI

2015-04-22 Thread Marco Tognacci
Sorry For my English.. The question is:
Is there any Plan to design and the implement this feature in a future release 
of WiX?
As the expected answer is not, is there any hope to see this feature 
implemented in a future release of WiX?

Inviata dal mio Windows Phone

Da: Rob Mensching
Inviato: ‎22/‎04/‎2015 09:13
A: General discussion about the WiX 
toolset.
Oggetto: Re: [WiX-users] R:  WiX Burn use UILevel from simple UI

Integrate what? It's an unimplemented feature request. There is nothing to 
integrate until someone designs then implements the feature.

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

-Original Message-
From: Marco Tognacci [mailto:mark...@live.it]
Sent: Tuesday, April 21, 2015 11:26 PM
To: General discussion about the WiX toolset.
Subject: [WiX-users] R: WiX Burn use UILevel from simple UI

Yes this is the same issue that I found, is there any plan for integrating it???

Inviata dal mio Windows Phone
--
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users
--
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] R: WiX Burn use UILevel from simple UI

2015-04-22 Thread Rob Mensching
Integrate what? It's an unimplemented feature request. There is nothing to 
integrate until someone designs then implements the feature.

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

-Original Message-
From: Marco Tognacci [mailto:mark...@live.it] 
Sent: Tuesday, April 21, 2015 11:26 PM
To: General discussion about the WiX toolset.
Subject: [WiX-users] R: WiX Burn use UILevel from simple UI

Yes this is the same issue that I found, is there any plan for integrating it???

Inviata dal mio Windows Phone
--
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users