Re: [WiX-users] debug a C++ Custom Action Project in VS 2010

2012-08-01 Thread Rob Mensching
for Windows Installer XML toolset. Subject: Re: [WiX-users] debug a C++ Custom Action Project in VS 2010 I am aware of 3 methods: 1. Set the environment variable MsiBreak to the name of the custom action 2. Call DebugBreak() 3. Use __asm { int 3 } In all cases

[WiX-users] debug a C++ Custom Action Project in VS 2010

2012-07-31 Thread Natalie Carr
Hi could someone please help me and tell me how to debug a C++ Custom Action Project in VS 2010? I've tried a number of things but nothing seems to work. Kind Regards, Natalie Carr -- Live Security Virtual

Re: [WiX-users] debug a C++ Custom Action Project in VS 2010

2012-07-31 Thread Neil Sleightholm
- From: Natalie Carr [mailto:natalie.c...@measuresoft.com] Sent: 31 July 2012 15:35 To: wix-users@lists.sourceforge.net Subject: [WiX-users] debug a C++ Custom Action Project in VS 2010 Hi could someone please help me and tell me how to debug a C++ Custom Action Project in VS 2010? I've tried

Re: [WiX-users] debug a C++ Custom Action Project in VS 2010

2012-07-31 Thread Natalie Carr
XML toolset. Subject: Re: [WiX-users] debug a C++ Custom Action Project in VS 2010 I am aware of 3 methods: 1. Set the environment variable MsiBreak to the name of the custom action 2. Call DebugBreak() 3. Use __asm { int 3 } In all cases this will cause a dialog to appear which allows you

Re: [WiX-users] debug a C++ Custom Action Project in VS 2010

2012-07-31 Thread Neil Sleightholm
Installer XML toolset. Subject: Re: [WiX-users] debug a C++ Custom Action Project in VS 2010 I am aware of 3 methods: 1. Set the environment variable MsiBreak to the name of the custom action 2. Call DebugBreak() 3. Use __asm { int 3 } In all cases this will cause a dialog to appear which allows

Re: [WiX-users] debug a C++ Custom Action Project in VS 2010

2012-07-31 Thread Steven Bone
Message- From: Neil Sleightholm [mailto:n...@x2systems.com] Sent: 31 July 2012 15:52 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] debug a C++ Custom Action Project in VS 2010 I am aware of 3 methods: 1. Set the environment variable MsiBreak

Re: [WiX-users] debug a C++ Custom Action Project in VS 2010

2012-07-31 Thread Adam Kadzban
...@x2systems.com] Sent: 31 July 2012 15:52 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] debug a C++ Custom Action Project in VS 2010 I am aware of 3 methods: 1. Set the environment variable MsiBreak to the name of the custom action 2. Call DebugBreak